Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246861 Details for
Bug 336834
app-shells/soapbox does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
soapbox-0.3.1:20100910-235442.log (text/plain), 4.45 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-09-11 14:19:42 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-09-11 14:19:42 UTC
Size:
4.45 KB
patch
obsolete
> * CPV: app-shells/soapbox-0.3.1 > * REPO: gentoo > * Maintainer: maintainer-needed@gentoo.org no-herd > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking soapbox-0.3.1.tar.bz2 to /var/tmp/portage/app-shells/soapbox-0.3.1/work >>>> Source unpacked in /var/tmp/portage/app-shells/soapbox-0.3.1/work >>>> Compiling source in /var/tmp/portage/app-shells/soapbox-0.3.1/work/soapbox-0.3.1 ... >make -j14 CC=i686-pc-linux-gnu-gcc LD=i686-pc-linux-gnu-gcc 'CFLAGS=-O2 -pipe -fPIC' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >i686-pc-linux-gnu-gcc -O2 -pipe -fPIC libsoapbox.c -nostartfiles -shared -rdynamic -Wl,-soname,libsoapbox.so -o libsoapbox.so -ldl -lm >libsoapbox.c: In function ârewriteâ: >libsoapbox.c:298:12: warning: ignoring return value of ârealpathâ, declared with attribute warn_unused_result >libsoapbox.c:302:11: warning: ignoring return value of ârealpathâ, declared with attribute warn_unused_result >libsoapbox.c: In function âdirnameâ: >libsoapbox.c:253:9: warning: ignoring return value of âgetcwdâ, declared with attribute warn_unused_result >>>> Source compiled. >>>> Test phase [test]: app-shells/soapbox-0.3.1 >make -j14 -j1 test >Create test env >rmdir /var/tmp/soapboxdir* || : >rmdir: failed to remove `/var/tmp/soapboxdir2': Directory not empty >rm -f /var/tmp/soapbox* || : >rm: cannot remove `/var/tmp/soapboxdir2': Is a directory >touch /var/tmp/soapbox{1,2,3} >mkdir -p /var/tmp/soapbox{dir1,dir2,dir3} >cd /var/tmp >TEST 1: cmd = LD_PRELOAD="./libsoapbox.so" touch /var/tmp/soapboxA >TEST 2: cmd = LD_PRELOAD="./libsoapbox.so" touch /etc/soapbox >touch: cannot touch `/etc/soapbox': Permission denied >make: [test] Error 1 (ignored) >TEST 3: cmd = LD_PRELOAD="./libsoapbox.so" touch /etc/../etc/X11/../soapbox >touch: cannot touch `/etc/../etc/X11/../soapbox': Permission denied >make: [test] Error 1 (ignored) >TEST 4: cmd = LD_PRELOAD="./libsoapbox.so" touch /var/tmp/soapboxdir2/../../tmp/file >TEST 5: cmd = LD_PRELOAD="./libsoapbox.so" cp -f /etc/passwd /var/tmp >TEST 10: cmd = LD_PRELOAD="./libsoapbox.so" mv -f /var/tmp/soapbox1 /var/tmp/soapboxB >TEST 20: cmd = LD_PRELOAD="./libsoapbox.so" ln -f /var/tmp/soapbox3 /var/tmp/soapboxln1 >TEST 25: cmd = LD_PRELOAD="./libsoapbox.so" ln -sf /var/tmp/soapboxdir /var/tmp/soapboxln2 >TEST 26: cmd = LD_PRELOAD="./libsoapbox.so" ln -sf /bin/true /var/tmp/soapboxln3 >TEST 27: cmd = LD_PRELOAD="./libsoapbox.so" ln -sf /bin/true soapboxln4 >TEST 28: cmd = LD_PRELOAD="./libsoapbox.so" ln -sf /tmp /var/tmp/soapboxln5 >TEST 30: cmd = LD_PRELOAD="./libsoapbox.so" rm -f /var/tmp/libsoapbox2 soapboxln3 >TEST 31: cmd = LD_PRELOAD="./libsoapbox.so" rm -f /var/../var/tmp/../tmp/soapbox /var/tmp/passwd /var/tmp/null >TEST 32: cmd = LD_PRELOAD="./libsoapbox.so" rm -f soapboxln4 >TEST 35: cmd = LD_PRELOAD="./libsoapbox.so" chown adm.adm /var/tmp/soapbox2 >chown: changing ownership of `/var/tmp/soapbox2': Operation not permitted >make: [test] Error 1 (ignored) >TEST 40: cmd = LD_PRELOAD="./libsoapbox.so" chmod 750 /var/tmp/soapbox3 >TEST 45: cmd = LD_PRELOAD="./libsoapbox.so" mknod /var/tmp/soapboxdev c 1 3 >mknod: `/var/tmp/soapboxdev': Operation not permitted >make: [test] Error 1 (ignored) >TEST 50: cmd = LD_PRELOAD="./libsoapbox.so" mkdir /var/tmp/foo/../soapboxdirA >mkdir: cannot create directory `/var/tmp/foo/../soapboxdirA': No such file or directory >make: [test] Error 1 (ignored) >TEST 55: cmd = LD_PRELOAD="./libsoapbox.so" rmdir /var/tmp/bar/../soapboxdir1 >rmdir: failed to remove `/var/tmp/bar/../soapboxdir1': No such file or directory >make: [test] Error 1 (ignored) >TEST 56: cmd = LD_PRELOAD="./libsoapbox.so" rmdir /var/tmp/soapboxln5 >rmdir: failed to remove `/var/tmp/soapboxln5': Not a directory >make: [test] Error 1 (ignored) >TEST 57: cmd = LD_PRELOAD="./libsoapbox.so" rmdir /var/tmp/../tmp/soapboxdir1 >TEST 60: cmd = LD_PRELOAD="./libsoapbox.so" mkfifo -m0755 /var/tmp/soapboxfifo1 >TEST 61: cmd = LD_PRELOAD="./libsoapbox.so" mkfifo -m0600 /var/log/../tmp/soapboxfifo2 >TEST 65: cmd = LD_PRELOAD="./libsoapbox.so" install -c -D /etc/passwd /var/log/../tmp/soapboxdir2/blah/passwd > > >>>> Install soapbox-0.3.1 into /var/tmp/portage/app-shells/soapbox-0.3.1/image/ category app-shells >>>> Completed installing soapbox-0.3.1 into /var/tmp/portage/app-shells/soapbox-0.3.1/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/lib/libsoapbox.so > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/lib/libsoapbox.so >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 336834
: 246861