Your message dated Tue, 16 Jan 2018 21:19:30 +0000
with message-id <[email protected]>
and subject line Bug#866703: fixed in chemtool 1.6.14-2
has caused the Debian Bug report #866703,
regarding chemtool 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.)
--
866703: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866703
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: chemtool
Version: 1.6.14-1
Tags: upstream patch
User: [email protected]
Usertags: rebootstrap
chemtool fails to cross build from source, because it uses the build
architecture pkg-config in ./configure. The proper way to detect
pkg-config is the PKG_PROG_PKG_CONFIG macro and after doing so (and thus
autoreconfing), chemtool cross builds successfully. Please consider
applying the attached patch.
Helmut
diff --minimal -Nru chemtool-1.6.14/debian/changelog
chemtool-1.6.14/debian/changelog
--- chemtool-1.6.14/debian/changelog 2013-08-13 23:39:19.000000000 +0200
+++ chemtool-1.6.14/debian/changelog 2017-07-01 07:56:52.000000000 +0200
@@ -1,3 +1,12 @@
+chemtool (1.6.14-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: (Closes: #-1)
+ + cross.patch
+ + Enable autoreconf for cross.patch
+
+ -- Helmut Grohne <[email protected]> Sat, 01 Jul 2017 07:56:52 +0200
+
chemtool (1.6.14-1) unstable; urgency=low
* New upstream release.
diff --minimal -Nru chemtool-1.6.14/debian/patches/cross.patch
chemtool-1.6.14/debian/patches/cross.patch
--- chemtool-1.6.14/debian/patches/cross.patch 1970-01-01 01:00:00.000000000
+0100
+++ chemtool-1.6.14/debian/patches/cross.patch 2017-07-01 07:56:50.000000000
+0200
@@ -0,0 +1,21 @@
+From: Helmut Grohne <[email protected]>
+Subject: consider $ac_tool_prefix for pkg-config
+
+Index: chemtool-1.6.14/configure.ac
+===================================================================
+--- chemtool-1.6.14.orig/configure.ac
++++ chemtool-1.6.14/configure.ac
+@@ -28,11 +28,11 @@
+ AC_ARG_ENABLE(enable_gtk1,
+ [ --enable-gtk1 Use GTK+-1.x even if GTK+-2.x is available
[no]],enable_gtk1=no)
+
+-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
++PKG_PROG_PKG_CONFIG
+
+ AC_MSG_CHECKING([for GTK version and compile options ])
+
+-if test x$PKG_CONFIG = xno -o x$enable_gtk1 = xyes ; then
++if test x$PKG_CONFIG = x -o x$enable_gtk1 = xyes ; then
+ AM_PATH_GTK(1.0.2, , exit 1)
+ else
+ if $PKG_CONFIG gtk+-2.0 --cflags ; then
diff --minimal -Nru chemtool-1.6.14/debian/patches/series
chemtool-1.6.14/debian/patches/series
--- chemtool-1.6.14/debian/patches/series 2011-12-29 19:17:46.000000000
+0100
+++ chemtool-1.6.14/debian/patches/series 2017-07-01 07:55:52.000000000
+0200
@@ -0,0 +1 @@
+cross.patch
diff --minimal -Nru chemtool-1.6.14/debian/rules chemtool-1.6.14/debian/rules
--- chemtool-1.6.14/debian/rules 2013-08-13 23:39:05.000000000 +0200
+++ chemtool-1.6.14/debian/rules 2017-07-01 07:55:48.000000000 +0200
@@ -9,7 +9,7 @@
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
%:
- dh $@ --with autotools_dev --parallel
+ dh $@ --with autoreconf --parallel
override_dh_auto_configure:
dh_auto_configure -- --without-gnomedir --without-kdedir
--- End Message ---
--- Begin Message ---
Source: chemtool
Source-Version: 1.6.14-2
We believe that the bug you reported is fixed in the latest version of
chemtool, 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.
Daniel Leidert <[email protected]> (supplier of updated chemtool 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: Tue, 16 Jan 2018 21:58:41 +0100
Source: chemtool
Binary: chemtool
Architecture: source amd64
Version: 1.6.14-2
Distribution: unstable
Urgency: low
Maintainer: Debichem Team <[email protected]>
Changed-By: Daniel Leidert <[email protected]>
Description:
chemtool - chemical structures drawing program
Closes: 748031 866149 866703
Changes:
chemtool (1.6.14-2) unstable; urgency=low
.
* debian/chemtool.desktop: Removed.
* debian/chemtool.menu: Ditto.
* debian/chemtool_icon.xpm: Ditto.
* debian/chemtool.install: Adjusted. Removed .menu related entries.
* debian/compat: Raised to level 11.
* debian/control: Sorted.
(Build-Depends): Raised to debhelper version 11 and removed autotools-dev.
(Standards-Version): Bumped to 4.1.3.
(Vcs-Browser): Use secure URI.
(Depends, Description): Replaced transfig by fig2dev (closes: #866149).
* debian/copyright: Rewritten in format version 1.0.
* debian/patches/748031_signedness.patch: Added.
- Fix conflicting function definitions (closes: #748031).
* debian/patches/866703_cross.patch: Added (thanks to Helmut Grohne).
- Use standard autoconf macro for pkg-config detection (closes: #866703).
* debian/patches/desktop.patch: Added.
- Fix the .desktop file and merge contents from debian/chemtool.desktop.
* debian/patches/series: Adjusted.
* debian/rules: Removed obsolete autotools_dev dh add-on.
* debian/upstream: Renamed to debian/upstream/metadata.
Checksums-Sha1:
b9507bd9b0d7047b8c5af2f9d9b0323c1a7ef7e5 1992 chemtool_1.6.14-2.dsc
896c89db1469c3e8d6b91bd8177d754cc5a59173 7520 chemtool_1.6.14-2.debian.tar.xz
2000835be317150cf5f00059a58077963a5b5d02 261596
chemtool-dbgsym_1.6.14-2_amd64.deb
7d4c526511aa068d61bfbb37f09331db52871c0f 10193
chemtool_1.6.14-2_amd64.buildinfo
41cca3e094ac4b7dcdce5ca12e476500cb97d46c 266448 chemtool_1.6.14-2_amd64.deb
Checksums-Sha256:
382d2f2be5cb692ffba3f7a7b85d4b670dd402119e3dbc22a9d80213482ecce8 1992
chemtool_1.6.14-2.dsc
491f6b74787243c9ca021032991554187017fe0f5c02f190559a9a88bb0f4e89 7520
chemtool_1.6.14-2.debian.tar.xz
9d8f82de359cf76f869c985d04acfb56216da50cc736775173535048ce349842 261596
chemtool-dbgsym_1.6.14-2_amd64.deb
bc510d82e39f6cd7bbbcc2db73304e614ac77d0ae37fc5418b6595eb263fac9b 10193
chemtool_1.6.14-2_amd64.buildinfo
4ca32f8adc5164c2a134bfa782c4df32d61c68fa99ff19f95dd4f19c5cf42d7c 266448
chemtool_1.6.14-2_amd64.deb
Files:
bdbd4349f134834f3ba930dd6ebbd912 1992 science optional chemtool_1.6.14-2.dsc
6aaed39ae16a83c8bb8f68ffd37fe538 7520 science optional
chemtool_1.6.14-2.debian.tar.xz
1e4e721ddce3f814347ef041a04c4f6b 261596 debug optional
chemtool-dbgsym_1.6.14-2_amd64.deb
df64f2177d461e1b3f953d142d78225c 10193 science optional
chemtool_1.6.14-2_amd64.buildinfo
9986a2f04e08b5d5fea212e38c9e2d87 266448 science optional
chemtool_1.6.14-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEvu1N7VVEpMA+KD3HS80FZ8KW0F0FAlpeaNYACgkQS80FZ8KW
0F1uMQ/+K9QFzPOMD8ybKiDBidpT1pJLGVy0ox6AO/GXxKQ0pzhdwF+e5gfH8FG3
Bx+L4BHjTTY0gL0zpEbbIsoZav8AjHM06j58i2w/stYDICBWNxvSDrzBdQC+06Yq
itlvNDoqE0LVkAXc3R+DsyJn0aRYtlQznqdqNoCR9rpk7OE8mGsvVsvdFiXUnRwp
8iwXUSEq1tH8C59B3i3I2tbwyjR0KaaEcnsWh8Yk41W+be+ZttwsqUrYioINAKIb
7eHJnB/ENYCHiwTnGK8O+64QMYOHodB7spIxPMDtdv7TvnKCf8ZMnQnrkiGOMXi6
1NVc/G7WKmBsFFsN2LOmY46eKLnZBPliZZuvQnzPrP4PnzCPt9X8aJ0WbTiq3+Z5
E2X3K/jJoHgEwcpTfZwswG8dECk+ZkiaVHbDxSJ0WVi4ymdn7jWd8YfSF1IPMD74
LIIDISv/2ByJX35/bmTtQoDVC/nkdE74ISy6JLepFNVAOaYOE/MmUcKNDXp3leiV
0llH1zSJJ0gHylKNvfww5Kz8shylJAL5S8O7OXvWD6LOOEXJdp0zGHmBYUWboib0
XLqdoh0Ere3rDim0ANpiovM6dh2vq3zUR/eOtFkEkQ8m8kZ/GhwXFWP/oaixu8rC
c+6v/gjIng8JtdC2MuctFGeyDdZ1ZkhdGcbRgZpIQ64dkCtyKvI=
=qREp
-----END PGP SIGNATURE-----
--- End Message ---