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

Bug#861423: marked as done (libstroke FTCBFS: configures for the build architecture)



Your message dated Sat, 29 Apr 2017 11:35:31 +0000
with message-id <E1d4Qex-000FSM-VA@fasolo.debian.org>
and subject line Bug#861423: fixed in libstroke 0.5.1-9
has caused the Debian Bug report #861423,
regarding libstroke FTCBFS: configures for the build architecture
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 owner@bugs.debian.org
immediately.)


-- 
861423: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861423
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libstroke
Version: 0.5.1-8
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

libstroke fails to cross build from source, because it configures for
the build architecture. The attached patch explicitly passes the
required --build and --host flags to configure. Alternatively,
using dh_auto_configure they will be supplied automatically. After
applying the patch, libstroke cross builds successfully. Please consider
applying it after stretch is released.

Helmut
diff --minimal -Nru libstroke-0.5.1/debian/changelog libstroke-0.5.1/debian/changelog
--- libstroke-0.5.1/debian/changelog	2016-07-05 11:01:49.000000000 +0200
+++ libstroke-0.5.1/debian/changelog	2017-04-28 22:07:43.000000000 +0200
@@ -1,3 +1,10 @@
+libstroke (0.5.1-8.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Pass --build and --host to ./configure (Closes: #-1).
+
+ -- Helmut Grohne <helmut@subdivi.de>  Fri, 28 Apr 2017 22:07:43 +0200
+
 libstroke (0.5.1-8) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru libstroke-0.5.1/debian/rules libstroke-0.5.1/debian/rules
--- libstroke-0.5.1/debian/rules	2016-07-05 09:43:17.000000000 +0200
+++ libstroke-0.5.1/debian/rules	2017-04-28 22:07:41.000000000 +0200
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/architecture.mk
+
 build: build-stamp
 build-arch: build
 build-indep: build
@@ -7,7 +9,7 @@
 build-stamp:
 	dh_testdir
 	dh_autotools-dev_updateconfig
-	./configure --prefix=/usr --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
+	./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) --prefix=/usr --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib
 
 # Patch the generated libtool to avoid passing -rpath when linking,
 # and to explicitly link libraries against the libraries they

--- End Message ---
--- Begin Message ---
Source: libstroke
Source-Version: 0.5.1-9

We believe that the bug you reported is fixed in the latest version of
libstroke, 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 861423@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mattia Rizzolo <mattia@debian.org> (supplier of updated libstroke 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 29 Apr 2017 13:09:53 +0200
Source: libstroke
Binary: libstroke0 libstroke0-dev
Architecture: source
Version: 0.5.1-9
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Mattia Rizzolo <mattia@debian.org>
Description:
 libstroke0 - mouse strokes library -- runtime files
 libstroke0-dev - mouse strokes library -- development files
Closes: 861423
Changes:
 libstroke (0.5.1-9) unstable; urgency=medium
 .
   * QA upload.
   * Point Vcs-* to dgit, the previous repository was never created.
   * Bump debhelper compat level to 10.
   * Drop pointless debian/libstroke0.dirs files.
   * Rewrite build system to use the dh sequencer.  Closes: #861423
   * Rid of old Conflicts.
   * Stop symlinking the documentation directory.
   * Change the section of the -dev package to libdevel (not devel).
   * Bump Standards-Version to 3.9.8.
   * Mark libstroke0 as Multi-Arch:same.
Checksums-Sha1:
 711f2675306b43621da66f3539efd697d9101d66 2033 libstroke_0.5.1-9.dsc
 4a9d25d51ef65ae2f99f3c62816c0ec4ed0a8318 179312 libstroke_0.5.1-9.debian.tar.xz
 007f81704c8d9b47435aedf07e77b601f86f1c9e 6545 libstroke_0.5.1-9_amd64.buildinfo
Checksums-Sha256:
 cc38df2dfb65945ca36db61abeae84bc11a1f3329bba7d3f3d93b6b9e4974a35 2033 libstroke_0.5.1-9.dsc
 0b121f5e4940a68e88ea69badcd27c06ff62069d8a451171df8168e29710fb88 179312 libstroke_0.5.1-9.debian.tar.xz
 eaac373536c38e3d088fca05f3c0c8b7dac1df66a5de49ff0acf6f3912b5c24d 6545 libstroke_0.5.1-9_amd64.buildinfo
Files:
 f1ec259d6ff7bca4b7e921b613bef5ac 2033 libs optional libstroke_0.5.1-9.dsc
 607a3e04fae89b8d2317620d2fb10c8a 179312 libs optional libstroke_0.5.1-9.debian.tar.xz
 8d7aee26ecf1a2b1b531853459eddef0 6545 libs optional libstroke_0.5.1-9_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAlkEdf0SHG1hdHRpYUBk
ZWJpYW4ub3JnAAoJEAgWueGMdiut0oAQALigATQrMAVJ+XgljVkVNrpzdOfDyL21
weyk58yezYdqN2HDUtzZG0qG96Zt+spjwvsE8rtQqy7fl4M1legIf2pujVlncmvS
GYtc8lwmpvsrnsOudf/9ivZbfqJ4wkmhUyg7v/4qQufCX8evcI516Gdo2JrtALDc
REzTxWX/1/Abz6un/PRHTwypi1I7FJSk4n/W+KiFqjh6uHBDnSt7q2aqub+0WwTI
BJezQEJSZqOQZ0VIDQuuwNVgXBgIbjp/YMvol0xko0gd4M7VUHMSL1JxHu2yhDMA
EzK4hBUJ7YEmqPB1IglcGK0DNtlWmYoPoLSHxw2dJeQVcV8lR6rvYPN9zENTQyx/
oQWW+QpvjYCoao18EiD0tWamncbfRoBMPkDBTCtWBleo2p5Wy5tqeyARVqODAX9g
aDCWdoBEkkj11Rb5oKrlKJXthKwPdJ0EsrHjfqnPvUf8Ju0MbPPRAHELatIvBJcq
Zdv7cgbvhEdi4aQUB9uiv8Kp6IfgLCjGa/qveQDDcKxtxPCDjtT07Y8SV5bD3lHz
JLfvh5wMxC1+hzjIXl0RZibKj/R9IGW811S/jEqLWEk1cXISBxD9oA4hTVLRDdQO
xJoEEv0kH8XjrgsSC/tPUsP6GCCS1F3w4biMu7oa1q7bliTi7xTS6NG7Z4pCT1mP
qP92+jLPZRHx
=0moo
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: