Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48051 - elfutils fail to compile because of missmatch header files.
Summary: elfutils fail to compile because of missmatch header files.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: Alpha Linux
: High normal (vote)
Assignee: Alpha Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-16 09:52 UTC by Sean Davidson
Modified: 2004-05-09 13:28 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 Sean Davidson 2004-04-16 09:52:20 UTC
Trying to emerge elfutils on alpha fails because of a structure missmatch
in the stat.h header file.


Reproducible: Always
Steps to Reproduce:
1. emerge elfutils

Actual Results:  
gcc -Wall -std=gnu99
-DSRCDIR=\"/var/tmp/portage/elfutils-0.94-r1/work/elfutils-0.94/src\"
-DOBJDIR=\"/var/tmp/portage/elfutils-0.94-r1/work/elfutils-0.94/src\" -O2
-mtune=ev56 -mcpu=ev56 -pipe   -o size  size.o ../libelf/libelf.so ../lib/libeu.a 
if gcc -D_GNU_SOURCE -DHAVE_CONFIG_H -Wall -Wshadow    -I. -I. -I.. -I.
-I./../libelf -I./../libebl -I./../lib -I./../libdw  -I..   -Wall -std=gnu99
-DSRCDIR=\"/var/tmp/portage/elfutils-0.94-r1/work/elfutils-0.94/src\"
-DOBJDIR=\"/var/tmp/portage/elfutils-0.94-r1/work/elfutils-0.94/src\" -O2
-mtune=ev56 -mcpu=ev56 -pipe -MT strip.o -MD -MP -MF ".deps/strip.Tpo" \
  -c -o strip.o `test -f 'strip.c' || echo './'`strip.c; \
then mv -f ".deps/strip.Tpo" ".deps/strip.Po"; \
else rm -f ".deps/strip.Tpo"; exit 1; \
fi
strip.c: In function `process_file':
strip.c:268: error: structure has no member named `st_atim'
strip.c:268: error: structure has no member named `st_atim'
strip.c:269: error: structure has no member named `st_mtim'
strip.c:269: error: structure has no member named `st_mtim'
make[2]: *** [strip.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/elfutils-0.94-r1/work/elfutils-0.94/src
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/elfutils-0.94-r1/work/elfutils-0.94'
make: *** [all] Error 2

!!! ERROR: dev-libs/elfutils-0.94-r1 failed.
!!! Function src_compile, Line 37, Exitcode 2
!!! (no error message)




sys-kernel/vanilla-sources-2.4.25
sys-kernel/linux-headers-2.4.21

Portage 2.0.50-r6 (default-alpha-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.25)
=================================================================
System uname: 2.4.25 alpha EV56
Gentoo Base System version 1.4.9
distcc 2.13 alpha-unknown-linux-gnu (protocols 1 and 2) (default port 3632)
[disabled]
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="alpha"
AUTOCLEAN="yes"
CFLAGS="-O2 -mtune=ev56 -mcpu=ev56 -pipe"
CHOST="alpha-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mtune=ev56 -mcpu=ev56 -pipe"
DISTDIR="/kits/gentoo/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="http://kant.zk3.dec.com/gentoo/mirror/sources
http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j1"
PKGDIR="/kits/gentoo/packages/alpha-ev56"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://yucky.zko.hp.com/gentoo-portage"
USE="X alpha berkdb cdr crypt cups encode foomaticdb gdbm gif gpm gtk gtk2 guile
imlib jpeg ldap libg++ libwww mikmod motif moznomail moznoxft mysql ncurses nls
oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl slang
smooth spell ssl tcltk tcpd truetype xml2 xmms xv zlib"
Comment 1 Bryan Østergaard (RETIRED) gentoo-dev 2004-05-08 16:06:56 UTC
Is this still a problem? I can't reproduce it..
Comment 2 Sean Davidson 2004-05-09 07:24:09 UTC
This appears to be fixed now.
Comment 3 Bryan Østergaard (RETIRED) gentoo-dev 2004-05-09 13:28:11 UTC
Thanks, closing bug.