Your message dated Mon, 24 Jul 2006 11:25:57 -0700
with message-id <[EMAIL PROTECTED]>
and subject line debpartial-mirror: FTBFS: Missing Build-Depends on 'python-dev'
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: debpartial-mirror
Version: 0.2.91
Severity: serious
Tags: patch
When building 'debpartial-mirror' in a clean 'unstable' chroot,
I get the following error:
cd . && python setup.py build --build-base="/debpartial-mirror-0.2.91/./build"
running build
running build_py
running build_scripts
copying and adjusting debpartial-mirror ->
/debpartial-mirror-0.2.91/./build/scripts-2.3
# Build the manual page
cd . && /usr/bin/python setup.py install
--root=/debpartial-mirror-0.2.91/debian/debpartial-mirror/ --no-compile -O0
running install
error: invalid Python installation: unable to open
/usr/lib/python2.3/config/Makefile (No such file or directory)
make: *** [common-install-impl] Error 1
Please add the missing Build-Depends on 'python-dev' to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/debpartial-mirror-0.2.91/debian/control ./debian/control
--- ../tmp-orig/debpartial-mirror-0.2.91/debian/control 2006-04-18
00:58:43.000000000 +0000
+++ ./debian/control 2006-06-14 10:48:29.000000000 +0000
@@ -2,7 +2,7 @@
Section: net
Priority: extra
Maintainer: Otavio Salvador <[EMAIL PROTECTED]>
-Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python,
docbook-to-man
+Build-Depends-Indep: cdbs (>= 0.4.23-1.1), debhelper (>= 4.2.0), python-dev,
docbook-to-man
Standards-Version: 3.6.2
Package: debpartial-mirror
--- End Message ---
--- Begin Message ---
Version: 0.2.92
thanks for submitting your bug report.
python-dev was added to debpartial-mirror in version 0.2.92, so closing
this bug.
live well,
vagrant
--- End Message ---