Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#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)

config.log (123.1 KB) - added by fabianwenk (Fabian Wenk) 19 years ago.
config.log of gimp2

Download all attachments as: .zip

Change History (4)

Changed 19 years ago by fabianwenk (Fabian Wenk)

Attachment: config.log added

config.log of gimp2

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: newclosed

* This bug has been marked as a duplicate of 2822 *

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gimp2 added
Note: See TracTickets for help on using tickets.