Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149021 - compilation of x11-misc/xaos-3.1 fails
Summary: compilation of x11-misc/xaos-3.1 fails
Status: RESOLVED DUPLICATE of bug 146009
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-25 01:26 UTC by Roman Polach
Modified: 2006-09-25 01:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge xaos output (emerge-xaos.txt,16.27 KB, text/plain)
2006-09-25 01:28 UTC, Roman Polach
Details
emerge --info output (emerge-info.log,2.93 KB, text/plain)
2006-09-25 01:28 UTC, Roman Polach
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Polach 2006-09-25 01:26:59 UTC
# emerge -pv xaos

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] x11-misc/xaos-3.1  USE="X nls -aalib -svga" 1,154 kB

Total size of downloads: 1,154 kB
artwines roman # emerge -v xaos
Calculating dependencies... done!

>>> Emerging (1 of 1) x11-misc/xaos-3.1 to /
>>> Downloading 'ftp://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo/distfiles/XaoS-3.1.tar.gz'
--10:13:44--  ftp://ftp.sh.cvut.cz/MIRRORS/gentoo/gentoo/distfiles/XaoS-3.1.tar.gz
           => `/usr/portage/distfiles/XaoS-3.1.tar.gz'
Resolving ftp.sh.cvut.cz... 147.32.127.222
Connecting to ftp.sh.cvut.cz|147.32.127.222|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /MIRRORS/gentoo/gentoo/distfiles ... done.
==> PASV ... done.    ==> RETR XaoS-3.1.tar.gz ... done.
Length: 1,182,143 (1.1M) (unauthoritative)

100%[====================================>] 1,182,143    214.02K/s    ETA 00:00

10:13:50 (209.40 KB/s) - `/usr/portage/distfiles/XaoS-3.1.tar.gz' saved [1182143]

 * checking ebuild checksums ;-) ...                                      [ ok ] * checking auxfile checksums ;-) ...                                     [ ok ] * checking miscfile checksums ;-) ...                                    [ ok ] * checking XaoS-3.1.tar.gz ;-) ...                                       [ ok ]>>> Unpacking source...
>>> Unpacking XaoS-3.1.tar.gz to /var/tmp/portage/xaos-3.1/work
 * Applying gcc3.4.patch ...                                              [ ok ]>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/xaos-3.1/work/XaoS-3.1 ...

....
...

gcc -O2 -march=pentium4 -pipe   -I/var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/include   -c -o ui_x11.o ui_x11.c
rm -f /var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/lib/libuix11.a
ar rc /var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/lib/libuix11.a xlib.o ui_x11.o
ranlib /var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/lib/libuix11.a
make[2]: Leaving directory `/var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/ui/ui-drv/x11'
make[2]: Entering directory `/var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/ui/ui-drv/dga'
gcc -O2 -march=pentium4 -pipe   -I/var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/include   -c -o ui_dga.o ui_dga.c
ui_dga.c: In function 'store':
ui_dga.c:92: warning: incompatible implicit declaration of built-in function 'memcpy'
ui_dga.c: In function 'restore':
ui_dga.c:111: warning: incompatible implicit declaration of built-in function 'memcpy'
ui_dga.c: In function 'DGA_display':
ui_dga.c:234: warning: incompatible implicit declaration of built-in function 'memcpy'
ui_dga.c: In function 'DGA_processevents':
ui_dga.c:795: warning: incompatible implicit declaration of built-in function 'strlen'
rm -f /var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/lib/libuidga.a
ar rc /var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/lib/libuidga.a ui_dga.o
ranlib /var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/lib/libuidga.a
make[2]: Leaving directory `/var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/ui/ui-drv/dga'
gcc -O2 -march=pentium4 -pipe   -I/var/tmp/portage/xaos-3.1/work/XaoS-3.1/src/include  -o /var/tmp/portage/xaos-3.1/work/XaoS-3.1/bin/xaos lib/libui.a lib/libui-hlp.a lib/libengine.a lib/libutil.a lib/libfilter.a lib/libuix11.a lib/libuidga.a  -lpng -lz -lm  -lXext -lXxf86dga -lXxf86vm   -lX11
gcc: lib/libui.a: No such file or directory
gcc: lib/libui-hlp.a: No such file or directory
gcc: lib/libengine.a: No such file or directory
gcc: lib/libutil.a: No such file or directory
gcc: lib/libfilter.a: No such file or directory
make[1]: *** [/var/tmp/portage/xaos-3.1/work/XaoS-3.1/bin/xaos] Error 1
make[1]: Leaving directory `/var/tmp/portage/xaos-3.1/work/XaoS-3.1/src'
make: *** [default] Error 2

!!! ERROR: x11-misc/xaos-3.1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_compile
  ebuild.sh, line 937:   Called src_compile
  xaos-3.1.ebuild, line 72:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Roman Polach 2006-09-25 01:28:16 UTC
Created attachment 98000 [details]
emerge xaos output
Comment 2 Roman Polach 2006-09-25 01:28:53 UTC
Created attachment 98001 [details]
emerge --info output
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2006-09-25 01:43:23 UTC

*** This bug has been marked as a duplicate of 146009 ***