[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#560796: marked as done (hplip: FTBFS on kfreebsd-*)



Your message dated Mon, 14 Dec 2009 09:56:36 +0000
with message-id <E1NK7fQ-0003GS-8Y@ries.debian.org>
and subject line Bug#560796: fixed in hplip 3.9.10-4
has caused the Debian Bug report #560796,
regarding hplip: FTBFS on kfreebsd-*
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 owner@bugs.debian.org
immediately.)


-- 
560796: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560796
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: hplip
Version: 3.9.10-3
Severity: serious
Tags: patch
Justification: FTBFS
User: debian-bsd@lists.debian.org
Usertags: kfreebsd

Hi,

your package is no longer building on kfreebsd-*, which is RC since they
are release architectures. Your package hasn't even been tried (since
they are in BD-Uninstallable state) because the BD: libudev-dev is
unconditional, while it only exists on Linux architectures.

Please exclude it on non-Linux ports. Once the attached patch applied,
your package builds fine at least on kfreebsd-i386. There might be
installation issues due to udev rules or so, but that's another story.

I guess passing --enable-udev-acl-rules to ./configure could be made
conditional, only when DEB_HOST_ARCH_OS matches 'linux', too.

Mraw,
KiBi.
--- hplip-3.9.10/debian/control
+++ hplip-3.9.10/debian/control
@@ -7,7 +7,7 @@
  debhelper (>= 5.0.37.2), autotools-dev, dpatch (>= 2), autoconf, automake, libtool, cups (>= 1.4.0) | cupsddk,
  patch (>= 2.5.9-3bpo1), findutils (>= 4.2.28), 
  python-dev, python-qt4, pyqt4-dev-tools, python-support (>= 0.3),
- python-dbus (>= 0.80), python-qt4-dbus, libdbus-1-dev, libudev-dev, policykit-1
+ python-dbus (>= 0.80), python-qt4-dbus, libdbus-1-dev, libudev-dev [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386], policykit-1
 Standards-Version: 3.8.0
 Homepage: http://hplip.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-hpijs/hplip/trunk/
--- hplip-3.9.10.orig/prnt/hpcups/ErnieFilter.cpp
+++ hplip-3.9.10/prnt/hpcups/ErnieFilter.cpp
@@ -50,7 +50,7 @@
 #include "ErnieFilter.h"
 
 
-#if defined(__APPLE__) || defined(__linux)
+#if defined(__APPLE__) || defined(__linux) || defined(__GLIBC__)
 #include <math.h>
 #endif
 

--- End Message ---
--- Begin Message ---
Source: hplip
Source-Version: 3.9.10-4

We believe that the bug you reported is fixed in the latest version of
hplip, which is due to be installed in the Debian FTP archive:

hpijs-ppds_3.9.10-4_all.deb
  to main/h/hplip/hpijs-ppds_3.9.10-4_all.deb
hpijs_3.9.10-4_i386.deb
  to main/h/hplip/hpijs_3.9.10-4_i386.deb
hplip-cups_3.9.10-4_i386.deb
  to main/h/hplip/hplip-cups_3.9.10-4_i386.deb
hplip-data_3.9.10-4_all.deb
  to main/h/hplip/hplip-data_3.9.10-4_all.deb
hplip-dbg_3.9.10-4_i386.deb
  to main/h/hplip/hplip-dbg_3.9.10-4_i386.deb
hplip-doc_3.9.10-4_all.deb
  to main/h/hplip/hplip-doc_3.9.10-4_all.deb
hplip-gui_3.9.10-4_all.deb
  to main/h/hplip/hplip-gui_3.9.10-4_all.deb
hplip_3.9.10-4.diff.gz
  to main/h/hplip/hplip_3.9.10-4.diff.gz
hplip_3.9.10-4.dsc
  to main/h/hplip/hplip_3.9.10-4.dsc
