-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ccn-lite: does not build on Ubuntu 16.04 (LTS) #8627
Copy link
Copy link
Closed
Labels
Area: networkArea: NetworkingArea: NetworkingArea: pkgArea: External package portsArea: External package ports
Description
Description
CCNlite currently does not build on the most current LTS version of Ubuntu for native:
Steps to reproduce the issue
BOARD=native make -C examples/ccn-lite-relayExpected results
CMake should finish and CCN-lite should proceed to be build.
Actual results
CMake fails with:
[…]
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
CMake 3.7 or higher is required. You are running version 3.5.1
[…]
Versions
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
$ uname -a
Linux sarajevo 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ gcc --version
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: networkArea: NetworkingArea: NetworkingArea: pkgArea: External package portsArea: External package ports