On Sat, Sep 14, 2013 at 11:32:11AM +0800, YunQiang Su wrote:
> Package: pgtcl
> Version: 1.9+git20120911-2
> X-Debbugs-CC: [email protected]
> 
> This package has one or more -L/usr/lib in its build system,
> which will make it ftbfs if there is libraries under /usr/lib,
> while is not the default architecture, mips* for example.
> 
> On mips* systems, /usr/lib is defined as place to hold O32
> libraries, and /usr/lib32 for N32, and /usr/lib64 is for N64.
> 
> Beside the way, on the multiarch system like Debian, user may install
> libraries under /usr/lib by hand.
> 
> Please use the default search path if you can, and please consider fix
> this.

Could you apply this patch and try the build again, please?

Many thanks.

Mark




commit cc81cdf1e487f315db1e55386757a51a23e5ba5c
Author: Mark Hindley <[email protected]>
Date:   Thu Sep 19 11:10:11 2013 +0100

    Possible fix for #722817: ftbfs on mips64el

diff --git a/debian/rules b/debian/rules
index cbaf13a..25736e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/autotools.mk
 
 include /usr/share/dpkg/buildflags.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --with-tcl=/usr/lib 
--with-tclinclude=/usr/include/tcl
+
 DEB_MAKE_INSTALL_TARGET := install-binaries DESTDIR=$(DEB_DESTDIR)
 
 DEB_INSTALL_DOCS_libpgtcl-dev = -X TODO


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to