Date: Sun, 9 Dec 2001 23:34:11 +0100 From: Bernd Walter <ticso@cicely8.cicely.de> To: Wilko Bulte <wkb@freebie.xs4all.nl> Cc: FreeBSD-alpha mailing list <freebsd-alpha@FreeBSD.ORG> Subject: Re: failure to make release with DOCs Message-ID: <20011209233411.K7042@cicely8.cicely.de> In-Reply-To: <20011209211655.A61634@freebie.xs4all.nl> References: <20011209211655.A61634@freebie.xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011209233411.K7042>