Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92504 - iasl-20050309 failes compiling
Summary: iasl-20050309 failes compiling
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-13 08:07 UTC by Daniel Herzog
Modified: 2005-05-14 03:25 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 Daniel Herzog 2005-05-13 08:07:50 UTC
>>> Source unpacked.
bison -v -d -y -pAslCompiler aslcompiler.y
flex -i -PAslCompiler -oaslcompilerlex.c aslcompiler.l
cc -march=athlon-xp -O2 -fomit-frame-pointer -fprefetch-loop-arrays -ftracer -pipe -Wall -O2 -Wstrict-prototypes -D_LINUX -D_ACPI_ASL_COMPILER -I../include    -c -o aslanalyze.o aslanalyze.c
conflicts: 57 shift/reduce, 50 reduce/reduce
aslcompiler.y:916.7-81: warning: rule never reduced because of conflicts: TermArg: Type2IntegerOpcode
aslcompiler.y:917.7-81: warning: rule never reduced because of conflicts: TermArg: Type2StringOpcode
aslcompiler.y:918.7-81: warning: rule never reduced because of conflicts: TermArg: Type2BufferOpcode
aslcompiler.y:919.7-81: warning: rule never reduced because of conflicts: TermArg: Type2BufferOrStringOpcode
aslcompiler.y:961.7-82: warning: rule never reduced because of conflicts: OptionalParameterTypePackage: ','
aslcompiler.y:984.7-82: warning: rule never reduced because of conflicts: OptionalParameterTypesPackage: ','
aslcompiler.y:1575.7-38: warning: rule never reduced because of conflicts: CaseTermList: CaseTerm
aslcompiler.y:1584.7-38: warning: rule never reduced because of conflicts: DefaultTermList: CaseTerm
aslcompiler.y:3075.37-48: warning: rule never reduced because of conflicts: OptionalResourceType: /* empty */
aslanalyze.c:120:27: aslcompiler.y.h: No such file or directory
aslanalyze.c: In function `AnGetBtype':
aslanalyze.c:454: error: `PARSEOP_NAMESEG' undeclared (first use in this function)
aslanalyze.c:454: error: (Each undeclared identifier is reported only once
aslanalyze.c:454: error: for each function it appears in.)
aslanalyze.c:455: error: `PARSEOP_NAMESTRING' undeclared (first use in this function)
aslanalyze.c:456: error: `PARSEOP_METHODCALL' undeclared (first use in this function)
aslanalyze.c: In function `AnMapObjTypeToBtype':
aslanalyze.c:710: error: `PARSEOP_OBJECTTYPE_BFF' undeclared (first use in this function)
aslanalyze.c:713: error: `PARSEOP_OBJECTTYPE_BUF' undeclared (first use in this function)
aslanalyze.c:716: error: `PARSEOP_OBJECTTYPE_DDB' undeclared (first use in this function)
aslanalyze.c:719: error: `PARSEOP_OBJECTTYPE_DEV' undeclared (first use in this function)
aslanalyze.c:722: error: `PARSEOP_OBJECTTYPE_EVT' undeclared (first use in this function)
aslanalyze.c:725: error: `PARSEOP_OBJECTTYPE_FLD' undeclared (first use in this function)
aslanalyze.c:728: error: `PARSEOP_OBJECTTYPE_INT' undeclared (first use in this function)
aslanalyze.c:731: error: `PARSEOP_OBJECTTYPE_MTH' undeclared (first use in this function)
aslanalyze.c:734: error: `PARSEOP_OBJECTTYPE_MTX' undeclared (first use in this function)
aslanalyze.c:737: error: `PARSEOP_OBJECTTYPE_OPR' undeclared (first use in this function)
aslanalyze.c:740: error: `PARSEOP_OBJECTTYPE_PKG' undeclared (first use in this function)
aslanalyze.c:743: error: `PARSEOP_OBJECTTYPE_POW' undeclared (first use in this function)
aslanalyze.c:746: error: `PARSEOP_OBJECTTYPE_STR' undeclared (first use in this function)
aslanalyze.c:749: error: `PARSEOP_OBJECTTYPE_THZ' undeclared (first use in this function)
aslanalyze.c:752: error: `PARSEOP_OBJECTTYPE_UNK' undeclared (first use in this function)
aslanalyze.c: In function `AnMethodAnalysisWalkBegin':
aslanalyze.c:800: error: `PARSEOP_METHOD' undeclared (first use in this function)
aslanalyze.c:838: error: `PARSEOP_DEFAULT_ARG' undeclared (first use in this function)
aslanalyze.c:854: warning: array subscript has type `char'
aslanalyze.c:861: warning: array subscript has type `char'
aslanalyze.c:895: error: `PARSEOP_METHODCALL' undeclared (first use in this function)
aslanalyze.c:905: error: `PARSEOP_LOCAL0' undeclared (first use in this function)
aslanalyze.c:906: error: `PARSEOP_LOCAL1' undeclared (first use in this function)
aslanalyze.c:907: error: `PARSEOP_LOCAL2' undeclared (first use in this function)
aslanalyze.c:908: error: `PARSEOP_LOCAL3' undeclared (first use in this function)
aslanalyze.c:909: error: `PARSEOP_LOCAL4' undeclared (first use in this function)
aslanalyze.c:910: error: `PARSEOP_LOCAL5' undeclared (first use in this function)
aslanalyze.c:911: error: `PARSEOP_LOCAL6' undeclared (first use in this function)
aslanalyze.c:912: error: `PARSEOP_LOCAL7' undeclared (first use in this function)
aslanalyze.c:940: error: `PARSEOP_OBJECTTYPE' undeclared (first use in this function)
aslanalyze.c:948: error: `PARSEOP_ARG0' undeclared (first use in this function)
aslanalyze.c:949: error: `PARSEOP_ARG1' undeclared (first use in this function)
aslanalyze.c:950: error: `PARSEOP_ARG2' undeclared (first use in this function)
aslanalyze.c:951: error: `PARSEOP_ARG3' undeclared (first use in this function)
aslanalyze.c:952: error: `PARSEOP_ARG4' undeclared (first use in this function)
aslanalyze.c:953: error: `PARSEOP_ARG5' undeclared (first use in this function)
aslanalyze.c:954: error: `PARSEOP_ARG6' undeclared (first use in this function)
aslanalyze.c:997: error: `PARSEOP_RETURN' undeclared (first use in this function)
aslanalyze.c:1021: error: `PARSEOP_BREAK' undeclared (first use in this function)
aslanalyze.c:1022: error: `PARSEOP_CONTINUE' undeclared (first use in this function)
aslanalyze.c:1027: error: `PARSEOP_WHILE' undeclared (first use in this function)
aslanalyze.c:1041: error: `PARSEOP_STALL' undeclared (first use in this function)
aslanalyze.c:1045: error: `PARSEOP_INTEGER' undeclared (first use in this function)
aslanalyze.c:1053: error: `PARSEOP_DEVICE' undeclared (first use in this function)
aslanalyze.c:1054: error: `PARSEOP_EVENT' undeclared (first use in this function)
aslanalyze.c:1055: error: `PARSEOP_MUTEX' undeclared (first use in this function)
aslanalyze.c:1056: error: `PARSEOP_OPERATIONREGION' undeclared (first use in this function)
aslanalyze.c:1057: error: `PARSEOP_POWERRESOURCE' undeclared (first use in this function)
aslanalyze.c:1058: error: `PARSEOP_PROCESSOR' undeclared (first use in this function)
aslanalyze.c:1059: error: `PARSEOP_THERMALZONE' undeclared (first use in this function)
aslanalyze.c:1073: error: `PARSEOP_NAME' undeclared (first use in this function)
aslanalyze.c:1097: error: `PARSEOP_STRING_LITERAL' undeclared (first use in this function)
aslanalyze.c: In function `AnLastStatementIsReturn':
aslanalyze.c:1162: error: `PARSEOP_RETURN' undeclared (first use in this function)
aslanalyze.c: In function `AnMethodAnalysisWalkEnd':
aslanalyze.c:1199: error: `PARSEOP_METHOD' undeclared (first use in this function)
aslanalyze.c:1200: error: `PARSEOP_RETURN' undeclared (first use in this function)
aslanalyze.c:1295: error: `PARSEOP_IF' undeclared (first use in this function)
aslanalyze.c:1299: error: `PARSEOP_ELSE' undeclared (first use in this function)
aslanalyze.c: In function `AnMethodTypingWalkEnd':
aslanalyze.c:1391: error: `PARSEOP_METHOD' undeclared (first use in this function)
aslanalyze.c:1396: error: `PARSEOP_RETURN' undeclared (first use in this function)
aslanalyze.c:1399: error: `PARSEOP_DEFAULT_ARG' undeclared (first use in this function)
aslanalyze.c:1403: error: `PARSEOP_METHODCALL' undeclared (first use in this function)
aslanalyze.c: In function `AnOperandTypecheckWalkEnd':
aslanalyze.c:1606: error: `PARSEOP_METHODCALL' undeclared (first use in this function)
aslanalyze.c:1678: error: `PARSEOP_ZERO' undeclared (first use in this function)
aslanalyze.c:1686: error: `PARSEOP_INTEGER' undeclared (first use in this function)
aslanalyze.c:1707: error: `PARSEOP_DEREFOF' undeclared (first use in this function)
aslanalyze.c:1723: error: `PARSEOP_LOCAL0' undeclared (first use in this function)
aslanalyze.c:1724: error: `PARSEOP_LOCAL1' undeclared (first use in this function)
aslanalyze.c:1725: error: `PARSEOP_LOCAL2' undeclared (first use in this function)
aslanalyze.c:1726: error: `PARSEOP_LOCAL3' undeclared (first use in this function)
aslanalyze.c:1727: error: `PARSEOP_LOCAL4' undeclared (first use in this function)
aslanalyze.c:1728: error: `PARSEOP_LOCAL5' undeclared (first use in this function)
aslanalyze.c:1729: error: `PARSEOP_LOCAL6' undeclared (first use in this function)
aslanalyze.c:1730: error: `PARSEOP_LOCAL7' undeclared (first use in this function)
aslanalyze.c:1738: error: `PARSEOP_ARG0' undeclared (first use in this function)
aslanalyze.c:1739: error: `PARSEOP_ARG1' undeclared (first use in this function)
aslanalyze.c:1740: error: `PARSEOP_ARG2' undeclared (first use in this function)
aslanalyze.c:1741: error: `PARSEOP_ARG3' undeclared (first use in this function)
aslanalyze.c:1742: error: `PARSEOP_ARG4' undeclared (first use in this function)
aslanalyze.c:1743: error: `PARSEOP_ARG5' undeclared (first use in this function)
aslanalyze.c:1744: error: `PARSEOP_ARG6' undeclared (first use in this function)
aslanalyze.c:1752: error: `PARSEOP_DEBUG' undeclared (first use in this function)
aslanalyze.c:1755: error: `PARSEOP_REFOF' undeclared (first use in this function)
aslanalyze.c:1756: error: `PARSEOP_INDEX' undeclared (first use in this function)
make: *** [aslanalyze.o] Error 1
make: *** Waiting for unfinished jobs....
cp y.tab.c aslcompilerparse.c
make: *** Waiting for unfinished jobs....
cp y.tab.h aslcompiler.y.h
make: *** Waiting for unfinished jobs....

