Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 345449 - app-cdr/plextor-tool-0.5.0[gnome] fails to compile against gnome-base/gnome-panel-2.30.2
Summary: app-cdr/plextor-tool-0.5.0[gnome] fails to compile against gnome-base/gnome-p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Optical Media project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-14 20:44 UTC by Martin von Gagern
Modified: 2013-08-27 14:07 UTC (History)
2 users (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 Martin von Gagern 2010-11-14 20:44:32 UTC
The build system for plextor-tool seems to aim at an old version of gnome using gnome-config:

x86_64-pc-linux-gnu-gcc -march=amdfam10 -O2 -ggdb -pipe -Wall
  `gnome-config --cflags applets` -Icommon/ -DUSE_GNOME
  -c -o gnome/session.o gnome/session.c
/bin/sh: gnome-config: command not found
gnome/session.c:34:19: error: gnome.h: No such file or directory
gnome/session.c:36:27: error: applet-widget.h: No such file or directory

I suggest you disable the gnome USE flag for that ebuild unless someone can offer a fix for this issue.
Comment 1 Pacho Ramos gentoo-dev 2013-08-27 12:58:24 UTC
gnome-panel is dead -> please disable that support completely
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2013-08-27 14:07:09 UTC
Fixed in portage.

+  27 Aug 2013; Samuli Suominen <ssuominen@gentoo.org>
+  files/plextor-tool-0.5.0-build.patch, plextor-tool-0.5.0.ebuild:
+  Stop building the gnome-panel 2.x applet (and modify the -build.patch to not
+  call gnome-config) wrt #345449 by Martin von Gagern