pkgsrc-Users archive

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

x11/Xrender broken?



As of the 2007Q4 release, on DragonFly BSD 1.12, this is what happens:

 $ cd /usr/pkgsrc/x11/Xrender
 $ bmake
 => Bootstrap dependency digest>=20010302: found digest-20070803
 ERROR: This package has set PKG_FAIL_REASON:
 ERROR: Do not include x11.buildlink3.mk for X11_TYPE != "native".
 *** Error code 1

I've naively tried commenting out this line:

 .include "../../mk/x11.buildlink3.mk"

and it gets a bit farther:
 
 $ bmake
 => Bootstrap dependency digest>=20010302: found digest-20070803
 ===> Checking for vulnerabilities in Xrender-0.9.0nb2
 ===> Configuring for Xrender-0.9.0nb2
 => Modifying GNU configure scripts to avoid --recheck
 => Replacing config-guess with pkgsrc versions
 => Replacing config-sub with pkgsrc versions
 => Replacing install-sh with pkgsrc version
  configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
 ...
 checking pkg-config is at least version 0.9.0... yes
 checking for X_CFLAGS... 
 checking for X_LIBS... 
 checking for X... no

 configure: error: X is required, but it was either disabled or not found.
 *** Error code 1

 Stop.
 bmake: stopped in /usr/pkgsrc/x11/Xrender
 WARNING: *** Please consider adding c++ to USE_LANGUAGES in the package 
Makefile.
 WARNING: *** Please consider adding fortran to USE_LANGUAGES in the package 
Makefile.
 *** Error code 1

 Stop.
 bmake: stopped in /usr/pkgsrc/x11/Xrender

The ImageMagick library (grahics/ImageMagick) needs Xrender apparently
to build. Any assistance in getting this chain to compile is warmly
appreciated. :) Thank you. 
-- 
Dave Hayes - Consultant - Altadena CA, USA - dave%jetcafe.org@localhost 
>>> The opinions expressed above are entirely my own <<<

Before criticizing people, walk a mile in their shoes. Then
when you do criticize them, you will be a mile away and have
their shoes.




Home | Main Index | Thread Index | Old Index