-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The cmake command gives me Error: could not load cache
bbronosky@devops06:/tmp$ sudo apt-get install ncurses-dev cmake
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libncurses5-dev' instead of 'ncurses-dev'
cmake is already the newest version.
libncurses5-dev is already the newest version.
The following packages were automatically installed and are no longer required:
libboost-dev libboost-filesystem1.54.0 libboost-program-options1.54.0
libboost-system1.54.0 libboost-thread1.54.0 libboost1.54-dev
libgoogle-perftools4 libpcrecpp0 libsnappy1 libtcmalloc-minimal4 libunwind8
libv8-3.14.5 mongodb-clients mongodb-dev
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 300 not upgraded.
bbronosky@devops06:/tmp$ git clone https://github.com/marcodiiga/filepie.git
Cloning into 'filepie'...
remote: Counting objects: 42, done.
remote: Total 42 (delta 0), reused 0 (delta 0), pack-reused 42
Unpacking objects: 100% (42/42), done.
Checking connectivity... done.
bbronosky@devops06:/tmp$ cd filepie/
bbronosky@devops06:/tmp/filepie$ cmake --build . --target all
Error: could not load cache
bbronosky@devops06:/tmp/filepie$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working directory clean
bbronosky@devops06:/tmp/filepie$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
bbronosky@devops06:/tmp/filepie$
Also, I'd suggest changing your clone line to git clone https://github.com/marcodiiga/filepie.git because that will work for everyone everywhere as opposed to git@github.com:marcodiiga/filepie.git which only works on boxes that have been authenticated against github.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels