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

Dev Compile Errors - tocalls #246

Closed
jcrix opened this issue Jan 19, 2020 · 4 comments
Closed

Dev Compile Errors - tocalls #246

jcrix opened this issue Jan 19, 2020 · 4 comments

Comments

@jcrix
Copy link

jcrix commented Jan 19, 2020

When issuing cmake ..

I run into the following:

CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1888 (message):
Could not extract tarball filename from url:

http://www.aprs.org/aprs11/tocalls.txt

Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
data/CMakeLists.txt:41 (ExternalProject_Add)

@dranch
Copy link
Collaborator

dranch commented Jan 19, 2020

Hmmm.. how old is your copy of the DEV git repo? Run a "git pull" to make sure you have the newest code. Beyond that, I'm not seeing this issue. Direwolf only requires Cmake 3.1.x or newer so it should work. Does the command "wget http://www.aprs.org/aprs11/tocalls.txt" work on this same machine?

--David

make update-data

--David

@jcrix
Copy link
Author

jcrix commented Jan 19, 2020

Yes its current. I just pulled it. And yes I have newer cmake v 3.5.2. And yes the wget works. That was the first thing I tried.

@dranch
Copy link
Collaborator

dranch commented Jan 19, 2020

Can you share details about your system? Hardware type, distro, distro version? The "cmake .." and "make -j8" stages work fine here on Centos 6.10 (cmake 3.6.1) and Raspbian 10.2 (cmake 3.13.4). Looking around, it might be an issue with your version of Cmake. Any chance you can upgrade to something newer?

@jcrix
Copy link
Author

jcrix commented Jan 19, 2020

Yes thats the issue... the version of cmake.

@jcrix jcrix closed this as completed Jan 19, 2020
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