Your message dated Sat, 01 Jun 2013 12:03:12 +0000
with message-id <[email protected]>
and subject line Bug#709183: fixed in librep 0.90.2-1.4
has caused the Debian Bug report #709183,
regarding librep: FTBFS on kfreebsd-amd64
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.)
--
709183: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709183
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: librep
Version: 0.90.2-1.3
Tags: patch
User: [email protected]
Usertags: kfreebsd
X-Debbugs-Cc: [email protected]
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Hi,
librep failed to build on kfreebsd-amd64 due to:
https://buildd.debian.org/status/fetch.php?pkg=librep&arch=kfreebsd-amd64&ver=0.90.2-1.3%2Bb1&stamp=1368142762
> checking for stack growth direction... upwards
[...]
> ** error: --with-stack-direction is incorrect; it should be -1
The detection in ./configure can be wrong on amd64 or kfreebsd-amd64
depending on GCC version and optimisation level (especially gcc >= 4.7
and -O2).
debian/rules forces -O0 for (Linux) amd64, but not kfreebsd-amd64.
Please consider matching on HOST_CPU instead of just HOST, then it
will work for kFreeBSD as on Linux:
--- librep-0.90.2.orig/debian/rules 2013-05-21 12:26:06.000000000 +0100
+++ librep-0.90.2/debian/rules 2013-05-21 13:06:05.914135127 +0100
@@ -21,7 +21,7 @@
CFLAGS = -Wall -g -O0
endif
-ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH),amd64))
+ifeq ($(DEB_HOST_ARCH_CPU),$(findstring $(DEB_HOST_ARCH_CPU),amd64))
CFLAGS = -Wall -g -O0
endif
I've tested that this fixes the result of the configure test, and
results in a successful build.
Thank you.
-- System Information:
Debian Release: 7.0
APT prefers stable
APT policy: (500, 'stable'), (1, 'experimental')
Architecture: kfreebsd-amd64 (x86_64)
Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: librep
Source-Version: 0.90.2-1.4
We believe that the bug you reported is fixed in the latest version of
librep, which is due to be installed in the Debian FTP archive.
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.
gregor herrmann <[email protected]> (supplier of updated librep 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: SHA256
Format: 1.8
Date: Thu, 30 May 2013 13:44:48 +0200
Source: librep
Binary: rep librep9 librep-dev librep-dbg rep-doc
Architecture: source all amd64
Version: 0.90.2-1.4
Distribution: unstable
Urgency: low
Maintainer: Luis Rodrigo Gallardo Cruz <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
librep-dbg - debug symbols for librep
librep-dev - development libraries and headers for librep
librep9 - embeded lisp command interpreter library
rep - lisp command interpreter
rep-doc - documentation for the lisp command interpreter
Closes: 709183
Changes:
librep (0.90.2-1.4) unstable; urgency=low
.
* Non-maintainer upload.
* Fix "FTBFS on kfreebsd-amd64":
apply patch from Steven Chamberlain:
check for DEB_HOST_ARCH_CPU in debian/rules.
(Closes: #709183)
Checksums-Sha1:
5f47de859a518d21df00aeafabc987cc75149eea 2099 librep_0.90.2-1.4.dsc
7361efb91d72f8c781342367a892a90b6db2fe99 17408 librep_0.90.2-1.4.diff.gz
90ef2099ba825093afbbaf2438182b3bc487112c 137700 rep-doc_0.90.2-1.4_all.deb
ab945ba5d3009a7978fc0594f596e1b5ff5b8905 10402 rep_0.90.2-1.4_amd64.deb
bec4276b787214694b2aab8db215250088ddd8f6 369546 librep9_0.90.2-1.4_amd64.deb
3946a614f2d99c429fecfa90b5d6fc3310c3b2de 506318 librep-dev_0.90.2-1.4_amd64.deb
c457e1b3654e4eaee46975ad6b211dbbe337de46 227732 librep-dbg_0.90.2-1.4_amd64.deb
Checksums-Sha256:
fc79ee61079ef1a7e1ee3de95da9216565bc30c125ba28962199e100ae9c85c9 2099
librep_0.90.2-1.4.dsc
42a98d1523b153ac6400ab4738be64247206ccdca5d67806cd414099ba9dc628 17408
librep_0.90.2-1.4.diff.gz
268e2f9223edfa796f848f12bfe01dcffcfa158e7de2e343fa420fee36c24729 137700
rep-doc_0.90.2-1.4_all.deb
79144714fa3be3de449b0b853d7f62b5286b22d4fe40ba5d346688bb9a3e4094 10402
rep_0.90.2-1.4_amd64.deb
39e173b21b2826d940477cadf4a5b2ed69aff96f1db13a6cf58f5539bf77bc43 369546
librep9_0.90.2-1.4_amd64.deb
13fed33ac1e08bf809c4ecdf0c34b8d8ab700d293531e6217eef2aec56c224bb 506318
librep-dev_0.90.2-1.4_amd64.deb
b991ba18f1517e82d46b46cc81f8750db9944bfc7a785b1af695c78eeceb248c 227732
librep-dbg_0.90.2-1.4_amd64.deb
Files:
1639ce1b7c175c776ca6e1b699c53812 2099 lisp optional librep_0.90.2-1.4.dsc
f70c204b6c7d945df3f7fbf0063c9b25 17408 lisp optional librep_0.90.2-1.4.diff.gz
5f73967ca7e650dd484c19b1d4c5ec23 137700 doc optional rep-doc_0.90.2-1.4_all.deb
ac3cce3375fdb255603368fdc1de571e 10402 lisp optional rep_0.90.2-1.4_amd64.deb
aa1cfc07f8c071946b9e3003d5fbb15c 369546 libs optional
librep9_0.90.2-1.4_amd64.deb
b30c63841b6e2e0d09236a7f7af1e428 506318 libdevel optional
librep-dev_0.90.2-1.4_amd64.deb
8b5dae9213eba05c525630b526c0dbdd 227732 debug extra
librep-dbg_0.90.2-1.4_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJRpzwjAAoJELs6aAGGSaoG5VUP+wWBNwTOH/VHqLHaLcoAVfoI
jHm1QYXU00lhI2RFdMmbwX4x5N0z1VHq1lAOpqTJQzJatIDrLagAlKuE3m13Y3fT
LrwlJtkZm9juc9vfS0m0GirHXshnuMukjSHOui+WjBR7wP2OKUY+PlVm5GUZdSks
dMhweU7bXMGjnn+dh0SnIF4zSWKlIbM8Oe7O7dHfY5R2L0McVs4gk3Kp1BdrbD6h
2c8J1GER4hR/Z2jbGv8FYUumyjJmMuPCqxAGo0b7j2cAYXl+1tS7Y1+o4vszA2KQ
RYMmPT6a8XPVNhE84WpkM2vgTnPOrGzARj3E1S6WvumnvRxqovA7sLjiLP6lIzMG
bfwBj4IIfktBs6+SN76JCIy6zdJZmxr9vv5Vyctv9bTlFuHAqkD/Sy+unWhTrpgg
feEw1q2qj+uUi8InFrUoUNgIO0BKUozDwSFVyeJfuzVdzajwavf7Gz7xh7H4maMp
1kt66r1kQHp99C1XS4n0/SG8+d8G/SwOAwgun1SikODW0u2PtYvS/tAaDVvMPTGV
901/Ohtxmmi/7Bt6GHspIgwu80lU6LIGO1Eq6mPZaZbYElJ6u4fBnZNr0ccDMWei
xUNWCZD9yEPLrkczZ7kJlzE+W8onG24Ih/T1826sPSZMn75dpCs11Pi3mlM6fZMv
r2k8qeJJWj+OhIYVaoUq
=lNX9
-----END PGP SIGNATURE-----
--- End Message ---