pkgsrc-Bugs archive

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

Re: pkg/48895 (x11/libdrm does not build)



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

From: "David H. Gutteridge" <dhgutteridge%sympatico.ca@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/48895 (x11/libdrm does not build)
Date: Fri, 20 Jun 2014 23:07:58 -0400

 I'm seeing the same basic problem, though the build fails at a
 different point. To reproduce:
 
 (1) Build on NetBSD 5.2 where X.org is the native version, not the
 pkgsrc "modular" version.
 (2) Try to build pango. The dependency chain is pango->cairo->
 MesaLib->libdrm.
 
 libdrm fails to build with:
 
 test_decode.c:93: warning: unused variable 'size'
   CCLD     test_decode
 /home/disciple/pkgsrc/x11/libdrm/work/.buildlink/lib/libpciaccess.so: =
 undefined reference to `gzopen'
 /home/disciple/pkgsrc/x11/libdrm/work/.buildlink/lib/libpciaccess.so: =
 undefined reference to `gzclose'
 /home/disciple/pkgsrc/x11/libdrm/work/.buildlink/lib/libpciaccess.so: =
 undefined reference to `gzgets'
 *** Error code 1
 
 Stop.
 make: stopped in =
 /home/disciple/pkgsrc/x11/libdrm/work/libdrm-2.4.54/intel
 *** Error code 1
 
 This is in response to obache@'s question "What packages require
 MesaLib from pkgsrc instead of builtin one?"
 
 [disciple@arcusvii:cairo]$ make show-depends
 MesaLib>=3D7.11.2:../../graphics/MesaLib
 libX11>=3D1.1:../../x11/libX11
 libXext>=3D0.99.0:../../x11/libXext
 libXrender>=3D0.9.2:../../x11/libXrender
 libxcb>=3D1.6:../../x11/libxcb
 lzo>=3D2.01:../../archivers/lzo
 fontconfig>=3D2.10.93nb2:../../fonts/fontconfig
 freetype2>=3D2.4.11:../../graphics/freetype2
 png>=3D1.6.0nb1:../../graphics/png
 pixman>=3D0.25.2:../../x11/pixman
 
 [disciple@arcusvii:MesaLib]$ make show-depends=20
 libX11>=3D1.1:../../x11/libX11
 libXmu>=3D1.0.0:../../x11/libXmu
 libXext>=3D0.99.0:../../x11/libXext
 libXt>=3D1.0.0:../../x11/libXt
 libXdamage>=3D1.0.3:../../x11/libXdamage
 libXfixes>=3D4.0.1:../../x11/libXfixes
 libdrm>=3D2.4.24:../../x11/libdrm
 
 Dave
 


Home | Main Index | Thread Index | Old Index