Your message dated Tue, 30 Aug 2016 22:36:43 +0000
with message-id <[email protected]>
and subject line Bug#835739: fixed in ros-bond-core 1.7.17-3
has caused the Debian Bug report #835739,
regarding ros-bond-core: FTBFS: cmake errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
835739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835739
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ros-bond-core
Version: 1.7.17-2
Severity: serious
Tags: stretch sid
User: [email protected]
Usertags: qa-ftbfs-20160828 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
>  debian/rules build
> dh build --parallel --with=python2 --buildsystem=cmake
>    dh_testdir -O--buildsystem=cmake
>    dh_update_autotools_config -O--buildsystem=cmake
>    dh_auto_configure -O--buildsystem=cmake
>       cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON 
> -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
> -DCMAKE_INSTALL_LOCALSTATEDIR=/var
> -- The C compiler identification is GNU 6.2.0
> -- The CXX compiler identification is GNU 6.2.0
> -- Check for working C compiler: /usr/bin/cc
> -- Check for working C compiler: /usr/bin/cc -- works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Check for working CXX compiler: /usr/bin/c++
> -- Check for working CXX compiler: /usr/bin/c++ -- works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Using CATKIN_DEVEL_PREFIX: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/devel
> -- Using CMAKE_PREFIX_PATH: 
> -- Found PythonInterp: /usr/bin/python (found version "2.7.12") 
> -- Using PYTHON_EXECUTABLE: /usr/bin/python
> -- Using Debian Python package layout
> -- Using empy: /usr/bin/empy
> -- Using CATKIN_ENABLE_TESTING: ON
> -- Call enable_testing()
> -- Using CATKIN_TEST_RESULTS_DIR: 
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results
> -- 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  
> -- Found gtest sources under '/usr/src/gtest': gtests will be built
> CMake Warning at /usr/share/catkin/cmake/test/nosetests.cmake:98 (message):
>   nosetests not found, Python tests can not be run (try installing package
>   'python-nose')
> Call Stack (most recent call first):
>   /usr/share/catkin/cmake/all.cmake:147 (include)
>   /usr/share/catkin/cmake/catkinConfig.cmake:20 (include)
>   bond/CMakeLists.txt:4 (find_package)
> 
> 
> -- catkin 0.7.1
> -- Using these message generators: gencpp;genlisp;genpy
> CMake Error at obj-x86_64-linux-gnu/bond/cmake/bond-genmsg.cmake:3 (message):
>   Could not find messages which
>   '/<<PKGBUILDDIR>>/bond/msg/Status.msg'
>   depends on.  Did you forget to specify generate_messages(DEPENDENCIES ...)?
> 
>   Cannot locate message [Header] in package [std_msgs] with paths
>   [['/usr/share/std_msgs/cmake/../msg']]
> Call Stack (most recent call first):
>   /usr/share/genmsg/cmake/genmsg-extras.cmake:306 (include)
>   bond/CMakeLists.txt:12 (generate_messages)
> 
> 
> -- Configuring incomplete, errors occurred!
> See also "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
> See also "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeError.log".
>       "tail -v -n +0 CMakeCache.txt"
> ==> CMakeCache.txt <==
> # This is the CMakeCache file.
> # For build in directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> # It was generated by CMake: /usr/bin/cmake
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a variable in the cache.
> # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
> 
> ########################
> # EXTERNAL cache entries
> ########################
> 
> //Build shared libraries (DLLs).
> BUILD_SHARED_LIBS:BOOL=ON
> 
> //Catkin enable testing
> CATKIN_ENABLE_TESTING:BOOL=ON
> 
> //Prefix to apply to package generated via gendebian
> CATKIN_PACKAGE_PREFIX:STRING=
> 
> //Catkin skip testing
> CATKIN_SKIP_TESTING:BOOL=OFF
> 
> //Path to a program.
> CMAKE_AR:FILEPATH=/usr/bin/ar
> 
> //Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
> // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
> CMAKE_BUILD_TYPE:STRING=None
> 
> //Enable/Disable color output during build.
> CMAKE_COLOR_MAKEFILE:BOOL=ON
> 
> //CXX compiler
> CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
> 
> //Flags used by the compiler during all build types.
> CMAKE_CXX_FLAGS:STRING='-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 '
> 
> //Flags used by the compiler during debug builds.
> CMAKE_CXX_FLAGS_DEBUG:STRING=-g
> 
> //Flags used by the compiler during release builds for minimum
> // size.
> CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
> 
> //Flags used by the compiler during release builds.
> CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
> 
> //Flags used by the compiler during release builds with debug info.
> CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
> 
> //C compiler
> CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
> 
> //Flags used by the compiler during all build types.
> CMAKE_C_FLAGS:STRING='-g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 '
> 
> //Flags used by the compiler during debug builds.
> CMAKE_C_FLAGS_DEBUG:STRING=-g
> 
> //Flags used by the compiler during release builds for minimum
> // size.
> CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
> 
> //Flags used by the compiler during release builds.
> CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
> 
> //Flags used by the compiler during release builds with debug info.
> CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
> 
> //Flags used by the linker.
> CMAKE_EXE_LINKER_FLAGS:STRING= -Wl,-z,relro
> 
> //Flags used by the linker during debug builds.
> CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during release minsize builds.
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during release builds.
> CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
> 
> //Flags used by the linker during Release with Debug Info builds.
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
> 
> //Enable/Disable output of compile commands during generation.
> CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
> 
> //user executables (bin)
> CMAKE_INSTALL_BINDIR:PATH=bin
> 
> //read-only architecture-independent data (DATAROOTDIR)
> CMAKE_INSTALL_DATADIR:PATH=
> 
> //read-only architecture-independent data root (share)
> CMAKE_INSTALL_DATAROOTDIR:PATH=share
> 
> //documentation root (DATAROOTDIR/doc/PROJECT_NAME)
> CMAKE_INSTALL_DOCDIR:PATH=
> 
> //C header files (include)
> CMAKE_INSTALL_INCLUDEDIR:PATH=include
> 
> //info documentation (DATAROOTDIR/info)
> CMAKE_INSTALL_INFODIR:PATH=
> 
> //object code libraries (lib/x86_64-linux-gnu)
> CMAKE_INSTALL_LIBDIR:PATH=lib/x86_64-linux-gnu
> 
> //program executables (libexec)
> CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
> 
> //locale-dependent data (DATAROOTDIR/locale)
> CMAKE_INSTALL_LOCALEDIR:PATH=
> 
> //No help, variable specified on the command line.
> CMAKE_INSTALL_LOCALSTATEDIR:UNINITIALIZED=/var
> 
> //man documentation (DATAROOTDIR/man)
> CMAKE_INSTALL_MANDIR:PATH=
> 
> //C header files for non-gcc (/usr/include)
> CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
> 
> //Install path prefix, prepended onto install directories.
> CMAKE_INSTALL_PREFIX:PATH=/usr
> 
> //system admin executables (sbin)
> CMAKE_INSTALL_SBINDIR:PATH=sbin
> 
> //modifiable architecture-independent data (com)
> CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
> 
> //No help, variable specified on the command line.
> CMAKE_INSTALL_SYSCONFDIR:UNINITIALIZED=/etc
> 
> //Path to a program.
> CMAKE_LINKER:FILEPATH=/usr/bin/ld
> 
> //Path to a program.
> CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
> 
> //Flags used by the linker during the creation of modules.
> CMAKE_MODULE_LINKER_FLAGS:STRING= -Wl,-z,relro
> 
> //Flags used by the linker during debug builds.
> CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during release minsize builds.
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during release builds.
> CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
> 
> //Flags used by the linker during Release with Debug Info builds.
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
> 
> //Path to a program.
> CMAKE_NM:FILEPATH=/usr/bin/nm
> 
> //Path to a program.
> CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
> 
> //Path to a program.
> CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
> 
> //Value Computed by CMake
> CMAKE_PROJECT_NAME:STATIC=bond_core
> 
> //Path to a program.
> CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
> 
> //Flags used by the linker during the creation of dll's.
> CMAKE_SHARED_LINKER_FLAGS:STRING= -Wl,-z,relro
> 
> //Flags used by the linker during debug builds.
> CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during release minsize builds.
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during release builds.
> CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
> 
> //Flags used by the linker during Release with Debug Info builds.
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
> 
> //If set, runtime paths are not added when installing shared libraries,
> // but are added when building.
> CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
> 
> //If set, runtime paths are not added when using shared libraries.
> CMAKE_SKIP_RPATH:BOOL=NO
> 
> //Flags used by the linker during the creation of static libraries.
> CMAKE_STATIC_LINKER_FLAGS:STRING=
> 
> //Flags used by the linker during debug builds.
> CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
> 
> //Flags used by the linker during release minsize builds.
> CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
> 
> //Flags used by the linker during release builds.
> CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
> 
> //Flags used by the linker during Release with Debug Info builds.
> CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
> 
> //Path to a program.
> CMAKE_STRIP:FILEPATH=/usr/bin/strip
> 
> //If this value is on, makefiles will be generated without the
> // .SILENT directive, and all commands will be echoed to the console
> // during the make.  This is useful for debugging only. With Visual
> // Studio IDE projects all commands are done without /nologo.
> CMAKE_VERBOSE_MAKEFILE:BOOL=ON
> 
> //Path to a program.
> DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND
> 
> //Path to a program.
> EMPY_EXECUTABLE:FILEPATH=/usr/bin/empy
> 
> //Empy script
> EMPY_SCRIPT:STRING=/usr/bin/empy
> 
> //Path to a file.
> GTEST_INCLUDE_DIR:PATH=/usr/include
> 
> //Path to a library.
> GTEST_LIBRARY:FILEPATH=GTEST_LIBRARY-NOTFOUND
> 
> //Path to a library.
> GTEST_LIBRARY_DEBUG:FILEPATH=GTEST_LIBRARY_DEBUG-NOTFOUND
> 
> //Path to a library.
> GTEST_MAIN_LIBRARY:FILEPATH=GTEST_MAIN_LIBRARY-NOTFOUND
> 
> //Path to a library.
> GTEST_MAIN_LIBRARY_DEBUG:FILEPATH=GTEST_MAIN_LIBRARY_DEBUG-NOTFOUND
> 
> //Path to a program.
> LSB_RELEASE_EXECUTABLE:FILEPATH=LSB_RELEASE_EXECUTABLE-NOTFOUND
> 
> //Path to a program.
> NOSETESTS:FILEPATH=NOSETESTS-NOTFOUND
> 
> //Path to a program.
> PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python
> 
> //Specify specific Python version to use ('major.minor' or 'major')
> PYTHON_VERSION:STRING=
> 
> //Path to a library.
> RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
> 
> //Enable debian style python package layout
> SETUPTOOLS_DEB_LAYOUT:BOOL=ON
> 
> //Path to a file.
> _CATKIN_GTEST_INCLUDE:FILEPATH=/usr/include/gtest/gtest.h
> 
> //Path to a file.
> _CATKIN_GTEST_SRC:FILEPATH=/usr/src/gtest/src/gtest.cc
> 
> //Value Computed by CMake
> bond_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/bond
> 
> //Value Computed by CMake
> bond_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>/bond
> 
> //Value Computed by CMake
> bond_core_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> 
> //Value Computed by CMake
> bond_core_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>
> 
> //The directory containing a CMake configuration file for catkin.
> catkin_DIR:PATH=/usr/share/catkin/cmake
> 
> //The directory containing a CMake configuration file for cpp_common.
> cpp_common_DIR:PATH=/usr/share/cpp_common/cmake
> 
> //The directory containing a CMake configuration file for gencpp.
> gencpp_DIR:PATH=/usr/share/gencpp/cmake
> 
> //The directory containing a CMake configuration file for genlisp.
> genlisp_DIR:PATH=/usr/share/genlisp/cmake
> 
> //The directory containing a CMake configuration file for genmsg.
> genmsg_DIR:PATH=/usr/share/genmsg/cmake
> 
> //The directory containing a CMake configuration file for genpy.
> genpy_DIR:PATH=/usr/share/genpy/cmake
> 
> //Value Computed by CMake
> gtest_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/gtest
> 
> //Dependencies for the target
> gtest_LIB_DEPENDS:STATIC=general;-lpthread;
> 
> //Value Computed by CMake
> gtest_SOURCE_DIR:STATIC=/usr/src/gtest
> 
> //Build gtest's sample programs.
> gtest_build_samples:BOOL=OFF
> 
> //Build all of gtest's own tests.
> gtest_build_tests:BOOL=OFF
> 
> //Disable uses of pthreads in gtest.
> gtest_disable_pthreads:BOOL=OFF
> 
> //Use shared (DLL) run-time lib even when Google Test is built
> // as static lib.
> gtest_force_shared_crt:BOOL=OFF
> 
> //Dependencies for the target
> gtest_main_LIB_DEPENDS:STATIC=general;-lpthread;general;gtest;
> 
> //Path to a library.
> lib:FILEPATH=/usr/lib/x86_64-linux-gnu/librostime.so
> 
> //The directory containing a CMake configuration file for message_generation.
> message_generation_DIR:PATH=/usr/share/message_generation/cmake
> 
> //The directory containing a CMake configuration file for message_runtime.
> message_runtime_DIR:PATH=/usr/share/message_runtime/cmake
> 
> //The directory containing a CMake configuration file for 
> roscpp_serialization.
> roscpp_serialization_DIR:PATH=/usr/share/roscpp_serialization/cmake
> 
> //The directory containing a CMake configuration file for roscpp_traits.
> roscpp_traits_DIR:PATH=/usr/share/roscpp_traits/cmake
> 
> //The directory containing a CMake configuration file for rostime.
> rostime_DIR:PATH=/usr/share/rostime/cmake
> 
> //The directory containing a CMake configuration file for std_msgs.
> std_msgs_DIR:PATH=/usr/share/std_msgs/cmake
> 
> 
> ########################
> # INTERNAL cache entries
> ########################
> 
> //catkin environment
> CATKIN_ENV:INTERNAL=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/catkin_generated/env_cached.sh
> CATKIN_TEST_RESULTS_DIR:INTERNAL=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/test_results
> //ADVANCED property for variable: CMAKE_AR
> CMAKE_AR-ADVANCED:INTERNAL=1
> //This is the directory where this CMakeCache.txt was created
> CMAKE_CACHEFILE_DIR:INTERNAL=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> //Major version of cmake used to create the current loaded cache
> CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
> //Minor version of cmake used to create the current loaded cache
> CMAKE_CACHE_MINOR_VERSION:INTERNAL=6
> //Patch version of cmake used to create the current loaded cache
> CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
> //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
> CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
> //Path to CMake executable.
> CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
> //Path to cpack program executable.
> CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
> //Path to ctest program executable.
> CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
> //ADVANCED property for variable: CMAKE_CXX_COMPILER
> CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS
> CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
> CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
> CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
> CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
> CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_COMPILER
> CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS
> CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
> CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
> CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
> CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
> CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //Executable file format
> CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
> CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
> CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
> CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
> CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
> //Name of external makefile project generator.
> CMAKE_EXTRA_GENERATOR:INTERNAL=
> //Name of generator.
> CMAKE_GENERATOR:INTERNAL=Unix Makefiles
> //Name of generator platform.
> CMAKE_GENERATOR_PLATFORM:INTERNAL=
> //Name of generator toolset.
> CMAKE_GENERATOR_TOOLSET:INTERNAL=
> //Have symbol pthread_create
> CMAKE_HAVE_LIBC_CREATE:INTERNAL=
> //Have library pthreads
> CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
> //Have library pthread
> CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
> //Have include pthread.h
> CMAKE_HAVE_PTHREAD_H:INTERNAL=1
> //Source directory with the top level CMakeLists.txt file for this
> // project
> CMAKE_HOME_DIRECTORY:INTERNAL=/<<PKGBUILDDIR>>
> //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
> CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
> CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
> CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
> CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
> CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
> CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
> CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
> CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
> CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
> CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
> CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
> CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
> CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
> CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
> //Install .so files without execute permission.
> CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
> CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_LINKER
> CMAKE_LINKER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
> CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
> CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
> CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
> CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_NM
> CMAKE_NM-ADVANCED:INTERNAL=1
> //number of local generators
> CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=3
> //ADVANCED property for variable: CMAKE_OBJCOPY
> CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_OBJDUMP
> CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_RANLIB
> CMAKE_RANLIB-ADVANCED:INTERNAL=1
> //Path to CMake installation.
> CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.6
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
> CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
> CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
> CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
> CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SKIP_RPATH
> CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
> CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
> CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
> CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
> CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STRIP
> CMAKE_STRIP-ADVANCED:INTERNAL=1
> //uname command
> CMAKE_UNAME:INTERNAL=/bin/uname
> //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
> CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
> //Details about finding PythonInterp
> FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/bin/python][v2.7.12()]
> //Details about finding Threads
> FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
> GTEST_FROM_SOURCE_FOUND:INTERNAL=TRUE
> GTEST_FROM_SOURCE_INCLUDE_DIRS:INTERNAL=/usr/include
> GTEST_FROM_SOURCE_LIBRARIES:INTERNAL=gtest
> GTEST_FROM_SOURCE_LIBRARY_DIRS:INTERNAL=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/gtest
> GTEST_FROM_SOURCE_MAIN_LIBRARIES:INTERNAL=gtest_main
> //ADVANCED property for variable: GTEST_INCLUDE_DIR
> GTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GTEST_LIBRARY
> GTEST_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GTEST_LIBRARY_DEBUG
> GTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GTEST_MAIN_LIBRARY
> GTEST_MAIN_LIBRARY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: GTEST_MAIN_LIBRARY_DEBUG
> GTEST_MAIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: PYTHON_EXECUTABLE
> PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
> //This needs to be in PYTHONPATH when 'setup.py install' is called.
> //  And it needs to match.  But setuptools won't tell us where
> // it will install things.
> PYTHON_INSTALL_DIR:INTERNAL=lib/python2.7/dist-packages
> //CMAKE_INSTALL_PREFIX during last run
> _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr
> 
> dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr 
> -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None 
> -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var returned 
> exit code 1
> debian/rules:6: recipe for target 'build' failed
> make: *** [build] Error 255

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2016/08/28/ros-bond-core_1.7.17-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: ros-bond-core
Source-Version: 1.7.17-3

