[Mesa-dev] [Bug 63269] New: explicitly symlinking libraries without libtool breaks OpenBSD build

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 8 07:18:55 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=63269

          Priority: medium
            Bug ID: 63269
          Assignee: mesa-dev at lists.freedesktop.org
           Summary: explicitly symlinking libraries without libtool breaks
                    OpenBSD build
          Severity: normal
    Classification: Unclassified
                OS: OpenBSD
          Reporter: jsg at openbsd.org
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Other
           Product: Mesa

Many of the Mesa Makefiles now contain a comment like:

# Provide compatibility with scripts for the old Mesa build system for
# a while by putting a link to the driver into /lib of the build tree

Followed by then explicitly assuming libraries work like they do in
Linux:

../../../bin/install-sh -c -d ../../../lib
ln -f .libs/libglapi.so.0.0.0 ../../../lib/libglapi.so.0.0.0
ln: .libs/libglapi.so.0.0.0: No such file or directory

The .libs dir already contains a libglapi.so.0.0 here.  There is no symbol
versioning on OpenBSD, and libraries use just so.major.minor

Would it be possible to remove this 'compatibility with scripts' so Mesa can
build on more platforms?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130408/1784d9f0/attachment.html>


More information about the mesa-dev mailing list