Your message dated Tue, 08 May 2012 18:05:12 +0000
with message-id <e1srome-0003hm...@franck.debian.org>
and subject line Bug#667320: fixed in pdfedit 0.4.5-3
has caused the Debian Bug report #667320,
regarding pdfedit: ftbfs with GCC-4.7
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.)
--
667320: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667320
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pdfedit
Version: 0.4.5-2
Severity: important
Tags: sid wheezy
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.7
The package fails to build in a test rebuild on at least amd64 with
gcc-4.7/g++-4.7, but succeeds to build with gcc-4.6/g++-4.6. The
severity of this report may be raised before the wheezy release.
rect2Darray.h:464:3: error: 'append' was not declared in this scope, and no
declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
The full build log can be found at:
http://people.debian.org/~lucas/logs/2012/03/29-clang-gcc47/unstable-gcc47/pdfedit_0.4.5-2_unstable-gcc47.log
The last lines of the build log are at the end of this report.
Some hints on fixing these issues can be found at
http://gcc.gnu.org/gcc-4.7/porting_to.html
To build with GCC 4.7, either set CC=gcc-4.7 CXX=g++-4.7 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
[...]
pageviewmode.cc:1066:6: warning: unused parameter 'e' [-Wunused-parameter]
pageviewmode.cc:1066:6: warning: unused parameter 'w' [-Wunused-parameter]
In file included from /usr/include/qt3/qcstring.h:46:0,
from /usr/include/qt3/qstring.h:45,
from /usr/include/qt3/qwindowdefs.h:47,
from /usr/include/qt3/qpoint.h:45,
from /usr/include/qt3/qcursor.h:45,
from pageviewmode.cc:27:
/usr/include/qt3/qmemarray.h: In instantiation of
'QMemArray<type>::QMemArray(int) [with type = QPoint]':
/usr/include/qt3/qpointarray.h:59:55: required from here
/usr/include/qt3/qmemarray.h:62:54: warning: conversion to 'int' from 'long
unsigned int' may alter its value [-Wconversion]
In file included from pageviewmode.h:33:0,
from pageviewmode.cc:29:
rect2Darray.h: In instantiation of 'void
gui::Rect2DArray<T>::myAppend(gui::BBoxOfObjectOnPage<T>*) [with T =
boost::shared_ptr<pdfobjects::PdfOperator>]':
pageviewmode.cc:933:95: required from here
rect2Darray.h:464:3: error: 'append' was not declared in this scope, and no
declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
rect2Darray.h:464:3: note: declarations in dependent base
'QPtrList<gui::RectArray<boost::shared_ptr<pdfobjects::PdfOperator> > >' are
not found by unqualified lookup
rect2Darray.h:464:3: note: use 'this->append' instead
rect2Darray.h: In instantiation of 'void gui::RectArray<T>::myAppend(const
gui::BBoxOfObjectOnPage<T>*) [with T =
boost::shared_ptr<pdfobjects::PdfOperator>]':
rect2Darray.h:456:4: required from 'void
gui::Rect2DArray<T>::myAppend(gui::BBoxOfObjectOnPage<T>*) [with T =
boost::shared_ptr<pdfobjects::PdfOperator>]'
pageviewmode.cc:933:95: required from here
rect2Darray.h:308:2: error: 'append' was not declared in this scope, and no
declarations were found by argument-dependent lookup at the point of
instantiation [-fpermissive]
rect2Darray.h:308:2: note: declarations in dependent base
'QPtrList<gui::BBoxOfObjectOnPage<boost::shared_ptr<pdfobjects::PdfOperator> >
>' are not found by unqualified lookup
rect2Darray.h:308:2: note: use 'this->append' instead
make[3]: *** [.obj/pageviewmode.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src/gui'
make[2]: *** [pdfedit] Error 2
make[1]: *** [source] Error 2
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: pdfedit
Source-Version: 0.4.5-3
We believe that the bug you reported is fixed in the latest version of
pdfedit, which is due to be installed in the Debian FTP archive:
pdfedit_0.4.5-3.debian.tar.gz
to main/p/pdfedit/pdfedit_0.4.5-3.debian.tar.gz
pdfedit_0.4.5-3.dsc
to main/p/pdfedit/pdfedit_0.4.5-3.dsc
pdfedit_0.4.5-3_amd64.deb
to main/p/pdfedit/pdfedit_0.4.5-3_amd64.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 667...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Varun Hiremath <va...@debian.org> (supplier of updated pdfedit 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Tue, 08 May 2012 12:53:08 -0400
Source: pdfedit
Binary: pdfedit
Architecture: source amd64
Version: 0.4.5-3
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath <va...@debian.org>
Changed-By: Varun Hiremath <va...@debian.org>
Description:
pdfedit - Editor for manipulating PDF documents
Closes: 667320
Changes:
pdfedit (0.4.5-3) unstable; urgency=low
.
* Add patches/pdfedit-ftbfs-fix.diff to fix FTBFS with gcc-4.7, thanks
to Willi Mann <wi...@wm1.at> for the patch (Closes: #667320)
* Bump Standards-Version to 3.9.3
Checksums-Sha1:
bdc8250dc029513cd627c8180b260e19187637ea 1906 pdfedit_0.4.5-3.dsc
6cec6124f9dc916626462b0804d00c1df786e444 6501 pdfedit_0.4.5-3.debian.tar.gz
f75098e29a56e5ce96c5b730bbc67fc9002af7c1 2135868 pdfedit_0.4.5-3_amd64.deb
Checksums-Sha256:
c8158319b501315dbda59af7f230842f3ba4533f959724735f80a2bef87d0b7b 1906
pdfedit_0.4.5-3.dsc
981d18099a4b4352c9072ffa85888045b0ef4312dc56b6cf7e406f0e59b30dec 6501
pdfedit_0.4.5-3.debian.tar.gz
209ddc7878b07bc3b87f41506f6f0b62193b91b800b6948a6c26b715e966d022 2135868
pdfedit_0.4.5-3_amd64.deb
Files:
1725b5400a2261c8b29927225cf43d47 1906 utils optional pdfedit_0.4.5-3.dsc
080a581783465557fee1d847c81d6c66 6501 utils optional
pdfedit_0.4.5-3.debian.tar.gz
e7712670ec18fa05b3edf914422b71c0 2135868 utils optional
pdfedit_0.4.5-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCgAGBQJPqV63AAoJEHA3PPEpDbnOFroQAIZpp/+JhHyJv2pcLdycCVLo
GjJfFyXNYAKpkKa/7vNujHqK2dlGICaw3pAumQ2V3WF0Jrp4DZTyj536rkeg1NV7
jvkGjxtS1u31BkU1vGiWPVJprtJ7fyStRVj7gnjRe6Vyd+tlbJQKTfR0urgwOzL0
vW0/IwodSiV6F/dMtuGwu+H5oseVRQ6kQs/bUEk3CRUs9iQ0ByF7hr7BkPAZ84Fh
5o5y77nMCAWBK+BRVrfJbYPzFIdp0bwcHVF4m6h0M9Rt+KE3Pf/vgx3JFn5GrOC2
FncK9iWKlctZQJGNk7kFTn8F0wgw+LcYqdlt/lz6PDMuVUj6IfeRtVV/5Melxot3
HlpSAOYcsr9A7F8fh9LURRVI3vq2Q3tuqMY+70LRlU4TYsSaqfiO1BGfNq9VjBlF
2XgSAd30BYXdqcE4SaiSHfbaHrROobyUbDBz07nQsvAksqAZhrLEeoWXtFLx3PoV
KdCCzWIwb6j3eOu6NF+o1BIVRPAE3RG4RT//vRXGRkIfuWLBYM47Mb+2FLJsV6Gc
ycN+vYUbDQSjZ3PAWsqkSGyZdy3Ol1fOmuZ1Ubt+ElQFnzi1NGp/mRmhbjvKVS78
ghNdS58hOmXffEuOlnT5t+c6hBCdn/Vkl14zOHM80IY7NZWA5+UkwqzE3J73FkPA
FSMXbejzMngBcN/OE24V
=7L4H
-----END PGP SIGNATURE-----
--- End Message ---