Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 2016 00:59:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206769] databases/rrdtool package build failure 1.5.5_1 due to plist error
Message-ID:  <bug-206769-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206769

            Bug ID: 206769
           Summary: databases/rrdtool package build failure 1.5.5_1 due to
                    plist error
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: zeising@FreeBSD.org
          Reporter: dewayne@heuristicsystems.com.au
          Assignee: zeising@FreeBSD.org
             Flags: maintainer-feedback?(zeising@FreeBSD.org)

On 10.3-prerelease, attempt to build the package results in=20

=3D=3D=3D>   Registering installation for rrdtool-1.5.5_1 as automatic
pkg-static: Plist error, directory listed as a file:
lib/python2.7/site-packages/py_rrdtool-0.2.2-py2.7.egg-info
*** Error code 74


The following enables the package to build as intended.
# diff -urN pkg-plist.orig pkg-plist
--- pkg-plist.orig      2016-01-31 11:44:51.000000000 +1100
+++ pkg-plist   2016-01-31 11:44:21.000000000 +1100
@@ -51,7 +51,10 @@
 %%WITH_PERL%%%%SITE_ARCH%%/RRDs.pm
 %%WITH_PERL%%%%SITE_PERL%%/RRDp.pm
 %%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtool.so
-%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.2-py%%PYTHON_VER%%.egg=
-info
+%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.2-py%%PYTHON_VER%%.egg=
-info/top_level.txt
+%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.2-py%%PYTHON_VER%%.egg=
-info/dependency_links.txt
+%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.2-py%%PYTHON_VER%%.egg=
-info/SOURCES.txt
+%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.2-py%%PYTHON_VER%%.egg=
-info/PKG-INFO
 %%WITH_RUBY%%%%RUBY_SITEARCHLIBDIR%%/RRD.so
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrdcached/RRDCached.pm
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrdcached/rrdcached-size.pl

My thanks to Niclas for his ongoing support and effort with enhancing this
port.

--=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-206769-13>