Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 283671 Details for
Bug 379591
media-gfx/xsvg fails because of underlinking
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Build log
xsvg-0.2.1:20110817-164902.log (text/plain), 9.47 KB, created by
Diego Elio Pettenò (RETIRED)
on 2011-08-17 17:11:18 UTC
(
hide
)
Description:
Build log
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2011-08-17 17:11:18 UTC
Size:
9.47 KB
patch
obsolete
> * Package: media-gfx/xsvg-0.2.1 > * Repository: gentoo > * Maintainer: graphics@gentoo.org > * USE: elibc_glibc kernel_linux test userland_GNU x86 > * FEATURES: sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking xsvg-0.2.1.tar.gz to /var/tmp/portage/media-gfx/xsvg-0.2.1/work >>>> Source unpacked in /var/tmp/portage/media-gfx/xsvg-0.2.1/work >>>> Preparing source in /var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1 ... > * Applying xsvg-0.2.1-asneeded.patch ... > [ ok ] > * Running eautoreconf in '/var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1' ... > * Running aclocal ... > [ ok ] > * Running autoconf ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1 ... >./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 >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 a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking for style of include used by make... GNU >checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >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 dependency style of i686-pc-linux-gnu-gcc... gcc3 >checking for library containing strerror... none required >checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... (cached) yes >checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes >checking for i686-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed >checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3 >checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E >checking for gawk... (cached) gawk >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for X... libraries , headers >checking for gethostbyname... yes >checking for connect... yes >checking for remove... yes >checking for shmat... yes >checking for IceConnectionNumber in -lICE... yes >checking for i686-pc-linux-gnu-pkg-config... no >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for XSVG... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating doc/Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1 ... >make -j14 >make all-recursive >make[1]: Entering directory `/var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1' >Making all in . >make[2]: Entering directory `/var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1' >make[2]: Leaving directory `/var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1' >Making all in src >make[2]: Entering directory `/var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1/src' >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -MT args.o -MD -MP -MF .deps/args.Tpo -c -o args.o args.c >i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -MT xsvg.o -MD -MP -MF .deps/xsvg.Tpo -c -o xsvg.o xsvg.c >mv -f .deps/args.Tpo .deps/args.Po >mv -f .deps/xsvg.Tpo .deps/xsvg.Po >i686-pc-linux-gnu-gcc -pthread -I/usr/include/cairo -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o xsvg args.o xsvg.o -lsvg-cairo -lsvg -lpng -ljpeg -lz -lcairo -lxml2 >xsvg.o:xsvg.c:function win_load: error: undefined reference to 'XFlush' >xsvg.o:xsvg.c:function win_name: error: undefined reference to 'XAllocSizeHints' >xsvg.o:xsvg.c:function win_name: error: undefined reference to 'XAllocClassHint' >xsvg.o:xsvg.c:function win_name: error: undefined reference to 'XAllocWMHints' >xsvg.o:xsvg.c:function win_name: error: undefined reference to 'XmbSetWMProperties' >xsvg.o:xsvg.c:function win_name: error: undefined reference to 'XFree' >xsvg.o:xsvg.c:function win_name: error: undefined reference to 'XFree' >xsvg.o:xsvg.c:function win_name: error: undefined reference to 'XFree' >xsvg.o:xsvg.c:function win_full: error: undefined reference to 'XAllocSizeHints' >xsvg.o:xsvg.c:function win_full: error: undefined reference to 'XConfigureWindow' >xsvg.o:xsvg.c:function win_full: error: undefined reference to 'XSetWMNormalHints' >xsvg.o:xsvg.c:function win_full: error: undefined reference to 'XFree' >xsvg.o:xsvg.c:function win_full: error: undefined reference to 'XGetWindowAttributes' >xsvg.o:xsvg.c:function toggle_full_cb: error: undefined reference to 'XUnmapWindow' >xsvg.o:xsvg.c:function toggle_full_cb: error: undefined reference to 'XMapWindow' >xsvg.o:xsvg.c:function win_grow_pixmap: error: undefined reference to 'XCreatePixmap' >xsvg.o:xsvg.c:function win_grow_pixmap: error: undefined reference to 'XFillRectangle' >xsvg.o:xsvg.c:function win_grow_pixmap: error: undefined reference to 'XCopyArea' >xsvg.o:xsvg.c:function win_grow_pixmap: error: undefined reference to 'XFreePixmap' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XOpenDisplay' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XParseGeometry' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XCreateWindow' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XCreatePixmap' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XCreateGC' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XFillRectangle' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XStringToKeysym' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XKeysymToKeycode' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XSelectInput' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XInternAtom' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XSetWMProtocols' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XMapWindow' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XPending' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XNextEvent' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XFreeGC' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XDestroyWindow' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XCloseDisplay' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XCopyArea' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XFlush' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XFillRectangle' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XCopyArea' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XGetWindowAttributes' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XGetVisualInfo' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XRenderFindVisualFormat' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XCreateColormap' >xsvg.o:xsvg.c:function main: error: undefined reference to 'XDisplayName' >collect2: ld returned 1 exit status >make[2]: *** [xsvg] Error 1 >make[2]: Leaving directory `/var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1/src' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1' >make: *** [all] Error 2 >emake failed > * ERROR: media-gfx/xsvg-0.2.1 failed (compile phase): > * emake failed > * > * Call stack: > * ebuild.sh, line 56: Called src_compile > * environment, line 2946: Called _eapi2_src_compile > * ebuild.sh, line 669: Called die > * The specific snippet of code: > * emake || die "emake failed" > * > * If you need support, post the output of 'emerge --info =media-gfx/xsvg-0.2.1', > * the complete build log and the output of 'emerge -pqv =media-gfx/xsvg-0.2.1'. > * The complete build log is located at '/var/log/portage/build/media-gfx/xsvg-0.2.1:20110817-164902.log'. > * The ebuild environment file is located at '/var/tmp/portage/media-gfx/xsvg-0.2.1/temp/environment'. > * S: '/var/tmp/portage/media-gfx/xsvg-0.2.1/work/xsvg-0.2.1'
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 379591
: 283671 |
295931
|
295933
|
412230