From owner-freebsd-ports@FreeBSD.ORG Tue Aug 4 19:45:44 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12524106595D; Tue, 4 Aug 2009 19:45:44 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id AFD388FC16; Tue, 4 Aug 2009 19:45:43 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id D7A0434D431; Tue, 4 Aug 2009 20:45:42 +0100 (BST) From: David Southwell Organization: Voice & Vision To: freebsd-ports@freebsd.org Date: Tue, 4 Aug 2009 20:45:42 +0100 User-Agent: KMail/1.11.4 (FreeBSD/7.2-RELEASE-p2; KDE/4.2.4; amd64; ; ) References: <200908030934.37876.david@vizion2000.net> <200908041015.04954.david@vizion2000.net> <200908040839.55236.mel.flynn+fbsd.ports@mailing.thruhere.net> In-Reply-To: <200908040839.55236.mel.flynn+fbsd.ports@mailing.thruhere.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200908042045.42833.david@vizion2000.net> Cc: Mel Flynn , Doug Barton Subject: Re: Compile error mail/alpine X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2009 19:45:44 -0000 > On Tuesday 04 August 2009 01:15:04 David Southwell wrote: > > latest error messages: > > > > cc -std=gnu99 -g -D_THREAD_SAFE -O2 -fno-strict-aliasing -pipe - > > DLDAP_DEPRECATED -rpath=/usr/local/lib -o alpine addrbook.o adrbkcmd.o > > after.o alpine.o arg.o busy.o colorconf.o confscroll.o context.o > > dispfilt.o flagmaint.o folder.o help.o imap.o init.o kblock.o keymenu.o > > ldapconf.o listsel.o mailcmd.o mailindx.o mailpart.o mailview.o newuser.o > > pattern.o pipe.o print.o radio.o remote.o reply.o roleconf.o send.o > > setup.o signal.o status.o takeaddr.o titlebar.o smime.o date.o -lcrypt > > -lpam -L/usr/lib - L/usr/local/openssl/lib -L/usr/local/lib > > ../pico/libpico.a > > ../pico/osdep/libpicoosd.a ../pith/libpith.a ../pith/osdep/libpithosd.a > > ../pith/charconv/libpithcc.a osdep/libpineosd.a ../c-client/c-client.a > > /usr/local/lib/libldap.so -lcrypto -ltinfo /usr/local/lib/liblber.so > > -lssl - Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib > > ../c-client/c-client.a(osdep.o)(.text+0x68a1): In function > > `ssl_onceonlyinit': > > /usr/ports/mail/alpine/work/alpine-2.00/imap/c-client/osdep.c:335: > > warning: warning: tmpnam() possibly used unsafely; consider using > > mkstemp() after.o(.text+0x36d): In function `start_after': > > /usr/ports/mail/alpine/work/alpine-2.00/alpine/after.c:77: undefined > > reference to `pthread_create' > > David, given that all your errors posted in the last 24 hours point to a > messed up pth/pthread installation I suggest you look into that before > trying to build more ports. > > The shell archive attached should compile and run cleanly, by typing "make > run" once extracted. If it does not, then even the base compiler/linker > cannot find pthread, which is not a good thing, but at least you know where > to start (reinstall world and possibly kernel). The thing that puzzled me was the following lines in the report (see above) /usr/bin/ld: cannot find -lpth libtool: link: rm -f ".libs/epiphanyS.o" ^^ ^^^^ David