[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#148537: FTBFS: Build failure of tetex-base on i386



Package: tetex-base
Version: 1.0.2+20011202-3


tetex-base fails to build from source on i386, when doing a binary-all build.

I am just filing this bug to notify you that I failed to build your
package from source. This is actually a serious bug, it will be
upgraded to "serious" severity after woody is released

This build was done using pbuilder package.


Build log follows:
===========================================
Sorry, fakeroot is already the newest version.
Sorry, fakeroot is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 0  not upgraded.
 -> Building the package
su: Authentication service cannot retrieve authentication info.
(Ignored)
dpkg-buildpackage: source package is tetex-base
dpkg-buildpackage: source version is 1.0.2+20011202-3
dpkg-buildpackage: source maintainer is C.M. Connelly <cmc@debian.org>
dpkg-buildpackage: host architecture is i386
 fakeroot debian/rules clean
dh_testdir
# Make sure all of our expected symlinks are in place
debian/restore-symlinks
/bin/bash: debian/restore-symlinks: /bin/sh: bad interpreter: Permission denied
make: *** [clean] Error 126
pbuilder: Failed autobuilding of package
===========================================


The following patch should fix the build failure
==================================================
diff -ru tetex-base-1.0.2+20011202-orig/debian/rules tetex-base-1.0.2+20011202/debian/rules
--- tetex-base-1.0.2+20011202-orig/debian/rules Thu May 30 16:58:28 2002
+++ tetex-base-1.0.2+20011202/debian/rules      Thu May 30 16:59:24 2002
@@ -9,14 +9,14 @@
 build:
        dh_testdir
        # Make sure all of our expected symlinks are in place
-       debian/restore-symlinks
+       sh debian/restore-symlinks
 #      make
        touch build
 
 clean:
        dh_testdir
        # Make sure all of our expected symlinks are in place
-       debian/restore-symlinks
+       sh debian/restore-symlinks
        dh_testroot
        -rm -f build
 #      -make clean


regards,
   junichi


-- 
dancer@debian.org  http://www.netfort.gr.jp/~dancer





-- 
To UNSUBSCRIBE, email to debian-tetex-maint-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: