Date: Mon, 08 Oct 2018 11:26:14 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 232066] graphics/gimp-app: installation failed due error in plist file Message-ID: <bug-232066-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232066 Bug ID: 232066 Summary: graphics/gimp-app: installation failed due error in plist file Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: bsd@dino.sk Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) 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 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232066-7788>