Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing from release #1

Closed
nickdesaulniers opened this issue Jun 11, 2013 · 3 comments
Closed

Error while installing from release #1

nickdesaulniers opened this issue Jun 11, 2013 · 3 comments

Comments

@nickdesaulniers
Copy link

Making install in src
 ../../install-sh -c -d '/usr/local/lib'
/bin/sh: ../../install-sh: Permission denied
make[2]: *** [install-libLTLIBRARIES] Error 1
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1

From running in a shell script:

curl -O cre2.googlecode.com/files/cre2-0.1b3.tar.gz && \
tar zxf cre2-0.1b3.tar.gz && \
rm cre2-0.1b3.tar.gz && \
cd cre2-0.1b3 && \
mkdir build && \
cd build && \
../configure && \
make && \
make install
@marcomaggi
Copy link
Owner

Thanks for the report. There were indeed errors in packaging; I hope to have fixed them in the master branch. Now that Google Code is no more, I do not know where to upload tarballs, so for the time being only repository checkouts are available.

@nickdesaulniers
Copy link
Author

@marcomaggi , github has something, though I'm not sure it works. I found the tags are archived. Go to the Code tab then click tags above the number of commits on the right. Each tag has .tar.gz that you can download, but the one I tried, tar told me it was not a valid tar file...

@marcomaggi
Copy link
Owner

In the past Github had a proper download service, and I was using it, but then they nuked it (that is why I moved tarballs to Google Code). The tarballs you describe are repository snapshots; these are different from release tarballs for this project because I am not including the Autotools files in the repository (neither the file "version.texi" and similar that are generated by the Autotools).

I might open a project at GNA!, but they do not offer git repositories. Another option is SourceForge, I had an account there a long time ago...

megahall pushed a commit to megahall/cre2 that referenced this issue Feb 3, 2016
Fixes marcomaggi#1.

Change-Id: Idd9572f229020850a04b60cdc2e109440e8db141
Reviewed-on: https://code-review.googlesource.com/3130
Reviewed-by: Paul Wankadia <junyer@google.com>
megahall pushed a commit to megahall/cre2 that referenced this issue Feb 3, 2016
Fixes marcomaggi#1.

Change-Id: Ia3627b4733b0d3875d1e7a2b825f43159e652e13
Reviewed-on: https://code-review.googlesource.com/3141
Reviewed-by: Paul Wankadia <junyer@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants