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

Fix cmake error observed while upgrade to nanomsg 1.1.5 #299

Open
shilpa24balaji opened this issue Apr 24, 2019 · 0 comments
Open

Fix cmake error observed while upgrade to nanomsg 1.1.5 #299

shilpa24balaji opened this issue Apr 24, 2019 · 0 comments
Assignees

Comments

@shilpa24balaji
Copy link
Collaborator

https://travis-ci.org/Comcast/parodus/builds/523670805?utm_source=github_status&utm_medium=notification

https://api.travis-ci.org/v3/job/523670806/log.txt

[ 16%] [34m[1mCreating directories for 'nanomsg'[0m
[ 17%] [34m[1mPerforming download step (git clone) for 'nanomsg'[0m
Cloning into 'nanomsg'...
Note: checking out '1.1.5'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

git checkout -b

HEAD is now at 1749fd7b... Bump version to 1.1.5.
[ 17%] [34m[1mNo patch step for 'nanomsg'[0m
[ 17%] [34m[1mPerforming update step for 'nanomsg'[0m
[ 18%] [34m[1mPerforming configure step for 'nanomsg'[0m
-- The C compiler identification is GNU 4.8.4
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Detected nanomsg ABI v5 (v5.1.0)
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- OS System is Linux
-- OS Version is 4.4.0-101-generic
-- Looking for gethrtime
-- Looking for gethrtime - not found
-- Looking for socketpair
-- Looking for socketpair - found
-- Looking for eventfd
-- Looking for eventfd - found
-- Looking for pipe
-- Looking for pipe - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for accept4
-- Looking for accept4 - found
-- Looking for epoll_create
-- Looking for epoll_create - found
-- Looking for kqueue
-- Looking for kqueue - not found
-- Looking for poll
-- Looking for poll - found
-- Looking for getaddrinfo_a in anl
-- Looking for getaddrinfo_a in anl - found
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for sem_wait in rt
-- Looking for sem_wait in rt - not found
-- Looking for sem_wait in pthread
-- Looking for sem_wait in pthread - found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - found
-- Looking for socket in socket
-- Looking for socket in socket - not found
-- Looking for CLOCK_MONOTONIC
-- Looking for CLOCK_MONOTONIC - found
-- Looking for atomic_cas_32
-- Looking for atomic_cas_32 - not found
-- Looking for AF_UNIX
-- Looking for AF_UNIX - found
-- Looking for backtrace_symbols_fd
-- Looking for backtrace_symbols_fd - found
-- Performing Test NN_HAVE_MSG_CONTROL
-- Performing Test NN_HAVE_MSG_CONTROL - Success
-- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS
-- Performing Test NN_HAVE_GCC_ATOMIC_BUILTINS - Success
CMake Error at /usr/local/cmake-3.9.2/share/cmake-3.9/Modules/WriteBasicConfigVersionFile.cmake:40 (message):
No VERSION specified for WRITE_BASIC_CONFIG_VERSION_FILE()
Call Stack (most recent call first):
/usr/local/cmake-3.9.2/share/cmake-3.9/Modules/CMakePackageConfigHelpers.cmake:207 (write_basic_config_version_file)
src/CMakeLists.txt:390 (write_basic_package_version_file)

-- Configuring incomplete, errors occurred!
See also "/home/travis/build/Comcast/parodus/build/_prefix/nanomsg/src/nanomsg-build/CMakeFiles/CMakeOutput.log".
See also "/home/travis/build/Comcast/parodus/build/_prefix/nanomsg/src/nanomsg-build/CMakeFiles/CMakeError.log".
make[2]: *** [_prefix/nanomsg/src/nanomsg-stamp/nanomsg-configure] Error 1
make[1]: *** [CMakeFiles/nanomsg.dir/all] Error 2
make: *** [all] Error 2
travis_time:end:2f525be6:start=1556051667057267812,finish=1556051695577297624,duration=28520029812
[0K[31;1mThe command "make" exited with 2.[0m

travis_time:start:05cbed41
[0K$ export ARGS="-V"
travis_time:end:05cbed41:start=1556051695581647949,finish=1556051695584342372,duration=2694423
[0K[32;1mThe command "export ARGS="-V"" exited with 0.[0m

travis_time:start:052a75de

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