MidnightBSD Magus

sysutils/patchelf

Utility to modify the dynamic linker

Flavor Version Run OSVersion Arch License Restricted Status
0.12 481 2.2 amd64 gpl3 0 fail

Events

Machine Type Time Message
m2264 info 2022-05-01 15:24:51.719013 Test Started
m2264 fail 2022-05-01 15:25:04.67542 make test returned non-zero: 1
m2264 fail 2022-05-01 15:25:04.717427 Test complete.

Log

===>  Testing for patchelf-0.12
gmake[1]: Entering directory '/magus/work/usr/mports/sysutils/patchelf/work/patchelf-0.12.20200827.8d3a16e'
Making check in src
gmake[2]: Entering directory '/magus/work/usr/mports/sysutils/patchelf/work/patchelf-0.12.20200827.8d3a16e/src'
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory '/magus/work/usr/mports/sysutils/patchelf/work/patchelf-0.12.20200827.8d3a16e/src'
Making check in tests
gmake[2]: Entering directory '/magus/work/usr/mports/sysutils/patchelf/work/patchelf-0.12.20200827.8d3a16e/tests'
gmake  simple main main-scoped big-dynstr no-rpath libfoo.so libfoo-scoped.so libbar.so libbar-scoped.so libsimple.so libbuildid.so
gmake[3]: Entering directory '/magus/work/usr/mports/sysutils/patchelf/work/patchelf-0.12.20200827.8d3a16e/tests'
cc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.12.20200827.8d3a16e\" -DPACKAGE_STRING=\"patchelf\ 0.12.20200827.8d3a16e\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.12.20200827.8d3a16e\" -I.     -O2 -pipe -fno-strict-aliasing -MT simple-simple.o -MD -MP -MF .deps/simple-simple.Tpo -c -o simple-simple.o `test -f 'simple.c' || echo './'`simple.c
mv -f .deps/simple-simple.Tpo .deps/simple-simple.Po
cc  -O2 -pipe -fno-strict-aliasing   -o simple simple-simple.o  
cc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.12.20200827.8d3a16e\" -DPACKAGE_STRING=\"patchelf\ 0.12.20200827.8d3a16e\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.12.20200827.8d3a16e\" -I.    -fpic -O2 -pipe -fno-strict-aliasing -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
cc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.12.20200827.8d3a16e\" -DPACKAGE_STRING=\"patchelf\ 0.12.20200827.8d3a16e\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.12.20200827.8d3a16e\" -I.    -fpic -O2 -pipe -fno-strict-aliasing -MT foo.o -MD -MP -MF .deps/foo.Tpo -c -o foo.o foo.c
mv -f .deps/foo.Tpo .deps/foo.Po
cc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.12.20200827.8d3a16e\" -DPACKAGE_STRING=\"patchelf\ 0.12.20200827.8d3a16e\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.12.20200827.8d3a16e\" -I.    -fpic -O2 -pipe -fno-strict-aliasing -MT bar.o -MD -MP -MF .deps/bar.Tpo -c -o bar.o bar.c
mv -f .deps/bar.Tpo .deps/bar.Po
cc -fpic -O2 -pipe -fno-strict-aliasing -Wl,--disable-new-dtags -shared -L.  -Wl,-rpath,`pwd`/no-such-path  -o libbar.so bar.o  
cc -fpic -O2 -pipe -fno-strict-aliasing -Wl,--disable-new-dtags -shared -L.   -o libfoo.so foo.o -lbar  
cc -fpic -O2 -pipe -fno-strict-aliasing -Wl,--disable-new-dtags -Wl,-rpath-link=. -L.   -o main main.o -lfoo  
cc -fpic -O2 -pipe -fno-strict-aliasing -Wl,--disable-new-dtags -shared -L.   -o libbar-scoped.so bar.o  
cc -fpic -O2 -pipe -fno-strict-aliasing -Wl,--disable-new-dtags -shared -L.   -o libfoo-scoped.so foo.o -lbar-scoped  
cc -fpic -O2 -pipe -fno-strict-aliasing -Wl,--disable-new-dtags -Wl,-rpath-link=. -L.   -o main-scoped main.o -lfoo-scoped  
cat main.c > big-dynstr.c
for i in $(seq 1 2000); do echo "void f$i(void) { };" >> big-dynstr.c; done
cc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.12.20200827.8d3a16e\" -DPACKAGE_STRING=\"patchelf\ 0.12.20200827.8d3a16e\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.12.20200827.8d3a16e\" -I.    -fpic -O2 -pipe -fno-strict-aliasing -MT big-dynstr.o -MD -MP -MF .deps/big-dynstr.Tpo -c -o big-dynstr.o big-dynstr.c
mv -f .deps/big-dynstr.Tpo .deps/big-dynstr.Po
cc -fpic -O2 -pipe -fno-strict-aliasing -Wl,--disable-new-dtags -Wl,-rpath-link=. -L.   -o big-dynstr big-dynstr.o -lfoo  
cc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.12.20200827.8d3a16e\" -DPACKAGE_STRING=\"patchelf\ 0.12.20200827.8d3a16e\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.12.20200827.8d3a16e\" -I.     -O2 -pipe -fno-strict-aliasing -MT no_rpath-no-rpath.o -MD -MP -MF .deps/no_rpath-no-rpath.Tpo -c -o no_rpath-no-rpath.o `test -f 'no-rpath.c' || echo './'`no-rpath.c
mv -f .deps/no_rpath-no-rpath.Tpo .deps/no_rpath-no-rpath.Po
cc  -O2 -pipe -fno-strict-aliasing   -o no-rpath no_rpath-no-rpath.o  
gmake[3]: 'libfoo.so' is up to date.
gmake[3]: 'libfoo-scoped.so' is up to date.
gmake[3]: 'libbar.so' is up to date.
gmake[3]: 'libbar-scoped.so' is up to date.
cc -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.12.20200827.8d3a16e\" -DPACKAGE_STRING=\"patchelf\ 0.12.20200827.8d3a16e\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.12.20200827.8d3a16e\" -I.    -fpic -O2 -pipe -fno-strict-aliasing -MT simple.o -MD -MP -MF .deps/simple.Tpo -c -o simple.o simple.c
mv -f .deps/simple.Tpo .deps/simple.Po
cc -fpic -O2 -pipe -fno-strict-aliasing -Wl,--disable-new-dtags -shared -L.   -o libsimple.so simple.o  
cc -fpic -O2 -pipe -fno-strict-aliasing -Wl,--disable-new-dtags -shared -L.  -Wl,-build-id  -o libbuildid.so simple.o  
/usr/bin/ld: invalid BFD target `uild-id'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[3]: *** [Makefile:641: libbuildid.so] Error 1
gmake[3]: Leaving directory '/magus/work/usr/mports/sysutils/patchelf/work/patchelf-0.12.20200827.8d3a16e/tests'
gmake[2]: *** [Makefile:1177: check-am] Error 2
gmake[2]: Leaving directory '/magus/work/usr/mports/sysutils/patchelf/work/patchelf-0.12.20200827.8d3a16e/tests'
gmake[1]: *** [Makefile:439: check-recursive] Error 1
gmake[1]: Leaving directory '/magus/work/usr/mports/sysutils/patchelf/work/patchelf-0.12.20200827.8d3a16e'
*** Error code 1

Stop.
make: stopped in /usr/mports/sysutils/patchelf

Links

Depends On

Depend Of

Nothing

Categories