Date: Mon, 08 Oct 2018 11:26:14 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 232066] graphics/gimp-app: installation failed due error in plist file Message-ID: <bug-232066-6497-azzW96S8Z4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-232066-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-232066-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-gnome mailing = list <gnome@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=3D232066 --- Description --- Trying to install port ends with following: =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D>>> Starting check for runtime dependencies =3D=3D=3D>>> Gathering dependency list for graphics/gimp-app from ports =3D=3D=3D>>> The dependency for graphics/jpeg-turbo seems to be handled by jpeg-8_7 =3D=3D=3D>>> Dependency check complete for graphics/gimp-app =3D=3D=3D>>> py27-gimp-2.8.22_1 >> graphics/gimp-app (2/3) =3D=3D=3D> Installing for gimp-app-2.10.6,1 =3D=3D=3D> Checking if gimp-app already installed =3D=3D=3D> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232066-6497-azzW96S8Z4>