Your message dated Sun, 04 Apr 2010 07:43:53 +0000
with message-id <[email protected]>
and subject line Bug#450483: fixed in cdbs 0.4.77
has caused the Debian Bug report #450483,
regarding cdbs: Stop setting DEB_CONFIGURE_SCRIPT_ENV in order to enable
cross-building
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
450483: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450483
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cdbs
Version: 0.4.50
Severity: normal
Tags: patch
The cross building support in Debian has been rewritten and part of the
changes included stopping the tools from overriding the MAKEFLAGS
variable in order to allow CC_FOR_BUILD to identify the correct compiler
to use for internal build tools during a cross compile.
The effect of this in CDBS packages is that DEB_CONFIGURE_SCRIPT_ENV now
prevents cross compilation because it sets CC etc. and the tools no
longer set an override.
Please can DEB_CONFIGURE_SCRIPT_ENV be set to empty in CDBS so that CDBS
packages can be cross-built successfully?
Patch for 1/class/autotools-vars.mk.in attached that unsets
DEB_CONFIGURE_SCRIPT_ENV if cross compiling.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages cdbs depends on:
ii debhelper 5.0.60 helper programs for debian/rules
Versions of packages cdbs recommends:
ii autotools-dev 20070725.1 Update infrastructure for config.{
-- no debconf information
--- cdbs.old/1/class/autotools-vars.mk.in 2007-05-18 17:01:14.000000000
+0100
+++ cdbs-0.4.50/1/class/autotools-vars.mk.in 2007-11-07 13:43:03.000000000
+0000
@@ -40,6 +40,7 @@
ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
DEB_CONFIGURE_NORMAL_ARGS += --host=$(DEB_HOST_GNU_TYPE)
+DEB_CONFIGURE_SCRIPT_ENV =
endif
### TODO: Fix the above to also handle 2.13 which needs other tweaks
--- End Message ---
--- Begin Message ---
Source: cdbs
Source-Version: 0.4.77
We believe that the bug you reported is fixed in the latest version of
cdbs, which is due to be installed in the Debian FTP archive:
cdbs_0.4.77.dsc
to main/c/cdbs/cdbs_0.4.77.dsc
cdbs_0.4.77.tar.gz
to main/c/cdbs/cdbs_0.4.77.tar.gz
cdbs_0.4.77_all.deb
to main/c/cdbs/cdbs_0.4.77_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Jonas Smedegaard <[email protected]> (supplier of updated cdbs package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Format: 1.8
Date: Sun, 04 Apr 2010 00:26:12 +0200
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.77
Distribution: unstable
Urgency: low
Maintainer: CDBS Hackers <[email protected]>
Changed-By: Jonas Smedegaard <[email protected]>
Description:
cdbs - common build system for Debian packages
Closes: 450483
Changes:
cdbs (0.4.77) unstable; urgency=low
.
* Fail the fail-source-not-repackaged rule (in addition to get-orig-
source) if old DEB_UPSTREAM_REPACKAGE_EXCLUDE is declared, in
upstream-tarball.mk.
* Fix check excluded directories (not files twice) in the fail-source-
not-repackaged rule, in upstream-tarball.mk.
* Support cross-building: Avoid setting CC or CXX in autotools.mk
except if explicitly declared, and set CC="-gcc" in makefile.mk when
cross-building. Closes: bug#450483, thanks to Neil Williams
Checksums-Sha1:
d580d5087ffa772b19db94f19f6f8195ce74ce2f 1285 cdbs_0.4.77.dsc
6053f44337d592c865c05d5c53a55eeb4b1131fe 250847 cdbs_0.4.77.tar.gz
9ccf4c6b7f1113aa3258f1ef639af09303791fe5 1240506 cdbs_0.4.77_all.deb
Checksums-Sha256:
1647dffcd0560d69efc27809526b3b8d7b1654bcb4e99904949d10bf11199470 1285
cdbs_0.4.77.dsc
5136de50c2213ddebacfcbc80db2e017a5c642ab3039515591d694a1829e68e0 250847
cdbs_0.4.77.tar.gz
af54a38242a29f9ac0264371c43954863d89b93d29ac723180e6adcef5ff9c57 1240506
cdbs_0.4.77_all.deb
Files:
94d8da8d37d02f8d235dbda6348c49ee 1285 devel optional cdbs_0.4.77.dsc
a0388e8d8be6e7c40020fe24eabb6019 250847 devel optional cdbs_0.4.77.tar.gz
1ba7e4d03da04e02f57405530b91aa94 1240506 devel optional cdbs_0.4.77_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEAREDAAYFAku3yAcACgkQn7DbMsAkQLjpJACeK5DohWN2vhAZEnXRmoPOt5kP
2gIAn14g7PcoaAHqYVfXg65BIC647XhD
=c/nB
-----END PGP SIGNATURE-----
--- End Message ---