Package: yasm Version: 0.7.0-2 Severity: normal Tags: patch Hello,
The tasm patch makes some modifications in gen_x86_insn.py, however these are not effective and then my pending upload of loadlin doesn't build e.g. on i386, for instance $ cat test.asm a db 1 lea si,a $ tasm test.asm **Error** test.asm(2) invalid size for operand 2 That is because gen_x86_insn.py doesn't get re-run because yasm doesn't build-depends on python, see for instance the i386 log: http://buildd.debian.org/fetch.cgi?pkg=yasm;ver=0.7.0-2;arch=i386;stamp=1223649309 gen_x86_insn.py gets patched but not run, one should read /usr/bin/python ./modules/arch/x86/gen_x86_insn.py just after the configure. The attached patch should be enough to get this working. Samuel -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages yasm depends on: ii libc6 2.7-14 GNU C Library: Shared libraries yasm recommends no packages. yasm suggests no packages. -- no debconf information
--- debian/control.orig 2008-10-14 21:10:13.000000000 +0200 +++ debian/control 2008-10-14 21:10:16.000000000 +0200 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), quilt, bison, gettext, xmlto +Build-Depends: debhelper (>= 4.0.0), quilt, bison, gettext, xmlto, python Standards-Version: 3.8.0 Vcs-Svn: svn://svn.debian.org/sam-hocevar/pkg-misc/unstable/yasm Vcs-Browser: http://svn.debian.org/wsvn/sam-hocevar/pkg-misc/unstable/yasm/

