[Bug 250381] graphics/libosmesa: check-plist fails due to extra files in stage/

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 9 11:41:58 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250381

Antonio Huete Jimenez <tuxillo at quantumachine.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tuxillo at quantumachine.net

--- Comment #5 from Antonio Huete Jimenez <tuxillo at quantumachine.net> ---
There are other ports that include some of those files, like for example:

$ git grep lib/libglapi.so
graphics/mesa-dri/pkg-plist:@comment lib/libglapi.so
graphics/mesa-dri/pkg-plist:@comment lib/libglapi.so.0
graphics/mesa-dri/pkg-plist:@comment lib/libglapi.so.0.0.0
graphics/mesa-libs/pkg-plist:lib/libglapi.so
graphics/mesa-libs/pkg-plist:lib/libglapi.so.0
graphics/mesa-libs/pkg-plist:lib/libglapi.so.0.0.0

So including them in plist would be problematic. On the other hand, libOSMesa
library is linked against those files, so you can't remove, at least, some of
them.

# ldd ../stage/usr/local/lib/libOSMesa.so
../stage/usr/local/lib/libOSMesa.so:
        libglapi.so.0 => /usr/local/lib/libglapi.so.0 (0x8012d0000)
        libz.so.3 => /lib/libz.so.3 (0x801507000)
        libstdc++.so.9 => /usr/lib/gcc80/libstdc++.so.9 (0x80151d000)
        libm.so.4 => /lib/libm.so.4 (0x8016a0000)
        libpthread.so.0 => /usr/lib/libpthread.so.0 (0x8016cc000)
        libc.so.8 => /lib/libc.so.8 (0x800462000)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-x11 mailing list