Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67107 - gnumeric needs dev-util/pkgconfig when unpacking binary packages
Summary: gnumeric needs dev-util/pkgconfig when unpacking binary packages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 07:15 UTC by ChrisA
Modified: 2009-03-16 11:12 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 ChrisA 2004-10-11 07:15:59 UTC
I'm using binary packages on a group af Gentoo-machines.
On the buildhost, 'dev-util/pkgconfig' gets installed when I:

emerge -bav gnumeric

But when I run:

emerge -gK gnumeric

on the clients, I get:

Calculating dependencies ...done!
>>> emerge (1 of 1) app-office/gnumeric-1.2.12 to /
>>> extracting info
/usr/sbin/ebuild.sh: line 46: pkg-config: command not found
 * libgsf needs to be compiled with gnome in USE
 * for this version of gnumeric to work. Rebuild
 * libgsf first like this :
 * USE=gnome emerge libgsf -vp

!!! ERROR: gnumeric-1.2.12/gnumeric-1.2.12 failed.
!!! Function pkg_setup, Line 52, Exitcode 0
!!! libgsf was built without gnome support...

!!! Error running pkg_setup



Reproducible: Always
Steps to Reproduce:
1. On the buildhost, 'emerge -b gnumeric'
2. On the client, remove dev-util/pkgconfig (if installede): emerge -C dev-util/pkgconfig
3. On the client, try to install gnumeric: emerge -gK gnumeric




A simple workaround:

emerge -gK dev-util/pkgconfig
emerge -gK app-office/gnumeric

As it's only the ebuild that needs pkgconfig, should portage, that RDEPEND on it?
Comment 1 foser (RETIRED) gentoo-dev 2005-01-06 04:16:08 UTC
added pkgconfig as a runtime dep to 1.4.1 for now

thnx for the report.