Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 240564 - [QA] app-text/rarian-0.8.1: command not found: foreign (due to incorrect AM_INIT_AUTOMAKE line in configure.ac)
Summary: [QA] app-text/rarian-0.8.1: command not found: foreign (due to incorrect AM_I...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-08 19:16 UTC by Sandro Bonazzola
Modified: 2008-11-08 12:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sandro Bonazzola 2008-10-08 19:16:58 UTC
QA: install
QA Notice: command not found:

        ./configure: line 2450: foreign: command not found
Comment 1 Sandro Bonazzola 2008-10-08 19:18:28 UTC
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
....
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-08 20:26:52 UTC
is it causing _any_ problem at all ???
Comment 3 Sandro Bonazzola 2008-10-09 18:41:12 UTC
No one I am aware of. But since is signalled as a QA issue, I preferred reporting it.
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-10-11 23:18:34 UTC
this is strange, looks like autoconf doesn't recognize foreign anymore.

@base-system, any idea ?
Comment 5 SpanKY gentoo-dev 2008-10-26 05:27:31 UTC
"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 ...
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-11-08 12:07:31 UTC
ugh, I had shit in the eyes. Fixed without a bump.