[erlang-questions] gproc github project
Dmitry Klionsky
dm.klionsky@REDACTED
Mon Jan 13 08:39:45 CET 2014
Hi,
It seems like you downloaded the master repository as a zip archive.
This way the archive doesn't contain git information and sure `git
describe ...' command fails.
So you get two options: change vsn manually to current commit hash or
tag version or clone the git repository.
On 01/13/2014 12:11 AM, Ivan Carmenates García wrote:
> gproc github project Hi all,
> regards,
>
> I downloaded the gproc module from github, and when I tried to compile
> it got this error:
>
> gproc
> ERROR: git describe --always --tags `git log -n 1
> --pretty=format:%h .` failed with error: 128 and output:
> fatal: Not a git repository (or any of the parent directories): .git
> fatal: Not a git repository (or any of the parent directories): .git
>
> so I review the sources and I found that in the /src/gproc.app.src
> file the vsn parameter has the value "git", I think that is prepared
> for online compiling or something,
> How can I fix it to work offline
>
>
>
>
>
>
> %%% -*- mode: erlang -*-
> %%% $Id$
> %%%
>
> {application, gproc,
> [
> {description, "GPROC"},
> {vsn, git},
> {id, "GPROC"},
> {registered, [ ] },
> %% NOTE: do not list applications which are load-only!
> {applications, [ kernel, stdlib ] },
> {mod, {gproc_app, []} }
> ]
> }.
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
--
Best regards,
Dmitry Klionsky
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140113/8e35eeb6/attachment.htm>
More information about the erlang-questions
mailing list