#4666 closed defect (duplicate)
gimp2 / gimp-print
Reported by: | fabianwenk (Fabian Wenk) | Owned by: | tobypeterson |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | gimp2 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
When installing gimp2 the following error occurs (did a port selfudpate/sync just before):
checking for gimpprint-config... /opt/local/bin/gimpprint-config checking for GIMP-PRINT - version >= 4.2.0... no *** Could not run GIMP-PRINT test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GIMP-PRINT was incorrectly *** installed or that you have moved GIMP-PRINT since it was installed. In the *** latter case, you may want to edit the gimpprint-config script: *** /opt/local/bin/gimpprint-config configure: error: *** Check for libgimpprint failed. You can download it from *** http://gimp-print.sourceforge.net/ or you can build without it by passing *** --disable-print to configure (but you won't be able to print then). Warning: the following items did not execute (for gimp2): com.apple.activate com.apple.configure com.apple.build com.apple.destroot com.apple.archive com.apple.install
See also the config.log in the Attachment.
fabian@flashback:~$ /opt/local/bin/gimpprint-config --version 4.2.6
After adding ' -lintl' in /opt/local/bin/gimpprint-config according to #2822 gimp2 does configure and build just fine:
--- /opt/local/bin/gimpprint-config-dist Fri Aug 26 04:25:37 2005 +++ /opt/local/bin/gimpprint-config Fri Aug 26 04:56:46 2005 @@ -1,6 +1,6 @@ #!/bin/sh -gimpprint_libs="-lgimpprint -lm" +gimpprint_libs="-lgimpprint -lm -lintl" gimpprint_cflags="" prefix=/opt/local
Attachments (1)
Change History (4)
Changed 19 years ago by fabianwenk (Fabian Wenk)
Attachment: | config.log added |
---|
comment:1 Changed 19 years ago by blb@…
Owner: | changed from darwinports-bugs@… to toby@… |
---|
Guessing gimp-print needs lovin', so assigning to its maintainer.
comment:2 Changed 19 years ago by toby@…
Resolution: | → duplicate |
---|---|
Status: | new → closed |
* This bug has been marked as a duplicate of 2822 *
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | gimp2 added |
Note: See
TracTickets for help on using
tickets.
config.log of gimp2