Your message dated Thu, 22 Jun 2023 23:31:50 +0000
with message-id <[email protected]>
and subject line Bug#956788: Removed package(s) from unstable
has caused the Debian Bug report #971052,
regarding hocr 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 [email protected]
immediately.)


-- 
971052: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971052
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hocr
Version: 0.10.18-3.2
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs

hocr fails to cross build from source, because it uses the build
architecture pkg-config and thus fails finding packages. Please consider
applying the attached patch to make it use the host architecture
pkg-config. Once doing so, hocr becomes cross buildable.

Helmut
--- hocr-0.10.18.orig/configure.ac
+++ hocr-0.10.18/configure.ac
@@ -13,7 +13,7 @@
 AM_PROG_LIBTOOL
 
 dnl check for pkg-config
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+PKG_PROG_PKG_CONFIG
 
 dnl ============================================================================
 dnl check host system

--- End Message ---
--- Begin Message ---
Version: 0.10.18-3.2+rm

Dear submitter,

as the package hocr 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/956788

The version of this package that was in Debian prior to this removal
can still be found using https://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
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to