how do I build xf86-video-ati
John Lumby
johnlumby at hotmail.com
Thu Aug 23 13:08:39 UTC 2018
Thanks for all help and suggestions
> I'm guessing you're missing a part of autotools or don't have a new enough version
Probably - although I am running an up-to-date archlinux :
some tool versions
pacman -Q automake
automake 1.15.1-1
/:0 pacman -Q autoconf
autoconf 2.69-4
/:0 pacman -Q m4
m4 1.4.18-1
/:0 which aclocal
/sbin/aclocal
/:0 pacman -Q -o /sbin/aclocal
/usr/bin/aclocal is owned by automake 1.15.1-1
pacman -Q libtool
libtool 2.4.6+42+gb88cebd5-1
which libtoolize
/usr/sbin/libtoolize
libtoolize --version
libtoolize (GNU libtool) 2.4.6.42-b88ce
Written by Gary V. Vaughan <gary at gnu.org>, 2003
> Please provide the full terminal output of running ./autogen.sh .
starting from setting up PREFIX and cloning but omitting clone output is below.
It seems the difference between yours and mine is yours calls libtoolize to build the needed m4 files mine does not. I do have libtool as indicated above. I am not an m4 expert to understand that difference.
XORG_DT=180820;unset ACLOCAL; typeset -i rc=0;dt=$(date "+%y%m%d-%H%M%S"); echo "dt= $dt";export XORGHOME=/usr/local/xorg-git-${XORG_DT} PREFIX=/usr/local/xorg-git-${XORG_DT}/xorg-build CC=gcc PATH="/usr/local/xorg-git-${XORG_DT}/xorg-build/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/home/lumby/bin" LD_LIBRARY_PATH="/usr/local/xorg-git-${XORG_DT}/xorg-build/lib:/usr/local/lib:/usr/lib:/lib" PKG_CONFIG_PATH="/usr/local/xorg-git-${XORG_DT}/xorg-build/lib/pkgconfig:/usr/local/xorg-git-${XORG_DT}/xorg-build/share/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/pkgconfig";echo -e "PATH=\"$PATH\"\\nLD_LIBRARY_PATH=\"${LD_LIBRARY_PATH}\"\\nPKG_CONFIG_PATH=\"${PKG_CONFIG_PATH}\"\\nACLOCAL=\"${ACLOCAL}\"\\nPYTHONPATH=\"$PYTHONPATH\""; cd ${XORGHOME};pwd;[[ "$PWD" = ${XORGHOME} ]] && { rm -fr /usr/local/xorg-git-180820/xorg/driver/xf86-video-ati;git clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati xorg/driver/xf86-video-ati;cd xorg/driver/xf86-video-ati;pwd;./autogen.sh --prefix /usr/local/xorg-git-180820/xorg-build --disable-Werror --without-xmlto --without-fop --without-xsltproc --disable-llvm-shared-libs; }
dt= 180823-084429
PATH="/usr/local/xorg-git-180820/xorg-build/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/home/lumby/bin"
LD_LIBRARY_PATH="/usr/local/xorg-git-180820/xorg-build/lib:/usr/local/lib:/usr/lib:/lib"
PKG_CONFIG_PATH="/usr/local/xorg-git-180820/xorg-build/lib/pkgconfig:/usr/local/xorg-git-180820/xorg-build/share/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig:/usr/lib/pkgconfig"
ACLOCAL=""
PYTHONPATH=""
/usr/local/xorg-git-180820
Cloning into 'xorg/driver/xf86-video-ati'...
remote: Counting objects: 21288, done.
remote: Compressing objects: [ ... ] Compressing objects: 100% (5319/5319), done.
Receiving objects: 0% (1/21288) [ ... ] reused 20047 (delta 15965)
Receiving objects: 100% (21288/21288), 4.34 MiB | 759.00 KiB/s
Receiving objects: 100% (21288/21288), 4.46 MiB | 728.00 KiB/s, done.
Resolving deltas: 0% (0/16922) [ ... ] Resolving deltas: 100% (16922/16922), done.
/usr/local/xorg-git-180820/xorg/driver/xf86-video-ati
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
aclocal: warning: couldn't open directory 'm4': No such file or directory
configure.ac:41: error: must install xorg-macros 1.8 or later before running autoconf/autogen
configure.ac:41: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.x.org/archives/xorg-devel/attachments/20180823/259a2cca/attachment-0001.html>
More information about the xorg-devel
mailing list