reproduce-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[task #15686] Removing original software URLs from Maneage?


From: Raul Infante-Sainz
Subject: [task #15686] Removing original software URLs from Maneage?
Date: Fri, 26 Jun 2020 12:53:07 -0400 (EDT)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:77.0) Gecko/20100101 Firefox/77.0

Follow-up Comment #16, task #15686 (project reproduce):

Yes, I mean that at the end I got '.local/version-info/proglib/atlas'. So
there is no problem at all.

About the Boost crash. I was able to fix it with the update of the version and
some minor modifications. Have a look:
https://gitlab.com/infantesainz/reproduce-raulfork/-/commit/dd62d24e

Regarding the 'rpcsvc-proto' problem, I added that line but now I obtain
another error. In total I added:


if [ x$(on_mac_os) = xyes ]; then
  export CC=clang
  export CXX=clang++
  export LDFLAGS="-lintl $$LDFLAGS"
fi


And now I obtain:


checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating rpcgen/Makefile
config.status: creating rpcsvc/Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make
rule.
make[1]: Entering directory '/BDIR/software/build-tmp/rpcsvc-proto-1.4'
make  all-recursive
make[2]: Entering directory '/BDIR/software/build-tmp/rpcsvc-proto-1.4'
Making all in rpcgen
make[3]: Entering directory
'/BDIR/software/build-tmp/rpcsvc-proto-1.4/rpcgen'
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_clntout.o -MD -MP -MF .deps/rpc_clntout.Tpo -c -o rpc_clntout.o
rpc_clntout.c
mv -f .deps/rpc_clntout.Tpo .deps/rpc_clntout.Po
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_cout.o -MD -MP -MF .deps/rpc_cout.Tpo -c -o rpc_cout.o rpc_cout.c
mv -f .deps/rpc_cout.Tpo .deps/rpc_cout.Po
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_hout.o -MD -MP -MF .deps/rpc_hout.Tpo -c -o rpc_hout.o rpc_hout.c
mv -f .deps/rpc_hout.Tpo .deps/rpc_hout.Po
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_main.o -MD -MP -MF .deps/rpc_main.Tpo -c -o rpc_main.o rpc_main.c
rpc_main.c:336:7: warning: 'stat64' is deprecated: first deprecated in macOS
10.6 [-Wdeprecated-declarations]
  if (stat64 (CPP, &buf) == 0)
      ^
/usr/include/sys/stat.h:402:5: note: 'stat64' has been explicitly marked
deprecated here
int     stat64(const char *, struct stat64 *)
__OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
        ^
rpc_main.c:1125:9: warning: 'stat64' is deprecated: first deprecated in macOS
10.6 [-Wdeprecated-declarations]
    if (stat64 (infile, &buf) < 0)
        ^
/usr/include/sys/stat.h:402:5: note: 'stat64' has been explicitly marked
deprecated here
int     stat64(const char *, struct stat64 *)
__OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
        ^
rpc_main.c:1132:11: warning: 'stat64' is deprecated: first deprecated in macOS
10.6 [-Wdeprecated-declarations]
      if (stat64 (outfile, &buf) < 0)
          ^
/usr/include/sys/stat.h:402:5: note: 'stat64' has been explicitly marked
deprecated here
int     stat64(const char *, struct stat64 *)
__OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
        ^
3 warnings generated.
mv -f .deps/rpc_main.Tpo .deps/rpc_main.Po
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_parse.o -MD -MP -MF .deps/rpc_parse.Tpo -c -o rpc_parse.o rpc_parse.c
mv -f .deps/rpc_parse.Tpo .deps/rpc_parse.Po
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_sample.o -MD -MP -MF .deps/rpc_sample.Tpo -c -o rpc_sample.o
rpc_sample.c
mv -f .deps/rpc_sample.Tpo .deps/rpc_sample.Po
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_scan.o -MD -MP -MF .deps/rpc_scan.Tpo -c -o rpc_scan.o rpc_scan.c
mv -f .deps/rpc_scan.Tpo .deps/rpc_scan.Po
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_svcout.o -MD -MP -MF .deps/rpc_svcout.Tpo -c -o rpc_svcout.o
rpc_svcout.c
mv -f .deps/rpc_svcout.Tpo .deps/rpc_svcout.Po
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_tblout.o -MD -MP -MF .deps/rpc_tblout.Tpo -c -o rpc_tblout.o
rpc_tblout.c
mv -f .deps/rpc_tblout.Tpo .deps/rpc_tblout.Po
clang -DHAVE_CONFIG_H -I. -I..   -I/BDIR/software/installed/include  -g -O2
-MT rpc_util.o -MD -MP -MF .deps/rpc_util.Tpo -c -o rpc_util.o rpc_util.c
mv -f .deps/rpc_util.Tpo .deps/rpc_util.Po
clang  -g -O2  -lintl -o rpcgen rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o
rpc_parse.o rpc_sample.o rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o
make[3]: Leaving directory '/BDIR/software/build-tmp/rpcsvc-proto-1.4/rpcgen'
Making all in rpcsvc
make[3]: Entering directory
'/BDIR/software/build-tmp/rpcsvc-proto-1.4/rpcsvc'
../rpcgen/rpcgen -h -o klm_prot.h klm_prot.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: klm_prot.h] Error 1
../rpcgen/rpcgen -h -o nlm_prot.h nlm_prot.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: nlm_prot.h] Error 1
../rpcgen/rpcgen -h -o rstat.h rstat.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: rstat.h] Error 1
../rpcgen/rpcgen -h -o spray.h spray.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: spray.h] Error 1
../rpcgen/rpcgen -h -o bootparam_prot.h bootparam_prot.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: bootparam_prot.h] Error 1
../rpcgen/rpcgen -h -o mount.h mount.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: mount.h] Error 1
../rpcgen/rpcgen -h -o rex.h rex.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: rex.h] Error 1
../rpcgen/rpcgen -h -o rusers.h rusers.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: rusers.h] Error 1
../rpcgen/rpcgen -h -o key_prot.h key_prot.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: key_prot.h] Error 1
../rpcgen/rpcgen -h -o nfs_prot.h nfs_prot.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: nfs_prot.h] Error 1
../rpcgen/rpcgen -h -o rquota.h rquota.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: rquota.h] Error 1
../rpcgen/rpcgen -h -o sm_inter.h sm_inter.x
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp:
line 88: xcrun: command not found
../rpcgen/rpcgen: C preprocessor failed with exit code 127
make[3]: *** [Makefile:534: sm_inter.h] Error 1
make[3]: Target 'all' not remade because of errors.
make[3]: Leaving directory '/BDIR/software/build-tmp/rpcsvc-proto-1.4/rpcsvc'
make[3]: Entering directory '/BDIR/software/build-tmp/rpcsvc-proto-1.4'
make[3]: Leaving directory '/BDIR/software/build-tmp/rpcsvc-proto-1.4'
make[2]: *** [Makefile:347: all-recursive] Error 1
make[2]: Leaving directory '/BDIR/software/build-tmp/rpcsvc-proto-1.4'
make[1]: *** [Makefile:287: all] Error 2
make[1]: Leaving directory '/BDIR/software/build-tmp/rpcsvc-proto-1.4'
make: *** [reproduce/software/make/high-level.mk:647:
/BDIR/software/installed/version-info/proglib/rpcsvc-proto-1.4] Error 2
make: Target 'all' not remade because of errors.


I think we are near of fixing also this problem. So, I will try to investigate
and if I don't succeed then I will define this as bug. Thanks a lot for your
help! :-)

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?15686>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]