Your message dated Tue, 26 May 2026 10:21:04 +0000
with message-id <[email protected]>
and subject line Bug#1110406: fixed in vimb 3.7.1-1
has caused the Debian Bug report #1110406,
regarding vimb FTCBFS: hard-codes 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.)


-- 
1110406: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110406
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vimb
Version: 3.7.0+git20240706-1
Tags: patch
User: [email protected]
Usertags: ftcbfs
X-Debbugs-Cc: [email protected], [email protected]

Dear Maintianer,

vimb fails to cross-build due to hard-coding pkg-config in config.mk.
The right arch-triplet prefixed pkg-config is passed by default in cross
builds which this should use.

Please consider applying attached patch.

Thanks
Nilesh
From 15dcc82dac412c4825659e93d672b1d80b6e619f Mon Sep 17 00:00:00 2001
From: Nilesh Patra <[email protected]>
Date: Tue, 5 Aug 2025 01:00:41 +0530
Subject: [PATCH] get vimb cross-building

---
 debian/patches/cross.patch | 25 +++++++++++++++++++++++++
 debian/patches/series      |  1 +
 2 files changed, 26 insertions(+)
 create mode 100644 debian/patches/cross.patch
 create mode 100644 debian/patches/series

diff --git a/debian/patches/cross.patch b/debian/patches/cross.patch
new file mode 100644
index 0000000..e89aedc
--- /dev/null
+++ b/debian/patches/cross.patch
@@ -0,0 +1,25 @@
+--- a/config.mk
++++ b/config.mk
+@@ -12,6 +12,7 @@
+ RUNPREFIX        := $(PREFIX)
+ EXTENSIONDIR     := $(RUNPREFIX)/lib/vimb
+ OS               := $(shell uname -s)
++PKG_CONFIG       ?= pkg-config
+ 
+ # define some directories
+ SRCDIR  = src
+@@ -35,10 +36,10 @@
+ 
+ # flags used to build webextension
+ EXTTARGET   = webext_main.so
+-EXTCFLAGS   = ${CFLAGS} $(shell pkg-config --cflags webkit2gtk-web-extension-4.1)
++EXTCFLAGS   = ${CFLAGS} $(shell $(PKG_CONFIG) --cflags webkit2gtk-web-extension-4.1)
+ EXTCPPFLAGS = $(CPPFLAGS)
+-EXTLDFLAGS  = ${LDFLAGS} $(shell pkg-config --libs webkit2gtk-web-extension-4.1) -shared
++EXTLDFLAGS  = ${LDFLAGS} $(shell $(PKG_CONFIG) --libs webkit2gtk-web-extension-4.1) -shared
+ 
+ # flags used for the main application
+-CFLAGS     += $(shell pkg-config --cflags $(LIBS))
+-LDFLAGS    += $(shell pkg-config --libs $(LIBS))
++CFLAGS     += $(shell $(PKG_CONFIG) --cflags $(LIBS))
++LDFLAGS    += $(shell $(PKG_CONFIG) --libs $(LIBS))
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..def274a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+cross.patch
-- 
2.47.2


--- End Message ---
--- Begin Message ---
Source: vimb
Source-Version: 3.7.1-1
Done: Mateusz Łukasik <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vimb, 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.
Mateusz Łukasik <[email protected]> (supplier of updated vimb 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: Thu, 19 Feb 2026 18:16:11 +0100
Source: vimb
Built-For-Profiles: derivative.ubuntu noudeb
Architecture: source
Version: 3.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Mateusz Łukasik <[email protected]>
Changed-By: Mateusz Łukasik <[email protected]>
Closes: 1110406
Changes:
 vimb (3.7.1-1) unstable; urgency=medium
 .
   [ Mateusz Łukasik ]
   * New upstream release.
   * d/control:
     + Bump standards version to 4.7.3.
     + Drop Priority field
     + Drop Rules-Requires-Root field
   * Update d/watch to version 5.
   * Update d/copyright.
   * Drop debian/source/lintian-overrides
   * Switch Vcs to salsa.
 .
   [ Nilesh Patra ]
   * Add patch for fix FTCBFS: hard-codes pkg-config (Closes: #1110406)
Checksums-Sha1:
 99ad8731975b21f511b0fc37a1dfb733602f0818 1856 vimb_3.7.1-1.dsc
 67305d347e8b805c003424591066277f46f6852b 157348 vimb_3.7.1.orig.tar.gz
 c84ecd637581e566fca88f055099983c8910e225 5380 vimb_3.7.1-1.debian.tar.xz
 682ab241327402600c58f923cb471dc84052a3f4 15804 vimb_3.7.1-1_source.buildinfo
Checksums-Sha256:
 ed0871e302094a760bff8854e878c0dc500f78680428115a815c295f09823bda 1856 
vimb_3.7.1-1.dsc
 dca220fd9127785f6081be8e19ab4af74224af821fee4812142f9a4e2b69da7f 157348 
vimb_3.7.1.orig.tar.gz
 133bcbc93234f981a9018e6306f387a09fa53ce6137dcde8c2fa5d8893efbbc8 5380 
vimb_3.7.1-1.debian.tar.xz
 ddbae65d54d1da4b51fde39e831cf41e5885c84310597dcea1df321d96fe3558 15804 
vimb_3.7.1-1_source.buildinfo
Files:
 222b96d1e1e9b93901992cc04f940d5d 1856 misc optional vimb_3.7.1-1.dsc
 4bf0137cbb9cabcb69011785cc642055 157348 misc optional vimb_3.7.1.orig.tar.gz
 ae5936ea08cc4776fc97bf84356891c9 5380 misc optional vimb_3.7.1-1.debian.tar.xz
 267082d891344c9d851c8b8ce352ed8a 15804 misc optional 
vimb_3.7.1-1_source.buildinfo

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

iQIzBAEBCgAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmoVcAwACgkQ808JdE6f
XdnSoA//QJezCb+3/kzOrWNlzMycmxL+LW+iNqLKLpmbFUjBxAlZP+6K7bLnd+J1
CYgIwsJmcErY7VvnpUM5HDMShsS3MIGbmPd0RpJSYhnTKIzWVG/GE0RaE714KnQl
HgaFYgyEnhTbqfmYnnZJFn+FH6k1Vb9a73++QWJRs+zZzRSNCnSjCZo8XU7xTncg
Kd8EGyN94Fja6LPFusvoDxgAmpQbYl+/OT4Tuwvt7ByBSBWmAevy0pIASdenWyih
8HaIYRSs6b2rLY9IvBT5z/qzAUikQoPzIqiD27ds/PdOtOy1TZ6v9KiX8jiMps/n
C5f6Q1KkD833202a23wGbMD8OOTKPtOW5MpJs0Rq2zsqp9cmVpk5LU5AYQJZ9z3T
PplFbKpRY0hukRJoAiZ0VUiyAOEccgm6InpXHVGQGAv7adJV34qdP2t3N+BHppDx
NSSRhMF0huaShnYBPTZJmlSWElz9vjwSX4QX0/iq3hIg7DfgG8ZXq0xy96tleKa0
Z23qyWm7jWTXlOhfpBDXc8/UixLKkSE1IQi56pLdFbuhneYpN3o7uBGzZtosl9UJ
5JcUzxNpfUdsz2JLr8vBZ6fKHP8KielotljwzYwgak6CEO1CWg6bfisW3zOHpr+M
hAXnS8XN1eDh3IoQg0c/RdaN0SgyaLE6/mhQwF8IGb371fM0UnE=
=mF5T
-----END PGP SIGNATURE-----

Attachment: pgp0doNHN9eOq.pgp
Description: PGP signature


--- End Message ---

Reply via email to