Your message dated Sun, 09 Oct 2011 12:20:14 +0000
with message-id <e1rcsmy-000129...@franck.debian.org>
and subject line Bug#625068: fixed in liborigin 20080225-2.1
has caused the Debian Bug report #625068,
regarding liborigin: FTBFS: tree.hh:138:21: error: 'ptrdiff_t' does not name a 
type
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.)


-- 
625068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: liborigin
Version: 20080225-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110502 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> g++ -c -pipe -Wall -W -O2 -fPIC OPJFile.cpp -o OPJFile.o
> In file included from OPJFile.h:42:0,
>                  from OPJFile.cpp:37:
> tree.hh:138:21: error: 'ptrdiff_t' does not name a type
> In file included from OPJFile.cpp:37:0:
> OPJFile.h: In constructor 'originData::originData(double)':
> OPJFile.h:97:9: warning: 'originData::d' will be initialized after [-Wreorder]
> OPJFile.h:96:6: warning:   'int originData::type' [-Wreorder]
> OPJFile.h:99:2: warning:   when initialized here [-Wreorder]
> OPJFile.h: In constructor 'originData::originData(char*)':
> OPJFile.h:98:9: warning: 'originData::s' will be initialized after [-Wreorder]
> OPJFile.h:96:6: warning:   'int originData::type' [-Wreorder]
> OPJFile.h:104:2: warning:   when initialized here [-Wreorder]
> OPJFile.h: In constructor 'spreadColumn::spreadColumn(std::string, int)':
> OPJFile.h:124:6: warning: 'spreadColumn::index' will be initialized after 
> [-Wreorder]
> OPJFile.h:121:9: warning:   'std::string spreadColumn::command' [-Wreorder]
> OPJFile.h:126:2: warning:   when initialized here [-Wreorder]
> OPJFile.h:122:9: warning: 'spreadColumn::comment' will be initialized after 
> [-Wreorder]
> OPJFile.h:116:6: warning:   'int spreadColumn::value_type' [-Wreorder]
> OPJFile.h:126:2: warning:   when initialized here [-Wreorder]
> OPJFile.h:123:6: warning: 'spreadColumn::width' will be initialized after 
> [-Wreorder]
> OPJFile.h:120:6: warning:   'int spreadColumn::numeric_display_type' 
> [-Wreorder]
> OPJFile.h:126:2: warning:   when initialized here [-Wreorder]
> OPJFile.h: In constructor 'matrix::matrix(std::string, int)':
> OPJFile.h:175:6: warning: 'matrix::index' will be initialized after 
> [-Wreorder]
> OPJFile.h:173:9: warning:   'std::string matrix::command' [-Wreorder]
> OPJFile.h:179:2: warning:   when initialized here [-Wreorder]
> OPJFile.h:173:9: warning: 'matrix::command' will be initialized after 
> [-Wreorder]
> OPJFile.h:169:6: warning:   'int matrix::value_type_specification' [-Wreorder]
> OPJFile.h:179:2: warning:   when initialized here [-Wreorder]
> OPJFile.h:174:6: warning: 'matrix::width' will be initialized after 
> [-Wreorder]
> OPJFile.h:172:6: warning:   'int matrix::numeric_display_type' [-Wreorder]
> OPJFile.h:179:2: warning:   when initialized here [-Wreorder]
> OPJFile.h: In constructor 'function::function(std::string, int)':
> OPJFile.h:200:6: warning: 'function::index' will be initialized after 
> [-Wreorder]
> OPJFile.h:195:6: warning:   'int function::type' [-Wreorder]
> OPJFile.h:201:2: warning:   when initialized here [-Wreorder]
> In file included from OPJFile.cpp:37:0:
> OPJFile.h: In constructor 'projectNode::projectNode(std::string, int, double, 
> double)':
> OPJFile.h:498:9: warning: 'projectNode::name' will be initialized after 
> [-Wreorder]
> OPJFile.h:497:6: warning:   'int projectNode::type' [-Wreorder]
> OPJFile.h:502:2: warning:   when initialized here [-Wreorder]
> OPJFile.cpp: In member function 'int OPJFile::ParseFormatOld()':
> OPJFile.cpp:503:55: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<spreadSheet>::size_type' [-Wformat]
> OPJFile.cpp:572:61: warning: format '%d' expects argument of type 'int', but 
> argument 6 has type 'std::vector<spreadColumn>::size_type' [-Wformat]
> OPJFile.cpp:598:83: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<spreadColumn>::size_type' [-Wformat]
> OPJFile.cpp: In member function 'int OPJFile::ParseFormatNew()':
> OPJFile.cpp:932:18: warning: array subscript has type 'char' 
> [-Wchar-subscripts]
> OPJFile.cpp:1104:55: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<spreadSheet>::size_type' [-Wformat]
> OPJFile.cpp:1227:77: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<note>::size_type' [-Wformat]
> OPJFile.cpp:1228:79: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<note>::size_type' [-Wformat]
> OPJFile.cpp:1229:78: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<note>::size_type' [-Wformat]
> OPJFile.cpp: In member function 'void OPJFile::readSpreadInfo(FILE*, FILE*)':
> OPJFile.cpp:1337:83: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<spreadColumn>::size_type' [-Wformat]
> OPJFile.cpp: In member function 'void OPJFile::readExcelInfo(FILE*, FILE*)':
> OPJFile.cpp:1560:102: warning: format '%d' expects argument of type 'int', 
> but argument 4 has type 'std::vector<spreadColumn>::size_type' [-Wformat]
> OPJFile.cpp: In member function 'void OPJFile::readGraphInfo(FILE*, FILE*)':
> OPJFile.cpp:2231:171: warning: format '%d' expects argument of type 'int', 
> but argument 3 has type 'std::vector<graph>::size_type' [-Wformat]
> OPJFile.cpp:2231:171: warning: format '%d' expects argument of type 'int', 
> but argument 4 has type 'std::vector<graphLayer>::size_type' [-Wformat]
> OPJFile.cpp:2231:171: warning: format '%d' expects argument of type 'int', 
> but argument 5 has type 'std::vector<graphCurve>::size_type' [-Wformat]
> OPJFile.cpp:2243:171: warning: format '%d' expects argument of type 'int', 
> but argument 3 has type 'std::vector<graph>::size_type' [-Wformat]
> OPJFile.cpp:2243:171: warning: format '%d' expects argument of type 'int', 
> but argument 4 has type 'std::vector<graphLayer>::size_type' [-Wformat]
> OPJFile.cpp:2243:171: warning: format '%d' expects argument of type 'int', 
> but argument 5 has type 'std::vector<graphCurve>::size_type' [-Wformat]
> OPJFile.cpp:2247:79: warning: format '%d' expects argument of type 'int', but 
> argument 3 has type 'std::vector<graph>::size_type' [-Wformat]
> make[1]: *** [liborigin.so] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/05/02/liborigin_20080225-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr             GPG: 1024D/023B3F4F |



