Skip to content

ccn-lite: does not build on Ubuntu 16.04 (LTS) #8627

@miri64

Description

@miri64

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-relay

Expected 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.

Metadata

Metadata

Assignees

Labels

Area: networkArea: NetworkingArea: pkgArea: External package ports

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions