[arch-general] building vorbis-tools
vorbis-tools gives me the following error -> bsdtar -x -f vorbis-tools-1.2.0.tar.gz ==> Entering fakeroot environment... ==> Starting build()... aclocal.m4:14: error: this file was generated for autoconf 2.61. You have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:14: the top level autom4te: /usr/bin/m4 failed with exit status: 63 ==> ERROR: Build Failed. Aborting... autoconf is in the PKGBUILD file build() { cd $startdir/src/$pkgname-$pkgver autoconf ./configure --prefix=/usr --without-speex make || return 1 make DESTDIR=$startdir/pkg install } what could cause this error?
==> Finished making: vorbis-tools 1.2.0-3 i686 (Thu Jun 11 10:56:54 CEST 2009) Did you remove srcdir? autoconf 2.63-1 On 11/06/2009, Baho Utot <baho-utot@columbus.rr.com> wrote:
vorbis-tools gives me the following error
-> bsdtar -x -f vorbis-tools-1.2.0.tar.gz ==> Entering fakeroot environment... ==> Starting build()... aclocal.m4:14: error: this file was generated for autoconf 2.61. You have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:14: the top level autom4te: /usr/bin/m4 failed with exit status: 63 ==> ERROR: Build Failed. Aborting...
autoconf is in the PKGBUILD file
build() { cd $startdir/src/$pkgname-$pkgver autoconf ./configure --prefix=/usr --without-speex make || return 1 make DESTDIR=$startdir/pkg install }
what could cause this error?
-- Andrea `BaSh` Scarpino Arch Linux Developer
On Thu, 2009-06-11 at 11:00 +0200, Andrea Scarpino wrote:
==> Finished making: vorbis-tools 1.2.0-3 i686 (Thu Jun 11 10:56:54 CEST 2009)
Did you remove srcdir? autoconf 2.63-1
build() { cd $startdir/src/$pkgname-$pkgver autoconf ./configure --prefix=/usr --without-speex make || return 1 make DESTDIR=$startdir/pkg install }
what could cause this error?
The fact that there's no || return 1 anywhere and autoconf fails silently on most setups doesn't mean there's no error. I don't see the need to run autoconf here, as there's no patching done to configure.ac here. If autoconf is needed, the whole autocrap should be used, not just autoconf.
On Thu, 2009-06-11 at 11:08 +0200, Jan de Groot wrote:
On Thu, 2009-06-11 at 11:00 +0200, Andrea Scarpino wrote:
==> Finished making: vorbis-tools 1.2.0-3 i686 (Thu Jun 11 10:56:54 CEST 2009)
Did you remove srcdir? autoconf 2.63-1
build() { cd $startdir/src/$pkgname-$pkgver autoconf ./configure --prefix=/usr --without-speex make || return 1 make DESTDIR=$startdir/pkg install }
what could cause this error?
The fact that there's no || return 1 anywhere and autoconf fails silently on most setups doesn't mean there's no error. I don't see the need to run autoconf here, as there's no patching done to configure.ac here. If autoconf is needed, the whole autocrap should be used, not just autoconf.
I'll try it without the autoconf But...... Then a bug report would be in order to remove autoconf from the PKGBUILD file
On Thu, 2009-06-11 at 11:00 +0200, Andrea Scarpino wrote:
==> Finished making: vorbis-tools 1.2.0-3 i686 (Thu Jun 11 10:56:54 CEST 2009)
Did you remove srcdir? autoconf 2.63-1
On 11/06/2009, Baho Utot <baho-utot@columbus.rr.com> wrote:
vorbis-tools gives me the following error
-> bsdtar -x -f vorbis-tools-1.2.0.tar.gz ==> Entering fakeroot environment... ==> Starting build()... aclocal.m4:14: error: this file was generated for autoconf 2.61. You have another version of autoconf. If you want to use that, you should regenerate the build system entirely. aclocal.m4:14: the top level autom4te: /usr/bin/m4 failed with exit status: 63 ==> ERROR: Build Failed. Aborting...
I am building with clean chroot
participants (3)
-
Andrea Scarpino
-
Baho Utot
-
Jan de Groot