Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 12117] New: cast failure scheme48:swoolley-0-4:200605251226

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 12117] New: cast failure scheme48:swoolley-0-4:200605251226
  • Date: 25 May 2006 12:29:02 -0000

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

Summary: cast failure scheme48:swoolley-0-4:200605251226
Product: Prometheus
Version: stable-rc grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: devel
AssignedTo: devel AT sourcemage.org
ReportedBy: seth AT swoolley.homeip.net


PROMETHEUS REPORT

HIGH LEVEL SUMMARY:
At least 1 cast(s) failed.
At least 2 file(s) left behind after the dispel.


PROMETHEUS COORDINATES:
swoolley.homeip.net
200605251226

CURRENT LIST:
scheme48


FAILURE LIST:
scheme48


SUCCESS LIST:


SUMMARY:
start scheme48-0.57


COMPILE LOGS:

COMPILE LOG: scheme48-0.57.bz2 [Lines: 0-171]

Compile log for scheme48 0.57 Built on Thu May 25 12:26:38 UTC 2006
Using gcc version: 3.4.5
Using gcc version: 3.4.5
Installing in dir: /usr/src/scheme48-0.57
scheme48 0.57
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O -march=i386 -pipe -s) works... yes
checking whether the C compiler (gcc -O -march=i386 -pipe -s) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for a BSD compatible install... /bin/install -c
checking for main in -lm... yes
checking for main in -ldl... yes
checking for main in -lmld... no
checking for main in -lnsl... yes
checking for main in -lgen... no
checking for main in -lsocket... no
checking for getpwnam in -lsun... no
checking for main in -lelf... no
checking for RISC/OS POSIX library lossage
checking for working const... yes
checking for socklen_t... yes
checking return type of signal handlers... void
checking how to run the C preprocessor... gcc -E
checking for libgen.h... yes
checking for sys/timeb.h... yes
checking for posix/time.h... no
checking for sys/select.h... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for nlist... no
checking for select... yes
checking for setitimer... yes
checking for sigaction... yes
checking for dlopen... yes
checking for socket... yes
checking for chroot... yes
checking for strerror... yes
checking environ... using environ
checking n_name... no
checking __NEXT__... no
checking underscore before symbols... no
checking link with -rdynamic... nm: a.out: no symbols
yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating c/sysdep.h
gcc -c -O -march=i386 -pipe -o c/main.o \
-DDEFAULT_IMAGE_NAME=\"/usr/lib/scheme48/scheme48.image\" \
-DHAVE_CONFIG_H c/main.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/scheme48vm.o
c/scheme48vm.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/scheme48heap.o
c/scheme48heap.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/scheme48read-image.o
c/scheme48read-image.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/scheme48write-image.o
c/scheme48write-image.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/extension.o
c/extension.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/external.o
c/external.c
c/external.c: In function `s48_enter_char':
c/external.c:726: warning: comparison is always false due to limited range of
data type
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/bignum.o c/bignum.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/unix/misc.o
c/unix/misc.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/unix/io.o c/unix/io.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/unix/fd-io.o
c/unix/fd-io.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/unix/event.o
c/unix/event.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/posix/user.o
c/posix/user.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/posix/regexp.o
c/posix/regexp.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/posix/proc-env.o
c/posix/proc-env.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/posix/proc.o
c/posix/proc.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/posix/io.o
c/posix/io.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/posix/dir.o
c/posix/dir.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/unix/socket.o
c/unix/socket.c
gcc -c -DHAVE_CONFIG_H -I./c -O -march=i386 -pipe -o c/unix/dynamo.o
c/unix/dynamo.c
echo '#!/bin/sh' >go && \
echo >>go && \
echo "lib=`pwd`" >>go && \
echo 'exec $lib/scheme48vm -o $lib/scheme48vm -i $lib/scheme48.image "$@"'
\
>>go && \
chmod +x go
rm -f /tmp/s48_external_$$.c && \
build/build-external-modules /tmp/s48_external_$$.c \
s48_init_posix_dir s48_init_posix_user s48_init_posix_regexp
s48_init_posix_proc_env s48_init_posix_io s48_init_posix_proc
s48_init_socket s48_init_external_lookup && \
gcc -s -rdynamic -O -march=i386 -pipe -o scheme48vm c/main.o c/scheme48vm.o
c/scheme48heap.o c/scheme48read-image.o c/scheme48write-image.o c/extension.o
c/external.o c/bignum.o c/unix/misc.o c/unix/io.o c/unix/fd-io.o
c/unix/event.o \
/tmp/s48_external_$$.c \
-lnsl -ldl -lm \
c/posix/user.o c/posix/regexp.o c/posix/proc-env.o c/posix/proc.o
c/posix/io.o c/posix/dir.o c/unix/socket.o c/unix/dynamo.o &&
\
rm -f /tmp/s48_external_$$.c
build/build-usual-image . "`pwd`/scheme" 'scheme48.image' './scheme48vm' \
'build/initial.image'
#{Unspecific}
./scheme/env/init-defpackage.scm
./scheme/more-interfaces.scm
./scheme/link-packages.scm
./scheme/env-packages.scm
./scheme/more-packages.scm
./scheme/posix/packages.scm
[command-levels ./scheme/env/command-level.scm ./scheme/env/user.scm]
[disclosers ./scheme/env/disclosers.scm]
[menus ./scheme/env/menu.scm]
[command-processor ./scheme/env/read-command.scm ./scheme/env/command.scm
./scheme/env/version-info.scm]
#{Unspecific}
[basic-commands ./scheme/env/basic-command.scm]
[build ./scheme/env/build.scm]
[shadowing ./scheme/env/shadow.scm]
[package-mutation ./scheme/env/pedit.scm]
[package-commands ./scheme/env/pacman.scm]
[debugging ./scheme/env/debug.scm]
[inspect-commands ./scheme/env/inspect.scm]
[disassembler ./scheme/env/disasm.scm]
[usual-commands]
#{Unspecific}
[debuginfo ./scheme/env/debuginfo.scm]
[extended-numbers ./scheme/rts/xnum.scm]
[ratnums ./scheme/rts/ratnum.scm]
[recnums ./scheme/rts/recnum.scm]
[innums ./scheme/rts/innum.scm]
[usual-features]
#{Unspecific}
Reading ./build/initial.debug
#{Unspecific}
Writing scheme48.image

Preparing to install scheme48
Compile log for scheme48 0.57 Completed Build on Thu May 25 12:26:45 UTC 2006
for dir in /usr/lib /usr/bin /usr/include; do \
[ -d $dir -a -w $dir ] || { \
echo "$dir not a writable directory" >&2; \
exit 1; \
}; \
done
script=/usr/bin/scheme48 && \
echo '#!/bin/sh' >$script && \
echo >>$script && \
echo 'lib=/usr/lib/scheme48' >>$script && \
echo 'exec $lib/scheme48vm -o $lib/scheme48vm -i $lib/scheme48.image "$@"'
\
>>$script && \
chmod +x $script
/bin/install -c scheme48vm /usr/lib/scheme48
{ mkdir -p /usr/lib/scheme48 && [ -w /usr/lib/scheme48 ]; } || {
\
echo "/usr/lib/scheme48 not a writable directory" >&2; \
exit 1; \
}
for stub in env big opt misc link posix srfi; do \
for f in scheme/$stub/*.scm; do \
/bin/install -c -m 644 $f /usr/lib/scheme48/$stub || exit 1;
\
done; \
done && \
for f in scheme/rts/*num.scm scheme/rts/jar-defrecord.scm; do \
/bin/install -c -m 644 $f /usr/lib/scheme48/rts || exit 1;
\
done
mkdir: `/usr/lib/scheme48' exists but is not a directory
/usr/lib/scheme48 not a writable directory
make: *** [dirs] Error 1
make: *** Waiting for unfinished jobs....
/bin/install: cannot stat `/usr/lib/scheme48/env': Not a directory
make: *** [inst-misc] Error 1
Running make with 3 jobs failed. Attempt to run with a single job? [y]
for dir in /usr/lib /usr/bin /usr/include; do \
[ -d $dir -a -w $dir ] || { \
echo "$dir not a writable directory" >&2; \
exit 1; \
}; \
done
{ mkdir -p /usr/lib/scheme48 && [ -w /usr/lib/scheme48 ]; } || {
\
echo "/usr/lib/scheme48 not a writable directory" >&2; \
exit 1; \
}
mkdir: `/usr/lib/scheme48' exists but is not a directory
/usr/lib/scheme48 not a writable directory
make: *** [dirs] Error 1


