pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/30684: Mesa MesaLib (solaris and all system)



>Number:         30684
>Category:       pkg
>Synopsis:       Mesa MesaLib (solaris and all system)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 07 09:04:00 +0000 2005
>Originator:     Gilles Dauphin
>Release:        SunOS 5.10 i86pc
>Organization:
ENST 
>Environment:


System: SunOS bi.enst.fr 5.10 Generic i86pc


>Description:


Mesa won't compile on Solaris. (pkg/30581 followup)


>How-To-Repeat:


bmake in MesaLib on Solaris10


>Fix:


What's the Mesa dev's say in RELNOTES-5.1:
Build System Changes
--------------------

The GNU automake/autoconf support has been removed.  As it was, it seldom
worked on anything but Linux.  The Mesa developers aren't big fans of
automake/autoconf/libtool and didn't have the time to maintain it.
If someone wants to contribute new automake/autoconf support (and is
willing to maintain it), it may be re-incorporated into Mesa, subject
to some requirements.

The "old style" makefile system has been updated:
   1. Make-config has been trimmed down to fewer, modern configurations.
   2. Most of the bin/mklib.* scripts have been rolled into a new "mklib"
      script that works on all sorts of systems.  There are probably some
      bugs in it, but it's been tested on Linux, SunOS 5.8 and IRIX 6.5.
      Improvements/contributes are greatly appreciated.
   3. The Makefile.X11 files have been cleaned up in various ways
----------------------------
# pwd
/usr/pkgsrc/graphics/Mesa
# diff Makefile.common Makefile.common.dist 
18,19c18
< #USE_LIBTOOL=         yes
< USE_LIBTOOL=           no
---
> USE_LIBTOOL=          yes

# cd ../MesaLib
# diff PLIST _PLIST.dist
12,14c12,14
< lib/libGL.a
< lib/libGLw.a
< lib/libOSMesa.a
---
> lib/libGL.la
> lib/libGLw.la
> lib/libOSMesa.la

# diff Makefile Makefile.dist
8,10c8,10
< #INSTLIBS=    ${WRKSRC}/src/mesa/libGL.la \
< #             ${WRKSRC}/src/glw/libGLw.la \
< #             ${WRKSRC}/src/mesa/libOSMesa.la
---
> INSTLIBS=     ${WRKSRC}/src/mesa/libGL.la \
>               ${WRKSRC}/src/glw/libGLw.la \
>               ${WRKSRC}/src/mesa/libOSMesa.la
12,14d11
< INSTLIBS=     ${WRKSRC}/src/mesa/libGL.a \
<               ${WRKSRC}/src/glw/libGLw.a \
<               ${WRKSRC}/src/mesa/libOSMesa.a







Home | Main Index | Thread Index | Old Index