Subject: Re: pkgsrc IRIX64 6.5/mipseb bulk build results 2005-06-06
To: None <pkgsrc-bulk@netbsd.org>
From: Jan Schaumann <jschauma@netmeister.org>
List: tech-pkg
Date: 06/06/2005 10:25:30
--fOHHtNG4YXGJ0yqR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Thomas Klausner <wiz@NetBSD.org> wrote:
> On Mon, Jun 06, 2005 at 10:03:37AM -0400, Jan Schaumann wrote:
> > pkgsrc bulk build results
> > IRIX64 6.5/IP27
>=20
> General problem in php* wrt dependencies, and in pear*
> there's a strange ln(1) error.

Not really that strange.  ln(1) wants two arguments, but is given only
one.  Our ln(1) considers 'target_file' optional, this one doesn't.

All pear-* problems should be fixed by

Index: pear.mk
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /cvsroot/pkgsrc/lang/php/pear.mk,v
retrieving revision 1.6
diff -b -u -r1.6 pear.mk
--- pear.mk     25 Mar 2005 12:45:09 -0000      1.6
+++ pear.mk     6 Jun 2005 14:21:33 -0000
@@ -47,7 +47,7 @@
 NO_BUILD=3D      # defined
=20
 post-extract:
-       @cd ${WRKSRC} && ${LN} -s ${WRKDIR}/package.xml
+       @cd ${WRKSRC} && ${LN} -s ${WRKDIR}/package.xml package.xml
=20
 do-install:
        cd ${WRKSRC} && ${PEAR_CMD} install package.xml || exit 1



At least, that should make it attempt to build these packages.  Could
people who own pear- packages check this and commit it, if possible?

Thanks,
-Jan

--=20
"Ford," he said, "you're turning into a penguin. Stop it."

--fOHHtNG4YXGJ0yqR
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (NetBSD)

iD8DBQFCpFzafFtkr68iakwRAoyVAKDhIzVS16SJOpOPiKLmpOwwjHo58gCg81bf
EYJan7puySqZ2KKSbYloYp8=
=Dqgc
-----END PGP SIGNATURE-----

--fOHHtNG4YXGJ0yqR--