Your message dated Mon, 21 Aug 2023 16:40:23 +0000
with message-id <[email protected]>
and subject line Bug#1043511: Removed package(s) from unstable
has caused the Debian Bug report #928321,
regarding fped FTCBFS: Makefile hard codes wrong 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.)


-- 
928321: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928321
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: fped
Version: 0.1+201210-1.1
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap

fped fails to cross build from source, because the upstream Makefile
hard codes the build architecture pkg-config. The attached patch makes
pkg-config substitutable and fped cross buildable. Please consider
applying it.

Helmut
--- fped-0.1+201210.orig/Makefile
+++ fped-0.1+201210/Makefile
@@ -33,9 +33,10 @@
 
 SHELL = /bin/bash
 
+PKG_CONFIG ?= pkg-config
 CPPFLAGS +=
-CFLAGS_GTK = `pkg-config --cflags gtk+-2.0`
-LIBS_GTK = `pkg-config --libs gtk+-2.0`
+CFLAGS_GTK = `$(PKG_CONFIG) --cflags gtk+-2.0`
+LIBS_GTK = `$(PKG_CONFIG) --libs gtk+-2.0`
 
 CFLAGS_WARN = -Wall -Wshadow -Wmissing-prototypes \
 	      -Wmissing-declarations -Wno-format-zero-length

--- End Message ---
--- Begin Message ---
Version: 0.1+201210-1.2+rm

Dear submitter,

as the package fped 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/1043511

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