maintainer-feedback requested: [Bug 232066] graphics/gimp-app: installation failed due error in plist file
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Oct 8 11:26:18 UTC 2018
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-gnome mailing list
<gnome at FreeBSD.org> for maintainer-feedback:
Bug 232066: graphics/gimp-app: installation failed due error in plist file
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232066
--- Description ---
Trying to install port ends with following:
====> Compressing man pages (compress-man)
===>>> Starting check for runtime dependencies
===>>> Gathering dependency list for graphics/gimp-app from ports
===>>> The dependency for graphics/jpeg-turbo
seems to be handled by jpeg-8_7
===>>> Dependency check complete for graphics/gimp-app
===>>> py27-gimp-2.8.22_1 >> graphics/gimp-app (2/3)
===> Installing for gimp-app-2.10.6,1
===> Checking if gimp-app already installed
===> Registering installation for gimp-app-2.10.6,1 as automatic
pkg-static: Plist error, directory listed as a file:
libexec/gimp/2.2/plug-ins/help-browser
*** Error code 74
Stop.
make[1]: stopped in /usr/ports/graphics/gimp-app
*** Error code 1
Stop.
make: stopped in /usr/ports/graphics/gimp-app
So everything up to stage phase is OK, pkg_static complains when trying to
install. I looked into plist file, and, indeed, it is there.
With one-line patch pplied, installation succeeds:
--- pkg-plist.orig 2018-10-08 06:32:43.553649000 +0200
+++ pkg-plist 2018-10-08 13:22:16.934845000 +0200
@@ -370,7 +370,7 @@
libexec/gimp/2.2/plug-ins/grid/grid
libexec/gimp/2.2/plug-ins/guillotine/guillotine
libexec/gimp/2.2/plug-ins/help/help
-%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/help-browser
+%%HELPBROWSER%%libexec/gimp/2.2/plug-ins/help-browser/help-browser
libexec/gimp/2.2/plug-ins/hot/hot
libexec/gimp/2.2/plug-ins/ifs-compose/ifs-compose
libexec/gimp/2.2/plug-ins/imagemap/imagemap
More information about the freebsd-gnome
mailing list