[Bug 1160445] [NEW] FTBFS: update for m-a tclConfig.sh path

Hector Oron hector.oron at gmail.com
Tue Mar 26 15:48:18 UTC 2013


Public bug reported:

The package fails to build from source, configure fails to find
tclConfig.sh file which it is found in multiarch path. A proposed fix
follows:

--- db-5.1.29/debian/rules      2013-03-12 02:38:51.000000000 +0000
+++ db-5.1.29/debian/rules      2013-03-26 15:00:47.000000000 +0000
@@ -64,7 +64,7 @@
 ifeq ($(ENABLE_TCL),yes)
   ENABLE_TESTS=yes
   CONFIGURE_SWITCHES += --enable-tcl \
-                       --with-tcl=/usr/lib
+                       --with-tcl=/usr/lib/$(DEB_HOST_MULTIARCH)
 else
   ENABLE_TESTS=no
   CONFIGURE_SWITCHES += --disable-tcl

** Affects: db (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: patch

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to db in Ubuntu.
https://bugs.launchpad.net/bugs/1160445

Title:
  FTBFS: update for m-a tclConfig.sh path

Status in “db” package in Ubuntu:
  New

Bug description:
  The package fails to build from source, configure fails to find
  tclConfig.sh file which it is found in multiarch path. A proposed fix
  follows:

  --- db-5.1.29/debian/rules      2013-03-12 02:38:51.000000000 +0000
  +++ db-5.1.29/debian/rules      2013-03-26 15:00:47.000000000 +0000
  @@ -64,7 +64,7 @@
   ifeq ($(ENABLE_TCL),yes)
     ENABLE_TESTS=yes
     CONFIGURE_SWITCHES += --enable-tcl \
  -                       --with-tcl=/usr/lib
  +                       --with-tcl=/usr/lib/$(DEB_HOST_MULTIARCH)
   else
     ENABLE_TESTS=no
     CONFIGURE_SWITCHES += --disable-tcl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/db/+bug/1160445/+subscriptions




More information about the foundations-bugs mailing list