Date: Fri, 20 Jan 2017 18:12:15 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216330] math/vtk6 : fix libhdf5.settings related plist-issue Message-ID: <bug-216330-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216330 Bug ID: 216330 Summary: math/vtk6 : fix libhdf5.settings related plist-issue Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: stephen@FreeBSD.org Reporter: tcberner@freebsd.org Assignee: stephen@FreeBSD.org Flags: maintainer-feedback?(stephen@FreeBSD.org) Created attachment 179153 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179153&action= =3Dedit fix plist issue Previously math/vtk6 had a plist issue ``` =3D=3D=3D=3D> Running Q/A tests (stage-qa) =3D=3D=3D=3D> Checking for pkg-plist issues (check-plist) =3D=3D=3D> Parsing plist =3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir share/cmake/hdf5 =3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR =3D=3D=3D> Error: Plist issues found. *** Error code 1 ``` as it rm'ed `${STAGEDIR}${PREFIX}/share/cmake/hdf5/libhdf5.settings` but not the directory containing it. Rather than rm'ing that file, simply make cmake not even install it. * poudriere -tC:=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20 ```=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 [00:13:06] =3D=3D=3D=3D>> Built ports: math/vtk6=20=20=20=20=20=20=20=20 ``` --=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-216330-13>