-
Notifications
You must be signed in to change notification settings - Fork 8
2.0 tarball missing "configure" script (INSTALL says it should be there) #43
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
Comments
Hi, Thanks for the heads up. I will post a new tarball this weekend. Scott
|
I just downloaded and checked the tarball: % tar tzf cci-2.0.tar.gz I checked the configure script and it seems fine. Can you download and try again? Scott
|
Given the name v2.0.tar.gz, I think he took the tarball generated by github when you push a tag. They are available from https://github.com/CCI/cci/releases, but it is just a tarball of the git tree, without running autogen. Unfortunately, there's currently no way to disable these automatic and incomplete tarballs as far as I know. |
Yes, I got it from here: https://github.com/CCI/cci/archive/v2.0.tar.gz. I was on the cci github page https://github.com/CCI/cci and clicked on "releases" ... seemed like a logical place to look. |
% ls
v2.0.tar.gz
% tar xzf v2.0.tar.gz
% cd cci-2.0/
cwd: /tmp/c/cci-2.0
% ls configure
ls: configure: No such file or directory
% head INSTALL
= Common Communication Interface Installation Guide ============================
From a tarball (.tar.gz)
To install CCI from a tarball, simply execute the following commands, where
is the CCI version you want to install:
% ./autogen.pl
CCI autogen
This doesn't look like a developer copy of CCI. You probably do not
want to run autogen.pl - it is normally not needed for a release
source tree. Giving you 5 seconds to reconsider and kill me.
^C
%
The text was updated successfully, but these errors were encountered: