Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11190] New: cast failure gcc2:prometheus:200604190548

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 11190] New: cast failure gcc2:prometheus:200604190548
  • Date: 19 Apr 2006 10:58:06 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=11190

Summary: cast failure gcc2:prometheus:200604190548
Product: Prometheus
Version: stable grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: devel AT sourcemage.org
ReportedBy: prometheus AT shlrm.org


PROMETHEUS REPORT

HIGH LEVEL SUMMARY:
At least 2 cast(s) failed.


PROMETHEUS COORDINATES:
prometheus
200604190548

CURRENT LIST:
tty-grin


FAILURE LIST:
gcc2
tty-grin


SUCCESS LIST:
slang


SUMMARY:
start slang-2.0.5
optional(on): pcre [pcre-6.4 installed(20060417)]
optional(on): libpng [libpng-1.2.8 installed(20060418)]
optional(on): readline [readline-5.0 installed(20060417)]
start gcc2-2.95.3


COMPILE LOGS:

COMPILE LOG: gcc2-2.95.3.bz2 [Lines: 915-1115]

for name in _pack_sf _unpack_sf _addsub_sf _mul_sf _div_sf _fpcmp_parts_sf
_compare_sf _eq_sf _ne_sf _gt_sf _ge_sf _lt_sf _le_sf _si_to_sf _sf_to_si
_negate_sf _make_sf _sf_to_df; \
do \
echo ${name}; \
./xgcc -B/opt/gcc2/i686-pc-linux-gnu/bin/ -B./
-I/opt/gcc2/i686-pc-linux-gnu/include -O2 -DIN_GCC -g -I./include
-fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I.
-I/usr/src/gcc-2.95.3/gcc -I/usr/src/gcc-2.95.3/gcc/config
-I/usr/src/gcc-2.95.3/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ] ; then echo
/usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ; else if [ "i686-pc-linux-gnu" =
"i686-pc-linux-gnu" ] ; then echo ar; else t='s,x,x,'; echo ar | sed -e $t ;
fi; fi` rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
if [ x != x ]; then \
for name in _pack_df _unpack_df _addsub_df _mul_df _div_df _fpcmp_parts_df
_compare_df _eq_df _ne_df _gt_df _ge_df _lt_df _le_df _si_to_df _df_to_si
_negate_df _make_df _df_to_sf; \
do \
echo ${name}; \
./xgcc -B/opt/gcc2/i686-pc-linux-gnu/bin/ -B./
-I/opt/gcc2/i686-pc-linux-gnu/include -O2 -DIN_GCC -g -I./include
-fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I.
-I/usr/src/gcc-2.95.3/gcc -I/usr/src/gcc-2.95.3/gcc/config
-I/usr/src/gcc-2.95.3/gcc/../include -c -DL${name} \
-DFINE_GRAINED_LIBRARIES -o ${name}.o; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ] ; then echo
/usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ; else if [ "i686-pc-linux-gnu" =
"i686-pc-linux-gnu" ] ; then echo ar; else t='s,x,x,'; echo ar | sed -e $t ;
fi; fi` rc tmplibgcc2.a ${name}.o; \
rm -f ${name}.o; \
done; \
else true; fi;
for file in /usr/src/gcc-2.95.3/gcc/frame.c cplib2.txt ; do \
name=`echo ${file} | sed -e 's/[.][cSo]$//' -e 's/[.]asm$//' -e
's/[.]txt$//'`; \
oname=` echo ${name} | sed -e 's,.*/,,'`; \
if [ ${name}.txt = ${file} ]; then \
for f in .. `cat ${file}`; do if [ x${f} != x.. ]; then \
/usr/bin/make GCC_FOR_TARGET="./xgcc -B/opt/gcc2/i686-pc-linux-gnu/bin/
-B./ -I/opt/gcc2/i686-pc-linux-gnu/include" \
AR_FOR_TARGET="` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ]
; then echo /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ; else if [
"i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ar; else t='s,x,x,';
echo ar | sed -e $t ; fi; fi`" \
AR_FLAGS_FOR_TARGET="rc" CC="gcc" \
CFLAGS="-g" HOST_PREFIX="" \
HOST_PREFIX_1="loser-" \
LANGUAGES="c " \
LIBGCC2_CFLAGS="-O2 -DIN_GCC -g -I./include -fPIC -g1
-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED " ${f}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ] ; then echo
/usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ; else if [ "i686-pc-linux-gnu" =
"i686-pc-linux-gnu" ] ; then echo ar; else t='s,x,x,'; echo ar | sed -e $t ;
fi; fi` rc tmplibgcc2.a ${f}; \
rm -f ${f}; \
else true; \
fi; done; \
else \
echo ${name}; \
if [ ${name}.asm = ${file} ]; then \
cp ${file} ${name}.s || exit 1; file=${name}.s; \
else true; fi; \
./xgcc -B/opt/gcc2/i686-pc-linux-gnu/bin/ -B./
-I/opt/gcc2/i686-pc-linux-gnu/include -O2 -DIN_GCC -g -I./include
-fPIC -g1 -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I.
-I/usr/src/gcc-2.95.3/gcc -I/usr/src/gcc-2.95.3/gcc/config
-I/usr/src/gcc-2.95.3/gcc/../include -c ${file}; \
if [ $? -eq 0 ] ; then true; else exit 1; fi; \
` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ] ; then echo
/usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ; else if [ "i686-pc-linux-gnu" =
"i686-pc-linux-gnu" ] ; then echo ar; else t='s,x,x,'; echo ar | sed -e $t ;
fi; fi` rc tmplibgcc2.a ${oname}.o; \
rm -f ${name}.s ${oname}.o; \
fi; \
done
/usr/src/gcc-2.95.3/gcc/frame
mv tmplibgcc2.a libgcc2.a
rm -rf tmplibgcc.a libgcc.a tmpcopy
mkdir tmpcopy
if [ x != x ]; \
then (cd tmpcopy; ` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ] ;
then echo /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ; else if [
"i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ar; else t='s,x,x,';
echo ar | sed -e $t ; fi; fi` x ../); \
else true; \
fi
(cd tmpcopy; chmod +w * > /dev/null 2>&1)
make[2]: [libgcc.a] Error 1 (ignored)
(cd tmpcopy; ` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ] ; then
echo /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ; else if [
"i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ar; else t='s,x,x,';
echo ar | sed -e $t ; fi; fi` x ../libgcc2.a)
(cd tmpcopy; ` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ] ; then
echo /usr/src/gcc-2.95.3.bld/gcc/../binutils/ar ; else if [
"i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ar; else t='s,x,x,';
echo ar | sed -e $t ; fi; fi` rc ../tmplibgcc.a *.o)
rm -rf tmpcopy
if [ -f ` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ranlib ] ; then
echo /usr/src/gcc-2.95.3.bld/gcc/../binutils/ranlib ; else if [
"i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ranlib; else
t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "i686-pc-linux-gnu" =
"i686-pc-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ranlib ] ; then echo
/usr/src/gcc-2.95.3.bld/gcc/../binutils/ranlib ; else if [
"i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ranlib; else
t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi` tmplibgcc.a; \
else true; fi
mv tmplibgcc.a libgcc.a
./xgcc -B/opt/gcc2/i686-pc-linux-gnu/bin/ -B./
-I/opt/gcc2/i686-pc-linux-gnu/include -DIN_GCC -g -I./include -I.
-I/usr/src/gcc-2.95.3/gcc -I/usr/src/gcc-2.95.3/gcc/config
-I/usr/src/gcc-2.95.3/gcc/../include -g0 \
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-omit-frame-pointer \
-c /usr/src/gcc-2.95.3/gcc/crtstuff.c -DCRT_BEGIN -o crtbegin.o
./xgcc -B/opt/gcc2/i686-pc-linux-gnu/bin/ -B./
-I/opt/gcc2/i686-pc-linux-gnu/include -DIN_GCC -g -I./include -I.
-I/usr/src/gcc-2.95.3/gcc -I/usr/src/gcc-2.95.3/gcc/config
-I/usr/src/gcc-2.95.3/gcc/../include -fPIC \
-DCRT_BEGIN -DCRTSTUFFS_O -finhibit-size-directive -fno-inline-functions \
-fno-exceptions -g0 -c /usr/src/gcc-2.95.3/gcc/crtstuff.c
mv crtstuff.o crtbeginS.o
./xgcc -B/opt/gcc2/i686-pc-linux-gnu/bin/ -B./
-I/opt/gcc2/i686-pc-linux-gnu/include -DIN_GCC -g -I./include -I.
-I/usr/src/gcc-2.95.3/gcc -I/usr/src/gcc-2.95.3/gcc/config
-I/usr/src/gcc-2.95.3/gcc/../include -fPIC \
-DCRT_END -DCRTSTUFFS_O -finhibit-size-directive -fno-inline-functions \
-fno-exceptions -g0 -c /usr/src/gcc-2.95.3/gcc/crtstuff.c -o crtendS.o
touch s-crtS
./xgcc -B/opt/gcc2/i686-pc-linux-gnu/bin/ -B./
-I/opt/gcc2/i686-pc-linux-gnu/include -DIN_GCC -g -I./include -I.
-I/usr/src/gcc-2.95.3/gcc -I/usr/src/gcc-2.95.3/gcc/config
-I/usr/src/gcc-2.95.3/gcc/../include -g0 \
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-omit-frame-pointer \
-c /usr/src/gcc-2.95.3/gcc/crtstuff.c -DCRT_END -o crtend.o
rm -f cxxmain.c
ln -s /usr/src/gcc-2.95.3/gcc/../libiberty/cplus-dem.c cxxmain.c
gcc -c -DMAIN -DIN_GCC -g -DHAVE_CONFIG_H -I.
-I/usr/src/gcc-2.95.3/gcc -I/usr/src/gcc-2.95.3/gcc/config
-I/usr/src/gcc-2.95.3/gcc/../include \
-DVERSION=\"2.95.3\" cxxmain.c
cxxmain.c: In function `main':
cxxmain.c:4527: warning: assignment discards qualifiers from pointer target
type
cxxmain.c:4530: warning: assignment discards qualifiers from pointer target
type
gcc -o c++filt -DIN_GCC -g -DHAVE_CONFIG_H -z combreloc -s \
cxxmain.o underscore.o obstack.o ../libiberty/libiberty.a
`if [ -f /usr/src/gcc-2.95.3.bld/gcc/../texinfo/makeinfo/Makefile ] ; then
echo /usr/src/gcc-2.95.3.bld/gcc/../texinfo/makeinfo/makeinfo ; else echo
makeinfo ; fi` -I/usr/src/gcc-2.95.3/gcc -o cpp.info
/usr/src/gcc-2.95.3/gcc/cpp.texi
Making info file `cpp.info' from `/usr/src/gcc-2.95.3/gcc/cpp.texi'.
`if [ -f /usr/src/gcc-2.95.3.bld/gcc/../texinfo/makeinfo/Makefile ] ; then
echo /usr/src/gcc-2.95.3.bld/gcc/../texinfo/makeinfo/makeinfo ; else echo
makeinfo ; fi` -I/usr/src/gcc-2.95.3/gcc -o gcc.info
/usr/src/gcc-2.95.3/gcc/gcc.texi
Making info file `gcc.info' from `/usr/src/gcc-2.95.3/gcc/gcc.texi'.
case "c " in \
*[fF]77*) touch lang-f77;; \
*) rm -f lang-f77;; \
esac
if [ -f lang-f77 ]; then \
rm -f /usr/src/gcc-2.95.3/gcc/f/g77.info-*; \
`if [ -f /usr/src/gcc-2.95.3.bld/gcc/../texinfo/makeinfo/Makefile ] ; then
echo /usr/src/gcc-2.95.3.bld/gcc/../texinfo/makeinfo/makeinfo ; else echo
makeinfo ; fi` -I/usr/src/gcc-2.95.3/gcc/f -o f/g77.info
/usr/src/gcc-2.95.3/gcc/f/g77.texi; \
else true; fi
make[2]: Leaving directory `/usr/src/gcc-2.95.3.bld/gcc'
/usr/bin/make stage1
make[2]: Entering directory `/usr/src/gcc-2.95.3.bld/gcc'
if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
for dir in intl cp f java objc ; \
do \
if [ -d stage1/$dir ] ; then true ; else mkdir stage1/$dir ; fi ; \
done
mv *.o insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c
insn-emit.c insn-extract.c insn-peep.c insn-attr.h insn-attrtab.c
insn-opinit.c tree-check.h s-flags s-config s-codes s-mlib s-under s-output
s-recog s-emit s-extract s-peep s-check s-attr s-attrtab s-opinit s-crt
s-crtS s-crt0 genemit genoutput genrecog genextract genflags gencodes
genconfig genpeep genattrtab genattr genopinit gengenrtl gencheck xgcc cpp
cc1 cpp0 crtbegin.o crtbeginS.o crtend.o crtendS.o gcc-cross cccp cc1obj
enquire protoize unprotoize specs collect2 collect2 underscore.c gcov *.bp
*.greg *.lreg *.combine *.flow *.cse *.jump *.rtl *.tree *.loop *.dbr *.jump2
*.sched *.cse2 *.sched2 *.stack *.gcse *.flow2 *.[si] libcpp.a g++ g++-cross
cc1plus g77 g77-cross f771 jc1 gcj jvgenmain gcjh jv-scan jcf-dump stage1
mv: cannot stat `s-crt': No such file or directory
mv: cannot stat `s-crt0': No such file or directory
mv: cannot stat `crtbegin.o': No such file or directory
mv: cannot stat `crtbeginS.o': No such file or directory
mv: cannot stat `crtend.o': No such file or directory
mv: cannot stat `crtendS.o': No such file or directory
mv: cannot stat `gcc-cross': No such file or directory
mv: cannot stat `cc1obj': No such file or directory
mv: cannot stat `enquire': No such file or directory
mv: cannot stat `protoize': No such file or directory
mv: cannot stat `unprotoize': No such file or directory
mv: cannot stat `collect2': No such file or directory
mv: cannot stat `gcov': No such file or directory
mv: cannot stat `*.bp': No such file or directory
mv: cannot stat `*.greg': No such file or directory
mv: cannot stat `*.lreg': No such file or directory
mv: cannot stat `*.combine': No such file or directory
mv: cannot stat `*.flow': No such file or directory
mv: cannot stat `*.cse': No such file or directory
mv: cannot stat `*.jump': No such file or directory
mv: cannot stat `*.rtl': No such file or directory
mv: cannot stat `*.tree': No such file or directory
mv: cannot stat `*.loop': No such file or directory
mv: cannot stat `*.dbr': No such file or directory
mv: cannot stat `*.jump2': No such file or directory
mv: cannot stat `*.sched': No such file or directory
mv: cannot stat `*.cse2': No such file or directory
mv: cannot stat `*.sched2': No such file or directory
mv: cannot stat `*.stack': No such file or directory
mv: cannot stat `*.gcse': No such file or directory
mv: cannot stat `*.flow2': No such file or directory
mv: cannot stat `*.[si]': No such file or directory
mv: cannot stat `libcpp.a': No such file or directory
mv: cannot stat `g++-cross': No such file or directory
mv: cannot stat `cc1plus': No such file or directory
mv: cannot stat `g77': No such file or directory
mv: cannot stat `g77-cross': No such file or directory
mv: cannot stat `f771': No such file or directory
mv: cannot stat `jc1': No such file or directory
mv: cannot stat `jvgenmain': No such file or directory
mv: cannot stat `gcjh': No such file or directory
mv: cannot stat `jv-scan': No such file or directory
mv: cannot stat `jcf-dump': No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
mv intl/*.o stage1/intl
mv: cannot stat `intl/*.o': No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
if [ -f as ] ; then ln -s ../as stage1 ; else true ; fi
if [ -f ld ] ; then ln -s ../ld stage1 ; else true ; fi
if [ -f collect-ld ] ; then ln -s ../collect-ld stage1 ; else true ; fi
rm -f stage1/libgcc.a
cp libgcc.a stage1
if [ -f ` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ranlib ] ; then
echo /usr/src/gcc-2.95.3.bld/gcc/../binutils/ranlib ; else if [
"i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ranlib; else
t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi` ] || ( [ "i686-pc-linux-gnu" =
"i686-pc-linux-gnu" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
` if [ -f /usr/src/gcc-2.95.3.bld/gcc/../binutils/ranlib ] ; then echo
/usr/src/gcc-2.95.3.bld/gcc/../binutils/ranlib ; else if [
"i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] ; then echo ranlib; else
t='s,x,x,'; echo ranlib | sed -e $t ; fi; fi` stage1/libgcc.a; \
else true; fi
for f in .. ; do if [ x${f} != x.. ]; then \
cp stage1/${f} . ; \
else true; \
fi; done
mv cp/*.o stage1/cp
if [ -f lang-f77 ]; then \
mv -f f/*.o f/fini f/stamp-str f/str-*.h f/str-*.j lang-f77 g77spec.o
g77version.o stage1/f; \
fi
mv: cannot stat `cp/*.o': No such file or directory
make[2]: [c++.stage1] Error 1 (ignored)
mv java/*.o stage1/java
mv: cannot stat `java/*.o': No such file or directory
make[2]: [java.stage1] Error 1 (ignored)
mv objc/*.o stage1/objc
mv: cannot stat `objc/*.o': No such file or directory
make[2]: [objc.stage1] Error 1 (ignored)
mv cc1obj stage1
mv: cannot stat `cc1obj': No such file or directory
make[2]: [objc.stage1] Error 1 (ignored)
make[2]: Leaving directory `/usr/src/gcc-2.95.3.bld/gcc'
/usr/bin/make CC="stage1/xgcc -Bstage1/ -B/opt/gcc2/i686-pc-linux-gnu/bin/"
CFLAGS=" -O2 -O -march=i686 -pipe -DPIC -fPIC -Os -mno-tls-direct-seg-refs"
LDFLAGS="" libdir=/opt/gcc2/lib STAGE_PREFIX=stage1/ LANGUAGES="c proto gcov
c++ f77 java objc"
make[2]: Entering directory `/usr/src/gcc-2.95.3.bld/gcc'
(cd intl && /usr/bin/make all)
make[3]: Entering directory `/usr/src/gcc-2.95.3.bld/gcc/intl'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/src/gcc-2.95.3.bld/gcc/intl'
stage1/xgcc -Bstage1/ -B/opt/gcc2/i686-pc-linux-gnu/bin/ -c -DIN_GCC -O2
-O -march=i686 -pipe -DPIC -fPIC -Os -mno-tls-direct-seg-refs
-DHAVE_CONFIG_H -I. -I/usr/src/gcc-2.95.3/gcc
-I/usr/src/gcc-2.95.3/gcc/config -I/usr/src/gcc-2.95.3/gcc/../include \
/usr/src/gcc-2.95.3/gcc/gencheck.c
cc1: Invalid option `no-tls-direct-seg-refs'
make[2]: *** [gencheck.o] Error 1
make[1]: *** [bootstrap] Error 2
make[2]: Leaving directory `/usr/src/gcc-2.95.3.bld/gcc'
make[1]: Leaving directory `/usr/src/gcc-2.95.3.bld/gcc'
make: *** [bootstrap] Error 2
! Problem Detected !


SYSTEM SETTINGS:

LOCAL SETTINGS:
GRIMOIRE = stable-rc
NUM_CAST = 1
MACHTYPE = i686-pc-linux-gnu
GRIMOIRE_PATH = /var/lib/sorcery/codex/stable-rc
KEEP_SNAP = '2 weeks'
DO_DEFAULTS = yes


ACTIVITY LOG:
success summon slang 2.0.5
start cast slang 2.0.5
success summon gcc2 2.95.3
success summon tty-grin 0.5.7a
success cast slang 2.0.5
start cast gcc2 2.95.3
failure cast gcc2 2.95.3
success dispel slang 2.0.5


DEPENDENCIES:
slang:libpng:on:optional::
slang:pcre:on:optional::
slang:readline:on:optional::


INSTALLED SPELLS:
autoconf:20060417:installed:2.59
automake:20060417:installed:1.9.6
basesystem:20060416:installed:0.9.4
bash:20060417:installed:3.0
binutils:20060417:installed:2.16.1
bison:20060417:installed:2.1
bugcli:20060417:installed:05
bzip2:20060417:installed:1.0.3
bzr:20060417:installed:0.7
bzrtools:20060417:installed:0.7
ccache:20060418:installed:2.4
celementtree:20060417:installed:1.0.2-20050302
console-data:20060417:installed:1999.08.29
console-tools:20060417:installed:0.2.3
coreutils:20060417:installed:5.2.1
cpio:20060417:installed:2.6
db:20060417:installed:4.3.28
dhcpcd:20060417:installed:2.0.0
dialog:20060417:installed:1.0-20051107
diffutils:20060417:installed:2.8.1
digest-md5:20060417:installed:2.33
e2fsprogs:20060417:installed:1.38
elementtree:20060417:installed:1.2.6-20050316
expat:20060418:installed:2.0.0
expect:20060417:installed:5.43
file:20060417:installed:4.16
findutils:20060417:installed:4.2.25
flex:20060417:installed:2.5.27
fontconfig:20060418:installed:2.3.2
freetype2:20060418:installed:2.1.10
g++:20060417:installed:3.4.4
gawk:20060417:installed:3.1.5
gcc34:20060417:installed:0
gcc:20060417:installed:3.4.4
gdbm:20060418:installed:1.8.3
gettext:20060417:installed:0.14.5
glibc:20060417:installed:2.3.5
gnupg:20060417:installed:1.4.2.2
grep:20060417:installed:2.5.1a
groff:20060418:installed:1.19.2
gzip:20060417:installed:1.3.5
hotplug:20060417:installed:2004_09_23
html-parser:20060417:installed:3.45
html-tagset:20060417:installed:3.04
iana-etc:20060417:installed:1.04
init.d:20060417:installed:2.1.5
installwatch:20060417:installed:0.6.3
jpeg:20060418:installed:6b
less:20060417:installed:390
libesmtp:20060417:installed:1.0.3r1
libpng:20060418:installed:1.2.8
libtool:20060418:installed:1.5.22
linux:20060416:exiled:0.0
lwp:20060417:installed:5.76
m4:20060417:installed:1.4.3
make:20060417:installed:3.80
man:20060418:installed:1.6c
metalog:20060417:installed:0.8-rc1
mime-base64:20060417:installed:3.05
mktemp:20060417:installed:1.5
module-init-tools:20060417:installed:3.2.2
mutt:20060417:installed:1.4.2.1
nano:20060417:installed:1.3.8
ncurses:20060418:installed:5.5
net-snmp:20060418:installed:5.3.0.1
net-tools:20060417:installed:1.60
netconf:20060417:installed:1.6
netkit-base:20060417:installed:0.17
netkit-ping:20060417:installed:0.17
openssh:20060417:installed:4.3p1
openssl:20060417:installed:0.9.7h
paramiko:20060417:installed:1.5.4
patch:20060417:installed:2.5.4
pcre:20060417:installed:6.4
perl-libnet:20060417:installed:1.19
perl:20060417:installed:5.8.6
pkgconfig:20060418:installed:0.19
procps:20060417:installed:3.2.5
pycrypto:20060417:installed:2.0.1
python:20060418:installed:2.4.2
readline:20060417:installed:5.0
rpmunpack:20060417:installed:0
screen:20060417:installed:4.0.2
sed:20060417:installed:4.1.4
setuptools:20060417:installed:0.6a9
shadow:20060417:installed:4.0.11.1
simpleinit-msb:20060417:installed:1.2
slang:20060419:installed:2.0.5
smgl-archspecs:20060417:installed:0.4
smgl-fhs:20060417:installed:2.2.0
sorcery-pubkeys:20060417:installed:1.5
tar:20060417:installed:1.15.1
tcl:20060417:installed:8.4.11
texinfo:20060417:installed:4.8
udev:20060417:installed:070
unzip:20060417:installed:5.52
uri:20060417:installed:1.35
util-linux:20060417:installed:2.12r
vim:20060417:installed:6.3
wget:20060417:installed:1.10.2
which:20060417:installed:2.16
xorg:20060418:installed:6.9.0
zlib:20060417:installed:1.2.3

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 11190] New: cast failure gcc2:prometheus:200604190548, bugzilla-daemon, 04/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page