Your message dated Thu, 27 Aug 2026 22:23:41 +0200
with message-id
<caaajcmybe+6pv+23grmreaersu44lppze1n2os6bntcuvhj...@mail.gmail.com>
and subject line buteo-sync-plugin-carddav FTCBFS: uses the build architecture
pkg-config
has caused the Debian Bug report #1128789,
regarding buteo-sync-plugin-carddav 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.)
--
1128789: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128789
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: buteo-sync-plugin-carddav
Version: 0.1.12-1
Tags: patch upstream
User: [email protected]
Usertags: ftcbfs
buteo-sync-plugin-carddav fails to cross build from source. On the
surface, there is a linker error about undefined symbols. The root cause
for this is using the build architecture pkg-config. I'm attaching a
patch that makes it use the host's pkg-config via the common
$$PKG_CONFIG substitution. Please consider applying it and forwarding it
upstream.
Helmut
--- buteo-sync-plugin-carddav-0.1.12.orig/src/src.pri
+++ buteo-sync-plugin-carddav-0.1.12/src/src.pri
@@ -16,7 +16,7 @@
}
# We need the moc output for the headers from sqlite-extensions
-extensionsIncludePath = $$system(pkg-config --cflags-only-I qtcontacts-sqlite-qt$${QT_MAJOR_VERSION}-extensions)
+extensionsIncludePath = $$system($$PKG_CONFIG --cflags-only-I qtcontacts-sqlite-qt$${QT_MAJOR_VERSION}-extensions)
VPATH += $$replace(extensionsIncludePath, -I, )
HEADERS += qcontactclearchangeflagsrequest.h contactmanagerengine.h
--- End Message ---
--- Begin Message ---
Version: 0.1.13-1
https://crossqa.debian.net/src/buteo-sync-plugin-carddav
--- End Message ---