Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 363777 - gnome-base/gnome-panel-2.32.1-r1 doesn't meet requirements for libwnck when building without bonobo
Summary: gnome-base/gnome-panel-2.32.1-r1 doesn't meet requirements for libwnck when b...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-15 23:11 UTC by yuen
Modified: 2011-06-11 10:43 UTC (History)
1 user (show)

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


Attachments
config.log (config.log,55.45 KB, text/plain)
2011-04-19 21:00 UTC, yuen
Details
emerge --info (emerge.info,3.90 KB, text/plain)
2011-04-19 21:01 UTC, yuen
Details
emerge -pv gnome-panel libwnck:1 (emerge.pv,355 bytes, text/plain)
2011-04-19 21:05 UTC, yuen
Details
pkg-config --cflags --libs libwnck-1.0 (pkg.config,568 bytes, text/plain)
2011-04-19 21:11 UTC, yuen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yuen 2011-04-15 23:11:05 UTC
configure: error: Package requirements (gtk+-2.0 >= 2.19.7 libwnck-1.0 >= 2.19.5) were not met:

No package 'libwnck-1.0' found


 * ERROR: gnome-base/gnome-panel-2.32.1-r1 failed (configure phase):
 *   econf failed
 * 
 * Call stack:
 *     ebuild.sh, line   56:  Called src_configure
 *   environment, line 5622:  Called gnome2_src_configure
 *   environment, line 3180:  Called econf '--disable-deprecation-flags' '--disable-static' '--disable-scrollkeeper' '--disable-schemas-install' '--with-in-process-applets=clock,notification-area,wncklet' '--disable-bonobo' '--disable-network-manager' '--disable-introspection' '--disable-eds' '--disable-gtk-doc'
 *     ebuild.sh, line  557:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 * 
 * If you need support, post the output of 'emerge --info =gnome-base/gnome-panel-2.32.1-r1',
 * the complete build log and the output of 'emerge -pqv =gnome-base/gnome-panel-2.32.1-r1'.
 * The complete build log is located at '/var/tmp/portage/gnome-base/gnome-panel-2.32.1-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/gnome-base/gnome-panel-2.32.1-r1/temp/environment'.
 * S: '/var/tmp/portage/gnome-base/gnome-panel-2.32.1-r1/work/gnome-panel-2.32.1'
Comment 1 Pacho Ramos gentoo-dev 2011-04-16 10:03:17 UTC
Unable to reproduce with -r2
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-04-19 19:17:26 UTC
Please provide full config.log and emerge --info.
Please also paste the output of emerge -pv gnome-panel libwnck:1 and pkg-config --cflags --libs libwnck-1.0.
Comment 3 yuen 2011-04-19 21:00:24 UTC
Created attachment 270585 [details]
config.log
Comment 4 yuen 2011-04-19 21:01:06 UTC
Created attachment 270587 [details]
emerge --info
Comment 5 yuen 2011-04-19 21:05:56 UTC
Created attachment 270589 [details]
emerge -pv gnome-panel libwnck:1
Comment 6 yuen 2011-04-19 21:11:43 UTC
Created attachment 270593 [details]
pkg-config  --cflags --libs libwnck-1.0
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2011-04-19 22:17:49 UTC
This is weird, portage says libwnck isn't installed, yet pkgconfig finds it when run by hand, but not while building...

Is there another installation of libwnck on your system, maybe in /usr/local ?
Comment 8 yuen 2011-04-19 22:33:17 UTC
No, I have installed x11-libs/libwnck-2.30.6 yust for last attachment from pkg-config.
Comment 9 yuen 2011-04-19 22:41:14 UTC
(In reply to comment #1)
> Unable to reproduce with -r2

I got the same error even for -r2
Comment 10 Pacho Ramos gentoo-dev 2011-06-04 10:47:11 UTC
Are you still able to reproduce this problem on a fully updated system?