Bug 240564 - [QA] app-text/rarian-0.8.1: command not found: foreign (due to incorrect AM_INIT_AUTOMAKE line in configure.ac)
|
Bug#:
240564
|
Product: Gentoo Linux
|
Version: 2008.0
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: gnome@gentoo.org
|
Reported By: sandro.bonazzola@gmail.com
|
|
Component: GNOME
|
|
|
URL:
|
|
Summary: [QA] app-text/rarian-0.8.1: command not found: foreign (due to incorrect AM_INIT_AUTOMAKE line in configure.ac)
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2008-10-08 19:16 0000
|
QA: install
QA Notice: command not found:
./configure: line 2450: foreign: command not found
From the log file:
>>> Compiling source in /var/tmp/portage/app-text/rarian-0.8.1/work/rarian-0.8.1 ...
* econf: updating rarian-0.8.1/config.sub with /usr/share/gnuconfig/config.sub
* econf: updating rarian-0.8.1/config.guess with
/usr/share/gnuconfig/config.guess
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
--localstatedir=/var/lib
--localstatedir=/var --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
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
./configure: line 2450: foreign: command not found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
....
is it causing _any_ problem at all ???
No one I am aware of. But since is signalled as a QA issue, I preferred
reporting it.
this is strange, looks like autoconf doesn't recognize foreign anymore.
@base-system, any idea ?
"foreign" isnt an autoconf command, it's a parameter to automake
if you look at the files, it should be apparent the real issue:
configure.ac:AM_INIT_AUTOMAKE ([foreign dist-bzip2 dist-gzip])
configure: (foreign dist-bzip2 dist-gzip)
hmm, looks to me like there shouldnt be a space there ... the m4 language does
not allow for it ...
ugh, I had shit in the eyes. Fixed without a bump.