!!! ERROR: sys-power/iasl-20050309 failed.
!!! Function src_compile, Line 19, Exitcode 2
!!! make failed

Reproducible: Always
Steps to Reproduce:




$ emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 AMD Athlon(tm) XP 2100+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 29 2005, 21:31:16)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -fprefetch-loop-arrays
-ftracer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -fprefetch-loop-arrays
-ftracer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo  
        ftp://ftp6.uni-muenster.de/pub/linux/distributions/gentoo         
ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/            
ftp://ftp.gentoo.mesh-solutions.com/gentoo/"
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/overlays/gentoo-de"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X acpi alsa apache2 arts artworkextra audiofile avi
bash-completion bitmap-fonts blas bzip2 bzlib cairo calendar cdda cddb cdinstall
cdparanoia cdr codecs commercial cracklib crypt cups dedicated dga dict
divx4linux djbfft dv encode exif fastcgi flac flood font-server foomaticdb
fortran ftp gd ggi gif gimp gimpprint ginac glitz glut gnutls gphoto2 gstreamer
gtk gtk2 hal imagemagick imlib imlib2 jabber jikes joystick jpeg jpeg2k kde
kdeenablefinal lcd lesstif live lm_sensors logitech-mouse lzo mad md5sum
memlimit mime mmx mng mozilla mozsvg mp3 mpeg mplayer native ncurses network nls
no-old-linux nocd nodrm noplugin nosendmail nptl nptlonly ntlm nvidia offensive
ogg oggvorbis openal opengl pam pcre perl playlist plotutils png posix ppds
print pthreads python qemu-fast qhull qt quicktime readline real recode rtc
scanner sdl silc simplexml slang smime sndfile softmmu speex spell sse ssl svg
symlink threads tidy tiff transcode truetype truetype-fonts type1 type1-fonts
unicode usb userlocales utf8 v4l v4l2 vcd vcdimager vidix visualization vorbis
win32codecs wxwindows xanim xface xine xml xml-rpc xml2 xpm xprint xv xvid xvmc
zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS
Comment 1 Henrik Brix Andersen 2005-05-13 11:11:04 UTC
The ebuild needs to set use:
  MAKEOPTS="${MAKEOPTS} -j1" emake ...
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-05-13 11:31:02 UTC
strange that this failed for you.
I run with -j16 for testing this stuff.
anyway, I've forced -j1 now.
Comment 3 Daniel Herzog 2005-05-14 03:25:17 UTC
Well, -jX likes to do such things quite well...failing on one machine, but working on a other with the same settings etc.