Subject: Re: pkg/27796
To: None <tron@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: S.P.Zeidler <spz@serpens.de>
List: pkgsrc-bugs
Date: 07/09/2005 11:30:03
The following reply was made to PR pkg/27796; it has been noted by GNATS.

From: "S.P.Zeidler" <spz@serpens.de>
To: gnats-bugs@netbsd.org
Cc: tron@netbsd.org
Subject: Re: pkg/27796
Date: Sat, 9 Jul 2005 13:29:09 +0200

 The problem originates in devel/apr
 
 in work/httpd-2.0.54/srclib/apr/config.log (or similar path)
 the test for -lpthread results in:
 configure:25785: result:
 configure:25821: checking for LIBS needed for pthreads
 configure:25858: cc -o conftest -O2 -I/usr/pkg/include -I/usr/pkg/include -DNETBSD -L/usr/pkg/lib -Wl,-R/usr/pkg/lib conftest.c -lm -lcrypt -lresolv -lpthread >&5
 configure:25861: $? = 0
 configure:25863: ./conftest
 [1]   Abort trap (core dumped) ./conftest${ac_e...
 ...
 
 (conftest builds but fails with abort trap when being run)
 
 this was identified as being due to the stacksize limit set to unlimited.
 That's fairly strange but certainly not a problem of the apache2 package.
 
 -- 
 spz@serpens.de (S.P.Zeidler)