FILES OF UNKNOWN ORIGIN:
/usr/bin/scheme48
/usr/lib/scheme48

SYSTEM SETTINGS:

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


ACTIVITY LOG:
success summon scheme48 0.57
start cast scheme48 0.57
failure cast scheme48 0.57


DEPENDENCIES:


INSTALLED SPELLS:
autoconf:20060522:installed:2.59
automake:20060522:installed:1.9.6
basesystem:20060522:installed:0.9.4
bash:20060522:installed:3.0
binutils:20060522:installed:2.16.1
bison:20060522:installed:2.1
bugcli:20060522:installed:05
bzip2:20060522:installed:1.0.3
cdrtools:20060522:installed:2.01.01a03
console-data:20060522:installed:1999.08.29
console-tools:20060522:installed:0.2.3
coreutils:20060522:installed:5.2.1
cpio:20060522:installed:2.6
cvs:20060522:installed:1.12.12
dialog:20060522:installed:1.0-20051107
diffutils:20060522:installed:2.8.1
digest-md5:20060522:installed:2.33
e2fsprogs:20060522:installed:1.38
expat:20060522:installed:2.0.0
expect:20060522:installed:5.43
file:20060522:installed:4.16
findutils:20060522:installed:4.2.25
flex:20060522:installed:2.5.27
fontconfig:20060522:installed:2.3.2
freetype2:20060522:installed:2.1.10
g++:20060522:installed:3.4.5
gawk:20060522:installed:3.1.5
gcc34:20060522:installed:0
gcc:20060522:installed:3.4.5
gettext:20060522:installed:0.14.5
glibc:20060522:installed:2.3.5
gnupg:20060522:installed:1.4.2.2
grep:20060522:installed:2.5.1a
gst-plugins:20060522:installed:0.8.12
gzip:20060522:installed:1.3.5
hotplug:20060522:installed:2004_09_23
html-parser:20060522:installed:3.45
html-tagset:20060522:installed:3.04
iana-etc:20060522:installed:1.04
init.d:20060522:installed:2.1.5
installwatch:20060522:installed:0.6.3
less:20060522:installed:390
libpng:20060522:installed:1.2.8
libtool:20060522:installed:1.5.22
linux:20060522:installed:2.6.14.7
lwp:20060522:installed:5.76
m4:20060522:installed:1.4.3
make:20060522:installed:3.80
mime-base64:20060522:installed:3.05
mktemp:20060522:installed:1.5
module-init-tools:20060522:installed:3.2.2
nano:20060522:installed:1.3.8
ncurses:20060522:installed:5.4
net-tools:20060522:installed:1.60
netconf:20060522:installed:1.6
patch:20060522:installed:2.5.4
perl-libnet:20060522:installed:1.19
perl:20060522:installed:5.8.6
pkgconfig:20060522:installed:0.19
procps:20060522:installed:3.2.5
readline:20060522:installed:5.0
sed:20060522:installed:4.1.4
shadow:20060522:installed:4.0.11.1
simpleinit-msb:20060522:installed:1.2
smgl-archspecs:20060522:installed:0.4
smgl-fhs:20060522:installed:2.2.0
tar:20060522:installed:1.15.1
tcl:20060522:installed:8.4.12
texinfo:20060522:installed:4.8
udev:20060522:installed:070
unzip:20060522:installed:5.52
uri:20060522:installed:1.35
util-linux:20060522:installed:2.12r
wget:20060522:installed:1.10.2
which:20060522:installed:2.16
xorg:20060522:installed:6.9.0
zlib:20060522: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 12117] New: cast failure scheme48:swoolley-0-4:200605251226, bugzilla-daemon, 05/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page