xserver-kdrive configure fails

Rémi COHEN-SCALI remi at cohen-scali.com
Sun Apr 27 17:58:42 CEST 2008


Hi

I have a problem at build time of xserver kdrive package.
The following message is reported:

| checking if Xtrans should support os-specific local connections... no
| checking for authdes_seccreate... no
| checking for authdes_create... yes
| checking for library containing getsecretkey... none required
| checking if Secure RPC authentication ("SUN-DES-1") should be 
supported... yes
| checking for /usr/share/sgml/X11/defs.ent... configure: error: cannot 
check for file existence when cross compiling
| FATAL: oe_runconf failed
NOTE: Task failed: 
/home/rcoscali/Sources/OpenMoko/MokoMakefile3/build/tmp/work/armv4t-angstrom-linux-gnueabi/xserver-kdrive-1_1.3.0.0-r25/temp/log.do_configure.22526

It seems the problem comes from the 
xorg-xserver/xserver-kdrive-common.inc that contains a cache variable in 
EXTRA_EOCONF that is for /usr/share/X11/sgml/defs.ent instead of 
/usr/share/sgml/X11/defs.ent (X11 and sgml switched).

Replacing
ac_cv_file__usr_share_X11_sgml_defs_ent=no
with
ac_cv_file__usr_share_sgml_X11_defs_ent=no
seems to fix the build

Is it something someone else noted ?

Thanks



More information about the distro-devel mailing list