Hi, On 03/12/16 at 14:17 -0800, Afif Elghraoui wrote: > Control: tag -1 + moreinfo unreproducible > > Hello, > > على السبت 3 كانون الأول 2016 00:46، كتب Lucas Nussbaum: > > Source: gridengine > > Version: 8.1.9+dfsg-3 > > Severity: serious > > Tags: stretch sid > > User: debian...@lists.debian.org > > Usertags: qa-ftbfs-20161202 qa-ftbfs > > Justification: FTBFS on amd64 > > > > Hi, > > > > During a rebuild of all packages in sid, your package failed to build on > > amd64. > > > > Relevant part (hopefully): > >> cc -o qmod -L. -Wl,-z,relro -rdynamic > >> -Wl,-rpath,\$ORIGIN/../../lib/lx-amd64 qmod.o sig_handlers.o usage.o > >> sge_options.o -lgdi -lsgeobj -lsgeobjd -lcull -lcomm -lcommlists -luti > >> -lmunge -lssl -lcrypto -luti -ldl -lm -lpthread -ljemalloc -lmunge > >> cc: error: libsched.a: No such file or directory > >> cc -o qevent -L. -Wl,-z,relro -rdynamic > >> -Wl,-rpath,\$ORIGIN/../../lib/lx-amd64 qevent.o usage.o sig_handlers.o > >> sge_options.o sge_mt_init.o -lmir -levc -lgdi -lsgeobj -lsgeobjd -lcull > >> -lcomm -lcommlists -luti -lmunge -lssl -lcrypto -luti -ldl -lm > >> -lpthread -ljemalloc -lmunge > >> ../daemons/common/Makefile:94: recipe for target 'pdc' failed > >> make[2]: *** [pdc] Error 1 > > > > The full build log is available from: > > > > http://aws-logs.debian.net/2016/12/02/gridengine_8.1.9+dfsg-3_unstable.log > > > > A list of current common problems and possible solutions is available at > > http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! > > > > About the archive rebuild: The rebuild was done on EC2 VM instances from > > Amazon Web Services, using a clean, minimal and up-to-date chroot. Every > > failed build was retried once to eliminate random failures. > > > I have just tried a parallel build on an up-to-date unstable chroot on > amd64 and it builds just fine for me. Can you confirm?
No, it still fails for me. However, it build fine with DEB_BUILD_OPTIONS=parallel=1. So I suspected that it fails due to missing dependencies in some makefile. You can try with e.g. DEB_BUILD_OPTIONS=parallel=64 to see if you reproduce it. Lucas