Bug#494659: Upstream version 2.8.6 must not be distributed (use 2.8.6b or 2.8.7 instead)

2008-08-11 Thread absurd
Package: hplip
Version: 2.8.6-2
Severity: important

Hi,

I just noted on the hp page

http://hplip.sourceforge.net/release_notes.html

that release 2.8.6 was accidential, quote:

HPLIP 2.8.6 prematurely released code that was not intended for
release. Release 2.8.6b replaces 2.8.6 and removes that code. There is
no change in intended functionality as described in the release notes.
We do not recommend using release 2.8.6 and ask that release 2.8.6 not
be redistributed.

There is no hint in the changelog that you actually use 2.8.6b, so I think
it is important (for lenny) to replace upstream by 2.8.6b or 2.8.7.

Thanks,

Stephan

-- Package-specific info:
warning: Invalid ppd_dir value: None
error: SIP not installed or version not found.
error: Status: (Not available. CUPS may not be installed or not running.)
error: NOT FOUND! This is a REQUIRED/RUNTIME ONLY dependency. Please make sure 
that this dependency is installed before installing or running HPLIP.
warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP 
functionality may not function properly.

HP Linux Imaging and Printing System (ver. 2.8.6)
Dependency/Version Check Utility ver. 14.0

Copyright (c) 2001-8 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling 
the HPLIP supplied tarball (.tar.gz or .run) to determine if the proper 
dependencies are installed to  
successfully compile HPLIP. 


2. Run-time check mode (-r or --run): Use this mode to determine if a distro 
supplied package (.deb, .rpm, etc) or an already built HPLIP supplied tarball 
has the proper   
dependencies installed to successfully run. 


3. Both compile- and run-time check mode (-b or --both) (Default): This mode 
will check both of the above cases (both compile- and run-time dependencies).   
   

Saving output in log file: hp-check.log

Initializing. Please wait...

---
| SYSTEM INFO |
---

Basic system information:
Linux murray 2.6.25-2-amd64 #1 SMP Mon Jul 14 11:05:23 UTC 2008 x86_64 GNU/Linux

Distribution:
debian 0.0

HPOJ running?
No, HPOJ is not running (OK).

Checking Python version...
OK, version 2.5.2 installed

Checking PyQt version...
OK, version 3.17 installed.

Checking SIP version...

Checking for CUPS...

Checking for dbus/python-dbus...
dbus daemon is running.
python-dbus version: 0.82.4



| RUNTIME DEPENDENCIES |



Checking for dependency: cups - Common Unix Printing System...

Checking for dependency: cups-ddk - CUPS driver development kit...
OK, found.

Checking for dependency: GhostScript - PostScript and PDF language interpreter 
and previewer...
OK, found.

Checking for dependency: PIL - Python Imaging Library (required for commandline 
scanning with hp-scan)...
OK, found.

Checking for dependency: ppdev - Parallel port support kernel module
OK, found.

Checking for dependency: PyQt - Qt interface for Python...
OK, found.

Checking for dependency: python-ctypes - A foreign function library for 
Python...
OK, found.

Checking for dependency: python-dbus - Python bindings for dbus...
OK, found.

Checking for dependency: Python 2.3 or greater - Required for fax 
functionality...
OK, found.

Checking for dependency: Reportlab - PDF library for Python...
OK, found.

Checking for dependency: SANE - Scanning library...
OK, found.

Checking for dependency: scanimage - Shell scanning program...
OK, found.

Checking for dependency: xsane - Graphical scanner frontend for SANE...


--
| HPLIP INSTALLATION |
--


Currently installed HPLIP version...
HPLIP 2.8.6 currently installed in '/usr/share/hplip'.

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf.  Generated from hplip.conf.in by configure.

[hplip]
version=2.8.6

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hpijs/HP
ppdbase=/usr/share/ppd/hpijs
doc=/usr/share/doc/hplip-doc/HTML
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build=yes
dbus-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
foomatic-drv-install=yes
foomatic-ppd-install=no
foomatic-rip-hplip-install=no
internal-tag=2.8.6.20


---
| DISCOVERED PARALLEL DEVICES |

Bug#297741: libglib2.0-dev: Libtool library files (*.la) missing static archive

2005-03-02 Thread absurd
Package: libglib2.0-dev
Version: 2.6.2-1
Severity: normal

Hi,

this breaks static linking using -all-static with libtool in
autotool Makefiles; all glib libraries will be converted by libtool
into the explicit *so file names, which results in a non-usable
binary.

I.e., for example for /usr/lib/libglib-2.0.la, the following change
will fix libtool's linking with -all-static:

# root? diff -u libgthread-2.0.la.orig libgthread-2.0.la
--- libgthread-2.0.la.orig  2005-02-11 13:04:05.0 +
+++ libgthread-2.0.la   2005-02-11 13:03:02.0 +
@@ -11,7 +11,7 @@
 library_names='libgthread-2.0.so.0.600.1 libgthread-2.0.so.0
 libgthread-2.0.so'

 # The name of the static archive.
-old_library=''
+old_library='libgthread-2.0.a'

 # Libraries that this one depends upon.
 dependency_libs=' -lpthread /usr/lib/libglib-2.0.la'

At least some former versions seemed to work fine, afaik.

Thanks,

Stephan

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (1, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=en_GB.ISO-8859-15, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libglib2.0-dev depends on:
ii  libc6-dev [libc-dev]2.3.2.ds1-20 GNU C Library: Development Librari
ii  libglib2.0-02.6.2-1  The GLib library of C routines
ii  pkg-config  0.15.0-4 Manage compile and link flags for 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]