![](https://secure.gravatar.com/avatar/6b456e02554810d5abbf8cd39b8c848d.jpg?s=120&d=mm&r=g)
On Fri, Mar 03, 2017 at 11:27:06PM -0500, John Vogel wrote:
name=xorg-server -version=1.19.1 +version=1.19.2 release=1 source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.b...)
build() { cd $name-$version
+ # the 1.19.2 release got a bit botched + ./autogen.sh ./configure --prefix=/usr \ --localstatedir=/var \ --with-fontrootdir=/usr/share/fonts/X11 \ _______________________________________________ CRUX mailing list CRUX@lists.crux.nu https://lists.crux.nu/mailman/listinfo/crux
When building in pristine 3.3 chroot, with only pkgs listed via $(prt-get quickdep xorg-server) installed, get error saying that font-util >= 1.1 required. Adding xorg-font-util to the depends line fixes.
Thanks for the information. It seems like the 1.19.2 was released somewhat broken - that's why we need to run autogen.sh. 1.19.3 should be released soon'ish. We will verify if your issue is still an issue then, and fix it :-) -- Fredrik Rinnestam