We believe that the bug you reported is fixed in the latest version of
ros-bond-core, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jochen Sprickerhof <[email protected]> (supplier of updated ros-bond-core 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 30 Aug 2016 22:50:35 +0200
Source: ros-bond-core
Binary: libbond-dev python-bond cl-bond libsmc-dev python-smclib libbondcpp-dev 
libbondcpp0d python-bondpy
Architecture: source
Version: 1.7.17-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Jochen Sprickerhof <[email protected]>
Description:
 cl-bond    - Messages related to Robot OS bond_core - LISP
 libbond-dev - Messages related to Robot OS bond_core - development
 libbondcpp-dev - Development files for Robot OS bondcpp library
 libbondcpp0d - Robot OS bondcpp library
 libsmc-dev - Robot OS 'bond' State Machine Compiler interface
 python-bond - Messages related to Robot OS bond_core - Python
 python-bondpy - Python implementation of bond
 python-smclib - Robot OS 'bond' State Machine Compiler python package
Closes: 835739
Changes:
 ros-bond-core (1.7.17-3) unstable; urgency=medium
 .
   [ Jochen Sprickerhof ]
   * Bumped Standards-Version to 3.9.8, no changes needed.
   * Update Vcs URLs
   * Update my email address
 .
   [ Daniele E. Domenichelli ]
   * Add missing build dependencies (Closes: #835739)
Checksums-Sha1:
 315aa7c21cf8cd4bac15c2eba9de0dd5f41b7096 2945 ros-bond-core_1.7.17-3.dsc
 ef0cd2672ca9d66b473f1ea445db5ddf52c09e85 11384 
ros-bond-core_1.7.17-3.debian.tar.xz
Checksums-Sha256:
 839ae42313a22d852dde5f07a7c33ba653eb4a15396660a77fab8daa91332ae6 2945 
ros-bond-core_1.7.17-3.dsc
 02915ba389d6acf61e6fc7f654b68e86885aa99bb45c8b5496edf2fceb60bb00 11384 
ros-bond-core_1.7.17-3.debian.tar.xz
Files:
 268e3c83cbc10374165066205b2b5e07 2945 libs optional ros-bond-core_1.7.17-3.dsc
 3c799d494e46ee6f85ca9c0dd65c2458 11384 libs optional 
ros-bond-core_1.7.17-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIxBAEBCgAbBQJXxfGoFBxqc3ByaWNrZUBkZWJpYW4ub3JnAAoJEFv/3MJY5pQz
Cc8QAKZAhVJaJreAlY1qHEFDbtocrx9vt5jn/aWa3ds51bgX5+erZsjOHUClg3tA
OkNFV8WloBBTGUD36x8NdyOm3xYFkn2wx6wm13IQKMXFreVQ8SX7gUhgXsCGULBG
cT070Dae2F9kaRw46mjOGU/6oZlKfmIsmAqj5YIqjKjG1Z1tyuwARt8DezaLIfJs
mRcnZ9u4JRECMo0GNxZYbZE82IejOsVjq2zZXmjWR200hGihZpb1AcaSjJTNR1Hd
0Cbr2XX8J5Ps3RLTXahODMt+vqd8yu65322mmGkhCoAY9VLduk1PYGzlMPrCvVFt
rGWs2ublwOFKtc0DO/WU6MYszwEAThmAA/0G4mYEUdKbVxhzEYbVObHRD4fGLfSp
cC4/L4P16/raop62mVfZ9T/IZHTCwmU+GDpIO2bmcohSfyUS8izv8IBq8t2aRwEJ
kng3swJmQWW+JE8ANoElhlQKrqT/HQztn7Ptltig2UvnHvesQIU/lFo+4Oo8p64J
f791WDrrYYh+tNSyoSKSBXB3YsaKx4BET24daeDGT52xrcnlHmXJ8I6FrmE6iVUS
eLRisvpK4+UDTNfY973FcjAD+NOLV7/DJGCGYwzbE8VIBc6pLfZwajYoQEw8VN2U
i5oDEHGg2wStzSI4ZhuDYVV920hENueQihncjmGhwL6QvNM7
=7Shl
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to