Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Feb 2021 21:25:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253327] sysutils/lttng-ust: Fails to build
Message-ID:  <bug-253327-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253327

            Bug ID: 253327
           Summary: sysutils/lttng-ust: Fails to build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: driesm.michiels@gmail.com

I have only checking CURRENT so far.

cc  -fstack-protector-strong  -O2 -pipe  -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing  -fstack-protector-strong
-L../../../liblttng-ust/.libs
-Wl,-rpath=3D"/usr/ports/sysutils/lttng-ust/work/lttng-ust-2.9.0/doc/exampl=
es/../../liblttng-ust/.libs/"
-Wl,-rpath-link=3D"/usr/ports/sysutils/lttng-ust/work/lttng-ust-2.9.0/doc/e=
xamples/../../liblttng-ust/.libs/"
-Wall -O2 -pipe  -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing  -o demo-tracelog demo-tracelog.o -llttng-ust
if [ x"cmake-multiple-shared-libraries" !=3D x"" ]; then  for subdir in
cmake-multiple-shared-libraries; do  (  cd cmake-multiple-shared-libraries =
&&=20
/bin/mkdir -p build &&  cd build &&  cmake=20
-DCMAKE_INCLUDE_PATH=3D"/usr/ports/sysutils/lttng-ust/work/lttng-ust-2.9.0/=
include;/usr/ports/sysutils/lttng-ust/work/lttng-ust-2.9.0/include"

-DCMAKE_LIBRARY_PATH=3D"/usr/ports/sysutils/lttng-ust/work/lttng-ust-2.9.0/=
liblttng-ust/.libs"
 -DCMAKE_C_FLAGS=3D"-Wall -O2 -pipe  -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing -isystem /usr/local/include"=20
-DCMAKE_CXX_FLAGS=3D"-O2 -pipe -fstack-protector-strong -isystem
/usr/local/include -fno-strict-aliasing  -isystem /usr/local/include -isyst=
em
/usr/local/include"  -DCMAKE_EXE_LINKER_FLAGS=3D"-fstack-protector-strong" =
 .. &&
 /usr/bin/make &&  cd ..  ) || exit 1;  done;  fi;
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell

  CMake that the project does not need compatibility with older versions.

-- The C compiler identification is Clang 11.0.1
-- The CXX compiler identification is Clang 11.0.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at cmake/FindLTTngUST.cmake:98 (set_target_properties):
  set_target_properties called with incorrect number of arguments.
Call Stack (most recent call first):
  CMakeLists.txt:7 (include)


-- Found LTTngUST:
/usr/ports/sysutils/lttng-ust/work/lttng-ust-2.9.0/liblttng-ust/.libs/liblt=
tng-ust.so
(found version "2.9.0")=20
-- Configuring incomplete, errors occurred!
See also
"/usr/ports/sysutils/lttng-ust/work/lttng-ust-2.9.0/doc/examples/cmake-mult=
iple-shared-libraries/build/CMakeFiles/CMakeOutput.log"
*** [all-local] Error code 1

make[5]: stopped in
/usr/ports/sysutils/lttng-ust/work/lttng-ust-2.9.0/doc/examples
1 error

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253327-7788>