Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146125 - net-im/kadu doesn't build on gcc4.1 with USE=tcltk
Summary: net-im/kadu doesn't build on gcc4.1 with USE=tcltk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Marcin Kryczek (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
: 159271 (view as bug list)
Depends on:
Blocks: 117482
  Show dependency tree
 
Reported: 2006-09-03 05:54 UTC by Marcin Slusarz
Modified: 2006-12-28 14:16 UTC (History)
3 users (show)

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


Attachments
patch for module tcl_scripting (kadu-tcl_scripting-gcc41.diff,487 bytes, patch)
2006-09-03 05:55 UTC, Marcin Slusarz
Details | Diff
updated ebuild (kadu-0.4.3-r1.ebuild,8.69 KB, text/plain)
2006-09-04 12:19 UTC, Marcin Slusarz
Details
updated patch (kadu-tcl_scripting-gcc41.diff,503 bytes, patch)
2006-09-04 12:20 UTC, Marcin Slusarz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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łąd 1
make[3]: Leaving directory `/dane/tmp/portage/kadu-0.4.3/work/kadu/modules'
make[2]: *** [all] Błąd 1
make[2]: Leaving directory `/dane/tmp/portage/kadu-0.4.3/work/kadu/modules'
make[1]: *** [all-recursive] Błąd 1
make[1]: Leaving directory `/dane/tmp/portage/kadu-0.4.3/work/kadu'
make: *** [all] Błą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.