[MacPorts] #4666: gimp2 / gimp-print
MacPorts
noreply at macports.org
Thu Mar 24 07:16:56 PDT 2016
#4666: gimp2 / gimp-print
------------------------+--------------------
Reporter: fabian@… | Owner: toby@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: duplicate | Keywords:
Port: gimp2 |
------------------------+--------------------
Changes (by ryandesign@…):
* port: => gimp2
Old description:
> When installing gimp2 the following error occurs (did a port
> selfudpate/sync
> just before):
>
> ---8<----------------------------------------------
> 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
> ---8<----------------------------------------------
>
> See also the config.log in the Attachment.
>
> fabian at flashback:~$ /opt/local/bin/gimpprint-config --version
> 4.2.6
>
> After adding ' -lintl' in /opt/local/bin/gimpprint-config according to
> http://bugzilla.opendarwin.org/show_bug.cgi?id=2822 gimp2 does configure
> and build just fine:
>
> ---8<----------------------------------------------
> --- /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
> ---8<----------------------------------------------
New description:
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 at 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
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/4666#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list