Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 173169 Details for
Bug 248577
x11-misc/peksystray: fails with forced --as-needed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
peksystray-0.4.0:20081124-072932.log (text/plain), 6.38 KB, created by
Diego Elio Pettenò (RETIRED)
on 2008-11-24 09:32:42 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2008-11-24 09:32:42 UTC
Size:
6.38 KB
patch
obsolete
>>>> Unpacking source... >>>> Unpacking peksystray-0.4.0.tar.bz2 to /var/tmp/portage/x11-misc/peksystray-0.4.0/work > [32;01m*[0m Applying peksystray-0.4.0-ldadd.patch ... >[A[72C [34;01m[ [32;01mok[34;01m ][0m >>>> Source unpacked. >>>> Compiling source in /var/tmp/portage/x11-misc/peksystray-0.4.0/work/peksystray-0.4.0 ... >./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --build=i686-pc-linux-gnu >configure: loading site script /usr/share/config.site >configure: loading site script /usr/share/crossdev/include/site/linux >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether i686-pc-linux-gnu-gcc accepts -g... yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for style of include used by make... GNU >checking dependency style of i686-pc-linux-gnu-gcc... gcc3 >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for X... libraries /usr/lib, headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating config.h >config.status: executing depfiles commands >make -j14 >make all-recursive >make[1]: Entering directory `/var/tmp/portage/x11-misc/peksystray-0.4.0/work/peksystray-0.4.0' >Making all in src >make[2]: Entering directory `/var/tmp/portage/x11-misc/peksystray-0.4.0/work/peksystray-0.4.0/src' >if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -MT peksystray.o -MD -MP -MF ".deps/peksystray.Tpo" -c -o peksystray.o peksystray.c; \ > then mv -f ".deps/peksystray.Tpo" ".deps/peksystray.Po"; else rm -f ".deps/peksystray.Tpo"; exit 1; fi >i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 -L/usr/lib -lSM -lICE -lX11 -o peksystray peksystray.o >peksystray.o: In function `configure_tray_icon_attrib': >peksystray.c:(.text+0x111): undefined reference to `XGetWindowAttributes' >peksystray.c:(.text+0x16e): undefined reference to `XMoveResizeWindow' >peksystray.o: In function `add_icon': >peksystray.c:(.text+0x1fc): undefined reference to `XReparentWindow' >peksystray.o: In function `create_dock': >peksystray.c:(.text+0x2fe): undefined reference to `XCreateSimpleWindow' >peksystray.c:(.text+0x343): undefined reference to `XCreateSimpleWindow' >peksystray.c:(.text+0x34b): undefined reference to `XAllocClassHint' >peksystray.c:(.text+0x379): undefined reference to `XSetClassHint' >peksystray.c:(.text+0x381): undefined reference to `XFree' >peksystray.c:(.text+0x386): undefined reference to `XAllocWMHints' >peksystray.c:(.text+0x3bf): undefined reference to `XSetWMHints' >peksystray.c:(.text+0x3c7): undefined reference to `XFree' >peksystray.c:(.text+0x3e4): undefined reference to `XSetWindowBackgroundPixmap' >peksystray.c:(.text+0x409): undefined reference to `XSelectInput' >peksystray.c:(.text+0x41c): undefined reference to `XMapRaised' >peksystray.c:(.text+0x429): undefined reference to `XFlush' >peksystray.c:(.text+0x471): undefined reference to `XInternAtom' >peksystray.c:(.text+0x491): undefined reference to `XSetSelectionOwner' >peksystray.c:(.text+0x4a7): undefined reference to `XGetSelectionOwner' >peksystray.c:(.text+0x4f6): undefined reference to `XInternAtom' >peksystray.c:(.text+0x54e): undefined reference to `XSendEvent' >peksystray.c:(.text+0x56a): undefined reference to `XInternAtom' >peksystray.c:(.text+0x586): undefined reference to `XInternAtom' >peksystray.o: In function `add_tray_icon': >peksystray.c:(.text+0x689): undefined reference to `XSelectInput' >peksystray.c:(.text+0x6a0): undefined reference to `XWithdrawWindow' >peksystray.c:(.text+0x6c8): undefined reference to `XSync' >peksystray.c:(.text+0x6d9): undefined reference to `XMapRaised' >peksystray.c:(.text+0x6ff): undefined reference to `XInternAtom' >peksystray.c:(.text+0x761): undefined reference to `XSendEvent' >peksystray.o: In function `handle_event': >peksystray.c:(.text+0x7a5): undefined reference to `XGetWindowAttributes' >peksystray.c:(.text+0x7c3): undefined reference to `XResizeWindow' >peksystray.o: In function `delete_dock': >peksystray.c:(.text+0x812): undefined reference to `XDestroyWindow' >peksystray.c:(.text+0x82c): undefined reference to `XDestroyWindow' >peksystray.o: In function `eventLoop': >peksystray.c:(.text+0x92d): undefined reference to `XNextEvent' >peksystray.c:(.text+0x979): undefined reference to `XGetSelectionOwner' >peksystray.c:(.text+0x9ec): undefined reference to `XSetSelectionOwner' >peksystray.o: In function `main': >peksystray.c:(.text+0xe2f): undefined reference to `XOpenDisplay' >peksystray.c:(.text+0xe98): undefined reference to `XCloseDisplay' >collect2: ld returned 1 exit status >make[2]: *** [peksystray] Error 1 >make[2]: Leaving directory `/var/tmp/portage/x11-misc/peksystray-0.4.0/work/peksystray-0.4.0/src' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/var/tmp/portage/x11-misc/peksystray-0.4.0/work/peksystray-0.4.0' >make: *** [all] Error 2 > [31;01m*[0m > [31;01m*[0m ERROR: x11-misc/peksystray-0.4.0 failed. > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 49: Called src_compile > [31;01m*[0m environment, line 2166: Called _eapi0_src_compile > [31;01m*[0m ebuild.sh, line 591: Called _eapi2_src_compile > [31;01m*[0m ebuild.sh, line 625: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m emake || die "emake failed" > [31;01m*[0m The die message: > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the topmost build error, and the call stack if relevant. > [31;01m*[0m A complete build log is located at '/var/log/portage/x11-misc/peksystray-0.4.0:20081124-072932.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/x11-misc/peksystray-0.4.0/temp/environment'. > [31;01m*[0m
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 248577
: 173169 |
215701
|
215702