Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 46675
Alias:
Product:
Component:
Status: CLOSED
Resolution: TEST-REQUEST
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Röhr <david@rohr.se>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 46675 depends on: Show dependency tree
Bug 46675 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.




View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-04-03 03:25 0000
Trying to emerge gtetrinet, and the compile failes of.


Reproducible: Always
Steps to Reproduce:
1. emerge gtetrinet
2.
3.

Actual Results:  
..
...
...
dialogs.o(.text+0x2d6): In function `teamdialog_button':
: undefined reference to `GNOME_ENTRY'
dialogs.o(.text+0x54e): In function `teamdialog_new':
: undefined reference to `GNOME_ENTRY'
dialogs.o(.text+0x57a): In function `teamdialog_new':
: undefined reference to `GNOME_ENTRY'
dialogs.o(.text+0x713): In function `connectdialog_button':
: undefined reference to `GNOME_ENTRY'
dialogs.o(.text+0x7fc): In function `connectdialog_button':
: undefined reference to `GNOME_ENTRY'
dialogs.o(.text+0x881): more undefined references to `GNOME_ENTRY' follow
collect2: ld returned 1 exit status
make[3]: *** [gtetrinet] Error 1
make[3]: Leaving directory
`/var/tmp/portage/gtetrinet-0.7.5/work/gtetrinet-0.7.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gtetrinet-0.7.5/work/gtetrinet-0.7.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gtetrinet-0.7.5/work/gtetrinet-0.7.5'
make: *** [all] Error 2

!!! ERROR: games-puzzle/gtetrinet-0.7.5 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! emake failed


Expected Results:  
A great working compile :)

CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
USE="mmx sse"
CXXFLAGS="${CFLAGS}"
ACCEPT_KEYWORDS="~x86"

gcc version 3.3.3 20040217 (Gentoo Linux 3.3.3, propolice-3.3-7)

------- Comment #1 From Andreas Eriksson 2004-04-03 04:38:51 0000 -------
I get the same error.

laptop tpwch # emerge info
Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.5-rc3-love1)
=================================================================
System uname: 2.6.5-rc3-love1 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.00GHz
Gentoo Base System version 1.4.3.13p1
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -mcpu=pentium4 -O2 -fomit-frame-pointer -mmmx -msse -msse2 -mfpmath=sse -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -mcpu=pentium4 -O2 -fomit-frame-pointer -mmmx -msse -msse2 -mfpmath=sse -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache digest fixpackages sandbox userpriv"
GENTOO_MIRRORS="http://ds.thn.htu.se/linux/gentoo http://gentoo.oregonstate.edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="VIDEO_CARDS_RADEON X aalib accessibility acl acpi afs alsa arts artswrappersuid berkdb caps chroot cjk crypt cups dedicated dga dvb dvd encode esd fbcon firebird foomaticdb fusion gdbm ggi gif gimpprint gnome gpm gstreamer gtk gtk2 gtkhtml guile idea innodb input_devices_synaptics ipv6 java javascript jbig jpeg justify kde ldap libg++ mad md5sum mikmod mmx motif mpeg multilib mysql nas ncurses nls oggvorbis opengl oss pam perl pg-hier pg-intdatetime pg-vacuumdelay pic png ppds pwdb python qt quicktime readline ruby samba sdk sdl skey slang slp socks5 spell sqlite sse sse2 ssl stencil-buffer svga tcltk tcpd tetex threads tiff truetype ucs2 video_cards_radeon vim-with-x wmf wsconvert x86 xinerama xml xml2 xmms xv zlib"


------- Comment #2 From Mr. Bones. 2004-04-04 01:22:40 0000 -------
Ok, I put in an attempt at fixing this.  Resync, make sure you have version
1.5 of the ebuild and try to merge gtetrinet again.

------- Comment #3 From David Röhr 2004-04-04 04:38:13 0000 -------
Yep, works great with the 0.7.5-build. Thanks!

------- Comment #4 From David Röhr 2004-04-04 04:39:53 0000 -------
Guess I can close it?

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug