Skip to content

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

Open
chuckcranor opened this issue Sep 23, 2016 · 4 comments

Comments

@chuckcranor
Copy link

% 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:

    tar xzf cci-<version>.tar.gz
    cd cci-<version>
    ./configure

% ./autogen.pl
CCI autogen

  1. Searching for projects, frameworks, and plugins...

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
%

@scottatchley
Copy link
Contributor

Hi,

Thanks for the heads up. I will post a new tarball this weekend.

Scott

On Sep 23, 2016, at 4:29 PM, chuckcranor [email protected] wrote:

% 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:

tar xzf cci-<version>.tar.gz
cd cci-<version>
./configure

% ./autogen.pl
CCI autogen

  1. Searching for projects, frameworks, and plugins...

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
%


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@scottatchley
Copy link
Contributor

I just downloaded and checked the tarball:

% tar tzf cci-2.0.tar.gz
cci-2.0/
cci-2.0/aclocal.m4
cci-2.0/autogen.pl
cci-2.0/cci.pc.in
cci-2.0/config/
cci-2.0/config/ar-lib
cci-2.0/config/autogen_found_items.m4
cci-2.0/config/cci.m4
cci-2.0/config/cci_check_attributes.m4
cci-2.0/config/cci_check_package.m4
cci-2.0/config/cci_check_vendor.m4
cci-2.0/config/cci_check_visibility.m4
cci-2.0/config/cci_check_withdir.m4
cci-2.0/config/cci_functions.m4
cci-2.0/config/cci_get_version.sh
cci-2.0/config/cci_plugins.m4
cci-2.0/config/cci_setup_plugin_package.m4
cci-2.0/config/compile
cci-2.0/config/config.guess
cci-2.0/config/config.sub
cci-2.0/config/depcomp
cci-2.0/config/distscript.csh
cci-2.0/config/install-sh
cci-2.0/config/libtool.m4
cci-2.0/config/ltmain.sh
cci-2.0/config/ltoptions.m4
cci-2.0/config/ltsugar.m4
cci-2.0/config/ltversion.m4
cci-2.0/config/lt~obsolete.m4
cci-2.0/config/missing
cci-2.0/config/test-driver
cci-2.0/configure

I checked the configure script and it seems fine. Can you download and try again?

Scott

On Sep 24, 2016, at 8:20 AM, Atchley, Scott [email protected] wrote:

Hi,

Thanks for the heads up. I will post a new tarball this weekend.

Scott

On Sep 23, 2016, at 4:29 PM, chuckcranor [email protected] wrote:

% 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:

tar xzf cci-.tar.gz
cd cci-
./configure

% ./autogen.pl
CCI autogen

  1. Searching for projects, frameworks, and plugins...

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
%


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@bgoglin
Copy link
Contributor

bgoglin commented Sep 24, 2016

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.

@chuckcranor
Copy link
Author

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.

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

3 participants