Your message dated Sat, 02 Apr 2005 10:02:12 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#297587: fixed in hplip 0.9.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Mar 2005 16:47:10 +0000
>From [EMAIL PROTECTED] Tue Mar 01 08:47:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c187024.adsl.hansenet.de (localhost.localdomain) [213.39.187.24]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D6AWb-0006XT-00; Tue, 01 Mar 2005 08:47:09 -0800
Received: from aj by localhost.localdomain with local (Exim 4.44)
id 1D6BSv-0007fN-PI; Tue, 01 Mar 2005 18:47:25 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: hplip: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 01 Mar 2005 18:47:25 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: hplip
Severity: normal
Tags: patch
When building 'hplip' on amd64 with gcc-4.0,
I get the following error:
gcc -DPACKAGE_NAME=\"hpip\" -DPACKAGE_TARNAME=\"hpip\"
-DPACKAGE_VERSION=\"0.8\" "-DPACKAGE_STRING=\"hpip 0.8\""
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"hpip\" -DVERSION=\"0.8\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -I. -I. -Wall -pipe -g -O2
-c xjpg_fix.c -fPIC -DPIC -o .libs/xjpg_fix.o
xjpg_fix.c: In function 'jpgFix_openXform':
xjpg_fix.c:283: warning: dereferencing type-punned pointer will break
strict-aliasing rules
xjpg_fix.c: In function 'jpgFix_getActualTraits':
xjpg_fix.c:512: error: invalid lvalue in assignment
xjpg_fix.c:533: error: invalid lvalue in assignment
xjpg_fix.c:549: error: invalid lvalue in assignment
xjpg_fix.c:560: error: invalid lvalue in assignment
xjpg_fix.c:581: error: invalid lvalue in assignment
xjpg_fix.c:587: error: invalid lvalue in assignment
xjpg_fix.c:595: error: invalid lvalue in assignment
xjpg_fix.c:605: error: invalid lvalue in assignment
xjpg_fix.c:610: error: invalid lvalue in assignment
make[2]: *** [xjpg_fix.lo] Error 1
make[2]: Leaving directory `/hplip-0.8.7/ip'
With the attached patch 'hplip' can be compiled
on amd64 using gcc-4.0.
Regards
Andreas Jochens
diff -urN ../tmp-orig/hplip-0.8.7/ip/xjpg_fix.c ./ip/xjpg_fix.c
--- ../tmp-orig/hplip-0.8.7/ip/xjpg_fix.c 2005-01-19 17:20:14.000000000
+0100
+++ ./ip/xjpg_fix.c 2005-03-01 18:27:06.000000000 +0100
@@ -389,7 +389,7 @@
\*****************************************************************************/
-#define MYLOCATE(p) (void *)(p)=(g->headerBuffer+lenAddedHeader)
+#define MYLOCATE(p) p=(g->headerBuffer+lenAddedHeader)
#define MYWRITE(p) lenAddedHeader+=sizeof(*(p))
#define MYWRITEBUF(data,datalen) \
do { \
---------------------------------------
Received: (at 297587-close) by bugs.debian.org; 2 Apr 2005 15:08:08 +0000
>From [EMAIL PROTECTED] Sat Apr 02 07:08:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from gluck.debian.org [192.25.206.10]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DHkEJ-0007gX-00; Sat, 02 Apr 2005 07:08:07 -0800
Received: from newraff.debian.org [208.185.25.31] (mail)
by gluck.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DHkEJ-0005t2-00; Sat, 02 Apr 2005 08:08:07 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DHk8a-0005Gg-00; Sat, 02 Apr 2005 10:02:12 -0500
From: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#297587: fixed in hplip 0.9.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 02 Apr 2005 10:02:12 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 4
Source: hplip
Source-Version: 0.9.1-1
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_2.1.1+0.9.1-1_i386.deb
to pool/main/h/hplip/hpijs_2.1.1+0.9.1-1_i386.deb
hplip-data_0.9.1-1_all.deb
to pool/main/h/hplip/hplip-data_0.9.1-1_all.deb
hplip_0.9.1-1.diff.gz
to pool/main/h/hplip/hplip_0.9.1-1.diff.gz
hplip_0.9.1-1.dsc
to pool/main/h/hplip/hplip_0.9.1-1.dsc
hplip_0.9.1-1_i386.deb
to pool/main/h/hplip/hplip_0.9.1-1_i386.deb
hplip_0.9.1.orig.tar.gz
to pool/main/h/hplip/hplip_0.9.1.orig.tar.gz
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.
Henrique de Moraes Holschuh <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 2 Apr 2005 10:58:28 -0300
Source: hplip
Binary: hpijs hplip-data hplip
Architecture: source i386 all
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Landschoff <[EMAIL PROTECTED]>
Changed-By: Henrique de Moraes Holschuh <[EMAIL PROTECTED]>
Description:
hpijs - HP Linux Printing and Imaging - gs IJS driver (hpijs)
hplip - HP Linux Printing and Imaging System (hplip)
hplip-data - HP Linux Printing and Imaging - data files
Closes: 291321 292672 296317 297587 299987 299991 302230 302248
Changes:
hplip (0.9.1-1) unstable; urgency=low
.
* New upstream version:
* HPIJS 2.1.1:
+ Fixed hpijs bi-di assert issue with business inkjet 1100
+ Added PPD files for the following printers: HP LaserJet 4240,
HP LaserJet 9040, HP color LaserJet 4610, HP LaserJet 1022,
HP Business Inkjet 1000
* HPLIP 0.9.1:
+ Added a "front panel" enable/disable flag to models.xml. Some printers
were disabled (ie: deskjets)
+ Ink level and status displays have been fixed for CP1160/1700, OJ7100
series and OJ D series
+ Added battery level check for mobile deskjets (DJ 450, etc)
+ Fixed issue that could cause DJ 450 to lock-up during panel check
(miser mode)
+ Fixed extraneous hpiod error. Corrected pml iod in scl path that was
in libsane-hpaio
+ Added PSC 750xi, OJ 5110 to models.xml file
+ Added device manager *.ui files to package
* Henrique de Moraes Holschuh:
* Rebuild 11_fix-misc-gcc-warnings, most of it accepted upstream,
but we have also new hunks as well
* Remove 12_portability-fixes, accepted upstream
* Remove 14_fix-fat-prototypes, accepted upstream
* Remove 20_jddirect-bug-from-hell, fixed upstream
* Remove 30_fix-missing-retcode, accepted upstream
* Avoid shipping check.py, since it is useless for Debian systems
* Change both upstream and Debian build system to take advantage
of the .ui files and rebuild the .py files that are generated
from them using pyuic
* Build-depend on pyqt-tools for pyuic
.
hplip (0.9-1) unstable; urgency=low
.
* New upstream version (closes: #302230):
* HPIJS 2.1:
+ Added two new device classes - LJFastRaster and LJJetReady
+ Fixed input tray issue with Business Inkjet 1100/1200
+ Changed default quality setting from 300 to 600 dpi for DJ9xxVIP
+ Replaced gdevijs-krgb-1.0.patch with gdevijs-krgb-1.1.patch
This patch fixes as segfault issue with 1-bit color space IJS drivers
(ie: epsonepl)
+ Fixed a issue with DJ3600 photo pen printing
+ Support additional printers: LaserJet 1010/1012/1015, Color LaserJet
3500/3550, HP Photosmart 8750, HP Deskjet 6600, HP Deskjet 9800 Series
* HPLIP 0.9:
+ Added network scanning support
+ Added full status and supply information for most LaserJets
+ Added hp-makeuri command for generating "hp" URIs from an IP address
or device node
+ Fixed some network issues with hp-probe
+ Fixed a problem with multiple files using the same name in photo card
+ Fixed a bug in the cancel job code in hp-toolbox
+ Fixed some dialog cancel defects in clean and align
+ Reversed order of status history in hp-toolbox
+ Added photo card access status
+ Added hp-toolbox right click menu
+ Hpssd no longer scans devices at startup, devices are scanned when
hp-toolbox is first started
+ Removed power-up from the probe command in hpiod. This means that
when CUPS queries the "hp" backend for devices, the printer will not
power-up (closes: #291321)
+ Added non-zero exit codes to hp-toolbox
+ Added changes to display EXIF data in photo card
+ Added channel cleanup code to hpiod. This will fix some issues when
canceling print jobs from the host
+ Added a non-scrolling "front panel display" feature to hp-toolbox
+ Added Color Calibration for various printer platforms
+ Do not keep restarting/reopening hp-toolbox at every status change
(closes: #292672)
* Henrique de Moraes Holschuh:
* Build-depend on libjpeg62-dev for hpijs 2.1
* Version build-dependency on libsnmp5-dev (>> 5.1.2-6), to avoid
#302195 which completely hoses the hplip build
* Remove 30_xpp_support.dpatch, applied upstream
* New patches:
+ 10_missing-prototypes: Add missing prototypes
+ 11_fix-misc-gcc-warnings: Fix bad C code that causes
warnings and strict aliasing rules problems (closes: #297587)
+ 12_portability-fixes: Remove braindamage that causes
portability problems and warnings
+ 13_intsign-fixes.dpatch: Fix signed/unsigned comparison issues
+ 14_fix-fat-prototypes: Fix prototypes missing a (void) so that gcc
shuts up
+ 20_jddirect-bug-from-hell: Fix complete breakage in
JetDirectDevice::NewChannel (undefined value assigned to channel
mode)
+ 30_fix-missing-retcode: Add missing assignment of retcode
* Add hplip.desktop freedesktop.org file, thanks to Christopher Martin
(closes: #302248)
* Rename all hplip_* links in /usr/bin to hp-* to follow upstream
* Ship new SANE backend dll.d configuration, and conflict with libsane
(<< 1.0.15-7) (closes: #296317)
* Torsten Landschoff:
+ debian/control: Fix typos in description
- of hpijs: a IJS driver -> an IJS driver (closes: #299987)
- of hplip: a X11 session -> an X11 session (closes: #299991)
.
hplip (0.8.8-1) unstable; urgency=low
.
* UNRELEASED: This release was never uploaded to unstable due to serious
issues with many devices
.
* New upstream version:
* Added low ink infrastructure to device manager
* Made fixes to cleaning procedure
* Offline devices will now show supplies list with "Unknown" levels (was
blank before)
* Fixed the display for black cartridge number 15 on the Supplies Tab
* Added tech-type to models.xml
* Fixed Laserjet 1220 model.xml entry
* Fixed an issue with the Alert email service (does NOT fix #291346)
* Henrique de Moraes Holschuh:
* Removed patches accepted upstream:
20_hpiod_pidfile.dpatch, 40_gcc4_buildfixes.dpatch,
50_securityfix_umask.dpatch,
51_securityfix_detect_unsafe_conf_file.dpatch
* Remove patches that don't make sense anymore
10_toplevel_makefile.dpatch
* Rediff 30_xpp_support so that it applies cleanly
Files:
cd3065da3ebd831266b6e1091530fa31 1056 utils optional hplip_0.9.1-1.dsc
b7fc7790729788628ee102c1f85d535e 8994369 utils optional hplip_0.9.1.orig.tar.gz
b0ee3140a2369371086c22f891275c98 60784 utils optional hplip_0.9.1-1.diff.gz
18bc9ac81d09276ec5e40deb4cd06a74 7071390 utils optional
hplip-data_0.9.1-1_all.deb
bc37d240b5d29f3dc4170f385ce3587a 214760 utils optional
hpijs_2.1.1+0.9.1-1_i386.deb
911341259099776d523304230d328f43 385366 utils optional hplip_0.9.1-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iQEVAwUBQk6tz4jztdzjjnrPAQJbqgf+Nj9xYU0PXQ7ICuBh4PJ7NZ6krBKvLOF6
7RIUqFcnJ+LyVVB8T3ZEcgI1glJHB891/wfNmkMt8GmAFdc7arbQBBFeitLey7Jx
AoYhAgC15XoSRRIOzg3jlxGzKcKWNZrlMYyDiO0InN0s24FS/UI/LmxT9iVRfVIN
op8NDd/yhgxjM1YYDIA7DAb60ZA2EM8guWECvI6oHVTK3FDFxtJYnm8bZgiyskpA
+AgbEWcO0rfD5crmd/Qza2J1TJ1ZSdz50pFDoh14w4BO/YV9VkjLdWsIVUqpqzqX
B5qp6JLlwpe/GBflQVKvFGm6rtOY1HPLPLKSRBW/Rpu/piyKiVGuQw==
=ArV9
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]