From owner-freebsd-alpha Sun Dec 9 14:34: 9 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by hub.freebsd.org (Postfix) with ESMTP id 3396D37B405 for ; Sun, 9 Dec 2001 14:34:04 -0800 (PST) Received: (from uucp@localhost) by srv1.cosmo-project.de (8.11.0/8.11.0) with UUCP id fB9MY2611205; Sun, 9 Dec 2001 23:34:02 +0100 (CET) Received: from mail.cicely.de (cicely20.cicely.de [10.1.1.22]) by cicely5.cicely.de (8.12.1/8.12.1) with ESMTP id fB9MYDtx090987; Sun, 9 Dec 2001 23:34:13 +0100 (CET)?g (envelope-from ticso@cicely8.cicely.de) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.2.10]) by mail.cicely.de (8.11.0/8.11.0) with ESMTP id fB9MYCW03749; Sun, 9 Dec 2001 23:34:12 +0100 (CET) Received: (from ticso@localhost) by cicely8.cicely.de (8.11.6/8.11.6) id fB9MYCi09941; Sun, 9 Dec 2001 23:34:12 +0100 (CET) (envelope-from ticso) Date: Sun, 9 Dec 2001 23:34:11 +0100 From: Bernd Walter To: Wilko Bulte Cc: FreeBSD-alpha mailing list Subject: Re: failure to make release with DOCs Message-ID: <20011209233411.K7042@cicely8.cicely.de> References: <20011209211655.A61634@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011209211655.A61634@freebie.xs4all.nl> User-Agent: Mutt/1.3.23i X-Operating-System: FreeBSD cicely8.cicely.de 5.0-CURRENT i386 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, Dec 09, 2001 at 09:16:55PM +0100, Wilko Bulte wrote: > Hi > > Anybody tried building a RELENG_4 release *with* docs enabled > recently? NODOC=YES worked fine for me, but now I tried to > build the docs as well. As part of that process half a truckload > of ports need to be built. And that seems to fail: There is a small problem with pthreads on stable: bernd@srv1.cosmo-project.de:~> cat test.c int main () { return 0; } bernd@srv1.cosmo-project.de:~> gcc -o test test.c -pthread /usr/lib/libc_r.so: undefined reference to `_thread_sys_sigreturn' Exit 1 That's what Daniel Eischen told me: : OK, the problem is with libc/alpha/gen/setjmp.S. Change : the PCALL(sigreturn) to CALL(sigreturn) near the bottom of : the file. I hadn't the time to check yet, because I need to recheckout the lib source before. > > ... > >> Checksum OK for pkgconfig-0.8.0.tar.gz. > ===> pkgconfig-0.8.0 depends on executable: gmake - found > ===> pkgconfig-0.8.0 depends on executable: libtool - found > ... > checking for __d10_pthread_attr_init in -lthread... no > checking for __pthread_attr_init_system in -lpthread... no > configure: error: I can't find the libraries for the thread implementation > posix. Please choose another thread implementation or > provide information on your thread implementation. > You can also run 'configure --disable-threads' > to compile without thread support. > configure: error: ./configure failed for glib-1.2.8 > ===> Script "configure" failed: here are the contents of "config.log" > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > configure:733: checking for a BSD compatible install > configure:786: checking whether build environment is sane > ... > configure:984: checking for Cygwin environment > configure:1000: cc -c -O -pipe -mcpu=ev4 conftest.c 1>&5 > configure: In function `main': > configure:996: `__CYGWIN32__' undeclared (first use in this function) > configure:996: (Each undeclared identifier is reported only once > configure:996: for each function it appears in.) > configure: failed program was: > #line 989 "configure" > #include "confdefs.h" > ... > (end of "config.log") > *** Error code 1 > > Stop in /usr/ports/devel/pkgconfig. > *** Error code 1 -- B.Walter COSMO-Project http://www.cosmo-project.de ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message