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

Bug#458396: FTBFS because due to missing apt-transport-https libraries



Package: apt
Version: 0.7.9
Severity: serious
Tags: patch
Justification: no longer builds from source

the apt-transport-https deb currently does not build because
libapt-pkg-libc6.7-6.so.4.6 is not in the right location when dh_shlibs
is run.

as a temporary fix for the problem, i modified debian/rules to copy the
missing libraries from the build directory to 
debian/apt-transport-https/usr/lib.  see attached diff.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring        2007.07.31 GnuPG archive keys of the Debian a
ii  libc6                         2.7-5      GNU C Library: Shared libraries
ii  libgcc1                       1:4.2.2-4  GCC support library
ii  libstdc++6                    4.2.2-4    The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information
--- ../../apt-0.7.9-orig/debian/rules	2007-12-29 23:53:03.000000000 -0500
+++ rules	2007-12-30 16:44:57.000000000 -0500
@@ -313,6 +313,7 @@
 	dh_compress -p$@
 	dh_fixperms -p$@
 	dh_installdeb -p$@
+	cp build/bin/libapt* debian/$@/usr/lib
 	dh_shlibdeps -p$@ -l`pwd`/debian/apt/usr/lib:`pwd`/debian/$@/usr/lib 
 	dh_gencontrol -p$@
 	dh_md5sums -p$@

Reply to: