Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32206 - dump fails to compile
Summary: dump fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-28 10:54 UTC by fbusse
Modified: 2004-05-18 05:06 UTC (History)
2 users (show)

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 fbusse 2003-10-28 10:54:52 UTC
dump 0.4.34 fails to compile on my system, the errors is:
cd . && autoconf
(cd .; ./config.status --recheck)
running /bin/sh ./configure  --prefix=/usr --host=i686-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=-O3 -march=athlon-xp -funroll-loops -pipe -fomit-frame-pointer host_alias=i686-pc-linux-gnu  --no-create --no-recursion
configure: warning: CC=gcc: invalid host type
configure: warning: CFLAGS=-O3 -march=athlon-xp -funroll-loops -pipe -fomit-frame-pointer: invalid host type
configure: error: can only configure for one host and one target at a time
make: *** [config.status] Error 1

!!! ERROR: app-arch/dump-0.4.34 failed.
!!! Function src_compile, Line 49, Exitcode 2
!!! (no error message)

OK, looks like the Makefile has problems with gentoo's CFLAGS.
Since 0.3.32 compiles just fine, this is an error within dump (already in contact with author).
Easiest, ugliest way for me to fix this was to use
    unset CC
    unset CHOST
    unset CFLAGS
in the ebuild.
But there might be a better way to do this.
Comment 1 fbusse 2003-12-27 10:10:29 UTC
OK, the author released a fixed version some days ago, 0.4b35.
This new release fixes the bug mentioned, dump compiles fine now for me. 
Could someone please bump dump (no pun intended ;))?
Comment 2 fbusse 2004-01-10 06:49:31 UTC
Could someone please bump the version in portage?
The new version doesn't break anything and fixes the compilation-problem (together with a few other bugs).
Comment 3 fbusse 2004-03-04 07:16:55 UTC
0.4b35 worked very well here for about two months, please bump the version.
Comment 4 fbusse 2004-05-18 05:06:45 UTC
Closing, since dump-0.4.35 (and 0.4.36) are in portage, although not marked stable yet (work fine on my machines, nothing breaks).