Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57834 - hping 2.0.0_rc3 doesn't compile in amd64
Summary: hping 2.0.0_rc3 doesn't compile in amd64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-21 04:11 UTC by Tiago Sousa
Modified: 2004-07-27 13:49 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 Tiago Sousa 2004-07-21 04:11:13 UTC
net-analyzer/hping-2.0.0_rc3 doesn't compile in amd64



Reproducible: Always
Steps to Reproduce:
emerge hping
Actual Results:  
gcc -c -O2 -pipe   arsglue.c
In file included from ars.h:18,
                 from arsglue.c:5:
bytesex.h:22:3: #error can not find the byte order for this architecture, fix
bytesex.h
In file included from arsglue.c:5:
ars.h:180:2: #error "Please, edit Makefile and add -DBYTE_ORDER_(BIG|LITTLE)_ENDIAN"
ars.h:244:2: #error "Please, edit Makefile and add -DBYTE_ORDER_(BIG|LITTLE)_ENDIAN"
make: *** [arsglue.o] Error 1

!!! ERROR: net-analyzer/hping-2.0.0_rc3 failed.
!!! Function src_compile, Line 28, Exitcode 2
!!! (no error message)


Expected Results:  
sucessful emerge

darksun ~ # emerge info
Portage 2.0.50-r9 (gcc34-amd64-2004.1, gcc-3.4.1, glibc-2.3.4.20040619-r0,
2.6.7-gentoo-r8)
=================================================================
System uname: 2.6.7-gentoo-r8 x86_64 4
Gentoo Base System version 1.5.1
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/X11R6/lib/X11/xkb/rules
/usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache"
GENTOO_MIRRORS="ftp://ftp.rnl.ist.utl.pt/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib acpi alsa amd64 apache2 apm arts avi berkdb bonobo cdr crypt cups
dvd encode esd ethereal fbcon flac foomaticdb gd gdbm gif gmp gnome gpm gtk gtk2
gtkhtml imagemagick imap imlib ipv6 jpeg kde ldap libg++ libwww mad mbox mikmod
motif mozilla mpeg multilib multitarget mysql ncurses nls oggvorbis opengl oss
pam pdflib perl png python qt quicktime readline sdl slang snmp socks5 spell ssl
tcltk tcpd tetex truetype usb videos wmf wxwindows xml xml2 xmms xv zlib"
Comment 1 Malcolm Lashley (RETIRED) gentoo-dev 2004-07-27 13:49:21 UTC
Fixed in cvs. (bytesex.h did not *know* __x86_64__ when determining endian-ness...