Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 146125

Summary: net-im/kadu doesn't build on gcc4.1 with USE=tcltk
Product: Gentoo Linux Reporter: Marcin Slusarz <joi>
Component: [OLD] GCC PortingAssignee: Marcin Kryczek (RETIRED) <mkay>
Status: RESOLVED FIXED    
Severity: normal CC: olaf_j, rhill, sekretarz
Priority: High Keywords: Inclusion
Version: 2006.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 117482    
Attachments: patch for module tcl_scripting
updated ebuild
updated patch

Description Marcin Slusarz 2006-09-03 05:54:50 UTC
x86_64-pc-linux-gnu-g++ -M  -I.. -I../kadu  -I/usr/qt/3/include   -I../libgadu/lib  -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/include -fno-exceptions -pipe -Wall -march=athlon64 -O2 -pipe -s -fno-exceptions -pipe -Wall -march=athlon64 -O2 -pipe -s tcl_scripting/tcl.cpp | \
sed "s,\(.*\):,tcl_scripting/tcl.o tcl_scripting/tcl.d:," > tcl_scripting/tcl.d
make[3]: Leaving directory `/dane/tmp/portage/kadu-0.4.3/work/kadu/modules'
make[3]: Entering directory `/dane/tmp/portage/kadu-0.4.3/work/kadu/modules'
x86_64-pc-linux-gnu-g++ -o tcl_scripting/tcl.o -c -fPIC tcl_scripting/tcl.cpp  -I.. -I../kadu  -I/usr/qt/3/include   -I../libgadu/lib  -DQT_THREAD_SUPPORT -D_REENTRANT -I/usr/include -fno-exceptions -pipe -Wall -march=athlon64 -O2 -pipe -s  -fno-exceptions -pipe -Wall -march=athlon64 -O2 -pipe -s
tcl_scripting/tcl_scripting.h:68: error: extra qualification 'TclSession::' on member 'TclSession'
tcl_scripting/tcl_scripting.h:69: error: extra qualification 'TclSession::' on member 'TclSession'
make[3]: *** [tcl_scripting/tcl.o] B&#322;&#261;d 1
make[3]: Leaving directory `/dane/tmp/portage/kadu-0.4.3/work/kadu/modules'
make[2]: *** [all] B&#322;&#261;d 1
make[2]: Leaving directory `/dane/tmp/portage/kadu-0.4.3/work/kadu/modules'
make[1]: *** [all-recursive] B&#322;&#261;d 1
make[1]: Leaving directory `/dane/tmp/portage/kadu-0.4.3/work/kadu'
make: *** [all] B&#322;&#261;d 2

!!! ERROR: net-im/kadu-0.4.3 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  kadu-0.4.3.ebuild, line 229:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Marcin Slusarz 2006-09-03 05:55:47 UTC
Created attachment 95827 [details, diff]
patch for module tcl_scripting
Comment 2 Marcin Slusarz 2006-09-04 12:19:32 UTC
Created attachment 95999 [details]
updated ebuild
Comment 3 Marcin Slusarz 2006-09-04 12:20:58 UTC
Created attachment 96000 [details, diff]
updated patch 

patch ready for inclusion
Comment 4 Ryan Hill (RETIRED) gentoo-dev 2006-12-27 21:52:20 UTC
Fixed in 0.4.3.  Sorry for the wait.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2006-12-28 06:18:59 UTC
*** Bug 159271 has been marked as a duplicate of this bug. ***
Comment 6 Marcin Slusarz 2006-12-28 13:50:15 UTC
now you broke building with USE="-tcltk"
Comment 7 Ryan Hill (RETIRED) gentoo-dev 2006-12-28 14:16:37 UTC
Oops.  Fixed again.