NetBSD Problem Report #30684

From dauphin@enst.fr  Thu Jul  7 09:03:44 2005
Return-Path: <dauphin@enst.fr>
Received: from smtp2.enst.fr (revol1.enst.fr [137.194.32.27])
	by narn.netbsd.org (Postfix) with ESMTP id 97C7C63B104
	for <gnats-bugs@gnats.netbsd.org>; Thu,  7 Jul 2005 09:03:43 +0000 (UTC)
Message-Id: <1120727020.0@bi.enst.fr>
Date: Thu, 7 Jul 2005 11:03:40 +0200
From: "Gilles Dauphin" <dauphin@enst.fr>
To: "gnats bugs" <gnats-bugs@netbsd.org>
Subject: Mesa MesaLib (solaris and all system)
X-Send-Pr-Version: gtk-send-pr 0.4.5 
X-GNATS-Notify:

>Number:         30684
>Category:       pkg
>Synopsis:       Mesa MesaLib (solaris and all system)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 07 09:04:00 +0000 2005
>Closed-Date:    Thu Jul 06 13:25:27 +0000 2006
>Last-Modified:  Thu Jul 06 13:25:27 +0000 2006
>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




>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: markd@netbsd.org
State-Changed-When: Thu, 06 Jul 2006 13:25:27 +0000
State-Changed-Why:
solaris build fixed.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.