[Bug 250381] graphics/libosmesa: check-plist fails due to extra files in stage/
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250381 Antonio Huete Jimenez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Antonio Huete Jimenez <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"