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

Bug#959808: marked as done (linpsk FTCBFS: uses the build architecture pkg-config)



Your message dated Mon, 19 Oct 2020 21:30:40 +0000
with message-id <[🔎] E1kUcjo-000HzQ-55@fasolo.debian.org>
and subject line Bug#970403: Removed package(s) from unstable
has caused the Debian Bug report #959808,
regarding linpsk FTCBFS: uses the build architecture pkg-config
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.)


-- 
959808: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=959808
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: linpsk
Version: 1.3.5-1.1
Tags: patch upstream
User: debian-cross@lists.debian.org
Usertags: ftcbfs

linpsk fails to cross build from source, because the upstream .pro file
hard codes the build architecture pkg-config instead of using the
pkg-config integration provided by qmake. Please consider applying the
attached patch to fix that.

Helmut
--- linpsk-1.3.5.orig/linpsk.pro
+++ linpsk-1.3.5/linpsk.pro
@@ -35,7 +35,7 @@
 LIBS += -lasound -lfftw3
 
 message(LinPSK builds with hamlib)
-LIBS +=$$system("pkg-config --libs hamlib")
+PKGCONFIG += hamlib
 DEFINES += WITH_HAMLIB
 HEADERS +=src/rigcontrol.h
 SOURCES +=src/rigcontrol.cpp

--- End Message ---
--- Begin Message ---
Version: 1.3.5-1.1+rm

Dear submitter,

as the package linpsk has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/970403

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply to: