pkgsrc-Bugs archive

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

Re: pkg/39216: MesaLib package doesn't build under NetBSD-i386 4.0



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

From: Bernd Ernesti <netbsd%lists.veego.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/39216: MesaLib package doesn't build under NetBSD-i386 4.0
Date: Sun, 27 Jul 2008 21:09:54 +0200

 On Sun, Jul 27, 2008 at 07:00:06PM +0000, I wrote:
 >  On Sun, Jul 27, 2008 at 10:15:01AM +0000, tron%zhadum.org.uk@localhost 
 > wrote:
 >  > System: NetBSD colwyn.zhadum.org.uk 4.0_STABLE NetBSD 4.0_STABLE (COLWYN) 
 > #0: Tue Jul 1 13:26:41 BST 2008 
 > tron%colwyn.zhadum.org.uk@localhost:/src/sys/compile/COLWYN i386
 >  > Architecture: i386
 >  > Machine: i386
 >  > >Description:
 >  > The "MesaLib" package doesn't build under NetBSD-i386 4.0 anymore:
 >  
 >  I have the same problem with 4.99.70.
 >  
 >  It seems to be broken for a XFree86 system.
 
 And it maybe a 3 month old problem which now happens.
 See patches/patch-ac, which maybe just missing pkgsrc-i386 and a few other
 configs too.
 
 Adding it may help to get started building MesaLibs, but later you get this:
 
 x86/.libs/glapi_x86.o: In function `glNewList':
 x86/glapi_x86.S:(.text+0x20): multiple definition of `glNewList'
 main/.libs/dispatch.o:dispatch.c:(.text+0x11310): first defined here
 x86/.libs/glapi_x86.o: In function `glEndList':
 x86/glapi_x86.S:(.text+0x40): multiple definition of `glEndList'
 main/.libs/dispatch.o:dispatch.c:(.text+0x112e0): first defined here
 x86/.libs/glapi_x86.o: In function `glCallList':
 x86/glapi_x86.S:(.text+0x60): multiple definition of `glCallList'
 main/.libs/dispatch.o:dispatch.c:(.text+0x112a8): first defined here
 x86/.libs/glapi_x86.o: In function `glCallLists':
 x86/glapi_x86.S:(.text+0x80): multiple definition of `glCallLists'
 main/.libs/dispatch.o:dispatch.c:(.text+0x1126c): first defined here
 x86/.libs/glapi_x86.o: In function `glDeleteLists':
 x86/glapi_x86.S:(.text+0xa0): multiple definition of `glDeleteLists'
 main/.libs/dispatch.o:dispatch.c:(.text+0x11230): first defined here
 x86/.libs/glapi_x86.o: In function `glGenLists':
 x86/glapi_x86.S:(.text+0xc0): multiple definition of `glGenLists'
 main/.libs/dispatch.o:dispatch.c:(.text+0x111fc): first defined here
 x86/.libs/glapi_x86.o: In function `glListBase':
 x86/glapi_x86.S:(.text+0xe0): multiple definition of `glListBase'
 main/.libs/dispatch.o:dispatch.c:(.text+0x111c4): first defined here
 
 [and a lot more of this kind]
 
 Bernd
 


Home | Main Index | Thread Index | Old Index