pkgsrc-Bugs archive

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

Re: pkg/38503: pkgsrc/graphics/gle fails to build with latest Mesa updates



The following reply was made to PR pkg/38503; it has been noted by GNATS.

From: Greg Oster <oster%cs.usask.ca@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/38503: pkgsrc/graphics/gle fails to build with latest Mesa 
updates 
Date: Fri, 25 Apr 2008 11:36:10 -0600

 bharder writes:
 > The following reply was made to PR pkg/38503; it has been noted by GNATS.
 > 
 > From: bharder <bharder%methodlogic.net@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc: 
 > Subject: Re: pkg/38503: pkgsrc/graphics/gle fails to build with latest Mesa u
 > pdates
 > Date: Fri, 25 Apr 2008 00:55:05 -0700
 > 
 >  On Fri, Apr 25, 2008 at 06:55:02AM +0000, Tobias Nygren wrote:
 >  > The following reply was made to PR pkg/38503; it has been noted by GNATS.
 >  > 
 >  > From: Tobias Nygren <tnn%NetBSD.org@localhost>
 >  > To: gnats-bugs%NetBSD.org@localhost
 >  > Cc: 
 >  > Subject: Re: pkg/38503: pkgsrc/graphics/gle fails to build with latest Mes
 > a
 >  >  updates
 >  > Date: Fri, 25 Apr 2008 08:49:59 +0200
 >  > 
 >  >  >        checking for glutSwapBuffers in -lglut... no
 >  >  >        configure: error: Cannot find required glut library
 >  >  >        *** Error code 1
 >  >  
 >  >  > manchester# nm /usr/pkg/lib/libglut.so | grep glXGetPro
 >  >  >          U glXGetProcAddressARB
 >  >   
 >  >  I cannot reproduce this problem. Did you perhaps build your Mesa library
 >  >  with pkgsrc/mk/wrapper/buildcmd rev 1.3 which is known to break shlibs?
 >  >  
 >  
 >  # $NetBSD: buildcmd,v 1.4 2008/04/21 14:43:50 joerg Exp $
 >  
 
 As a further datapoint, if I add:
 
  PKG_OPTIONS.MesaLib+=dri 
 
 to /etc/mk.conf , then the symbols get linked in as I'd expect:
 
 quad# nm libGL.so | grep glXGetPr
 00012620 T glXGetProcAddress
 00012620 T glXGetProcAddressARB
 
 With that changed, gle builds again...
 
 Later...
 
 Greg Oster
 
 


Home | Main Index | Thread Index | Old Index