Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2016 15:26:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210630] ports-mgmt/porttools: fails with "does not belong to any package"
Message-ID:  <bug-210630-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 210630
           Summary: ports-mgmt/porttools: fails with "does not belong to
                    any package"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: skreuzer@FreeBSD.org
          Reporter: trasz@FreeBSD.org
             Flags: maintainer-feedback?(skreuzer@FreeBSD.org)
          Assignee: skreuzer@FreeBSD.org

I'm trying to test a new port using "port test", and it fails like this:

Error: /tmp/linuxcnc-devel-20160626/lib/tcltk/linuxcnc/hal.so is linked to
/usr/local/lib/.mesa/libGL.so that does not belong to any package
Error: /tmp/linuxcnc-devel-20160626/lib/tcltk/linuxcnc/hal.so is linked to
/usr/local/lib/libXinerama.so.1 that does not belong to any package
Error: /usr/local/lib/python2.7/site-packages/_togl.so is linked to
/usr/local/lib/libGLU.so.1 that does not belong to any package
Error: /usr/local/lib/python2.7/site-packages/_togl.so is linked to
/usr/local/lib/libXmu.so.6 that does not belong to any package
*** Error code 1

However:

[root@brick:/home/trasz/linuxcnc-devel]# pkg which /usr/local/lib/libGLU.so=
.1
/usr/local/lib/libGLU.so.1 was installed by package libGLU-9.0.0_2
[root@brick:/home/trasz/linuxcnc-devel]# pkg which /usr/local/lib/libXmu.so=
.6
/usr/local/lib/libXmu.so.6 was installed by package libXmu-1.1.2_3,1

I've tried to debug it, but couldn't find the code that does the check -
grepping for the error string didn't show anything.

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