Your message dated Sun, 29 Sep 2019 12:04:26 +0000
with message-id <[email protected]>
and subject line Bug#941320: fixed in stlink 1.5.1+ds-2
has caused the Debian Bug report #941320,
regarding stlink FTCBFS: skips stlink-gui when 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.)


-- 
941320: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941320
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: stlink
Version: 1.5.1+ds-1
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs

stlink fails to cross build from source, because the upstream build
system decided that cross compiling shouldn't build the gui and the
packaging errors out about that. Cross building the gui just works once
you enable it. Checking for cross building is not a sane thing to do.
Maybe upstream wants a separate flag for inhibiting the gui. In the mean
time, please consider applying the attached patch.

Helmut
--- stlink-1.5.1+ds.orig/CMakeLists.txt
+++ stlink-1.5.1+ds/CMakeLists.txt
@@ -39,7 +39,7 @@
 # Dependencies
 ###
 find_package(LibUSB REQUIRED)
-if (NOT APPLE AND NOT WIN32 AND NOT CMAKE_CROSSCOMPILING)
+if (NOT APPLE AND NOT WIN32)
 	find_package(PkgConfig)
 	pkg_check_modules(gtk gtk+-3.0)
 endif ()

--- End Message ---
--- Begin Message ---
Source: stlink
Source-Version: 1.5.1+ds-2

We believe that the bug you reported is fixed in the latest version of
stlink, 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.
Luca Boccassi <[email protected]> (supplier of updated stlink 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: SHA512

Format: 1.8
Date: Sun, 29 Sep 2019 12:50:58 +0100
Source: stlink
Architecture: source
Version: 1.5.1+ds-2
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi <[email protected]>
Changed-By: Luca Boccassi <[email protected]>
Closes: 941320
Changes:
 stlink (1.5.1+ds-2) unstable; urgency=medium
 .
   * Mark library packages as Multi-Arch: same.
   * Apply cross.patch to fix cross-compiling the GUI. Thanks Helmut for
     the patch! (Closes: #941320)
   * Vcs-Git: add -b debian
   * Set Rules-Requires-Root: no
   * Bump Standards-Version to 4.4.0
Checksums-Sha1:
 f91587ab3f9a9369315898f3ccff6945ffb08298 1743 stlink_1.5.1+ds-2.dsc
 657f7efe8f163b8a766ca0054c79c142fb6247b1 8344 stlink_1.5.1+ds-2.debian.tar.xz
 b77ef48b2c2393b2d2865d52f118555239c2376e 6519 
stlink_1.5.1+ds-2_source.buildinfo
Checksums-Sha256:
 3ceb82175cb14eb618e9afe2a0120b2af353c530ea2899e3c9755462ac96e85d 1743 
stlink_1.5.1+ds-2.dsc
 48ff368e1492649fa9a9a1f2040280f5678f75da549a3c325daf9c15d56a6222 8344 
stlink_1.5.1+ds-2.debian.tar.xz
 2895e6555c1fa81d4701655d8bf30199c52b65c6d67888fdef4c9de50d136244 6519 
stlink_1.5.1+ds-2_source.buildinfo
Files:
 deece97444e55858da596af60022652b 1743 electronics optional 
stlink_1.5.1+ds-2.dsc
 655df6fc5cf3ffd91edecbff8f240538 8344 electronics optional 
stlink_1.5.1+ds-2.debian.tar.xz
 f243f93fe955bb9981bbc67f5992cc19 6519 electronics optional 
stlink_1.5.1+ds-2_source.buildinfo

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

iQFFBAEBCgAvFiEE6g0RLAGYhL9yp9G8SylmgFB4UWIFAl2QmssRHGJsdWNhQGRl
Ymlhbi5vcmcACgkQSylmgFB4UWIZdQf/ehGFXuvLGuh5UDCUw5svHnMG/QtG48aP
H42M+swF8qngFkf+kG2JIigH95WxnBjifnEwuBrF7j0xpQTNQ5drKLt85cqN2lG1
uNCfKx8We8DHsahPL1rhoy0sBBC/M/LPfao5d21BFIXKAliL3UtrbYCXVDq4HZo5
3QLIzEqhs2mmni6z+18vPWUZcbL/HVRumSvJfb+YNWYiILuH4FU8HfvTI6UoMmpT
ll+K2WB+47cyVCOdaHg2Su+kFYkD8pTScNgDLsSNcYqqg1ELRAdM9zy84cAm7gST
ZOX6SPhe/GWLRPt4iLl2K44q30PFP8iSRUn5iOBCw3w2HHcAQhJ8ZA==
=CKgd
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to