--- End Message ---
--- Begin Message ---
Source: liborigin
Source-Version: 20080225-2.1

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

liborigin-dev_20080225-2.1_i386.deb
  to main/libo/liborigin/liborigin-dev_20080225-2.1_i386.deb
liborigin0_20080225-2.1_i386.deb
  to main/libo/liborigin/liborigin0_20080225-2.1_i386.deb
liborigin_20080225-2.1.diff.gz
  to main/libo/liborigin/liborigin_20080225-2.1.diff.gz
liborigin_20080225-2.1.dsc
  to main/libo/liborigin/liborigin_20080225-2.1.dsc
opj2dat_20080225-2.1_i386.deb
  to main/libo/liborigin/opj2dat_20080225-2.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 625...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated liborigin 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: SHA256

Format: 1.8
Date: Fri, 07 Oct 2011 13:58:38 +0200
Source: liborigin
Binary: liborigin-dev liborigin0 opj2dat
Architecture: source i386
Version: 20080225-2.1
Distribution: unstable
Urgency: low
Maintainer: Gudjon I. Gudjonsson <gud...@gudjon.org>
Changed-By: gregor herrmann <gre...@debian.org>
Description: 
 liborigin-dev - library for reading OriginLab Origin project files 
(development)
 liborigin0 - library for reading OriginLab Origin project files (runtime)
 opj2dat    - OriginLab Origin project files to data files converter
