Your message dated Wed, 12 Mar 2025 03:27:07 +0000
with message-id <[email protected]>
and subject line Bug#1099589: Removed package(s) from unstable
has caused the Debian Bug report #928896,
regarding yabar FTCBFS: uses the 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.)
--
928896: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928896
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: yabar
Version: 0.4.0-1
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap
yabar fails to cross build from source, because the upstream Makefile
hard codes the build architecture pkg-config. Making it substitutable is
sufficient to fix this, but the cross build fails due to #853713 then.
Please consider applying the attached patch.
Helmut
--- yabar-0.4.0.orig/Makefile
+++ yabar-0.4.0/Makefile
@@ -1,8 +1,9 @@
VERSION ?= $(shell git describe)
CPPFLAGS += -DVERSION=\"$(VERSION)\" -D_POSIX_C_SOURCE=199309L -DYA_INTERNAL -DYA_DYN_COL \
-DYA_ENV_VARS -DYA_INTERNAL_EWMH
-CFLAGS += -std=c99 -Iinclude -pedantic -Wall -Os `pkg-config --cflags pango pangocairo libconfig`
-LDLIBS += -lxcb -lpthread -lxcb-randr -lxcb-ewmh `pkg-config --libs pango pangocairo libconfig`
+PKG_CONFIG ?= pkg-config
+CFLAGS += -std=c99 -Iinclude -pedantic -Wall -Os `$(PKG_CONFIG) --cflags pango pangocairo libconfig`
+LDLIBS += -lxcb -lpthread -lxcb-randr -lxcb-ewmh `$(PKG_CONFIG) --libs pango pangocairo libconfig`
PROGRAM := yabar
PREFIX ?= /usr
BINPREFIX ?= $(PREFIX)/bin
--- End Message ---
--- Begin Message ---
Version: 0.4.0-1.1+rm
Dear submitter,
as the package yabar 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/1099589
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.
Paul Tagliamonte (the ftpmaster behind the curtain)
--- End Message ---