Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244725 Details for
Bug 334623
x11-plugins/wmrack 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
wmrack-1.3:20100826-013026.log (text/plain), 4.65 KB, created by
Diego Elio Pettenò (RETIRED)
on 2010-08-26 14:50:14 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2010-08-26 14:50:14 UTC
Size:
4.65 KB
patch
obsolete
> * CPV: x11-plugins/wmrack-1.3 > * REPO: gentoo > * USE: elibc_glibc kernel_linux test userland_GNU x86 >>>> Unpacking source... >>>> Unpacking wmrack-1.3.tar.gz to /var/tmp/portage/x11-plugins/wmrack-1.3/work >>>> Source unpacked in /var/tmp/portage/x11-plugins/wmrack-1.3/work >>>> Compiling source in /var/tmp/portage/x11-plugins/wmrack-1.3/work/wmrack-1.3 ... >./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --x-includes=/usr/include --x-libraries=/usr/lib >loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >creating cache ./config.cache >checking for gcc... i686-pc-linux-gnu-gcc >checking whether the C compiler (i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) works... yes >checking whether the C compiler (i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) is a cross-compiler... no >checking whether we are using GNU C... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for a BSD compatible install... /usr/bin/install -c >checking whether ln -s works... yes >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for ANSI C header files... yes >checking for unistd.h... yes >checking for X... libraries /usr/lib, headers /usr/include >checking for XpmCreatePixmapFromBuffer in -lXpm... yes >checking for X11/extensions/shape.h... yes >checking for XShapeCombineMask in -lXext... yes > >Trying to detect GNUstep paths... ${prefix}/GNUstep/Library > >updating cache ./config.cache >creating ./config.status >creating Makefile >creating XPM/Makefile >creating config.h >make -j14 -j1 >(cd XPM; make standart.style) >make[1]: Entering directory `/var/tmp/portage/x11-plugins/wmrack-1.3/work/wmrack-1.3/XPM' >ln -s grey.style standart.style >make[1]: Leaving directory `/var/tmp/portage/x11-plugins/wmrack-1.3/work/wmrack-1.3/XPM' >i686-pc-linux-gnu-gcc -M xpmicon.c library.c cdrom.c mixer.c wmrack.c >> Makefile >echo "Done" > .depend >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include -c -o xpmicon.o xpmicon.c >xpmicon.c: In function âparseXpmâ: >xpmicon.c:82:7: warning: format not a string literal and no format arguments >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include -c -o library.o library.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include -c -o cdrom.o cdrom.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include -c -o mixer.o mixer.c >i686-pc-linux-gnu-gcc -O2 -pipe -I/usr/include -c -o wmrack.o wmrack.c >wmrack.c: In function âmainLoopâ: >wmrack.c:654:10: warning: format â%02dâ expects type âintâ, but argument 4 has type âTrackInfoâ >wmrack.c: In function âloadMixerRCâ: >wmrack.c:1490:2: warning: format â%sâ expects type âchar *â, but argument 3 has type âchar (*)[1024]â >wmrack.c:1490:2: warning: format â%sâ expects type âchar *â, but argument 6 has type âchar (*)[1024]â >i686-pc-linux-gnu-gcc xpmicon.o library.o cdrom.o mixer.o wmrack.o -o wmrack -L/usr/lib -lX11 -lXpm -lXext >>>> Source compiled. >>>> Test phase [none]: x11-plugins/wmrack-1.3 > >>>> Install wmrack-1.3 into /var/tmp/portage/x11-plugins/wmrack-1.3/image/ category x11-plugins >make -j14 -j1 LIBDIR=/var/tmp/portage/x11-plugins/wmrack-1.3/image//usr/lib/WMRack MANDIR=/var/tmp/portage/x11-plugins/wmrack-1.3/image//usr/share/man BINDIR=/var/tmp/portage/x11-plugins/wmrack-1.3/image//usr/bin install >mkdir -p /var/tmp/portage/x11-plugins/wmrack-1.3/image//usr/bin >for prog in wmrack; do \ > /usr/bin/install -c ${prog} /var/tmp/portage/x11-plugins/wmrack-1.3/image//usr/bin ; \ >done >mkdir -p /var/tmp/portage/x11-plugins/wmrack-1.3/image//usr/share/man/man1 >for man in wmrack.1; do \ > /usr/bin/install -c -m 644 ${man} /var/tmp/portage/x11-plugins/wmrack-1.3/image//usr/share/man/man1 ; \ >done >(cd XPM; make install) >make[1]: Entering directory `/var/tmp/portage/x11-plugins/wmrack-1.3/work/wmrack-1.3/XPM' >mkdir -p /var/tmp/portage/x11-plugins/wmrack-1.3/image//usr/lib/WMRack >for style in *.style; do \ > if test "${style}" != "standart.style"; then \ > /usr/bin/install -c -m 644 ${style} /var/tmp/portage/x11-plugins/wmrack-1.3/image//usr/lib/WMRack; \ > fi \ >done >make[1]: Leaving directory `/var/tmp/portage/x11-plugins/wmrack-1.3/work/wmrack-1.3/XPM' >>>> Completed installing wmrack-1.3 into /var/tmp/portage/x11-plugins/wmrack-1.3/image/ > >strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment > usr/bin/wmrack > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/wmrack > > * Gentoo contact information ... >herds: > desktop-dock >maintainers: >
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 334623
: 244725