Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197908 - x11-misc/gtodo-0.16.0_rc2: Fails to compile with gnome USE flag enabled; misses dependency
Summary: x11-misc/gtodo-0.16.0_rc2: Fails to compile with gnome USE flag enabled; miss...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-03 00:13 UTC by Gus
Modified: 2007-11-03 15:06 UTC (History)
0 users

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 Gus 2007-11-03 00:13:38 UTC
When compiling this application, the ebuild fails to check for gnome-panel.

Reproducible: Always

Steps to Reproduce:
1. Ensure that gnome-base/gnome-panel is not installed.
2. emerge x11-misc/gtodo-0.16.0_rc2
Actual Results:  

emerge output
------------------------------------------------------------------------
checking for PACKAGE... configure: error: Package requirements (libgnomeui-2.0, libpanelapplet-2.0 libglade-2.0 gconf-2.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively you may set the PACKAGE_CFLAGS and PACKAGE_LIBS environment variables
to avoid the need to call pkg-config.  See the pkg-config man page for
more details.

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/x11-misc/gtodo-0.16.0_rc2/work/gtodo-applet-0.16-2/config.log
 * 
 * ERROR: x11-misc/gtodo-0.16.0_rc2 failed.
 * Call stack:
 *                 ebuild.sh, line 1695:  Called dyn_compile
 *                 ebuild.sh, line 1033:  Called qa_call 'src_compile'
 *                 ebuild.sh, line   44:  Called src_compile
 *   gtodo-0.16.0_rc2.ebuild, line   41:  Called econf
 *                 ebuild.sh, line  632:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-misc/gtodo-0.16.0_rc2/temp/build.log'.
 * 

 * Messages for package x11-misc/gtodo-0.16.0_rc2:

 * 
 * ERROR: x11-misc/gtodo-0.16.0_rc2 failed.
 * Call stack:
 *                 ebuild.sh, line 1695:  Called dyn_compile
 *                 ebuild.sh, line 1033:  Called qa_call 'src_compile'
 *                 ebuild.sh, line   44:  Called src_compile
 *   gtodo-0.16.0_rc2.ebuild, line   41:  Called econf
 *                 ebuild.sh, line  632:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/x11-misc/gtodo-0.16.0_rc2/temp/build.log'.
 * 

/var/tmp/portage output
------------------------------------------------------------------
Package libpanelapplet-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpanelapplet-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpanelapplet-2.0' found
configure:19368: $? = 1
configure:19379: $PKG_CONFIG --exists --print-errors "$pkg_modules"
Package libpanelapplet-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpanelapplet-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpanelapplet-2.0' found
configure:19382: $? = 1
Package libpanelapplet-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libpanelapplet-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libpanelapplet-2.0' found
configure:19403: error: Package requirements (libgnomeui-2.0, libpanelapplet-2.0 libglade-2.0 gconf-2.0) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.


Expected Results:  
Successful install
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-03 00:15:11 UTC
Not Gnome.
Comment 2 Santiago M. Mola (RETIRED) gentoo-dev 2007-11-03 15:06:20 UTC
Fixed, thanks for reporting!