Your message dated Sat, 21 Oct 2006 21:29:27 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Fixing version-tracking for already fixed-in-NMU bug
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: oaklisp
Version: 1.3.1-2
Severity: serious
Justification: Failed build
While attempting to rebuild oaklisp on i386 I enocuntered the following
error:
cc -O2 -g -Wall -DFAST -MMD -c -o xmalloc.o xmalloc.c
cc -O2 -g -Wall -DFAST -MMD -c -o instr.o instr.c
cc oaklisp.o cmdline.o data.o gc.o loop.o signal.o stacks.o timers.o
weak.o worldio.o xmalloc.o instr.o -o oaklisp
etags oaklisp.c cmdline.c data.c gc.c loop.c signal.c stacks.c timers.c
weak.c worldio.c xmalloc.c instr.c cmdline.h config.h data.h gc.h loop.h
signal.h stacks.h stacks-loop.h timers.h weak.h worldio.h xmalloc.h
instr.h > TAGS
make[3]: Leaving directory
`/home/broonie/src/packages/oaklisp/oaklisp-1.3.1/src/emulator'
/usr/bin/make -C world all
make[3]: Entering directory
`/home/broonie/src/packages/oaklisp/oaklisp-1.3.1/src/world'
../emulator/oaklisp -trace-gc=1 -- --compile make-makefile --exit
Can't open "/usr/lib/oaklisp/oakworld.bin".
make[3]: *** [make-makefile.oa] Error 1
If an existing oaklisp package is instlaled then the build completes.
It appears that there is a bootstrapping issue here - looking at the
installation instructions in the upstream README it appears that one is
supposed to do a partial build and install before fully building the
system.
--
"You grabbed my hand and we fell into it, like a daydream - or a fever."
--- End Message ---
--- Begin Message ---
Version: 1.3.1-2.1
This bug was fixed in an NMU, but never closed. I'm closing it with the
correct version so that its status can be properly version-tracked.
For reference:
oaklisp (1.3.1-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* Bootstrap the compiler properly using a patch from Ross Thomas
<[EMAIL PROTECTED]> (closes: #122117).
* Add build dependancy on tetex-extra (closes: #136821).
* Save oakworld.bin while cleaning so that the source can be rebuilt
repeatedly (closes: #136822).
* Include SPARC, m68k and PowerPC configurations (the SPARC and m68k
configurations from <[EMAIL PROTECTED]>). At least the PowerPC port
fails to build due to an attempt to malloc() huge amounts of memory so
I'm not closing the relevant bug yet.
* Change reference to GPL to point at /usr/share/common-licenses.
Regards,
Adam
--- End Message ---