Closes: 607396 625068
Changes: 
 liborigin (20080225-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix "FTBFS with linker flag --as-needed" and "FTBFS: tree.hh:138:21:
     error: 'ptrdiff_t' does not name a type": Apply patches from Ubuntu:
 .
   [ Stefan Potyra ]
   * debian/patches/02_makefile_as_needed.patch: Adjust link order in Makefile
     to fix a FTBFS with --as-needed linker flag (closes: #607396).
 .
   [ Colin Watson ]
   * debian/patches/cstddef.patch: Include <cstddef> for ptrdiff_t
     (closes: #625068, LP: #771110).
Checksums-Sha1: 
 f24aaff0cfe0389ad8861601aa2e014e0683a816 2017 liborigin_20080225-2.1.dsc
 a0ede669f0a3e439680ce7b92fce0024b791f931 4134 liborigin_20080225-2.1.diff.gz
 9689b6f05104be8f3a1a61c1883c54d8e52ba004 24882 
liborigin-dev_20080225-2.1_i386.deb
 f5421dd779f33a1eb1fdc572c96252d32a75afb8 72928 liborigin0_20080225-2.1_i386.deb
 dc07cad756508698a141b013f20d094ec4667d66 10438 opj2dat_20080225-2.1_i386.deb
Checksums-Sha256: 
 88ecea4a5fd9abfb5c3e7843d4b024b6d9e9964db0aa92688d91eb20282cdfe3 2017 
liborigin_20080225-2.1.dsc
 a6769e3e780cb4c401c4d8d629b067b1b7a7dbadcb9f93d102a59dda9f870a7f 4134 
liborigin_20080225-2.1.diff.gz
 802eb67929764d3f4c4a5f018c99b7d5dead70980796e187e2ea2b1407ea934b 24882 
liborigin-dev_20080225-2.1_i386.deb
 81050c9b6c9bd51e51270dda1820c127cddd74434323eaa71ee23fb84b0e79b8 72928 
liborigin0_20080225-2.1_i386.deb
 7118c35c1743fed2c09108325b9c3cd3e26f435379d6077db287ac5244104446 10438 
opj2dat_20080225-2.1_i386.deb
Files: 
 03d27b7ce2327c5df291943e0bebe02b 2017 libs optional liborigin_20080225-2.1.dsc
 54a382047007ee31ecc2cecee20414ac 4134 libs optional 
liborigin_20080225-2.1.diff.gz
 d05f5435c6746036a86063fe12fa9683 24882 libdevel optional 
liborigin-dev_20080225-2.1_i386.deb
 fd2d58fcdfaa4ee7857e41d33d8a450c 72928 libs optional 
liborigin0_20080225-2.1_i386.deb
 9f486ec3dc79dc280ca70644b75e7c30 10438 science optional 
opj2dat_20080225-2.1_i386.deb

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

iQIcBAEBCAAGBQJOjum9AAoJELs6aAGGSaoGNi0P/3gWKXCVzXpRwcomzwBuGA+Y
MkkpQGi1a+STwvvntDylzs7n6I9JHRMUoRqxDz3vfgo42HUgQ6Obfc0ufZ1YAomH
OoUWhhAUE3BsIF7C15DDfG9bvL6RQUTNzDZjcmUHRfqqNgAlGInpnU9RtBo+jxIi
K1lK+Uj0VyxoIQb7GpdT3F1E02yfXsU/YWCtMdbKNxSTk3seLcy5GLEcYHHN9/Fp
pIpUXCIc63nTC7kDHcnC/Cri8GIic7Y1SgoAcBO+hQD3s2l2MZ2OrwnfbqvcH3tc
h/BXG70gfAgXJELINMNl8Hhrf+pogDz0mdeN8NNFLEg9cyY0rFtm8LLndvUh8Nks
85U7pGRQRg/2gbRXAEIuuGtIcrMHWFhKyctw2DKT8WHZZp4o63Tc7322rsQmkEgJ
CG15JsqoEb4tc0SwgtpbGH9njSn7R0DZXMXOin4Kdhcq9T7aZHm5YaozPV8JbaKw
QJbOpEUpL+naT1ig9VKTHLvZv0HxZhrgebcor+Y8Y3CH9XkWQhjiLNIqT4o3z2ne
esAIfsLRbGr6YolZTWey3Yx5Lz+cOi2bkGds/M6bmYIDiq0y6hWODP3EK90cqHGW
R7dPZtjEpVqXWsqx58SGypMSxnXP5KuAT4Ttt8G26bkU4E/Qe0raULz3Ur+LM5sP
wWuGaCw9mdQlvIQUBrCq
=8Aom
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to