Source: smlnj Version: 110.76-2 Severity: serious >From my pbuilder build log:
... debian/rules build cd base && for t in compiler cm system runtime; do tar zxf $t.tgz; done for t in smlnj-lib ml-yacc MLRISC ckit ml-lex trace-debug-profile ml-lpt smlnj-c nlffi pgraph heap2asm ml-burg config eXene cml; do tar zxf $t.tgz; done touch unpack-source-stamp cat debian/patches/* | patch -N -p1 1>/dev/null || true cp config/targets config/targets.orig cp debian/targets config/targets /usr/bin/make -f debian/rules smlnj make[1]: Entering directory '/tmp/buildd/smlnj-110.76' echo "s,@SHELL@,/bin/sh,g" > vars.sed echo "s,@SMLNJ_HOME@,/usr/lib/smlnj," >> vars.sed echo "s,@BINDIR@,/usr/lib/smlnj/bin," >> vars.sed echo "s,@VERSION@,110.76," >> vars.sed cat /tmp/buildd/smlnj-110.76/config/_arch-n-opsys | sed -f vars.sed > arch-n-opsys chmod 777 arch-n-opsys eval `./arch-n-opsys` && /usr/bin/make -f debian/rules boot.$ARCH-unix.tgz; make[2]: Entering directory '/tmp/buildd/smlnj-110.76' for f in *tgz; do tar zxf $f -C bootstrap; done mkdir -p bootstrap/base for f in base/*tgz; do tar zxf $f -C bootstrap/base; done cd bootstrap && URLGETTER=/bin/false ./config/install.sh ./config/install.sh: Using shell /bin/sh. ./config/install.sh: SML root is /tmp/buildd/smlnj-110.76/bootstrap. ./config/install.sh: Installation directory is /tmp/buildd/smlnj-110.76/bootstrap. ./config/install.sh: Installing version 110.76. ./config/install.sh: URL of source archive is http://smlnj.cs.uchicago.edu/dist/working/110.76/. ./config/install.sh: !!! Script /tmp/buildd/smlnj-110.76/bootstrap/bin/.arch-n-opsys fails on this machine. ./config/install.sh: !!! You must patch this by hand and repeat the installation. debian/rules:40: recipe for target '/tmp/buildd/smlnj-110.76/bootstrap/bin/sml' failed make[2]: *** [/tmp/buildd/smlnj-110.76/bootstrap/bin/sml] Error 2 make[2]: Leaving directory '/tmp/buildd/smlnj-110.76' debian/rules:56: recipe for target 'boot' failed make[1]: *** [boot] Error 2 make[1]: Leaving directory '/tmp/buildd/smlnj-110.76' debian/rules:78: recipe for target 'build-arch-stamp' failed make: *** [build-arch-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org