Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40226 - app-arch/dump, dump-0.4.32 builds and works on amd64; dump-0.4.33 and dump-0.4.34 fail to configure/build
Summary: app-arch/dump, dump-0.4.32 builds and works on amd64; dump-0.4.33 and dump-0....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-02 15:17 UTC by Justin Wind
Modified: 2004-03-20 17:58 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 Justin Wind 2004-02-02 15:17:32 UTC
please add amd64 to dump-0.4.32..

dump-0.4.33.ebuild and dump-0.4.34.ebuild however both fail to build on amd64, with the following message:

[configure output...]
config.status: creating config.h
cd . && autoconf
(cd .; ./config.status --recheck)
running /bin/sh ./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 --with-dumpdatespath=/etc/dumpdates --with-binowner=root --with-bingroup=root --enable-largefile --enable-readline --enable-shared CC=gcc CFLAGS=-O2 -pipe host_alias=x86_64-pc-linux-gnu  --no-create --no-recursion
configure: warning: CC=gcc: invalid host type
configure: warning: CFLAGS=-O2 -pipe: invalid host type
configure: error: can only configure for one host and one target at a time
make: *** [config.status] Error 1


Reproducible: Always
Steps to Reproduce:
Comment 1 splite 2004-03-01 18:25:31 UTC
Had the same problem with ppc.  In the src_unpack function, change the line:

        for i in configure configure.in

to:

        for i in configure.in configure

That will keep configure from trying to rebuild itself because configure.in is newer.  It's the reconfigure attempt that blows chunks.  I don't have an AMD64 to test it, but it fixed the problem under ppc.
Comment 2 Justin Wind 2004-03-02 11:47:55 UTC
confirmed change fixes for amd64 as well
Comment 3 Jason Huebel (RETIRED) gentoo-dev 2004-03-20 17:58:23 UTC
fixed dump-0.4.34 ebuild and unmasked