[ANNOUNCE] libX11 1.4.3

Marty Jack martyj19 at comcast.net
Tue Apr 5 14:52:24 PDT 2011



On 04/05/2011 05:18 PM, Alan Coopersmith wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> A minor release of libX11 to add support for the Sinhala keysyms required
> by the recent xkb-config 2.2 release.   Note that to get full support for
> these keysyms you will also need to upgrade to x11proto 7.0.21 before
> building the new libX11.
> 
> Alan Coopersmith (1):
>       libX11 1.4.3
> 
> Gaetan Nadon (1):
>       Documentation: add Docbook external references support
> 
> Harshula Jayasuriya (1):
>       Add #define XK_SINHALA
> 
> git tag: libX11-1.4.3
> 
> http://xorg.freedesktop.org/archive/individual/lib/libX11-1.4.3.tar.bz2
> MD5:  85e942627aaa020813e0eb8433353563
> SHA1: 174270a0e51614b5077026fc6c20701d4e09aef8
> 
> http://xorg.freedesktop.org/archive/individual/lib/libX11-1.4.3.tar.gz
> MD5:  3300b63f7a9629d8ce5e9bfed70e9128
> SHA1: 75fd6f6b3470792bdd37f42fe3bccfac835dfcca
> 
> - -- 
> 	-Alan Coopersmith-        alan.coopersmith at oracle.com
> 	 Oracle Solaris Platform Engineering: X Window System
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (SunOS)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAk2bhxoACgkQovueCB8tEw6z+gCfU5DbkNFjvIAPPcEfHRJnwoCx
> xvAAn1zfWRCNdpk+xhB+yVnWwU9RfW0t
> =aOEl
> -----END PGP SIGNATURE-----
> _______________________________________________
> xorg at lists.freedesktop.org: X.Org support
> Archives: http://lists.freedesktop.org/archives/xorg
> Info: http://lists.freedesktop.org/mailman/listinfo/xorg
> Your subscription address: martyj19 at comcast.net
> 

Sadly, with libX11 1.4.3 installed, the configure for xkeyboard-config continues to be failing.

It looks to me like the logic at line 3001 is not guarded properly and will execute whether or not the deps tests succeed, but it is hard to follow because of the indentation.

martyj:~/Build/xkeyboard-config-2.2$ pkg-config --modversion x11
1.4.3
martyj:~/Build/xkeyboard-config-2.2$ pkg-config --modversion xproto
7.0.21

cd xkeyboard-config-2.2 && \
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --datadir=/usr/share \
--with-xkb-base=/usr/share/X11/xkb \
--with-xkb-rules-symlink=xorg && \
cd ..
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for xkbcomp... /usr/bin/xkbcomp
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DEPS... yes
configure: WARNING:
                 Required dependencies not found. These dependencies are
                 run-time dependencies only and not required for building.
                 Skip this check with --disable-runtime-deps.

                 Installing this version of xkeyboard-config on a host
                 without the required dependencies may result in unusable
                 keyboard layouts.
                 
configure: error: 
make: *** [configure] Error 1



More information about the xorg mailing list