robotpkg/wip/py-bullet3 bulk build results
Log for py313-bullet3-3.24r1 on Fedora-42-x86_64: bulk.log (Back)
=> Checking for clear installation
===> Installing bootstrap dependencies for py313-bullet3-3.24r1
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-42-x86_64/All/digest-20080510.tgz
=> Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Fedora-42-x86_64/All/tnftp-20151004~ssl.tgz
===> Checking bootstrap dependencies for py313-bullet3-3.24r1
=> Required robotpkg package digest>=20080510: digest-20080510 found
=> Required robotpkg package tnftp>=20130505~ssl: tnftp-20151004~ssl found
=> Required system package gzip: gzip-1.13 found
=> Required system package patch>=2.0: patch-2.8 found
=> Required system package pax and tar archivers: pax found
=> Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found
===> Done bootstrap-depends for py313-bullet3-3.24r1
===> Installing full dependencies for py313-bullet3-3.24r1
=> Dependency digest-20080510 already installed
=> Dependency tnftp-20151004~ssl already installed
===> Checking build options for py313-bullet3-3.24r1
=> Building with no option.
===> Checking alternatives for py313-bullet3-3.24r1
=> Use the GNU C++ compiler: c++-compiler provided by g++>=3
=> Use the GNU C compiler: c-compiler provided by gcc>=3
=> Use python-3.13: python>=2.5 provided by python313>=3.13<3.14
===> Checking dependencies for py313-bullet3-3.24r1
=> Required system package boost-headers>=1.34.1: boost-headers-1.83 found
=> Required system package boostlib-filesystem>=1.34.1: boost-libs-1.83.0 found
=> Required system package boostlib-iostreams>=1.34.1: boost-libs-1.83.0 found
=> Required system package boostlib-math>=1.34.1: boost-libs-1.83.0 found
=> Required system package boostlib-thread>=1.34.1: boost-libs-1.83.0 found
=> Required system package cmake>=2.6: cmake-3.31.6 found
=> Required system package g++>=3: g++-15.1.1 found
=> Required system package gcc>=3: gcc-15.1.1 found
=> Required system package libstdc++: libstdc++ found
=> Required system package pkg-config>=0.22: pkg-config-2.3.0 found
=> Required system package python313>=3.13<3.14: python313-3.13.3 found
===> Done depends for py313-bullet3-3.24r1
===> Extracting for py313-bullet3-3.24r1
=> SHA1 checksums OK
=> RMD160 checksums OK
===> Patching for py313-bullet3-3.24r1
=> Applying robotpkg patches for py313-bullet3-3.24r1
===> Configuring for py313-bullet3-3.24r1
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Linux
CMake Warning (dev) at /usr/share/cmake/Modules/FindOpenGL.cmake:415 (message):
Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
available. Run "cmake --help-policy CMP0072" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
FindOpenGL found both a legacy GL library:
OPENGL_gl_LIBRARY: /usr/lib64/libGL.so
and GLVND libraries for OpenGL and GLX:
OPENGL_opengl_LIBRARY: /usr/lib64/libOpenGL.so
OPENGL_glx_LIBRARY: /usr/lib64/libGLX.so
OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
compatibility with CMake 3.10 and below the legacy GL library will be used.
Call Stack (most recent call first):
CMakeLists.txt:312 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.
OPENGL FOUND
/usr/lib64/libGL.so/usr/lib64/libGLU.so
CMake Warning (dev) at CMakeLists.txt:346 (FIND_PACKAGE):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
NumPy found
CMake Warning (dev) at examples/ExampleBrowser/CMakeLists.txt:433 (ADD_EXECUTABLE):
Policy CMP0115 is not set: Source file extensions must be explicit. Run
"cmake --help-policy CMP0115" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
File:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Benchmarks/TaruData.h
This warning is for project developers. Use -Wno-dev to suppress it.
===> Building for py313-bullet3-3.24r1
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:14:
In static member function 'static int b3FileUtils::extractPath(const char*, char*, int)',
inlined from 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)' at /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:127:44:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3Common/b3FileUtils.h:87:35: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
87 | path[len] = 0;
| ~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp: In static member function 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:125:22: note: at offset [-9223372036854775808, -1] into destination object 'pathToExe' of size 4096
125 | char pathToExe[B3_MAX_EXE_PATH_LEN];
| ^~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvhBroadphase.h:19,
from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvhBroadphase.cpp:14:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvh.h:88:30: warning: ignoring attributes on template argument 'cl_long' {aka 'long int'} [-Wignored-attributes]
88 | b3OpenCLArray<b3Int64> m_commonPrefixes;
| ^
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvh.cpp:17:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvh.h:88:30: warning: ignoring attributes on template argument 'cl_long' {aka 'long int'} [-Wignored-attributes]
88 | b3OpenCLArray<b3Int64> m_commonPrefixes;
| ^
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3OpenCL/Raycast/b3GpuRaycast.cpp:13:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3OpenCL/BroadphaseCollision/b3GpuParallelLinearBvh.h:88:30: warning: ignoring attributes on template argument 'cl_long' {aka 'long int'} [-Wignored-attributes]
88 | b3OpenCLArray<b3Int64> m_commonPrefixes;
| ^
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:14:
In static member function 'static int b3FileUtils::extractPath(const char*, char*, int)',
inlined from 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)' at /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:127:44:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/test/InverseDynamics/../../src/Bullet3Common/b3FileUtils.h:87:35: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
87 | path[len] = 0;
| ~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp: In static member function 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:125:22: note: at offset [-9223372036854775808, -1] into destination object 'pathToExe' of size 4096
125 | char pathToExe[B3_MAX_EXE_PATH_LEN];
| ^~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp: In function 'int parse_png_file(png*, int, int)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2763:55: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
2763 | tc[k] = (uint8)get16(s); // non 8-bit images will be larger
| ~~~~~~^~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2660:30: note: at offset 3 into destination object 'tc' of size 3
2660 | uint8 has_trans = 0, tc[3];
| ^~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:14:
In static member function 'static int b3FileUtils::extractPath(const char*, char*, int)',
inlined from 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)' at /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:127:44:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3Common/b3FileUtils.h:87:35: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
87 | path[len] = 0;
| ~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp: In static member function 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:125:22: note: at offset [-9223372036854775808, -1] into destination object 'pathToExe' of size 4096
125 | char pathToExe[B3_MAX_EXE_PATH_LEN];
| ^~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:14:
In static member function 'static int b3FileUtils::extractPath(const char*, char*, int)',
inlined from 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)' at /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:127:44:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/test/SharedMemory/../../src/Bullet3Common/b3FileUtils.h:87:35: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
87 | path[len] = 0;
| ~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp: In static member function 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:125:22: note: at offset [-9223372036854775808, -1] into destination object 'pathToExe' of size 4096
125 | char pathToExe[B3_MAX_EXE_PATH_LEN];
| ^~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:14:
In static member function 'static int b3FileUtils::extractPath(const char*, char*, int)',
inlined from 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)' at /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:127:44:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3Common/b3FileUtils.h:87:35: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
87 | path[len] = 0;
| ~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp: In static member function 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:125:22: note: at offset [-9223372036854775808, -1] into destination object 'pathToExe' of size 4096
125 | char pathToExe[B3_MAX_EXE_PATH_LEN];
| ^~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:14:
In static member function 'static int b3FileUtils::extractPath(const char*, char*, int)',
inlined from 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)' at /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:127:44:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3Common/b3FileUtils.h:87:35: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
87 | path[len] = 0;
| ~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp: In static member function 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:125:22: note: at offset [-9223372036854775808, -1] into destination object 'pathToExe' of size 4096
125 | char pathToExe[B3_MAX_EXE_PATH_LEN];
| ^~~~~~~~~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:14:
In static member function 'static int b3FileUtils::extractPath(const char*, char*, int)',
inlined from 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)' at /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:127:44:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3Common/b3FileUtils.h:87:35: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
87 | path[len] = 0;
| ~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp: In static member function 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:125:22: note: at offset [-9223372036854775808, -1] into destination object 'pathToExe' of size 4096
125 | char pathToExe[B3_MAX_EXE_PATH_LEN];
| ^~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp: In function 'int parse_png_file(png*, int, int)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2763:55: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
2763 | tc[k] = (uint8)get16(s); // non 8-bit images will be larger
| ~~~~~~^~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2660:30: note: at offset 3 into destination object 'tc' of size 3
2660 | uint8 has_trans = 0, tc[3];
| ^~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp: In function 'int parse_png_file(png*, int, int)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2763:55: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
2763 | tc[k] = (uint8)get16(s); // non 8-bit images will be larger
| ~~~~~~^~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2660:30: note: at offset 3 into destination object 'tc' of size 3
2660 | uint8 has_trans = 0, tc[3];
| ^~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp: In function 'int parse_png_file(png*, int, int)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2763:55: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
2763 | tc[k] = (uint8)get16(s); // non 8-bit images will be larger
| ~~~~~~^~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2660:30: note: at offset 3 into destination object 'tc' of size 3
2660 | uint8 has_trans = 0, tc[3];
| ^~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp: In function 'int parse_png_file(png*, int, int)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2763:55: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
2763 | tc[k] = (uint8)get16(s); // non 8-bit images will be larger
| ~~~~~~^~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2660:30: note: at offset 3 into destination object 'tc' of size 3
2660 | uint8 has_trans = 0, tc[3];
| ^~
In file included from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:14:
In static member function 'static int b3FileUtils::extractPath(const char*, char*, int)',
inlined from 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)' at /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:127:44:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3Common/b3FileUtils.h:87:35: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
87 | path[len] = 0;
| ~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp: In static member function 'static int b3ResourcePath::findResourcePath(const char*, char*, int, PFN_FIND_FILE, void*)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/Utils/b3ResourcePath.cpp:125:22: note: at offset [-9223372036854775808, -1] into destination object 'pathToExe' of size 4096
125 | char pathToExe[B3_MAX_EXE_PATH_LEN];
| ^~~~~~~~~
In file included from /usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/ndarraytypes.h:1913,
from /usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/ndarrayobject.h:12,
from /usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/arrayobject.h:5,
from /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/pybullet/pybullet.c:56:
/usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
17 | #warning "Using deprecated NumPy API, disable it with " | ^~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/pybullet/pybullet.c: In function 'pybullet_getCameraImage':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/pybullet/pybullet.c:10202:53: error: passing argument 1 of 'PyArray_DATA' from incompatible pointer type [-Wincompatible-pointer-types]
10202 | memcpy(PyArray_DATA(pyRGB), imageData.m_rgbColorData,
| ^~~~~
| |
| PyObject * {aka struct _object *}
/usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/ndarraytypes.h:1512:35: note: expected 'const PyArrayObject *' {aka 'const struct tagPyArrayObject_fields *'} but argument is of type 'PyObject *' {aka 'struct _object *'}
1512 | PyArray_DATA(const PyArrayObject *arr)
| ~~~~~~~~~~~~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/pybullet/pybullet.c:10204:53: error: passing argument 1 of 'PyArray_DATA' from incompatible pointer type [-Wincompatible-pointer-types]
10204 | memcpy(PyArray_DATA(pyDep), imageData.m_depthValues,
| ^~~~~
| |
| PyObject * {aka struct _object *}
/usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/ndarraytypes.h:1512:35: note: expected 'const PyArrayObject *' {aka 'const struct tagPyArrayObject_fields *'} but argument is of type 'PyObject *' {aka 'struct _object *'}
1512 | PyArray_DATA(const PyArrayObject *arr)
| ~~~~~~~~~~~~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/pybullet/pybullet.c:10206:53: error: passing argument 1 of 'PyArray_DATA' from incompatible pointer type [-Wincompatible-pointer-types]
10206 | memcpy(PyArray_DATA(pySeg), imageData.m_segmentationMaskValues,
| ^~~~~
| |
| PyObject * {aka struct _object *}
/usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/ndarraytypes.h:1512:35: note: expected 'const PyArrayObject *' {aka 'const struct tagPyArrayObject_fields *'} but argument is of type 'PyObject *' {aka 'struct _object *'}
1512 | PyArray_DATA(const PyArrayObject *arr)
| ~~~~~~~~~~~~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/pybullet/pybullet.c: In function 'pybullet_renderImageObsolete':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/pybullet/pybullet.c:10628:53: error: passing argument 1 of 'PyArray_DATA' from incompatible pointer type [-Wincompatible-pointer-types]
10628 | memcpy(PyArray_DATA(pyRGB), imageData.m_rgbColorData,
| ^~~~~
| |
| PyObject * {aka struct _object *}
/usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/ndarraytypes.h:1512:35: note: expected 'const PyArrayObject *' {aka 'const struct tagPyArrayObject_fields *'} but argument is of type 'PyObject *' {aka 'struct _object *'}
1512 | PyArray_DATA(const PyArrayObject *arr)
| ~~~~~~~~~~~~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/pybullet/pybullet.c:10630:53: error: passing argument 1 of 'PyArray_DATA' from incompatible pointer type [-Wincompatible-pointer-types]
10630 | memcpy(PyArray_DATA(pyDep), imageData.m_depthValues,
| ^~~~~
| |
| PyObject * {aka struct _object *}
/usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/ndarraytypes.h:1512:35: note: expected 'const PyArrayObject *' {aka 'const struct tagPyArrayObject_fields *'} but argument is of type 'PyObject *' {aka 'struct _object *'}
1512 | PyArray_DATA(const PyArrayObject *arr)
| ~~~~~~~~~~~~~~~~~~~~~^~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/pybullet/pybullet.c:10632:53: error: passing argument 1 of 'PyArray_DATA' from incompatible pointer type [-Wincompatible-pointer-types]
10632 | memcpy(PyArray_DATA(pySeg), imageData.m_segmentationMaskValues,
| ^~~~~
| |
| PyObject * {aka struct _object *}
/usr/lib64/python3.13/site-packages/numpy/_core/include/numpy/ndarraytypes.h:1512:35: note: expected 'const PyArrayObject *' {aka 'const struct tagPyArrayObject_fields *'} but argument is of type 'PyObject *' {aka 'struct _object *'}
1512 | PyArray_DATA(const PyArrayObject *arr)
| ~~~~~~~~~~~~~~~~~~~~~^~~
make[2]: *** [examples/pybullet/CMakeFiles/pybullet.dir/build.make:82: examples/pybullet/CMakeFiles/pybullet.dir/pybullet.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1658: examples/pybullet/CMakeFiles/pybullet.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp: In function 'int parse_png_file(png*, int, int)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2763:55: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
2763 | tc[k] = (uint8)get16(s); // non 8-bit images will be larger
| ~~~~~~^~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2660:30: note: at offset 3 into destination object 'tc' of size 3
2660 | uint8 has_trans = 0, tc[3];
| ^~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp: In function 'int parse_png_file(png*, int, int)':
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2763:55: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
2763 | tc[k] = (uint8)get16(s); // non 8-bit images will be larger
| ~~~~~~^~~~~~~~~~~~~~~~~
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/stb_image/stb_image.cpp:2660:30: note: at offset 3 into destination object 'tc' of size 3
2660 | uint8 has_trans = 0, tc[3];
| ^~
make: *** [Makefile:149: all] Error 2
An unexpected error occured. The last 10 log lines are shown below.
| 2660 | uint8 has_trans = 0, tc[3];
| | ^~
| [ 99%] Linking CXX executable App_ExampleBrowser
| cd /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ExampleBrowser && /usr/bin/cmake -E cmake_link_script CMakeFiles/App_ExampleBrowser.dir/link.txt --verbose=1
=> Marking py313-bullet3-3.24r1 as broken
| /usr/bin/g++ -pipe -O3 -DNDEBUG -rdynamic -Wl,--dependency-file=CMakeFiles/App_ExampleBrowser.dir/link.d CMakeFiles/App_ExampleBrowser.dir/main.o CMakeFiles/App_ExampleBrowser.dir/ExampleEntries.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/Chain.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/Bridge.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/RigidBodyFromObj.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/SimpleBox.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/MultipleBoxes.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/CompoundBoxes.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/SimpleCloth.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/SimpleJoint.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/NewtonsCradle.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/InclinedPlane.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/MultiPendulum.o CMakeFiles/App_ExampleBrowser.dir/__/BulletRobotics/FixJointBoxes.o CMakeFiles/App_ExampleBrowser.dir/__/BulletRobotics/BoxStack.o CMakeFiles/App_ExampleBrowser.dir/__/BulletRobotics/JointLimit.o CMakeFiles/App_ExampleBrowser.dir/__/TinyRenderer/geometry.o CMakeFiles/App_ExampleBrowser.dir/__/TinyRenderer/model.o CMakeFiles/App_ExampleBrowser.dir/__/TinyRenderer/tgaimage.o CMakeFiles/App_ExampleBrowser.dir/__/TinyRenderer/our_gl.o CMakeFiles/App_ExampleBrowser.dir/__/TinyRenderer/TinyRenderer.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/plugins/collisionFilterPlugin/collisionFilterPlugin.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/plugins/pdControlPlugin/pdControlPlugin.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/plugins/tinyRendererPlugin/tinyRendererPlugin.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/plugins/tinyRendererPlugin/TinyRendererVisualShapeConverter.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/IKTrajectoryHelper.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsServer.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsClientSharedMemory.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsClientSharedMemory_C_API.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsClient.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsClientC_API.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/GraphicsServerExample.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/GraphicsClientExample.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/RemoteGUIHelper.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsServerExample.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsServerExampleBullet2.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsClientExample.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PosixSharedMemory.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/Win32SharedMemory.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/InProcessMemory.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsServerSharedMemory.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsDirect.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsDirectC_API.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/SharedMemoryInProcessPhysicsC_API.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsLoopBack.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsLoopBackC_API.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsServerCommandProcessor.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/b3PluginManager.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/b3RobotSimulatorClientAPI_NoGUI.o CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/b3RobotSimulatorClientAPI_NoDirect.o CMakeFiles/App_ExampleBrowser.dir/__/RobotSimulator/b3RobotSimulatorClientAPI.o CMakeFiles/App_ExampleBrowser.dir/__/BasicDemo/BasicExample.o CMakeFiles/App_ExampleBrowser.dir/__/InverseDynamics/InverseDynamicsExample.o CMakeFiles/App_ExampleBrowser.dir/__/InverseKinematics/InverseKinematicsExample.o CMakeFiles/App_ExampleBrowser.dir/__/ForkLift/ForkLiftDemo.o CMakeFiles/App_ExampleBrowser.dir/__/MultiThreadedDemo/MultiThreadedDemo.o CMakeFiles/App_ExampleBrowser.dir/__/MultiThreadedDemo/CommonRigidBodyMTBase.o CMakeFiles/App_ExampleBrowser.dir/__/Heightfield/HeightfieldExample.o CMakeFiles/App_ExampleBrowser.dir/__/Tutorial/Tutorial.o CMakeFiles/App_ExampleBrowser.dir/__/Tutorial/Dof6ConstraintTutorial.o CMakeFiles/App_ExampleBrowser.dir/__/Evolution/NN3DWalkers.o CMakeFiles/App_ExampleBrowser.dir/__/ExtendedTutorials/NewtonsRopeCradle.o CMakeFiles/App_ExampleBrowser.dir/__/Collision/CollisionSdkC_Api.o CMakeFiles/App_ExampleBrowser.dir/__/Collision/CollisionTutorialBullet2.o CMakeFiles/App_ExampleBrowser.dir/__/Collision/Internal/Bullet2CollisionSdk.o CMakeFiles/App_ExampleBrowser.dir/__/Collision/Internal/RealTimeBullet3CollisionSdk.o CMakeFiles/App_ExampleBrowser.dir/__/GyroscopicDemo/GyroscopicSetup.o CMakeFiles/App_ExampleBrowser.dir/__/Planar2D/Planar2D.o CMakeFiles/App_ExampleBrowser.dir/__/RollingFrictionDemo/RollingFrictionDemo.o CMakeFiles/App_ExampleBrowser.dir/__/FractureDemo/FractureDemo.o CMakeFiles/App_ExampleBrowser.dir/__/FractureDemo/btFractureBody.o CMakeFiles/App_ExampleBrowser.dir/__/FractureDemo/btFractureDynamicsWorld.o CMakeFiles/App_ExampleBrowser.dir/__/DynamicControlDemo/MotorDemo.o CMakeFiles/App_ExampleBrowser.dir/__/MultiThreading/MultiThreadingExample.o CMakeFiles/App_ExampleBrowser.dir/__/MultiThreading/b3PosixThreadSupport.o CMakeFiles/App_ExampleBrowser.dir/__/MultiThreading/b3Win32ThreadSupport.o CMakeFiles/App_ExampleBrowser.dir/__/MultiThreading/b3ThreadSupportInterface.o CMakeFiles/App_ExampleBrowser.dir/__/RenderingExamples/TinyRendererSetup.o CMakeFiles/App_ExampleBrowser.dir/__/RenderingExamples/TimeSeriesCanvas.o CMakeFiles/App_ExampleBrowser.dir/__/RenderingExamples/TimeSeriesFontData.o CMakeFiles/App_ExampleBrowser.dir/__/RenderingExamples/DynamicTexturedCubeDemo.o CMakeFiles/App_ExampleBrowser.dir/__/RenderingExamples/TinyVRGui.o CMakeFiles/App_ExampleBrowser.dir/__/RoboticsLearning/GripperGraspExample.o CMakeFiles/App_ExampleBrowser.dir/__/RoboticsLearning/R2D2GraspExample.o CMakeFiles/App_ExampleBrowser.dir/__/RoboticsLearning/KukaGraspExample.o CMakeFiles/App_ExampleBrowser.dir/__/RenderingExamples/CoordinateSystemDemo.o CMakeFiles/App_ExampleBrowser.dir/__/RenderingExamples/RaytracerSetup.o CMakeFiles/App_ExampleBrowser.dir/__/RenderingExamples/RenderInstancingDemo.o CMakeFiles/App_ExampleBrowser.dir/__/RenderingExamples/TimeSeriesExample.o CMakeFiles/App_ExampleBrowser.dir/__/Benchmarks/BenchmarkDemo.o CMakeFiles/App_ExampleBrowser.dir/__/Raycast/RaytestDemo.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportBullet/SerializeSetup.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportMeshUtility/b3ImportMeshUtility.o CMakeFiles/App_ExampleBrowser.dir/__/__/Extras/Serialize/BulletWorldImporter/btWorldImporter.o CMakeFiles/App_ExampleBrowser.dir/__/__/Extras/Serialize/BulletWorldImporter/btMultiBodyWorldImporter.o CMakeFiles/App_ExampleBrowser.dir/__/__/Extras/Serialize/BulletWorldImporter/btBulletWorldImporter.o CMakeFiles/App_ExampleBrowser.dir/__/__/Extras/Serialize/BulletFileLoader/bChunk.o CMakeFiles/App_ExampleBrowser.dir/__/__/Extras/Serialize/BulletFileLoader/bFile.o CMakeFiles/App_ExampleBrowser.dir/__/__/Extras/Serialize/BulletFileLoader/bDNA.o CMakeFiles/App_ExampleBrowser.dir/__/__/Extras/Serialize/BulletFileLoader/btBulletFile.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportMJCFDemo/BulletMJCFImporter.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportMJCFDemo/ImportMJCFSetup.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportBsp/BspConverter.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportBsp/BspLoader.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportBsp/ImportBspExample.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportColladaDemo/ImportColladaSetup.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportColladaDemo/LoadMeshFromCollada.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportObjDemo/ImportObjExample.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportObjDemo/LoadMeshFromObj.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportObjDemo/Wavefront2GLInstanceGraphicsShape.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportSTLDemo/ImportSTLSetup.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportSDFDemo/ImportSDFSetup.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportURDFDemo/ImportURDFSetup.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportURDFDemo/URDF2Bullet.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportURDFDemo/MyMultiBodyCreator.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportURDFDemo/UrdfParser.o CMakeFiles/App_ExampleBrowser.dir/__/Utils/RobotLoggingUtil.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportURDFDemo/urdfStringSplit.o CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportURDFDemo/BulletUrdfImporter.o CMakeFiles/App_ExampleBrowser.dir/__/VoronoiFracture/VoronoiFractureDemo.o CMakeFiles/App_ExampleBrowser.dir/__/VoronoiFracture/btConvexConvexMprAlgorithm.o CMakeFiles/App_ExampleBrowser.dir/__/Vehicles/Hinge2Vehicle.o CMakeFiles/App_ExampleBrowser.dir/__/MultiBody/Pendulum.o CMakeFiles/App_ExampleBrowser.dir/__/MultiBody/MultiBodySoftContact.o CMakeFiles/App_ExampleBrowser.dir/__/MultiBody/TestJointTorqueSetup.o CMakeFiles/App_ExampleBrowser.dir/__/MultiBody/InvertedPendulumPDControl.o CMakeFiles/App_ExampleBrowser.dir/__/MultiBody/MultiBodyConstraintFeedback.o CMakeFiles/App_ExampleBrowser.dir/__/MultiBody/KinematicMultiBodyExample.o CMakeFiles/App_ExampleBrowser.dir/__/SoftDemo/SoftDemo.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/DeformableContact.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/GraspDeformable.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/Pinch.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/DeformableSelfCollision.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/PinchFriction.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/ClothFriction.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/DeformableMultibody.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/DeformableRigid.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/SplitImpulse.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/VolumetricDeformable.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/Collide.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/LargeDeformation.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/LoadDeformed.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/DeformableClothAnchor.o CMakeFiles/App_ExampleBrowser.dir/__/DeformableDemo/MultibodyClothAnchor.o CMakeFiles/App_ExampleBrowser.dir/__/MultiBody/MultiDofDemo.o CMakeFiles/App_ExampleBrowser.dir/__/RigidBody/RigidBodySoftContact.o CMakeFiles/App_ExampleBrowser.dir/__/RigidBody/KinematicRigidBodyExample.o CMakeFiles/App_ExampleBrowser.dir/__/ReducedDeformableDemo/ConservationTest.o CMakeFiles/App_ExampleBrowser.dir/__/ReducedDeformableDemo/Springboard.o CMakeFiles/App_ExampleBrowser.dir/__/ReducedDeformableDemo/ModeVisualizer.o CMakeFiles/App_ExampleBrowser.dir/__/ReducedDeformableDemo/FreeFall.o CMakeFiles/App_ExampleBrowser.dir/__/ReducedDeformableDemo/FrictionSlope.o CMakeFiles/App_ExampleBrowser.dir/__/ReducedDeformableDemo/ReducedCollide.o CMakeFiles/App_ExampleBrowser.dir/__/ReducedDeformableDemo/ReducedGrasp.o CMakeFiles/App_ExampleBrowser.dir/__/ReducedDeformableDemo/ReducedBenchmark.o CMakeFiles/App_ExampleBrowser.dir/__/ReducedDeformableDemo/ReducedMotorGrasp.o CMakeFiles/App_ExampleBrowser.dir/__/Constraints/TestHingeTorque.o CMakeFiles/App_ExampleBrowser.dir/__/Constraints/ConstraintDemo.o CMakeFiles/App_ExampleBrowser.dir/__/Constraints/Dof6Spring2Setup.o CMakeFiles/App_ExampleBrowser.dir/__/Constraints/ConstraintPhysicsSetup.o CMakeFiles/App_ExampleBrowser.dir/__/ThirdPartyLibs/stb_image/stb_image.o CMakeFiles/App_ExampleBrowser.dir/__/ThirdPartyLibs/stb_image/stb_image_write.o CMakeFiles/App_ExampleBrowser.dir/__/ThirdPartyLibs/Wavefront/tiny_obj_loader.o CMakeFiles/App_ExampleBrowser.dir/__/ThirdPartyLibs/tinyxml2/tinyxml2.o CMakeFiles/App_ExampleBrowser.dir/InProcessExampleBrowser.o -o App_ExampleBrowser -Wl,-rpath,/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ExampleBrowser:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/BulletSoftBody:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/Extras/InverseDynamics:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/BulletInverseDynamics:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/OpenGLWindow:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/Gwen:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ThirdPartyLibs/BussIK:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/BulletDynamics:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/BulletCollision:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/LinearMath:/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/src/Bullet3Common libBulletExampleBrowserLib.so.3.24 ../../src/BulletSoftBody/libBulletSoftBody.so.3.24 ../../Extras/InverseDynamics/libBulletInverseDynamicsUtils.so.3.24 ../../src/BulletInverseDynamics/libBulletInverseDynamics.so.3.24 ../OpenGLWindow/libOpenGLWindow.so ../ThirdPartyLibs/Gwen/libgwen.so ../ThirdPartyLibs/BussIK/libBussIK.so -ldl ../../src/BulletDynamics/libBulletDynamics.so.3.24 ../../src/BulletCollision/libBulletCollision.so.3.24 ../../src/LinearMath/libLinearMath.so.3.24 ../../src/Bullet3Common/libBullet3Common.so.3.24
| cd /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/examples/ExampleBrowser && /usr/bin/cmake -E copy_directory /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/data /local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24/data
| make[2]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24'
| [ 99%] Built target App_ExampleBrowser
| make[1]: Leaving directory '/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24'
| make: *** [Makefile:149: all] Error 2
For details or bug reports, check the complete log file in:
/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/build.log
make[3]: *** [/local/robotpkg/var/lib/robotpkg/mk/build/build.mk:204: do-build-make(/local/robotpkg/var/tmp/robotpkg/wip/py-bullet3/work/bullet3-3.24)] Error 2
make[2]: *** [/local/robotpkg/var/lib/robotpkg/mk/pkg/package.mk:42: pkg-check-installed] Error 2
ERROR: make: *** [package] Error 2
===> Deinstalling for py313-bullet3
Removed digest-20080510
Removed tnftp-20151004~ssl