From owner-freebsd-ports@FreeBSD.ORG Thu May 20 21:34:22 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2322E16A4CE for ; Thu, 20 May 2004 21:34:22 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DD743D41 for ; Thu, 20 May 2004 21:34:21 -0700 (PDT) (envelope-from apeiron@comcast.net) Received: from prophecy.velum (pcp08490587pcs.levtwn01.pa.comcast.net[68.83.169.224]) by comcast.net (sccrmhc12) with SMTP id <2004052104342001200opquae> (Authid: apeiron@comcast.net); Fri, 21 May 2004 04:34:20 +0000 Date: Fri, 21 May 2004 00:34:17 -0400 From: Christopher Nehren To: FreeBSD Ports List Message-ID: <20040521043417.GA8528@prophecy.dyndns.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="17pEHd4RhPHOinZp" Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: Yet another user with subversion building problems (WITH_PERL breakage) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 04:34:22 -0000 --17pEHd4RhPHOinZp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable After two fresh cvsups I'm still getting the following error when trying to build Subversion: adjunct# make WITH_PERL=3DYES SVNREPOS=3D/usr/local/svn/repos WITH_MOD_DAV_SVN=3DYES WITH_APACHE2_APR=3DYES [...] cd subversion/clients/cmdline && /bin/sh /usr/ports/devel/subversion/work/subversion-1.0.2/libtool --silent --mode=3Dlink cc -O -pipe -O2 -pthread -DNEON_ZLIB -DNEON_SSL -L/usr/local/lib/db42 -L/usr/local/lib -rpath /usr/local/lib -o svn add-cmd.o blame-cmd.o cat-cmd.o checkout-cmd.o cleanup-cmd.o commit-cmd.o copy-cmd.o delete-cmd.o diff-cmd.o export-cmd.o help-cmd.o import-cmd.o info-cmd.o log-cmd.o ls-cmd.o main.o merge-cmd.o mkdir-cmd.o move-cmd.o notify.o prompt.o propdel-cmd.o propedit-cmd.o propget-cmd.o proplist-cmd.o props.o propset-cmd.o resolved-cmd.o revert-cmd.o status-cmd.o status.o switch-cmd.o update-cmd.o util.o =2E./../../subversion/libsvn_client/libsvn_client-1.la =2E./../../subversion/libsvn_wc/libsvn_wc-1.la =2E./../../subversion/libsvn_ra/libsvn_ra-1.la =2E./../../subversion/libsvn_delta/libsvn_delta-1.la =2E./../../subversion/libsvn_subr/libsvn_subr-1.la /usr/local/lib/apache2/libaprutil-0.la -ldb-4.2 -lexpat /usr/local/lib/apache2/libapr-0.la -lm -lcrypt -lc_r -L/usr/local/lib -rpath=3D/usr/local/lib -L/usr/local/lib -lneon -lssl -lcrypto -lz -lexpat libtool: link: cannot find the library `' *** Error code 1 Trying to run this command manually without the libtool nonsense gives an error that ../../../subversion/libsvn_client/libsvn_client-1.la is an unrecognized file format. I removed the file, tried again, and got the same error. This is on a FreeBSD 4.10-BETA system as cvsup'd and built on May 8th starting at 10:00 AM EST.=20 Curiously enough, the port builds and installs cleanly without a single hitch if I omit WITH_PERL=3DYES . If I try to build with Perl support, in addition, SWIG dies with an error that a zend function is given too many arguments in libphp4.c . This seems quite spurious to me, since SWIG_LANGUAGES is set to perl by devel/subversion/Makefile , which should totally omit PHP and everything else !~ /^perl$/. Of course, there's always the possibility for user error, so if that is the case, I would appreciate some directions to the appropriate documentation. --=20 I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated". -- Ken Thompson - Unix is user friendly. However, it isn't idiot friendly. - Please CC me in all replies, even if I'm on the relevant list(s). --17pEHd4RhPHOinZp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFArYbJk/lo7zvzJioRAuDKAKCTFeS/nwPK5R7NjieZze+eYBiwLACdFney r72a/2+rST5cBOpT3ELlR+A= =AlWU -----END PGP SIGNATURE----- --17pEHd4RhPHOinZp--