Bug 189371 - install script errors
Summary: install script errors
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gimp
Version: 5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-04-19 15:41 UTC by Orion Poplawski
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-04-20 14:48:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Orion Poplawski 2006-04-19 15:41:04 UTC
Description of problem:

Installing 2:2.2.11-0.fc5.1 from updates-testing gives the following errors:

Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found

repeated 4 times each.  Error is coming from /usr/sbin/xsane-install-gimp-plugin
which calls /usr/bin/gimptool-2.0 --gimpplugindir, which does:

++ pkg-config --cflags gtk+-2.0
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found


Looks like some missing Requires(pre/post), or better yet fix gimptool-2.0 to
not call pkg-config unless it needs to (it doesn't for --gimpplugindir and
--version).

Comment 1 Nils Philippsen 2006-04-20 14:48:44 UTC
fixed in gimp-2.2.11-0.fc5.3 -- the included gimptool should no longer call
pkgconfig if not needed.


Note You need to log in before you can comment on or make changes to this bug.