Subject: Re: pkg/36418: lang/erlang X11 modular
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 06/01/2007 10:45:03
The following reply was made to PR pkg/36418; it has been noted by GNATS.
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: pkg-manager@NetBSD.org, gnats-admin@NetBSD.org,
gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/36418: lang/erlang X11 modular
Date: Fri, 1 Jun 2007 12:40:55 +0200 (CEST)
> From: Joerg Sonnenberger <joerg@britannica.bec.de>
> To: pkg-manager@NetBSD.org, gnats-admin@NetBSD.org, pkgsrc-bugs@NetBSD.org,
"Gilles Dauphin" <dauphin@enst.fr>
> Subject: Re: pkg/36418: lang/erlang X11 modular
> X-Gnats-Was-Stupid: no
> Cc:
> Date: Fri, 1 Jun 2007 08:25:03 +0000 (UTC)
>
> The following reply was made to PR pkg/36418; it has been noted by GNATS.
>
> From: Joerg Sonnenberger <joerg@britannica.bec.de>
> To: gnats-bugs@NetBSD.org
> Cc:
> Subject: Re: pkg/36418: lang/erlang X11 modular
> Date: Fri, 1 Jun 2007 09:53:59 +0200
>
> On Thu, May 31, 2007 at 01:20:03PM +0000, Gilles Dauphin wrote:
> > I use
> > .include "../../x11/libXt//buildlink3.mk"
>
> Can you check whether it links against -lXt or not? If it doesn't, does
> it link against -lSM?
I think erlang does not need X11,
the only case is, if you want to write a graphics interface and have a
prebuild binaries of tcl/tk (that's not the case)
---------------------------------------------------------------
configuring in gs/.
running /bin/bash /pkg/obj/lang/erlang/work/otp_src_R11B-0/lib/gs/./configure
--with-ssl=/usr/pkg --prefix=/usr/pkg --host=x86_64-sun-solaris2
--mandir=/usr/pkg/man --cache-file=../../.././config.cache
--srcdir=/pkg/obj/lang/erlang/work/otp_src_R11B-0/lib/gs/.
checking host system type... x86_64-sun-solaris2
checking for prebuilt tcl/tk in tcl/binaries/x86_64_solaris2.tar.gz... not found
creating ./config.status
creating tcl/x86_64-sun-solaris2/Makefile
creating tcl/win32/Makefile
----------------------------------------------------------------
Nowhere in my work.log , X-windows is used???!!!
erlang port need more work,
I compile erlang with and without X11
(commenting .include ../../x11/libXt/..)
the result is the same for me
Cheers,
Gilles