Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175223 (net-misc/dhcdbd) - net-misc/dhcdbd-1.14-r1 fails on x86
Summary: net-misc/dhcdbd-1.14-r1 fails on x86
Status: RESOLVED WORKSFORME
Alias: net-misc/dhcdbd
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Steev Klimaszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 14:22 UTC by Felix Wieczorek
Modified: 2007-06-14 16:05 UTC (History)
1 user (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 Felix Wieczorek 2007-04-19 14:22:30 UTC
>>> Unpacking source...
>>> Unpacking dhcdbd-1.14.tar.gz to /var/tmp/portage/net-misc/dhcdbd-1.14-r1/work
 [32;01m*[0m Applying dhcdbd-1.14-fix_dhclientconf.patch ...
[A[72C  [34;01m[ [32;01mok[34;01m ][0m
 [32;01m*[0m Applying dhcdbd-1.14-dbus_close.patch ...
[A[72C  [34;01m[ [32;01mok[34;01m ][0m
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/net-misc/dhcdbd-1.14-r1/work/dhcdbd-1.14 ...
cc -O2 -march=pentium-m -fomit-frame-pointer  -I/usr/lib/dbus-1.0/include -I/usr/include/dbus-1.0 -c dbus_service.c
cc -O2 -march=pentium-m -fomit-frame-pointer  -c dhcdbd.c
cc -O2 -march=pentium-m -fomit-frame-pointer  -c dhcp_options.c
cc -O2 -march=pentium-m -fomit-frame-pointer  -c main.c
dhcdbd.c:1: Fehler: Die ausgewählte CPU unterstützt nicht den x86-64 Befehlssatz
dhcdbd.c:1: Fehler: Die ausgewählte CPU unterstützt nicht den x86-64 Befehlssatz
make: *** [dhcdbd.o] Fehler 1
make: *** Warte auf noch nicht beendete Prozesse...
main.c:1: Fehler: Die ausgewählte CPU unterstützt nicht den x86-64 Befehlssatz
main.c:1: Fehler: Die ausgewählte CPU unterstützt nicht den x86-64 Befehlssatz
make: *** [main.o] Fehler 1

!!! ERROR: net-misc/dhcdbd-1.14-r1 failed.
Call stack:
  ebuild.sh, line 1614:   Called dyn_compile
  ebuild.sh, line 971:   Called qa_call 'src_compile'
  environment, line 3106:   Called src_compile
  ebuild.sh, line 645:   Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/net-misc/dhcdbd-1.14-r1/temp/build.log'.

my make.conf:
# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example
CFLAGS="-O2 -march=pentium-m -fomit-frame-pointer "#-pipe -msse2 -msse -mmmx -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
GENTOO_MIRRORS="ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
MAKEOPTS="-j6"
PORTAGE_NICENESS=5
AUTOCLEAN="yes"
PORTAGE_TMPFS="/dev/shm"
FEATURES="userfetch ccache distcc parallel-fetch metadata-transfer sandbox"
CCACHE_SIZE="2G"
CCACHE_DIR="/var/tmp/ccache"
PORTAGE_ELOG_CLASSES="warn error log"
LINGUAS="de en"
INPUT_DEVICES="kbd mouse keyboard"
VIDEO_CARDS="i810"
 
USE="3dnow X aac acpi alsa avahi beagle css dbus doc dvd dvi esd evo exif
     ffmpeg firefox flac gif gimpprint gnome gtk java jpeg latex logrotate mad
     mmx mmxext mp3 mpeg musicbrainz nsplugin ogg opengl pda pdf png postgres
     spell sse sse2 svg symlink tiff tools truetype vorbis win32codecs wmf
     xine xv xvid zeroconf"

it's only this package. I've chosen my CPU in make.conf right.
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2007-04-19 15:50:45 UTC
Stephen, Luis retired, would you update metadata.xml while you're at it, please!?
Comment 2 Steev Klimaszewski (RETIRED) gentoo-dev 2007-04-19 17:18:10 UTC
3 things...
1) Please translate the error into english
2) Please post emerge --info
3) Metalgod did not retire.
Comment 3 Steev Klimaszewski (RETIRED) gentoo-dev 2007-04-19 17:33:52 UTC
also, does the program compile without using distcc?  seems like the amd64 you are distributing to isn't compiling 32bit code...
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2007-04-19 18:37:04 UTC
Ah, I thought so. Nice to hear Luis. :)
Comment 5 Felix Wieczorek 2007-04-20 09:42:20 UTC
This is distcc, it compiles fine without, I'm sorry for not testing it before.
Comment 6 Steev Klimaszewski (RETIRED) gentoo-dev 2007-06-14 16:05:45 UTC
Resolving as worksforme since the issue was distcc and not using a crosscompiler.