Your message dated Wed, 15 Mar 2017 13:00:12 +0000
with message-id <[email protected]>
and subject line Bug#853236: fixed in wmaker 0.95.8-1~exp1
has caused the Debian Bug report #853236,
regarding wmaker FTCBFS: uses the build architecture compiler
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.)
--
853236: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853236
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: wmaker
Version: 0.95.7-7
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap
wmaker fails to cross build from source, because it forces the use of
pkg-config without $ac_tool_prefix. Discovering pkg-config with the
PKG_PROG_PKG_CONFIG macro considers $ac_tool_prefix and thus makes cross
compilation succeed. Please consider applying the attached patch after
stretch is released.
Helmut
diff --minimal -Nru wmaker-0.95.7/debian/changelog
wmaker-0.95.7/debian/changelog
--- wmaker-0.95.7/debian/changelog 2016-11-19 16:35:50.000000000 +0100
+++ wmaker-0.95.7/debian/changelog 2017-01-30 18:42:00.000000000 +0100
@@ -1,3 +1,10 @@
+wmaker (0.95.7-7.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: add 62_cross.diff (Closes: #-1).
+
+ -- Helmut Grohne <[email protected]> Mon, 30 Jan 2017 18:42:00 +0100
+
wmaker (0.95.7-7) unstable; urgency=medium
* Add missing license information to debian/copyright.
diff --minimal -Nru wmaker-0.95.7/debian/patches/62_cross.diff
wmaker-0.95.7/debian/patches/62_cross.diff
--- wmaker-0.95.7/debian/patches/62_cross.diff 1970-01-01 01:00:00.000000000
+0100
+++ wmaker-0.95.7/debian/patches/62_cross.diff 2017-01-30 18:42:00.000000000
+0100
@@ -0,0 +1,46 @@
+Subject: consider $ac_tool_prefix when searching for pkg-config
+From: Helmut Grohne <[email protected]>
+
+--- wmaker-0.95.7.orig/configure.ac
++++ wmaker-0.95.7/configure.ac
+@@ -452,7 +452,8 @@
+
+ dnl pkg-config
+ dnl ==========
+-AC_CHECK_PROG([PKGCONFIG], [pkg-config], [pkg-config])
++PKG_PROG_PKG_CONFIG
++AS_IF([test -z "$PKG_CONFIG"],[AC_MSG_ERROR([pkg-config is required.])])
+
+
+
+@@ -617,7 +618,7 @@
+ dnl ==========
+ dnl libWINGS uses FcPatternDel from libfontconfig
+ AC_MSG_CHECKING([for fontconfig library])
+-FCLIBS=`$PKGCONFIG fontconfig --libs`
++FCLIBS=`$PKG_CONFIG fontconfig --libs`
+ if test "x$FCLIBS" = "x" ; then
+ AC_MSG_RESULT([not found])
+ else
+@@ -632,8 +633,8 @@
+ xft=yes
+ XFTLIBS=""
+
+-if test "x$PKGCONFIG" != x -a "`$PKGCONFIG xft; echo $?`" = 0; then
+- XFTCONFIG="$PKGCONFIG xft"
++if test "x$PKG_CONFIG" != x -a "`$PKG_CONFIG xft; echo $?`" = 0; then
++ XFTCONFIG="$PKG_CONFIG xft"
+ pkgconfig_xft=yes
+ else
+ AC_CHECK_PROG(XFTCONFIG, xft-config, xft-config)
+@@ -683,8 +684,8 @@
+ PANGOFLAGS=
+ PANGOLIBS=
+ if test "$pango" = yes; then
+- PANGOLIBS=`$PKGCONFIG pangoxft --libs`
+- PANGOFLAGS=`$PKGCONFIG pangoxft --cflags`
++ PANGOLIBS=`$PKG_CONFIG pangoxft --libs`
++ PANGOFLAGS=`$PKG_CONFIG pangoxft --cflags`
+ if test "x$PANGOLIBS" = "x" ; then
+ AC_MSG_RESULT([not found])
+ else
diff --minimal -Nru wmaker-0.95.7/debian/patches/series
wmaker-0.95.7/debian/patches/series
--- wmaker-0.95.7/debian/patches/series 2016-11-19 16:31:00.000000000 +0100
+++ wmaker-0.95.7/debian/patches/series 2017-01-30 18:40:28.000000000 +0100
@@ -7,3 +7,4 @@
57_ignore_with-aix-soname.diff
60_fix_wraster_symbol_versioning.diff
61_fix_wmmenugen_segfault.diff
+62_cross.diff
--- End Message ---
--- Begin Message ---
Source: wmaker
Source-Version: 0.95.8-1~exp1
We believe that the bug you reported is fixed in the latest version of
wmaker, 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.
Doug Torrance <[email protected]> (supplier of updated wmaker 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: SHA256
Format: 1.8
Date: Mon, 13 Mar 2017 14:26:52 -0400
Source: wmaker
Binary: wmaker wmaker-common wmaker-utils libwraster-dev libwraster6
libwings-dev libwutil5 libwings3 libwmaker-dev libwmaker1
Architecture: source amd64 all
Version: 0.95.8-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Window Maker Team <[email protected]>
Changed-By: Doug Torrance <[email protected]>
Description:
libwings-dev - Window Maker's own widget set
libwings3 - Window Maker's own widget set - runtime library
libwmaker-dev - Static libraries and headers for Window Maker applications
libwmaker1 - Runtime library for Window Maker applications
libwraster-dev - Static libraries and headers of Window Maker rasterizer
libwraster6 - Shared libraries of Window Maker rasterizer
libwutil5 - Window Maker's own widget set - utility library
wmaker - NeXTSTEP-like window manager for X
wmaker-common - Window Maker - Architecture independent files
wmaker-utils - Window Maker - Utilities
Closes: 72038 181735 280851 306808 851737 853236
Changes:
wmaker (0.95.8-1~exp1) experimental; urgency=medium
.
* New upstream release.
- Menus may be shaded (Closes: #72038).
- Follow window placement rules when placing windows on non-active
workspaces (Closes: #181735).
- Windows list sorted by workspace (Closes: #280851).
- New keyboard shortcuts (Closes: #306808).
- Default menu uses correct path to WPrefs (Closes: #851737).
- Use PKG_PROG_PKG_CONFIG macro to allow cross building
(Closes: #853236).
* debian/control
- Add xterm to Suggests as it is referenced in the default Window
Maker menus (LP: #1429495).
* debian/libwraster*
- Rename libwraster5 -> libwraster6 for soname version bump.
* debian/patches
- Remove patches which were either applied or otherwise made
unnecessary with the new upstream release. In particular,
+ 51_wmaker_man.diff
+ 55_ungif_problem.diff
+ 56_ignore_runstatedir.diff
+ 57_ignore_with-aix-soname.diff
+ 60_fix_wraster_symbol_versioning.diff
+ 61_fix_wmmenugen_segfault.diff
* debian/rules
- Use new --with-defsdatadir configure option to specify global
defaults directory instead of old GLOBAL_DEFAULTS_SUBDIR macro.
- Use renamed --with-xlocale configure option instead of old
--with-locale.
- Drop --with-localedir configure option, as it does not exist.
It should have been --localedir, but the default is what we
want anyway.
- Add -Wl,--as-needed to LDFLAGS to avoid useless dependencies.
* debian/wmaker-common.install
- Update path for system WMGLOBAL and WMState config files.
Checksums-Sha1:
0d92b8715494eccdb2301013902913aa116ff7cb 2792 wmaker_0.95.8-1~exp1.dsc
dbf6a354bc6d569b007084ccb3faa572e6b3de69 3368656 wmaker_0.95.8.orig.tar.gz
1c0a0cdaf0ddb3527bf58d1bf0d90462613eb739 483896
wmaker_0.95.8-1~exp1.debian.tar.xz
9d50cdbd079aa08099758ef2fd7d467b1e05100f 321444
libwings-dev_0.95.8-1~exp1_amd64.deb
9b67373444142474c5e8960fa05cb3b7cda7a62b 466934
libwings3-dbgsym_0.95.8-1~exp1_amd64.deb
cf80b63b99283035d125dcdc03e2b7789ab31e01 250366
libwings3_0.95.8-1~exp1_amd64.deb
b238915eb321a0088f1e125c7c58a3216f2a7777 119110
libwmaker-dev_0.95.8-1~exp1_amd64.deb
1e66f6e60a26bb0ac53aa957fc7c07d3774b91e1 16130
libwmaker1-dbgsym_0.95.8-1~exp1_amd64.deb
9c711b343eaa87bc1a2e403fd377305ce30a73ff 116544
libwmaker1_0.95.8-1~exp1_amd64.deb
ab3e8a4b94dd1d124074c5ceff18bd8b45857dbd 157312
libwraster-dev_0.95.8-1~exp1_amd64.deb
770e336845709ef396e1317e5c362142aa62af4e 95104
libwraster6-dbgsym_0.95.8-1~exp1_amd64.deb
4193bea8c0bed21ad66de831df89d66f58ccac48 148782
libwraster6_0.95.8-1~exp1_amd64.deb
33742a3d745ee2ec80a1995a26c965d4606d3a40 103726
libwutil5-dbgsym_0.95.8-1~exp1_amd64.deb
e17256e9a60a259e54ec0cf79256c1ae3f8cea27 155770
libwutil5_0.95.8-1~exp1_amd64.deb
b09fe136d9c16a2317e437a82ec70c323e58597e 1556432
wmaker-common_0.95.8-1~exp1_all.deb
8bd92e6e1d0bd3c7adceaaa74b39e96c33e1d9e0 1298882
wmaker-dbgsym_0.95.8-1~exp1_amd64.deb
1f6174137596a756e0080f7fd08b276695435c81 18242
wmaker-utils-dbgsym_0.95.8-1~exp1_amd64.deb
c804f839d08ec455a5c1f29e9164d89db7efdd0f 125650
wmaker-utils_0.95.8-1~exp1_amd64.deb
8234379f5d291b690248fb24847578e71e8b834d 11606
wmaker_0.95.8-1~exp1_amd64.buildinfo
37f0b7020b05a97979d02117e1901bb00729eca6 515430 wmaker_0.95.8-1~exp1_amd64.deb
Checksums-Sha256:
bb8aa7eb01584ea4a26f9e133ba59239a99186c70a8d04a39f0c21bbb0f10211 2792
wmaker_0.95.8-1~exp1.dsc
ec6583bf718faa5e578ed0de6e462da77d306e78771ea65d063d4019cb274e14 3368656
wmaker_0.95.8.orig.tar.gz
db0208994e7706e3d79e854fef596a14c386b299cf9174e210c06ecf09098547 483896
wmaker_0.95.8-1~exp1.debian.tar.xz
40ac21577400c9258fb46c37e06221457d1bd901ab282dd0d1d45cc6afaa83e4 321444
libwings-dev_0.95.8-1~exp1_amd64.deb
1a3dae85144627753b4b86d4e42487e223fcfc230edd319cba3ec3d6ae38853f 466934
libwings3-dbgsym_0.95.8-1~exp1_amd64.deb
881eb7ee28271541526e498841f55015ec9064067846809b2f2d5698962f3c4e 250366
libwings3_0.95.8-1~exp1_amd64.deb
327babe7eaf0844d026b53d60d70bd5ed86c26df706d70fe3e648379cb167e78 119110
libwmaker-dev_0.95.8-1~exp1_amd64.deb
645a582667a2b5293b670f01427bcf29740a3f940737c9b663102cbebd8b517e 16130
libwmaker1-dbgsym_0.95.8-1~exp1_amd64.deb
ead33ef26d804192ceb5ff3ceaa712f9dd2921a59f902de9aa3e6c13c888dedf 116544
libwmaker1_0.95.8-1~exp1_amd64.deb
996a8b5a65434c9f1241a888a72ce6e0d6f94328f7b106767e705ccf4cfcefc3 157312
libwraster-dev_0.95.8-1~exp1_amd64.deb
876349d6971584e2706054f4f4af392b65383909e712e56aa382eef21a63ec4d 95104
libwraster6-dbgsym_0.95.8-1~exp1_amd64.deb
90f8350626d340dd5485802621a4f7637577743b2f83212c13b34c74bbac3063 148782
libwraster6_0.95.8-1~exp1_amd64.deb
f58854e547f7a017d956bf43e4731c9613175b77bf46e33f25aa9effdf02ccc7 103726
libwutil5-dbgsym_0.95.8-1~exp1_amd64.deb
fec1e0f3565166472e71f81f8fa1e5dc843ec02e4b764c0e667f6fa66b882d5f 155770
libwutil5_0.95.8-1~exp1_amd64.deb
4c8714a7f1848743fd26e766d7f7e958ed8a907922a0beeb42fdf40d78d5ae21 1556432
wmaker-common_0.95.8-1~exp1_all.deb
9903192b5869960daa7e7be3ed38949a452c7a8c45aa38e9493285b4c9135ea0 1298882
wmaker-dbgsym_0.95.8-1~exp1_amd64.deb
305eb60972d59b4d0e4f636b77d9d15faf49b9b6527e4261de4cbab9ab711e21 18242
wmaker-utils-dbgsym_0.95.8-1~exp1_amd64.deb
2a586510a3562b202e8103b5c775a50674977815ae5b8fee5a7f20ec4ae8a753 125650
wmaker-utils_0.95.8-1~exp1_amd64.deb
d23a4a58b906773d49927d416c1ec32d296583399dad511171858d043a4efa5e 11606
wmaker_0.95.8-1~exp1_amd64.buildinfo
3c38f211a4828e5dfd47186865d6739e1990c30b3008b9a99b4d9ff6597d3ce4 515430
wmaker_0.95.8-1~exp1_amd64.deb
Files:
ef90c8cece98d8aa8064fbead6a4bac9 2792 x11 optional wmaker_0.95.8-1~exp1.dsc
b6f88d287756b2f161a75e04bc90b6a3 3368656 x11 optional wmaker_0.95.8.orig.tar.gz
6107c54eeffaff1afd9e7eb28550780f 483896 x11 optional
wmaker_0.95.8-1~exp1.debian.tar.xz
693165d62a93f4ac0f34dafd61baacfd 321444 libdevel optional
libwings-dev_0.95.8-1~exp1_amd64.deb
6273d830767e982c3ea5e89d345cf016 466934 debug extra
libwings3-dbgsym_0.95.8-1~exp1_amd64.deb
929a3142659eba6d406feeb0cd7c2401 250366 libs optional
libwings3_0.95.8-1~exp1_amd64.deb
0ba4b7bfb509906cae4a8eea3820b609 119110 libdevel optional
libwmaker-dev_0.95.8-1~exp1_amd64.deb
02114049d368e27ffb0947d655b99887 16130 debug extra
libwmaker1-dbgsym_0.95.8-1~exp1_amd64.deb
f712fc229d1a08fe80694d364df02309 116544 libs optional
libwmaker1_0.95.8-1~exp1_amd64.deb
f16f1e723f900defd4fad2e67cacabbb 157312 libdevel optional
libwraster-dev_0.95.8-1~exp1_amd64.deb
9a9b5bbe6282f3b4dd0449e3d62c587b 95104 debug extra
libwraster6-dbgsym_0.95.8-1~exp1_amd64.deb
0e3d6aa0996f21d8e9f64850607b302f 148782 libs optional
libwraster6_0.95.8-1~exp1_amd64.deb
2432c763e0b7f5d6ee63bbd43b1248a2 103726 debug extra
libwutil5-dbgsym_0.95.8-1~exp1_amd64.deb
22b99d88368dc0110da7b447533b8735 155770 libs optional
libwutil5_0.95.8-1~exp1_amd64.deb
fc791d1fe0bfe1a092ba158cd6009382 1556432 x11 optional
wmaker-common_0.95.8-1~exp1_all.deb
f8e3de990497c918cba6c77476b41f51 1298882 debug extra
wmaker-dbgsym_0.95.8-1~exp1_amd64.deb
3363cfb885e8a162629a129abe8ef642 18242 debug extra
wmaker-utils-dbgsym_0.95.8-1~exp1_amd64.deb
5eee3b60124e00d71a5a4d6022f65676 125650 x11 optional
wmaker-utils_0.95.8-1~exp1_amd64.deb
f0f195ac0b7dc9637c4745c73233a980 11606 x11 optional
wmaker_0.95.8-1~exp1_amd64.buildinfo
4bba452baff1bb414fe0e4d890e3c8dc 515430 x11 optional
wmaker_0.95.8-1~exp1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEYv+KdYTgKVaVRgAGdCY7N/W1+RMFAljJKGEACgkQdCY7N/W1
+RPD+Q//SKdwcWqK2sx3Xs8TY9a3uSMYlCDzkvAW2W74jpi+dg+pIUE79o8gPU/L
bCWG5KkFFP3uk+hN8AWKpWB9yryLQnrCTZ+RF+APd6ZflQu6hT5qidEi2MHbTdkP
MQKj0RRIzQ3lRcSjGu3c5TnQBfyVPCxSMdrm+sfz1b5LLU90tAkxidZ8+5w5ZYKP
1nyGje9iUIry5MOeN8gs1qKotFHpNbx/CMvwjC5VBOXg4TTuf0Tjdl7fFJGQIEYI
dbgItaQH+L6jpqfswwmQbS8/tjeqehwNJI5tDJCTafrkwmKqgCPiWW5ptKSP/v4R
bbZCia1QDsJGG47CetLCwa6VbsDw++D3+ybpWBhwFKohpiZFQ/jzq5ouE9vWRZ6H
diUbIX7N81mT5SCXm/MgcwbLxVDUBYLXbKf2LVPlmEXGxJQG9dtXmVYDSMS3KTHS
HrUdtmF9s28hcCm+coSr7sZEVgF3Ou5Bo4nz4f3gT30gjUSmZHdzVbEiBYTTBAPY
l2CozZdzZQRsbM98Y2dnQoH9rPp4Tw+NnYAvyF162e8kWzUgDDfi2q8xBQfZEkj6
HCh9iUG4G4hl3KtiexZCF3voqcqYn08nyuv7ihDi2GqOn4iNIl3MXz2sU9k4xLHK
a3yNtEKJ10p3Th44EWlPt3Pxk83LSGRimWbl9EWz4PJYs6mmvqY=
=dZv0
-----END PGP SIGNATURE-----
--- End Message ---