Package: syslinux
Version: 1:3.51-1
Severity: important
With nasm 0.99.01-0 (newly introduced in sid) syslinux FTBFS.
Compilation ends with the following messages:
# Building package
/usr/bin/make DATE="Debian-2007-08-24" VERSION="3.51"
make[1]: Entering directory `/data/build/syslinux-3.51'
Makefile:255: .depend: No such file or directory
rm -f .depend
for csrc in syslxmod.c gethostip.c ; do gcc -MM $csrc >> .depend ; done
for nsrc in copybs.asm extlinux.asm isolinux.asm isolinux-debug.asm ldlinux.asm
pxelinux.asm ; do nasm -DDEPEND -o `echo $nsrc | sed -e 's/\.asm/\.bin/'` -M
$nsrc >> .depend ; done
make[1]: Leaving directory `/data/build/syslinux-3.51'
make[1]: Entering directory `/data/build/syslinux-3.51'
set -e ; for i in mbr ; do /usr/bin/make DATE=Debian-2007-08-24
HEXDATE=0x466c807b -C $i all ; done
make[2]: Entering directory `/data/build/syslinux-3.51/mbr'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/build/syslinux-3.51/mbr'
/usr/bin/make DATE=Debian-2007-08-24 HEXDATE=0x466c807b all-local
make[2]: Entering directory `/data/build/syslinux-3.51'
nasm -O99 -f bin -DDATE_STR="'Debian-2007-08-24'" -DHEXDATE="0x466c807b" \
-DMAP=pxelinux.map -l pxelinux.lsr -o pxelinux.bin pxelinux.asm
pxelinux.asm:1225: error: short jump is out of range
make[2]: *** [pxelinux.bin] Error 1
make[2]: Leaving directory `/data/build/syslinux-3.51'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/data/build/syslinux-3.51'
make: *** [build-stamp] Error 2
Downgrading nasm to 0.98.38-1.2 fixes this issue.
I'm not sure if syslinux sources should be fixed or if the bug is in nasm ?
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages syslinux depends on:
ii libc6 2.6.1-1 GNU C Library: Shared libraries
Versions of packages syslinux recommends:
ii mtools 3.9.11-0 Tools for manipulating MSDOS files
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]