Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5331 - cdrdao "use gnome" broken
Summary: cdrdao "use gnome" broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-21 02:32 UTC by Olivier Crete (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Crete (RETIRED) gentoo-dev 2002-07-21 02:32:46 UTC
when emerge cdrdao with gnome2 installed (and gnome1 libs too)... the configure
script says that gtk-- 1.2.5+ is not installed, but 1.2.9 is there.
so it does not build it, and it should....
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2002-07-21 02:39:34 UTC
seems like its gtkmm itself that broken...
it includes gtk/gtk.h directly... may need updating...
Comment 2 Spider (RETIRED) gentoo-dev 2002-08-09 20:18:44 UTC
Okay, I think I've found the bug here, 

Could you please try the current cdrdao (1.1.5-r1)
Comment 3 Olivier Crete (RETIRED) gentoo-dev 2002-08-09 20:51:49 UTC
same problem.... 
(the non-gnome part builds... its the gnome part that doesnt)... I the problem
is that the test doesnt use the output of gtkmm-config to build so its missing a
-I for gtk-1.2... ... I think the build process has the same problem... .err....
Comment 4 Spider (RETIRED) gentoo-dev 2002-08-27 15:10:06 UTC
actually, the code works (now at least) but gnome cd master doesn't build from
theese sources on my system. they are commented now in the ebuild.




I'm leaving this to wranglers to see if I can get some help from someone who
knows c++ better than me
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-27 23:50:20 UTC
doug, you're a programmer. please see into this?
Comment 6 foser (RETIRED) gentoo-dev 2002-10-03 18:39:30 UTC
I had a look at it and it basicly comes down to every source and header file in
the gnome tree missing a namespace std declaration. Adding this to every file is
quite a lot of work. There must be an easier way (some compiler backwards
compatibility option or something). I'll have a look around...
Comment 7 foser (RETIRED) gentoo-dev 2002-10-12 13:35:03 UTC
Committed cdrdao 1.1.7 ebuild to portage, new version with fixed gnome stuff.

It's still marked as unstable for all platforms, please test so i can unmask.
Emerge like this : 'ACCEPT_KEYWORDS="~x86" emerge cdrdao' (for x86 platform).
Comment 8 foser (RETIRED) gentoo-dev 2002-10-13 12:57:21 UTC
New package is in testing. closing.