Public bug reported:
Hello,
swig2.0 configure script ftbfs as it cannot find tclconfig path, moved
to multi-arch dirs.
The proposed patch should fix the issue:
--- swig2.0-2.0.8/debian/rules 2013-02-28 08:58:39.000000000 +0100
+++ swig2.0-2.0.8/debian/rules 2013-03-28 23:40:58.000000000 +0100
@@ -10,12 +10,14 @@
# Support building from Subversion repository
export DH_ALWAYS_EXCLUDE=.svn
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
# XXX: patch to pike detection submitted upstream, need to adapt
# configure args
MAKEOPTS =
CONFIGURE_ARGS := \
--prefix=/usr --mandir=/usr/share/man \
- --with-tclconfig=/usr/lib \
+ --with-tclconfig=/usr/lib/$(DEB_HOST_MULTIARCH) \
--with-python=/usr/bin/python \
--with-ruby=/usr/bin/ruby1.8 \
--with-pike=/usr/bin/pike7.6 \
** Affects: swig2.0 (Ubuntu)
Importance: Undecided
Status: New
** Tags: patch
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1161651
Title:
swig2.0: ftbfs: adjust tclconfig path to m-a
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swig2.0/+bug/1161651/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs