Your message dated Sat, 06 Jan 2018 15:04:47 +0000
with message-id <e1exq1f-000a6o...@fasolo.debian.org>
and subject line Bug#872420: fixed in isync 1.3.0-1
has caused the Debian Bug report #872420,
regarding isync FTCBFS: misdetects openssl by using 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 ow...@bugs.debian.org
immediately.)


-- 
872420: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: isync
Version: 1.2.1-2
Tags: upstream patch
User: helm...@debian.org
Usertags: rebootstrap

isync fails to cross build from source, because it misdetects openssl by
falling back from pkg-config to something else after attempting to use
the build architecture pkg-config. The final failure is linker error
attributed to the lack of -lcrypto. After switching to the host
architecture pkg-config, it cross builds successfully. Please consider
applying the attached patch.

Helmut
diff --minimal -Nru isync-1.2.1/debian/changelog isync-1.2.1/debian/changelog
--- isync-1.2.1/debian/changelog        2016-11-19 18:14:42.000000000 +0100
+++ isync-1.2.1/debian/changelog        2017-08-17 06:31:20.000000000 +0200
@@ -1,3 +1,10 @@
+isync (1.2.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: 03_cross.patch (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 17 Aug 2017 06:31:20 +0200
+
 isync (1.2.1-2) unstable; urgency=low
 
   * Upload to unstable (with urgency=low)
diff --minimal -Nru isync-1.2.1/debian/patches/03_cross.patch 
isync-1.2.1/debian/patches/03_cross.patch
--- isync-1.2.1/debian/patches/03_cross.patch   1970-01-01 01:00:00.000000000 
+0100
+++ isync-1.2.1/debian/patches/03_cross.patch   2017-08-17 06:31:16.000000000 
+0200
@@ -0,0 +1,27 @@
+From: Helmut Grohne <hel...@subdivi.de>
+Subject: consider $ac_tool_prefix for pkg-config
+
+Index: isync-1.2.1/configure.ac
+===================================================================
+--- isync-1.2.1.orig/configure.ac
++++ isync-1.2.1/configure.ac
+@@ -54,13 +54,13 @@
+       dnl Detect the pkg-config tool, as it may have extra info about the 
openssl
+       dnl installation we can use. I *believe* this is what we are expected 
to do
+       dnl on really recent Redhat Linux hosts.
+-      AC_PATH_PROG(PKGCONFIG, pkg-config, no, $PATH:/usr/bin:/usr/local/bin)
+-      if test "$PKGCONFIG" != "no" ; then
++      PKG_PROG_PKG_CONFIG
++      if test "x$PKG_CONFIG" != "x" ; then
+         AC_MSG_CHECKING([OpenSSL presence with pkg-config])
+-        if $PKGCONFIG --exists openssl; then
+-          SSL_LIBS=`$PKGCONFIG --libs-only-l openssl`
+-          SSL_LDFLAGS=`$PKGCONFIG --libs-only-L openssl`
+-          SSL_CPPFLAGS=`$PKGCONFIG --cflags-only-I openssl`
++        if $PKG_CONFIG --exists openssl; then
++          SSL_LIBS=`$PKG_CONFIG --libs-only-l openssl`
++          SSL_LDFLAGS=`$PKG_CONFIG --libs-only-L openssl`
++          SSL_CPPFLAGS=`$PKG_CONFIG --cflags-only-I openssl`
+           have_ssl_paths=yes
+           AC_MSG_RESULT([found])
+         else
diff --minimal -Nru isync-1.2.1/debian/patches/series 
isync-1.2.1/debian/patches/series
--- isync-1.2.1/debian/patches/series   2016-11-19 18:14:42.000000000 +0100
+++ isync-1.2.1/debian/patches/series   2017-08-17 06:30:05.000000000 +0200
@@ -1,2 +1,3 @@
 01_fix-build-with-openssl-1.1.patch
 02_fix-spelling.patch
+03_cross.patch

--- End Message ---
--- Begin Message ---
Source: isync
Source-Version: 1.3.0-1

We believe that the bug you reported is fixed in the latest version of
isync, 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 872...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessandro Ghedini <gh...@debian.org> (supplier of updated isync 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 06 Jan 2018 14:29:45 +0000
Source: isync
Binary: isync
Architecture: source
Version: 1.3.0-1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Boullis <nboul...@debian.org>
Changed-By: Alessandro Ghedini <gh...@debian.org>
Description:
 isync      - IMAP and MailDir mailbox synchronizer
Closes: 758172 782054 871765 872420
Changes:
 isync (1.3.0-1) unstable; urgency=medium
 .
   * New upstream release
     - Enable all TLS versions by default (Closes: #871765)
     - Support for proper Maildir++ and a Maildir sub-folder naming style
       (Closes: #758172, #782054)
     - Fix cross-building (Closes: #872420)
   * Drop patches merged upstream
   * Bump Standards-Version to 4.1.3 (no changes needed)
   * Don't try to rename get-cert
   * Fix file-contains-trailing-whitespace debian/changelog
   * Bump debhlper compat level to 11
   * Fix useless-autoreconf-build-depends dh-autoreconf
Checksums-Sha1:
 1dfe48f4e1da67891cc45ed18943aa9383fb5ad2 1959 isync_1.3.0-1.dsc
 07f6d7cfc39ed2678791f625de70cdeff3d3bfba 309459 isync_1.3.0.orig.tar.gz
 4ba1bb6bdc76033acfe079febc311c8a2e140340 6840 isync_1.3.0-1.debian.tar.xz
 00b8d0581306c9b5748a9be71aff964d51a5d8f5 5782 isync_1.3.0-1_amd64.buildinfo
Checksums-Sha256:
 83edeb64490eba0a7a91315b0fbe34bd21008132d5e5f867bc618c31581db019 1959 
isync_1.3.0-1.dsc
 8d5f583976e3119705bdba27fa4fc962e807ff5996f24f354957178ffa697c9c 309459 
isync_1.3.0.orig.tar.gz
 d57af786ad590f1026456f4d10420575ed7908587ec40a54e95790b8c563d809 6840 
isync_1.3.0-1.debian.tar.xz
 f99f800856c43f921b4aaef6ae0fbda6c4b2044cddfba6c76ce5cd81cb8b7eeb 5782 
isync_1.3.0-1_amd64.buildinfo
Files:
 100462c46ca5eff4360b1bcf142467ae 1959 mail optional isync_1.3.0-1.dsc
 f64e8723ebbb081bc15510586bfa1f8f 309459 mail optional isync_1.3.0.orig.tar.gz
 1b319d30e65b623a02adf8c769423533 6840 mail optional isync_1.3.0-1.debian.tar.xz
 0f39750b085457292390b1b67f9fbd7b 5782 mail optional 
isync_1.3.0-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEBsId305pBx+F583DbwzL4CFiRygFAlpQ3YcACgkQbwzL4CFi
RygEvg/9HQTbkPYeg+OPdKkOOl56/kURZUG8SIMyChylP4sQMaFJ595vxVOHGO4A
t5pfJO11wCYPcMUKs6hH62PnsH9otiiG3aqmBPY1voR90CrrkM9TXpDXRzzlQotY
IlZ4E3JCtb+miFhjVckhp21Cz+SIbLRqLcaq69NGl/WXVWyTUIY0+XqEifj5q2CP
+lIGmKkRdwJPswrQhU6I83j6YDkHCZ6IynU8tdn/W3TXnO9gzI+6SkYXIH4OAu8C
roLbGVHx94ydgf5PEfq0VXbRrVThH8pOTHSTGD/mZdALbHj4YPvxSHTodjeIppsC
k0kJBwdYb5/Nw/M8A9AEMJqjUGj/2JNLHX2mJD+1L8jHoYP8D84C4sn/yXXCwygU
Rr9A7mwvS6Rx2kkclByzfRR8MUV3C0u27Wcnd+ymkJRpB/bsmD0ZjuI/xopR+0xg
0ft67gO2vRAue+R2g6O1ykTHsyZ/k7ID5ck4L0uxqugUe7UtXpFV5qkEnyiskVnn
fGozFaw57JeheeWNM+PeZLRZCUUzG6q8vTYznVUxBL8/LG3WbqM0mNXxnZJPDvjJ
iPO0tTG7QwQaXywKlE2TCTfUvm/3ZovQXK4eUPgXGqTZLnP0FN2uZeSG+HmBzM1H
o7faCPbw5V6YggbkL4wLAI1ztOBpLbO8KMUu1Bi5TXJHxk6UYF8=
=alCW
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to