Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory

2011-07-17 Thread Werner Mayer
Hi all, the basic problem is that configure fails to find the OpenCascade developer files. According to the build log at https://buildd.debian.org/status/fetch.php?pkg=freecadarch=kfreebsd-amd64ver=0.11.4446-dfsg-1stamp=1307997225 you can see this message: configure: checking

Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory

2011-07-17 Thread Anton Gladky
On Sun, Jul 17, 2011 at 3:28 PM, Werner Mayer werner.wm.ma...@gmx.de wrote: ... Mehdi Dogguy or others who work on the platform kFreeBSD can you please upload the file config.log because there we can see what really happened during configure. configure:25498: g++ -o conftest -g -O2

Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory

2011-07-17 Thread roucaries bastien
On Sun, Jul 17, 2011 at 6:47 PM, Anton Gladky gladky.an...@gmail.com wrote: On Sun, Jul 17, 2011 at 3:28 PM, Werner Mayer werner.wm.ma...@gmx.de wrote: ... Mehdi Dogguy or others who work on the platform kFreeBSD can you please upload the file config.log because there we can see what really

Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory

2011-07-16 Thread Anton Gladky
Hi Werner, thanks for suggestion. So, in this case salomemesh will not be compiled at all? Will we loose some functionality? But there _is_ a /usr/include/opencascade in the system. It just cannot be properly detected by configurator. Anton -- To UNSUBSCRIBE, email to

Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory

2011-07-10 Thread Werner Mayer
Hi Anton, yes there is a simple way to fix this bug. Just open the file FreeCAD/src/3rdParty/Makefile.am and put a if HAVE_OPENCASCADE/endif around the line SUBDIRS=salomesmesh. It should look like this: if HAVE_OPENCASCADE SUBDIRS=salomesmesh endif This way the Makefile of salomesmesh

Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory

2011-04-22 Thread Anton Gladky
I tried to build the same package on KFreebsd i386 vm, but got another error: =Start=== chmod u+x autogen.sh ./autogen.sh ./autogen.sh: 14: cannot create /dev/null: Permission denied ./autogen.sh: 14: svn: not found ./autogen.sh: 14: cannot create /dev/null:

Bug#623560: FTBFS on kfreebsd-*: fatal error: Driver_Document.h: No such file or directory

2011-04-21 Thread Mehdi Dogguy
Package: freecad Version: 0.11.3729.dfsg-2 Severity: serious Tags: wheezy sid Hi. Your package fails to build from source on kfreebsd-i386 and kfreebsd-amd64. The build log shows the following errors: /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../..