Your message dated Mon, 19 Mar 2012 19:02:29 +0000
with message-id <e1s9hqf-00044i...@franck.debian.org>
and subject line Bug#664207: fixed in freecad 0.12.5284-dfsg-5
has caused the Debian Bug report #664207,
regarding oce: freecad FTBFS against oce-0.9.1
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.)
--
664207: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664207
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: oce
Version: 0.9.1-1
Severity: serious
freecad fails to build against oce-0.9.1, but built ok against the
previous version of oce.
There is the end of compile log:
make all-am
make[7]: Entering directory
`/tmp/buildd/freecad-0.12.5284-dfsg/src/Mod/Part/App'
/bin/bash ../../../../libtool --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I../../../.. -DPartExport= -D_FORTIFY_SOURCE=2
-D_OCC64 -g -D_DEBUG -D_REENTRANT -Wall -I../../../../src
-I../../../../src -I/usr/include/python2.7 -I/usr/include
-I/usr/include -I/usr/include/oce -Wall -DHAVE_SWIG=0 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -Wno-deprecated -frtti -c -o
libPart_la-AppPartPy.lo `test -f 'AppPartPy.cpp' || echo
'./'`AppPartPy.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../../.. -DPartExport=
-D_FORTIFY_SOURCE=2 -D_OCC64 -g -D_DEBUG -D_REENTRANT -Wall
-I../../../../src -I../../../../src -I/usr/include/python2.7
-I/usr/include -I/usr/include -I/usr/include/oce -Wall -DHAVE_SWIG=0
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Wformat-security -Werror=format-security -Wno-deprecated -frtti -c
AppPartPy.cpp -fPIC -DPIC -o .libs/libPart_la-AppPartPy.o
AppPartPy.cpp: In function 'PyObject* makePlane(PyObject*, PyObject*)':
AppPartPy.cpp:495:69: error: no matching function for call to
'BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(Handle_Geom_Plane&,
double, double&, double, double&)'
AppPartPy.cpp:495:69: note: candidates are:
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:175:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const TopoDS_Face&,
const TopoDS_Wire&)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:175:3: note: candidate
expects 2 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:132:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const
Handle_Geom_Surface&, const TopoDS_Wire&, Standard_Boolean)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:132:3: note: candidate
expects 3 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:130:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Torus&,
const TopoDS_Wire&, Standard_Boolean)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:130:3: note: candidate
expects 3 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:128:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Sphere&,
const TopoDS_Wire&, Standard_Boolean)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:128:3: note: candidate
expects 3 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:126:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Cone&, const
TopoDS_Wire&, Standard_Boolean)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:126:3: note: candidate
expects 3 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:124:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Cylinder&,
const TopoDS_Wire&, Standard_Boolean)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:124:3: note: candidate
expects 3 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:122:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Pln&, const
TopoDS_Wire&, Standard_Boolean)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:122:3: note: candidate
expects 3 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:120:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const TopoDS_Wire&,
Standard_Boolean)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:120:3: note: candidate
expects 2 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:115:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const
Handle_Geom_Surface&, Standard_Real, Standard_Real, Standard_Real,
Standard_Real, Standard_Real)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:115:3: note: candidate
expects 6 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:112:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Torus&,
Standard_Real, Standard_Real, Standard_Real, Standard_Real)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:112:3: note: no known
conversion for argument 1 from 'Handle_Geom_Plane' to 'const
gp_Torus&'
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:110:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Sphere&,
Standard_Real, Standard_Real, Standard_Real, Standard_Real)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:110:3: note: no known
conversion for argument 1 from 'Handle_Geom_Plane' to 'const
gp_Sphere&'
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:108:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Cone&,
Standard_Real, Standard_Real, Standard_Real, Standard_Real)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:108:3: note: no known
conversion for argument 1 from 'Handle_Geom_Plane' to 'const gp_Cone&'
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:106:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Cylinder&,
Standard_Real, Standard_Real, Standard_Real, Standard_Real)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:106:3: note: no known
conversion for argument 1 from 'Handle_Geom_Plane' to 'const
gp_Cylinder&'
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:104:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Pln&,
Standard_Real, Standard_Real, Standard_Real, Standard_Real)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:104:3: note: no known
conversion for argument 1 from 'Handle_Geom_Plane' to 'const gp_Pln&'
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:102:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const
Handle_Geom_Surface&, Standard_Real)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:102:3: note: candidate
expects 2 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:99:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Torus&)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:99:3: note: candidate
expects 1 argument, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:97:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Sphere&)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:97:3: note: candidate
expects 1 argument, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:95:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Cone&)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:95:3: note: candidate
expects 1 argument, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:93:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Cylinder&)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:93:3: note: candidate
expects 1 argument, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:91:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const gp_Pln&)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:91:3: note: candidate
expects 1 argument, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:89:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const TopoDS_Face&)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:89:3: note: candidate
expects 1 argument, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:87:3: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace()
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:87:3: note: candidate
expects 0 arguments, 5 provided
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:70:7: note:
BRepBuilderAPI_MakeFace::BRepBuilderAPI_MakeFace(const
BRepBuilderAPI_MakeFace&)
/usr/include/oce/BRepBuilderAPI_MakeFace.hxx:70:7: note: candidate
expects 1 argument, 5 provided
make[7]: *** [libPart_la-AppPartPy.lo] Error 1
make[7]: Leaving directory `/tmp/buildd/freecad-0.12.5284-dfsg/src/Mod/Part/App'
make[6]: *** [all] Error 2
make[6]: Leaving directory `/tmp/buildd/freecad-0.12.5284-dfsg/src/Mod/Part/App'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/tmp/buildd/freecad-0.12.5284-dfsg/src/Mod/Part'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/tmp/buildd/freecad-0.12.5284-dfsg/src/Mod'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/freecad-0.12.5284-dfsg/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/freecad-0.12.5284-dfsg'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/freecad-0.12.5284-dfsg'
dh_auto_build: make -j1 returned exit code 2
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: freecad
Source-Version: 0.12.5284-dfsg-5
We believe that the bug you reported is fixed in the latest version of
freecad, which is due to be installed in the Debian FTP archive:
freecad-dev_0.12.5284-dfsg-5_i386.deb
to main/f/freecad/freecad-dev_0.12.5284-dfsg-5_i386.deb
freecad-doc_0.12.5284-dfsg-5_all.deb
to main/f/freecad/freecad-doc_0.12.5284-dfsg-5_all.deb
freecad_0.12.5284-dfsg-5.debian.tar.gz
to main/f/freecad/freecad_0.12.5284-dfsg-5.debian.tar.gz
freecad_0.12.5284-dfsg-5.dsc
to main/f/freecad/freecad_0.12.5284-dfsg-5.dsc
freecad_0.12.5284-dfsg-5_i386.deb
to main/f/freecad/freecad_0.12.5284-dfsg-5_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 664...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anton Gladky <gladky.an...@gmail.com> (supplier of updated freecad 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: SHA1
Format: 1.8
Date: Sun, 18 Mar 2012 08:51:19 +0100
Source: freecad
Binary: freecad freecad-dev freecad-doc
Architecture: source i386 all
Version: 0.12.5284-dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Anton Gladky <gladky.an...@gmail.com>
Description:
freecad - Extensible Open Source CAx program (alpha)
freecad-dev - FreeCAD development files
freecad-doc - FreeCAD documentation
Closes: 646374 663704 664207
Changes:
freecad (0.12.5284-dfsg-5) unstable; urgency=low
.
* [4d3e1c0] Do not build freecad parallel, it causes FTBFS sometimes ( -j5).
* [d749637] Fix FTBFS during compiling against oce-0.9.1.
Thanks to Denis Barbier. (Closes: #664207)
* [28cb8ba] Fix bug of identifying SWIG version.
Thanks to Werner Mayer <werner.wm.ma...@gmx.de>.
(Closes: #646374)
* [fde200f] Use Standards-Version 3.9.3. No changes.
* [595a19e] Minor update of copyright file due to released DEP-5.
* [65ef554] Enable HAVE_SWIG option.
* [1af4c8a] Fix crash in Help->About menu. (Closes: #663704)
Checksums-Sha1:
10bbbba3f242df70a153de3260f572d2502c362f 2895 freecad_0.12.5284-dfsg-5.dsc
49f0bd23ff40a19ef230a508b279219efaf60c65 24251
freecad_0.12.5284-dfsg-5.debian.tar.gz
01750791453569813b5f527a62d523c326468c7c 12826450
freecad_0.12.5284-dfsg-5_i386.deb
8aeb79883a7a8c6c47c3af9a384d1fbaea536c6e 327596
freecad-dev_0.12.5284-dfsg-5_i386.deb
bc36dc4792183382ebba4f0ec9bc77dbcf44d519 28945474
freecad-doc_0.12.5284-dfsg-5_all.deb
Checksums-Sha256:
ddca1760bb07183d652d57e82195d268e43660e862afcfcb0f4eb50e3c503a93 2895
freecad_0.12.5284-dfsg-5.dsc
b3b6991d7ea2e3322dcbc56b29c9ef905fed117a3cfc47f8c0bc7d5ccdb53b51 24251
freecad_0.12.5284-dfsg-5.debian.tar.gz
3f8ae683b9387dbedd37f357899adec0ea9eb6f94537362c0a85fff169970a49 12826450
freecad_0.12.5284-dfsg-5_i386.deb
9d365e160201313b5003c1d0088fff28f5aa2c5c02f9d1d1ec52e91628e46f6a 327596
freecad-dev_0.12.5284-dfsg-5_i386.deb
480f9c3ed71756edd2dfc497bc6aa00f0c16d4d173805409491cfabcf365f4ea 28945474
freecad-doc_0.12.5284-dfsg-5_all.deb
Files:
4729afe067a469181afaef1d8a1d1e55 2895 science extra
freecad_0.12.5284-dfsg-5.dsc
c7589e570d4909dc508854d7d7f82883 24251 science extra
freecad_0.12.5284-dfsg-5.debian.tar.gz
b254d93d858d86e2052ac9593241949b 12826450 science extra
freecad_0.12.5284-dfsg-5_i386.deb
4aecebe999673150926a40ec5cac7787 327596 libdevel extra
freecad-dev_0.12.5284-dfsg-5_i386.deb
407fff31499552bc8b42aa42bcfebb80 28945474 doc extra
freecad-doc_0.12.5284-dfsg-5_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBAgAGBQJPZ34CAAoJENPhc4PPp/8G0owP/18J+FVGT5T/eNcXocEVbac9
Lpbr8M13vHbh22alW184N77j8cAB44xAyR09SwpI4vPxItsixmcvCac8mSs9L6wE
kaskkk9TH42xMM3wbhaWo37UHJ6Oj4Z90x/NyV0pXWAFBp5zvUhgNkkDP1HxGabS
1lYA31wbFENzWdg5j9qZwcW0s3eQX8wIIGao3P3RC4jodRZNfkMEkp5z5rOpiPYq
PSuiYqgxO5gmc4CzcX1/F+BEjAqYw/lYsuW1TjIDFWLkCrR68JrcMtD8a2Y8iUcq
FYyNlvG+Y/msNEdQ/bX0s/e5Yvm0FnGn/Ug2RjrROqPlqK09k+bFgWdiTBLhfqVh
ZMSHysdJgSDBx/R7o9nhG2cS6h9e/y3wqZ50IorZFcPmw2MeyIgcmwU1Y9Hu6oCb
rtxgGeVGOrDU2SwAGl+th1laqT19u7mR/ZNCe8JWndjkuoBCTTWsHjIKrPfOskL3
yyGyLR/jErIXhU0Tj1ITv5VFvXoPE0G+ft7PPIWREKGvztiQkwWLEwD4SVSgMKlU
MNoc6F9pQ8thcY1dCrpmCCG7L98hyR6MJD0Rh2y2iGnuYwZflgugiAX7gTnWFrEO
JDrCR+chzWUNLSTnazvnIGsuMfbUFTa/1g4aYmsUqn8Bqasj7IFZeWozOeRYIrqC
9Y43ua9jbh3almlIzqeZ
=4go1
-----END PGP SIGNATURE-----
--- End Message ---