Bug#489730: iceape: FTBFS on GNU/kFreeBSD (change in debian/rules needed)

2008-07-08 Thread Petr Salinger
I'll have to check if that does the same on linux x86_64... I won't have immediate time to do this test, so if you can beat me to it, please do ;) It works fine on linux x86_64 with following changes 1) added line hunspell.hxx in config/system-headers 2) full build performed by $(MAKE)

Bug#489730: iceape: FTBFS on GNU/kFreeBSD (change in debian/rules needed)

2008-07-07 Thread Petr Salinger
Package: iceape Severity: important Version: 1.1.10-1 Tags: patch User: [EMAIL PROTECTED] Usertags: kfreebsd Hi, the current version fails to build on GNU/kFreeBSD. It fails due to problem with visibility handling. I really don't know why the current way for forcing -fvisibility=hidden

Bug#489730: iceape: FTBFS on GNU/kFreeBSD (change in debian/rules needed)

2008-07-07 Thread Mike Hommey
On Mon, Jul 07, 2008 at 02:59:52PM +0200, Petr Salinger wrote: Package: iceape Severity: important Version: 1.1.10-1 Tags: patch User: [EMAIL PROTECTED] Usertags: kfreebsd Hi, the current version fails to build on GNU/kFreeBSD. It fails due to problem with visibility handling. I

Bug#489730: iceape: FTBFS on GNU/kFreeBSD (change in debian/rules needed)

2008-07-07 Thread Petr Salinger
The system wrappers had problems with gcc 4.2, which is why this hack is in place. Theorically, it should build fine now only removing WRAP_SYSTEM_INCLUDES= VISIBILITY_FLAGS=-fvisibility=hidden (i.e not setting ac_cv_have_visibility_class_bug=yes). Could you check that it builds on kfreebsd like

Bug#489730: iceape: FTBFS on GNU/kFreeBSD (change in debian/rules needed)

2008-07-07 Thread Mike Hommey
On Mon, Jul 07, 2008 at 10:08:09PM +0200, Petr Salinger wrote: The system wrappers had problems with gcc 4.2, which is why this hack is in place. Theorically, it should build fine now only removing WRAP_SYSTEM_INCLUDES= VISIBILITY_FLAGS=-fvisibility=hidden (i.e not setting

Bug#489730: iceape: FTBFS on GNU/kFreeBSD (change in debian/rules needed)

2008-07-07 Thread Petr Salinger
What about adding hunspell.hxx in config/system-headers ? I added all files from /usr/include/hunspell/ and continued build by fakeroot debian/rules binary. It slightly moves and it ends by: c++ -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual

Bug#489730: iceape: FTBFS on GNU/kFreeBSD (change in debian/rules needed)

2008-07-07 Thread Mike Hommey
On Mon, Jul 07, 2008 at 10:32:50PM +0200, Petr Salinger wrote: What about adding hunspell.hxx in config/system-headers ? I added all files from /usr/include/hunspell/ and continued build by fakeroot debian/rules binary. It slightly moves and it ends by: c++ -fno-rtti -fno-exceptions -Wall