Re: Build failure of gcc-4.6.3p3 with execinfo.h installed

2012-07-01 Thread Marc Espie
On Sun, Jul 01, 2012 at 06:52:55PM +0200, Pascal Stumpf wrote: > On Sun, 1 Jul 2012 18:34:44 +0200, Marc Espie wrote: > > On Sun, Jul 01, 2012 at 05:57:55PM +0200, Pascal Stumpf wrote: > > > Yes, seems like you've found a hidden build dependency. The only thing > > > execinfo.h does is enable the

Re: Build failure of gcc-4.6.3p3 with execinfo.h installed

2012-07-01 Thread Pascal Stumpf
On Sun, 1 Jul 2012 18:34:44 +0200, Marc Espie wrote: > On Sun, Jul 01, 2012 at 05:57:55PM +0200, Pascal Stumpf wrote: > > Yes, seems like you've found a hidden build dependency. The only thing > > execinfo.h does is enable the define _GLIBCXX_HAVE_EXECINFO_H, so I > > think it's better to just put

Re: Build failure of gcc-4.6.3p3 with execinfo.h installed

2012-07-01 Thread Marc Espie
On Sun, Jul 01, 2012 at 05:57:55PM +0200, Pascal Stumpf wrote: > Yes, seems like you've found a hidden build dependency. The only thing > execinfo.h does is enable the define _GLIBCXX_HAVE_EXECINFO_H, so I > think it's better to just put it in BUILD_DEPENDS. libmagic, on the > other hand, would r

Re: Build failure of gcc-4.6.3p3 with execinfo.h installed

2012-07-01 Thread Pascal Stumpf
On Sun, 1 Jul 2012 15:49:17 +0100, Mikolaj Kucharski wrote: > On Sat, Jun 30, 2012 at 08:15:06PM +0200, Marc Espie wrote: > > > > Not necessarily, the thing to do is to see in the code what those tests > > lead to, whether it will actually bring something to OpenBSD, and then > > decide whether w

Re: Build failure of gcc-4.6.3p3 with execinfo.h installed

2012-07-01 Thread Mikolaj Kucharski
On Sat, Jun 30, 2012 at 08:15:06PM +0200, Marc Espie wrote: > > Not necessarily, the thing to do is to see in the code what those tests > lead to, whether it will actually bring something to OpenBSD, and then > decide whether we want to disable the tests or not. Well, looking at the code, this i

Re: Build failure of gcc-4.6.3p3 with execinfo.h installed

2012-06-30 Thread Marc Espie
On Sat, Jun 30, 2012 at 07:00:26PM +0100, Mikolaj Kucharski wrote: > > I got another failure from libjava about magic.h, unfortunately VM > crashed and I don't have the log. > > I downloaded lang/gcc/4.6 packages from nearest mirror: > > # cd /usr/ports/lang/gcc/4.6 && make show=PKGNAMES > gcc-4

Re: Build failure of gcc-4.6.3p3 with execinfo.h installed

2012-06-30 Thread Mikolaj Kucharski
On Sat, Jun 30, 2012 at 10:12:36AM +0100, Mikolaj Kucharski wrote: > Hi, > > Ports build by `dpb -a' fails at lang/gcc/4.6 with below: > > # zgrep execinfo gcc-4.6.3p3.log.gz > checking execinfo.h usability... yes > checking execinfo.h presence... yes > checking for execinfo.h... yes > checking e