Coder Social home page Coder Social logo

Comments (8)

BrianNichols avatar BrianNichols commented on June 4, 2024

What are the commands you are using to build? "make package"?
Did you try "git submodule update --init"?
Are you building in the git repository or the extracted tgz archive?

from aerospike-client-c.

patricklauer avatar patricklauer commented on June 4, 2024

The tarballs provided by github ( https://github.com/aerospike/aerospike-client-c/archive/4.0.4.tar.gz for example, to be found in code -> releases ) are, as usual for GH (not the first time I encounter this) incomplete.
git submodule ... can't work since this is a stripped down tarball without any git metadata.
And all directories populated with git submodules are empty.

(So currently the only way to build a specific release would be to checkout the git repo and then rewind it to a specific commit, which is quite silly)

from aerospike-client-c.

wchu-citrusleaf avatar wchu-citrusleaf commented on June 4, 2024

We will look into providing the src tarball on our download directory. For the mean time, best to git checkout specific tags for the supported releases. Thanks.

from aerospike-client-c.

vertexclique avatar vertexclique commented on June 4, 2024

cf_byte_order.h is also not present in both macos and linux distribs.
which is not even used.

from aerospike-client-c.

aknuds1 avatar aknuds1 commented on June 4, 2024

I tried to build the 4.3.19 source tarball on OS X.

$ ./xcode/prepare_xcode
Updating Homebrew...
Warning: wget 1.19.5 is already installed and up-to-date
To reinstall 1.19.5, run `brew reinstall wget`
Warning: automake 1.16.1_1 is already installed and up-to-date
To reinstall 1.16.1_1, run `brew reinstall automake`
Warning: libtool 2.4.6_1 is already installed and up-to-date
To reinstall 2.4.6_1, run `brew reinstall libtool`
Warning: openssl 1.0.2p is already installed and up-to-date
To reinstall 1.0.2p, run `brew reinstall openssl`
./xcode/prepare_xcode: line 16: cd: modules/lua/src: No such file or directory
make: *** No rule to make target `macosx'.  Stop.
The file /Users/arve/xcode/client.xcworkspace does not exist.

from aerospike-client-c.

BrianNichols avatar BrianNichols commented on June 4, 2024

Github does not include submodules in their tarballs. We have no control over how they generate those tarballs.

You will need to clone the repo and then pull in the submodules:

git clone https://github.com/aerospike/aerospike-client-c.git
cd aerospike-client-c
git submodule update --init

from aerospike-client-c.

aknuds1 avatar aknuds1 commented on June 4, 2024

from aerospike-client-c.

BrianNichols avatar BrianNichols commented on June 4, 2024

No. We have no way to disable those tarballs.

from aerospike-client-c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.