Your message dated Sat, 22 Mar 2008 18:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#455667: fixed in hpoj 0.91-13.1
has caused the Debian Bug report #455667,
regarding FTBFS with GCC 4.3: duplicate function parameters
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 [EMAIL PROTECTED]
immediately.)


-- 
455667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=455667
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: hpoj
Version: 0.91-13
Usertags: ftbfs-gcc-4.3

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  GCC 4.3 now prints an error
message when C++ code contains duplicate function parameter names in
function prototypes, see
http://www.cyrius.com/journal/2007/12/07#gcc-4.3-multiple-params

You can reproduce this problem with gcc-snapshot from unstable.  Note
that Red Hat, Novell and Ubuntu have done some work getting packages
to build with GCC 4.3 so there might be patches floating around
somewhere.  I suggest you talk to your upstream.

> Automatic build of hpoj_0.91-13 on em64t by sbuild/amd64 0.53
...
> ln -sf libsane-hpoj.so.1.0 libsane-hpoj.so
> make[2]: Leaving directory `/build/tbm/hpoj-0.91/lib/sane'
> mlcd
> make[2]: Entering directory `/build/tbm/hpoj-0.91/mlcd'
> g++ -I/build/tbm/hpoj-0.91/mlcd -I/build/tbm/hpoj-0.91/mlcd/transport -O -g 
> -Wall -DEX_TRANSPORT_UNIX_PORT -DPAR_PLATFORM_LINUX -DUSB_PLATFORM_LINUX 
> -DJD_DEBUGLITE  -DHAVE_LIBUSB  -DVAR_RUN_PREFIX="\"/var/run\"" -c -o ExMgr.o 
> ExMgr.cpp
> In file included from /build/tbm/hpoj-0.91/mlcd/transport/ExTransport.h:27,
>                  from /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:27,
>                  from ExMgr.cpp:32:
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'char* 
> ExMgr::getInterfaceString(int)':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:541: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:542: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:543: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'void 
> ExMgr::fdClose(int*)':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:590: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'char* 
> ExMgr::getTransportModeString()':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:636: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:639: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:641: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'void 
> ExMgr::exActivateComplete()':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:645: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:645: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'void 
> ExMgr::nullInit()':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:689: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'int 
> ExMgr::sessionPmlEngage(SCD)':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:858: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:858: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'int 
> ExMgr::sessionPmlDisengage(SCD)':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:863: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:863: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'virtual int 
> ExMgr::llioGlobOne(char*, int)':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:962: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:962: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'void 
> ExMgr::llioNameSet(char*)':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:991: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:991: warning: deprecated conversion from 
> string constant to 'char*'
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h: In member function 'void 
> ExMgr::sendForwardData(ExBdr*, int)':
> /build/tbm/hpoj-0.91/mlcd/ExMgr.h:1081: warning: deprecated conversion from 
> string constant to 'char*'
> In file included from /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:27,
>                  from ExMgr.cpp:32:
> /build/tbm/hpoj-0.91/mlcd/transport/ExTransport.h: In constructor 
> 'ExLookupQueue::ExLookupQueue()':
> /build/tbm/hpoj-0.91/mlcd/transport/ExTransport.h:117: warning: deprecated 
> conversion from string constant to 'char*'
> In file included from ExMgr.cpp:32:
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h: At global scope:
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:333: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdOpenChannel::<anonymous union>::<anonymous struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:338: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdOpenChannel::<anonymous union>::<anonymous struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:349: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdOpenChannelReply::<anonymous union>::<anonymous 
> struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:357: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdOpenChannelReply::<anonymous union>::<anonymous 
> struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:376: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdCloseChannelReply::<anonymous union>::<anonymous 
> struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:396: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdCreditReply::<anonymous union>::<anonymous struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:409: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdCreditRequest::<anonymous union>::<anonymous struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:412: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdCreditRequest::<anonymous union>::<anonymous struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:422: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdCreditRequestReply::<anonymous union>::<anonymous 
> struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:427: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdCreditRequestReply::<anonymous union>::<anonymous 
> struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:491: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdError::<anonymous union>::<anonymous struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:496: warning: 'packed' 
> attribute ignored for field of type 
> 'ExMlcCommandChannel::CmdError::<anonymous union>::<anonymous struct>'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:891: error: multiple 
> parameters named 'pMaxForwardPacketSize'
> /build/tbm/hpoj-0.91/mlcd/transport/ExMlcTransport.h:898: error: multiple 
> parameters named 'maxForwardPacketSize'

-- 
Martin Michlmayr
http://www.cyrius.com/



--- End Message ---
--- Begin Message ---
Source: hpoj
Source-Version: 0.91-13.1

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

hpoj-xojpanel_0.91-13.1_i386.deb
  to pool/main/h/hpoj/hpoj-xojpanel_0.91-13.1_i386.deb
hpoj_0.91-13.1.diff.gz
  to pool/main/h/hpoj/hpoj_0.91-13.1.diff.gz
hpoj_0.91-13.1.dsc
  to pool/main/h/hpoj/hpoj_0.91-13.1.dsc
hpoj_0.91-13.1_i386.deb
  to pool/main/h/hpoj/hpoj_0.91-13.1_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luk Claes <[EMAIL PROTECTED]> (supplier of updated hpoj 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, 22 Mar 2008 17:39:34 +0000
Source: hpoj
Binary: hpoj hpoj-xojpanel
Architecture: source i386
Version: 0.91-13.1
Distribution: unstable
Urgency: medium
Maintainer: Mark Purcell <[EMAIL PROTECTED]>
Changed-By: Luk Claes <[EMAIL PROTECTED]>
Description: 
 hpoj       - HP OfficeJet Linux driver (hpoj)
 hpoj-xojpanel - HP OfficeJet Linux QT-based LCD panel display
Closes: 455667
Changes: 
 hpoj (0.91-13.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 4.3 (Closes: #455667).
Files: 
 92f8982a1fcd3e7022274c7b5f34fbb4 642 utils optional hpoj_0.91-13.1.dsc
 606ce8eb7c82a521548ae60a04c16ede 109921 utils optional hpoj_0.91-13.1.diff.gz
 ea78651eaa38549369a7aa65ff144cfa 458114 utils optional hpoj_0.91-13.1_i386.deb
 56b208baf46c71a286f453738df2774b 59428 utils optional 
hpoj-xojpanel_0.91-13.1_i386.deb

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

iD8DBQFH5UWk5UTeB5t8Mo0RAiPiAJ4scpMOUZTfKr58ycKvf3+41WaFbgCgmOW7
DOWowtvvbMa2FmLraoyaILA=
=73le
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to