Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2023 21:16:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 273089] textproc/py-rdflib v6.3.2 make install doesn't install libs
Message-ID:  <bug-273089-21822@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 273089
           Summary: textproc/py-rdflib v6.3.2 make install doesn't install
                    libs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: bryan@katofiad.co.nz
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

textproc/py-rdflib only seems to install bin
This also prevents sysutils/zeitgeist from completing configure

FreeBSD Ports git commit #5dddaba

OUTPUT after installation 2023-08-13
----------
# pkg info -l py39-rdflib | less
py39-rdflib-6.3.2:
        /usr/local/bin/csv2rdf
        /usr/local/bin/csv2rdf-3.9
        /usr/local/bin/rdf2dot
        /usr/local/bin/rdf2dot-3.9
        /usr/local/bin/rdfgraphisomorphism
        /usr/local/bin/rdfgraphisomorphism-3.9
        /usr/local/bin/rdfpipe
        /usr/local/bin/rdfpipe-3.9
        /usr/local/bin/rdfs2dot
        /usr/local/bin/rdfs2dot-3.9
        /usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/LICEN=
SE
        /usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/METAD=
ATA
        /usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/RECORD
        /usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/WHEEL
=20=20=20=20=20=20=20
/usr/local/lib/python3.9/site-packages/rdflib-6.3.2.dist-info/entry_points.=
txt
        /usr/local/share/licenses/py39-rdflib-6.3.2/BSD3CLAUSE
        /usr/local/share/licenses/py39-rdflib-6.3.2/LICENSE
        /usr/local/share/licenses/py39-rdflib-6.3.2/catalog.mk

# echo "import rdflib" | python3.9
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'rdflib'

--=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-273089-21822>