From owner-freebsd-ports@FreeBSD.ORG Fri Feb 17 06:46:55 2006 Return-Path: X-Original-To: ports@freebsd.org 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 61C8C16A422; Fri, 17 Feb 2006 06:46:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2214943D45; Fri, 17 Feb 2006 06:46:55 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 00EB01A3C1D; Thu, 16 Feb 2006 22:46:55 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 47DB4514CC; Fri, 17 Feb 2006 01:46:54 -0500 (EST) Date: Fri, 17 Feb 2006 01:46:54 -0500 From: Kris Kennaway To: Aaron Dalton Message-ID: <20060217064654.GA36805@xor.obsecurity.org> References: <43F56C9E.2040708@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NzB8fVQJ5HfG6fxh" Content-Disposition: inline In-Reply-To: <43F56C9E.2040708@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: ports@freebsd.org Subject: Re: FreeBSD 4.11 and gettext 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: Fri, 17 Feb 2006 06:46:55 -0000 --NzB8fVQJ5HfG6fxh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 16, 2006 at 11:26:38PM -0700, Aaron Dalton wrote: > (Sorry for the general developers@ post!) I'm trying to install=20 > net/cvsup-without-gui on a fresh 4.11 install (a port testing jail=20 > actually). I get the following compilation error while building=20 > gettext. I didn't want to file a PR if it's just my ignorance causing=20 > the problem. I see the file bsdxml.h in my host environment=20 > (/usr/include) but nowhere in the jail. I also see it in my 5.2.1 jail.= =20 > Should this port simply not build on 4.11? Thanks for your time! >=20 > fouroneone# make install distclean > =3D=3D=3D> cvsup-without-gui-16.1h_2 depends on file: > /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a - not found > =3D=3D=3D> Verifying install for > /usr/local/lib/m3/pkg/tcp/FreeBSD4/libm3tcp.a in /usr/ports/lang/ezm3 > =3D=3D=3D> ezm3-1.2 depends on executable: gmake - not found > =3D=3D=3D> Verifying install for gmake in /usr/ports/devel/gmake > =3D=3D=3D> gmake-3.80_2 depends on shared library: intl - not found > =3D=3D=3D> Verifying install for intl in /usr/ports/devel/gettext > =3D=3D=3D> Building for gettext-0.14.5_1 SOmething is wrong; you're not picking up this: =2Eif ${OSVERSION} < 500000 CONFIGURE_ARGS+=3D --with-libexpat-prefix=3D${LOCALBASE}/lib LIB_DEPENDS+=3D expat.6:${PORTSDIR}/textproc/expat2 =2Eendif which suggests your OSVERSION is wrong. It's picked up from the kernel by sysctl, so when building in a jail you have to set it by hand to the desired version. Kris --NzB8fVQJ5HfG6fxh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD9XFdWry0BWjoQKURAji4AJ4xLOxqiXlv4iCKkcA69KpvQ5D8zACfadVy IojdBcjSTGYKIEVb5deRWKY= =ypXi -----END PGP SIGNATURE----- --NzB8fVQJ5HfG6fxh--