#35283 closed defect (fixed)
gimp-help-en: Couldn't find a GIMP-2.0 installation
Reported by: | markus.doits@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | Cc: | lawrence.ong@…, macuserguru, wa03 (Josh Lawrence), apsu@…, dcecchin@… | |
Port: | gimp-help-en |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Cannot install it @2.8.0, because it expects gimp2 to be installed:
:info:configure ** Couldn't find a GIMP-2.0 installation. If you want to skip this check and :info:configure ** install the help files to the configured prefix, use the --without-gimp :info:configure ** configure option. Note that GIMP will then only find the help files if it :info:configure ** is installed in the same prefix. See the file 'INSTALL' for more help.
Maybe the fix is to add "--without-gimp"?
Attachments (2)
Change History (16)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | gimp2 removed |
Owner: | changed from macports-tickets@… to devans@… |
Summary: | cannot install gimp-help-en without gimp2 → gimp-help-en: Couldn't find a GIMP-2.0 installation |
comment:4 follow-up: 5 Changed 12 years ago by wa03 (Josh Lawrence)
comment:5 follow-up: 14 Changed 12 years ago by apsu@…
I was able to install gimp-help-en without modifying any portfiles:
$ /usr/bin/sudo port -f uninstall gimp-help-en $ /usr/bin/sudo port -s install gimp-help-en configure.args=--without-gimp
After that I could continue GIMP installation normally with
$ /usr/bin/sudo port install gimp
Changed 12 years ago by macuserguru
Attachment: | gimp-help-en-2-main.log added |
---|
comment:7 Changed 12 years ago by macuserguru
it dont work for me :-(
I upgrade from Lion to Mountain Lion .... and then begins a hard way to get my old macports programs ... this are only pan (works now) and gimp
please help me
#35378: w3m: sed: RE error: illegal byte sequence
#35405: w3m: sed: RE error: illegal byte sequence
#35364: some applications want run
#35356: macports won't work after upgrade to MountainLion
comment:8 Changed 12 years ago by lawrence.ong@…
Apply this patch first:
Then the following commands should install gimp-help-en correctly.
$ /usr/bin/sudo port -f uninstall gimp-help-en $ /usr/bin/sudo port -s install gimp-help-en configure.args=--without-gimp
However, gimp still won't install because of a problem with webkit-gtk. See #35348.
comment:9 Changed 12 years ago by markus.doits@…
you don't need webkit if you install gimp2 without help_browser (-help_browser)
Changed 12 years ago by macuserguru
Attachment: | main-help-en-ver3-main.log added |
---|
comment:11 follow-up: 12 Changed 12 years ago by macuserguru
$ /usr/bin/sudo port -f uninstall gimp-help-en $ /usr/bin/sudo port -s install gimp-help-en configure.args=--without-gimp
won't work
---> Building gimp-help-en Error: org.macports.build for port gimp-help-en returned: command execution failed Please see the log file for port gimp-help-en for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gimp-help-en/gimp-help-en/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gimp-help-en failed
comment:12 follow-up: 13 Changed 12 years ago by macuserguru
Replying to fritzs@…:
$ /usr/bin/sudo port -f uninstall gimp-help-en $ /usr/bin/sudo port -s install gimp-help-en configure.args=--without-gimp
won't work
---> Building gimp-help-en Error: org.macports.build for port gimp-help-en returned: command execution failed Please see the log file for port gimp-help-en for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_graphics_gimp-help-en/gimp-help-en/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port gimp-help-en failed
please look for the log attachment:main-help-en-ver3-main.log
comment:13 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
comment:14 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | josh.k.lawrence@… apsu@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Replying to josh.k.lawrence@…:
By the way, I added
configure.args --without-gimp
to the Portfile and was able to install.
Thanks. Fixed in r96103.
By the way, I added
to the Portfile and was able to install.