Bug 111241 - print/gutenprint-base's LIB_DEPENDS on libgimp has wrong version number
Summary: print/gutenprint-base's LIB_DEPENDS on libgimp has wrong version number
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Michael Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-04 22:10 UTC by Jonathan Lennox
Modified: 2007-04-04 22:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lennox 2007-04-04 22:10:02 UTC
print/gutenprint-base includes the following text:

.if defined(GUT_SLAVE) && ${GUT_SLAVE}=="gimp"
LIB_DEPENDS+=	gimp-2.0.0:${PORTSDIR}/graphics/gimp-app \
		gutenprint.2:${PORTSDIR}/print/gutenprint

However, the shared library installed by graphics/gimp-app is named
libgimp-2.0.so.200, which doesn't match the LIB_DEPENDS pattern.

Fix: 

Change the LIB_DEPENDS in gutenprint-base to be just "gimp-2.0".
How-To-Repeat: 
# portinstall print/gutenprint
...
===>   gimp-gutenprint-5.1.0 depends on shared library: gimp-2.0.0 - not found
===>    Verifying reinstall for gimp-2.0.0 in /usr/ports/graphics/gimp-app
...
===>  Installing for gimp-gnome-2.2.13_2,1
...
===>  Checking if graphics/gimp-app already installed
===>   gimp-gnome-2.2.13_2,1 is already installed
      You may wish to ``make deinstall'' and install this port again
      by ``make reinstall'' to upgrade it properly.
      If you really wish to overwrite the old port of graphics/gimp-app
      without deleting it first, set the variable "FORCE_PKG_REGISTER"
      in your environment or the "make install" command line.
*** Error code 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-04 22:10:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-04 22:48:52 UTC
ahze        2007-04-04 21:48:46 UTC

  FreeBSD ports repository

  Modified files:
    print/gutenprint-base Makefile 
  Log:
  Make gimp and gimp-devel friendly
  
  PR:             111241
  Reported by:    Jonathan Lennox <lennox@cs.columbia.edu>
  
  Revision  Changes    Path
  1.31      +1 -1      ports/print/gutenprint-base/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Michael Johnson freebsd_committer freebsd_triage 2007-04-04 22:48:57 UTC
State Changed
From-To: open->closed

Fixed, Thanks!