Your message dated Sun, 29 Jan 2017 17:49:03 +0000
with message-id <e1cxtb5-000ffq...@fasolo.debian.org>
and subject line Bug#852840: fixed in xsane 0.999-5
has caused the Debian Bug report #852840,
regarding xsane: FTBFS against libsane-dev 1.0.25-3 - sane-config not found
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.)


-- 
852840: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852840
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xsane
Version: 0.999-4
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hello,

the removal of sane-config from sane-backends in version 1.0.25-3 broke
compilation of xsane:

checking for sane-config... no
checking for SANE - version >= 1.0.0... no
*** The sane-config script installed by SANE could not be found
*** If SANE was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SANE_CONFIG environment variable to the
*** full path to sane-config.

Find attached a minimal seems-to-work-for-me patch.

cu Andreas

-- System Information:
Debian Release: 9.0
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xsane depends on:
ii  libatk1.0-0          2.22.0-1
ii  libc6                2.24-8
ii  libcairo2            1.14.8-1
ii  libfontconfig1       2.11.0-6.7
ii  libfreetype6         2.6.3-3+b1
ii  libgdk-pixbuf2.0-0   2.36.3-1
ii  libgimp2.0           2.8.18-1
ii  libglib2.0-0         2.50.2-2
ii  libgtk2.0-0          2.24.31-1
ii  libjpeg62-turbo      1:1.5.1-2
ii  liblcms2-2           2.8-3
ii  libpango-1.0-0       1.40.3-3
ii  libpangocairo-1.0-0  1.40.3-3
ii  libpangoft2-1.0-0    1.40.3-3
ii  libpng16-16          1.6.28-1
ii  libsane              1.0.25-2+b1
ii  libtiff5             4.0.7-5
ii  xsane-common         0.999-4
ii  zlib1g               1:1.2.8.dfsg-4

Versions of packages xsane recommends:
ii  cups-client            2.2.1-4
ii  firefox [www-browser]  52.0~b1-1
ii  w3m [www-browser]      0.5.3-34

Versions of packages xsane suggests:
ii  gimp                                      2.8.18-1
pn  gocr | cuneiform | tesseract-ocr | ocrad  <none>
pn  gv                                        <none>
pn  hylafax-client | mgetty-fax               <none>

-- no debconf information
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
--- a/configure.in
+++ b/configure.in
@@ -165,8 +165,10 @@ fi
 
 AC_SUBST(INTLSUB)
 
-AM_PATH_SANE(1.0.0, HAVE_SANE=yes, )
-
+PKG_CHECK_MODULES([SANE], [sane-backends >= 1.0.0])
+PKG_CHECK_VAR([SANE_PREFIX], [sane-backends >= 1.0.0], [prefix])
+PKG_CHECK_VAR([SANE_LDFLAGS], [sane-backends >= 1.0.0], [ldflags],
+      [HAVE_SANE=yes])
 if test "${USE_GIMP}" = "yes"; then
   if test "${TRY_GIMP_2}" = "yes"; then
     AM_PATH_GIMP_2_0(1.3.23, HAVE_GIMP=yes, )

--- End Message ---
--- Begin Message ---
Source: xsane
Source-Version: 0.999-5

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