hplip_3.9.10-4_i386.deb
  to main/h/hplip/hplip_3.9.10-4_i386.deb



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 560796@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Purcell <msp@debian.org> (supplier of updated hplip 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 14 Dec 2009 20:08:44 +1100
Source: hplip
Binary: hplip hplip-data hplip-gui hplip-dbg hplip-doc hpijs-ppds hpijs hplip-cups
Architecture: source all i386
Version: 3.9.10-4
Distribution: unstable
Urgency: low
Maintainer: Debian HPIJS and HPLIP maintainers <pkg-hpijs-devel@lists.alioth.debian.org>
Changed-By: Mark Purcell <msp@debian.org>
Description: 
 hpijs      - HP Linux Printing and Imaging - gs IJS driver (hpijs)
 hpijs-ppds - HP Linux Printing and Imaging - HPIJS PPD files
 hplip      - HP Linux Printing and Imaging System (HPLIP)
 hplip-cups - HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
 hplip-data - HP Linux Printing and Imaging - data files
 hplip-dbg  - HP Linux Printing and Imaging - debugging information
 hplip-doc  - HP Linux Printing and Imaging - documentation
 hplip-gui  - HP Linux Printing and Imaging - GUI utilities
Closes: 560796
Changes: 
 hplip (3.9.10-4) unstable; urgency=low
 .
   * KBSD patch from KiBi (Closes: #560796)
Checksums-Sha1: 
 46af57ab36b07d93e15c51b09b1c0751d8e32379 1825 hplip_3.9.10-4.dsc
 720551c16399e2b886331a3dcf7f400d719cad72 82536 hplip_3.9.10-4.diff.gz
 8888f85e7211056cf7f5a36b6619db5abcc9ba65 11275972 hplip-data_3.9.10-4_all.deb
 e3b5bfd0cbd449c17b58b45a2a546eda7ed0c62c 69624 hplip-gui_3.9.10-4_all.deb
 d05a1609e43cb1d6c1542f6bd55a20aae8c6f678 660822 hplip-doc_3.9.10-4_all.deb
 f1cb55e965c92ca313b3077d6ef47a2dadf58c9b 589096 hpijs-ppds_3.9.10-4_all.deb
 6bce74f2b37590ed66fe942117462a37f8c4ab16 291434 hplip_3.9.10-4_i386.deb
 8fbe4a77b9263f64b8472da75ad20c56acc6fbbc 994908 hplip-dbg_3.9.10-4_i386.deb
 bf615b22ec6acd9c0d6b7d98cef86aa3e4b23955 414178 hpijs_3.9.10-4_i386.deb
 f56272db2e5f10e1c2e1c064c9dc123143a04082 325366 hplip-cups_3.9.10-4_i386.deb
Checksums-Sha256: 
 0bfde7a9bb5830f8a0bf55a2b08dae55acd4dc4c3eea1a50cea92ba9ba00d5c3 1825 hplip_3.9.10-4.dsc
 62856816a7c5319a94f4fcd9ffdd0cba9514973eeeed3bc09b87c054e4bde16e 82536 hplip_3.9.10-4.diff.gz
 3c7535369ce9a0353f449d1942946952f91911924734d5dd01edb5668ff713bd 11275972 hplip-data_3.9.10-4_all.deb
 32adc5df59ab7615aee09732617be73c60240dff77d9801371121d7bc643548a 69624 hplip-gui_3.9.10-4_all.deb
 7dccd93ba1ba3002346de8a649f94ab18a581b0fd7bc618a3e01422595c72b47 660822 hplip-doc_3.9.10-4_all.deb
 16fa6b665e1eacaef10c208999296789bb685377e61bdbac56b6a64191b97df9 589096 hpijs-ppds_3.9.10-4_all.deb
 e30d8a979a598ef79282a0e3bb54403b3091b1d738a7abed667ef69d58147317 291434 hplip_3.9.10-4_i386.deb
 b41e01f22d5e11833fac8c225bc6162a7e39930b2f7bb66e026003405647a173 994908 hplip-dbg_3.9.10-4_i386.deb
 e8e2607c52aa1290b1c413bc1169ef4c309ee6140f4f8bb65fe8ac6a8832295b 414178 hpijs_3.9.10-4_i386.deb
 3069585ee8372a60a3a0f9ceb5c8e62cf1dbfffe756a68b7a7a51aa2c636e256 325366 hplip-cups_3.9.10-4_i386.deb
Files: 
 d78f4240ed8fcca2a50e153a452a031f 1825 utils optional hplip_3.9.10-4.dsc
 d476101231144fedf6b3d08b46024e7d 82536 utils optional hplip_3.9.10-4.diff.gz
 1ab7217dfe3cb066fd1c1824a5eb9a9f 11275972 utils optional hplip-data_3.9.10-4_all.deb
 981a5909c02c5788bffdc071e98f6419 69624 utils optional hplip-gui_3.9.10-4_all.deb
 d23500dbc62cb0065cbd21a54d63e564 660822 doc optional hplip-doc_3.9.10-4_all.deb
 8855504cf21119d03c43aad5017d2fa5 589096 utils optional hpijs-ppds_3.9.10-4_all.deb
 d8cce483cf0834e4f6ba3870c0c9b228 291434 utils optional hplip_3.9.10-4_i386.deb
 23bbce0c56e2c22ff02f40f6adf99845 994908 debug extra hplip-dbg_3.9.10-4_i386.deb
 51dce6026730b1b05f03b06edf609bfe 414178 text optional hpijs_3.9.10-4_i386.deb
 ab21dbecce546c89614364ac489b5323 325366 text optional hplip-cups_3.9.10-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksmAS4ACgkQoCzanz0IthLgfwCfTs0/gD8s9eGRbKQk8Vj6eVaw
98YAoIbAqqC9uYL1YwBlYRigTiy6bOd9
=15i6
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: