Subject: Re: lang/erlang not compiling
To: Urban Boquist <urban@boquist.net>
From: Love <lha@stacken.kth.se>
List: tech-pkg
Date: 04/25/2004 16:17:10
--=-=-=
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Urban Boquist <urban@boquist.net> writes:
> Bj=F6rn> I'm having trouble building lang/erlang on 1.6.2-i386. I have
> Bj=F6rn> PKG_JVM_DEFAULT=3Dwonka in mk.conf.
>
> I think this is the same problem I saw the other day on 2.0B. It is
> not related to wonka.
>
> Try the patch below, it makes erlang build for me. But I don't know if
> that is the best thing to do...
It seems like the erland folks have hidden some config.status quite deep in
their source-tree. Point to it directly or just punt and run find ?
Love
Index: Makefile
=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/erlang/Makefile,v
retrieving revision 1.12
diff -u -u -w -r1.12 Makefile
=2D-- Makefile 26 Mar 2004 02:27:42 -0000 1.12
+++ Makefile 25 Apr 2004 14:15:18 -0000
@@ -10,6 +10,9 @@
HOMEPAGE=3D http://www.erlang.org/
COMMENT=3D Concurrent functional programming language
=20
+CONFIG_GUESS_OVERRIDE=3D $(find . -name config.guess)
+CONFIG_SUB_OVERRIDE=3D $(find . -name config.sub)
+
DIST_SUBDIR=3D erlang
=20
USE_BUILDLINK2=3D yes
--=-=-=
Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (NetBSD)
iQEVAwUAQIvIZ3W+NPVfDpmCAQIskAgAp6Q0ZMAFguaAAAHMaguwat+WchGJczOu
LLxaybgjXSjBU82lx2vH4JH1Sm4WsCRKL9jK2Sd4T3QPk5FqFCWc/TSCuyZ90JWo
/ej5FHx7R6FknGkxlm7eETS1QVsWaZicollUUtbFoPcW6mghPaci4cwROAYgnbdo
QhaCxQMEJ4NGGlqMKlnDcBmZITm33hMaNWv4ZhevpTF/O2Wg9He+jT9uQTqK8YIy
QZeMk5JuUUxhB2Y/UO0Rq+CdtvOO9h7j2cm0hWxJosGUV96HK8f0B2IFZFpYK8NM
Kp0LScgVRdejrhswznh+qIzBK1RocSYAi4TQFWODvHyzMq0BRktN1A==
=QCrA
-----END PGP SIGNATURE-----
--=-=-=--