[erlang-questions] [ANN] Release of etorrent v1.2.0

Jesper Louis Andersen jesper.louis.andersen@REDACTED
Thu Dec 23 22:14:57 CET 2010


Perhaps...

What version of Erlang are you using? And what operating system? I'd
be willing to guess at NetBSD :)

I have not yet seen that problem, but when you do 'make rel' you are
building a separate erlang-installation in rel/etorrent. It may be
that it thinks it needs gs there, but won't copy it to there. When I
generate the release here, I do get the gs application into the
release, because the tv application needs it (among others IIRC).

Perhaps you can try something like:

5> jlouis@REDACTED:~/Projects/etorrent/rel/etorrent/lib$ erl
Erlang R14B02 (erts-5.8.3) [source] [64-bit] [smp:2:2] [rq:2]
[async-threads:0] [hipe] [kernel-poll:false]

Eshell V5.8.3  (abort with ^G)
1> code:which(gs).
"/usr/local/stow/otp-dev-20101208/lib/erlang/lib/gs-1.5.13/ebin/gs.beam"

to see if your erlang-installation is able to find it first. It may be
a release handling problem for the older R13 release, so I'd be
interested in hearing more.



On Thu, Dec 23, 2010 at 22:16, Xavier Maillard <xma@REDACTED> wrote:
> Hi,
>
> On Thu, 23 Dec 2010 18:50:08 +0100, Xavier Maillard <xma@REDACTED> wrote:
>> On Wed, 22 Dec 2010 23:48:33 +0000, Jachym Holecek <freza@REDACTED> wrote:
>> > # Xavier Maillard 2010-12-22:
>> > > On Sat, 11 Dec 2010 23:17:32 +0100, Jesper Louis Andersen <jesper.louis.andersen@REDACTED> wrote:
>> > > >  {repository,
>> > > >    [{release,
>> > > >      {etorrent, ".*", {git, "git://github.com/jlouis/etorrent.git", "v1.2.0"}}},
>> > > >     {development,
>> > > >      {etorrent, ".*", {git, "git://github.com/jlouis/etorrent.git",
>> > >
>> > > Do you have some sort of tarball archive ? I do not have git here and
>> > > I'd like to test it.
>> >
>> > Go to https://github.com/jlouis/etorrent, click "Downloads" button on
>> > the right.
>>
>> Thank you, got it.
>
> Got it but `make rel' gives an error:
>
> ERROR: Unable to generate spec: Undefined applications: [gs]
>
> I checkd twice and I *do* have gs onto my system.
>
> As I do not know rebar, I can't try to find out where it is looking for
> this gs thingie.
>
> Any clue ?
>
> /Xavier
>



-- 
J.


More information about the erlang-questions mailing list