Debian distribution maintenance software
pp.
Jörg Frings-Fürst <deb...@jff-webhosting.net> (supplier of updated xsane 
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: SHA256

Format: 1.8
Date: Sat, 28 Jan 2017 07:15:47 +0100
Source: xsane
Binary: xsane xsane-dbg xsane-common
Architecture: source all amd64
Version: 0.999-5
Distribution: sid
Urgency: medium
Maintainer: Jörg Frings-Fürst <deb...@jff-webhosting.net>
Changed-By: Jörg Frings-Fürst <deb...@jff-webhosting.net>
Description:
 xsane      - featureful graphical frontend for SANE (Scanner Access Now Easy)
 xsane-common - xsane architecture independent files
 xsane-dbg  - featureful graphical frontend for SANE (Debug files)
Closes: 852840
Changes:
 xsane (0.999-5) unstable; urgency=medium
 .
   * New debian/patches/0010-fix_missing_sane-config.patch (Closes: #852840):
     - Add autoconf statements which were previously part of
       sane-config to detect the presence of sane-backends.
     Thanks to Andreas Metzler <ametz...@bebt.de>.
   * debian/copyright:
     - Add year 2017 for debian/*.
Checksums-Sha1:
 b2a7f503c6fbdf869e58ef314ea900af25ed425a 2069 xsane_0.999-5.dsc
 2295184f13dbdc661b4a683103dec1bfb9da23f4 125756 xsane_0.999-5.debian.tar.xz
 5f0076bf512688e137e07da46249df4ffddd5b1d 1421144 xsane-common_0.999-5_all.deb
 f9b4ecab8d58c3550a5c9c0521be1f8db2300a3e 821932 xsane-dbg_0.999-5_amd64.deb
 46150116aa60324a22345b296856fdc5ddb5694d 10117 xsane_0.999-5_amd64.buildinfo
 054c065b879d9b31c2dd9993dce2a98cd0868a8d 361626 xsane_0.999-5_amd64.deb
Checksums-Sha256:
 d91c9ea8496bfff8140039c9a21c6b87378be7dbf14111a258e2c9b746d96d36 2069 
xsane_0.999-5.dsc
 1c3deb069418d84e92538d09edf212742beb0d7ac1f4fe0f5c75ec3e19415429 125756 
xsane_0.999-5.debian.tar.xz
 65edc552a83f50a60cfa4dabcdd604d2c2d86924403133e6441859fd612caefe 1421144 
xsane-common_0.999-5_all.deb
 4d189397de0b040fed6a575ded7712f0530d6956eb8bf7b74ed9d346e09da9d7 821932 
xsane-dbg_0.999-5_amd64.deb
 4177136d2f54b75be54d92b4e0c6569599cc8e726068bb431f90f4f245d013a0 10117 
xsane_0.999-5_amd64.buildinfo
 c8a75b3032402f9bd01acaf8b5d97590dbda8a1e48de2ff5c15806aff4900cb5 361626 
xsane_0.999-5_amd64.deb
Files:
 bbb069d41f9a11a668a26796a655789f 2069 graphics optional xsane_0.999-5.dsc
 58d8d8da63bdf6a89ccdb60cec5be434 125756 graphics optional 
xsane_0.999-5.debian.tar.xz
 ee11fefe8590ba1fc95c12ca39f950d3 1421144 graphics optional 
xsane-common_0.999-5_all.deb
 d5406d414c22d4e398b821fc3c36d213 821932 debug extra xsane-dbg_0.999-5_amd64.deb
 ed9968d44d6a9991bf70b2cc43f6ffe4 10117 graphics optional 
xsane_0.999-5_amd64.buildinfo
 5d916baf085f4c4a45f51d8b27f4ce52 361626 graphics optional 
xsane_0.999-5_amd64.deb

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

iQIzBAEBCAAdFiEEYv+KdYTgKVaVRgAGdCY7N/W1+RMFAliOJc0ACgkQdCY7N/W1
+RPVBA//XhkrylrTrRB+uJr8nQXxfaCLw5LsVo0FuWnb2n+GiT6iz197wHKeed55
Y3qZP3FpsoRNtk78p+UPxlWnHl3huFR6pYoJr+WiMhxNVZRfjwnnK8jkKTTuzuZd
D0J1jcDLr5Lqf1+NQmUDDBb8T+llsdx2SgXCedrvCAza6RVgVHnxwZNWDFbX8KpF
GyvMYUoENC4yA7k+UZiFP/Q+CHqROrfFD54/kb+VqM2qnjI98s/zh0zbAg9dEoig
bYQiEv0Pr6OhFqaAoO3c6P6cniVcUIjWbryUpIznH3DAD+AuPOvNeO3O/N+NGxxh
dTCog2g2Q3qdXbkvlMOKh3C34bkJiukwzW9UnSiYYxVWoXLxlQ/7cygNgZ7naNC2
l+C1fErjh4Vig690aPQ7pFlx4L6C9fT+AXNqrH5a9Ej+PWI+FhjmZOzWx1V7g3eQ
FJVapLpRXp5gn4Ikm0r/ZBuAO+w+g9BKmk/MajrRdY/UdRQZlRVb8VCe2Hg4bUkJ
12zu28ObHzbh4EUDfB+lJKYHQijxq/DZk0YXgJSHDEc9XWoTHhkA2lNZ7aoT2/ZB
u04drzpwvuYiOuJyM+KTtp2aqSRKhkZ6JLg0PnHCN/907cVDsTRxp/VAa8cmdSHP
74mOnVrwkPo4hIuHJCr6VyOVjU0GP9MKOxcg6b9UrnFZhmp5V/k=
=Mm92
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to