robotpkg/image/artoolkitplus bulk build results

Log for artoolkitplus-2.1.1r4 on Ubuntu-25.04-x86_64: bulk.log (Back)

=> Checking for clear installation ===> Installing bootstrap dependencies for artoolkitplus-2.1.1r4 => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-25.04-x86_64/All/digest-20080510.tgz => Installing /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-25.04-x86_64/All/tnftp-20151004~ssl.tgz ===> Checking bootstrap dependencies for artoolkitplus-2.1.1r4 => Required robotpkg package digest>=20080510: digest-20080510 found => Required robotpkg package tnftp>=20091122: tnftp-20151004~ssl found => Required system package gnupg>=1: gnupg-2.4.4 found => Required system package gzip: gzip-1.13 found => Required system package patch>=2.0: patch-2.7.6 found => Required system package pkg_install>=20110805.12: pkg_install-20211115.3 found => Required system package pkgrepo2deb>=1.9: pkgrepo2deb-1.14 found => Required system package unzip: unzip found ===> Done bootstrap-depends for artoolkitplus-2.1.1r4 ===> Installing full dependencies for artoolkitplus-2.1.1r4 => Dependency digest-20080510 already installed => Dependency tnftp-20151004~ssl already installed ===> Checking build options for artoolkitplus-2.1.1r4 => Building with no option. ===> Checking alternatives for artoolkitplus-2.1.1r4 => Use the GNU C++ compiler: c++-compiler provided by g++>=3 ===> Checking dependencies for artoolkitplus-2.1.1r4 => Required system package g++>=3: g++-14.2.0 found => Required system package libstdc++: libstdc++ found => Required system package qmake>=1: qmake-3.1 found ===> Done depends for artoolkitplus-2.1.1r4 ===> Extracting for artoolkitplus-2.1.1r4 => SHA1 checksums OK => RMD160 checksums OK => Fixing broken headers ===> Patching for artoolkitplus-2.1.1r4 => Applying robotpkg patches for artoolkitplus-2.1.1r4 ===> Configuring for artoolkitplus-2.1.1r4 Project MESSAGE: Building ARToolKitPlus in release mode ... Project MESSAGE: Building IdPatGen in release mode ... Project MESSAGE: Building multi in release mode ... Project MESSAGE: Building simple in release mode ... ===> Building for artoolkitplus-2.1.1r4 In file included from ../../include/ARToolKitPlus/TrackerSingleMarkerImpl.h:48, from src/main.cpp:47: ../../include/ARToolKitPlus/TrackerImpl.h: In instantiation of 'const char* ARToolKitPlus::TrackerImpl<__PATTERN_SIZE_X, __PATTERN_SIZE_Y, __PATTERN_SAMPLE_NUM, __MAX_LOAD_PATTERNS, __MAX_IMAGE_PATTERNS>::getDescription() [with int __PATTERN_SIZE_X = 6; int __PATTERN_SIZE_Y = 6; int __PATTERN_SAMPLE_NUM = 6; int __MAX_LOAD_PATTERNS = 1; int __MAX_IMAGE_PATTERNS = 8]': ../../include/ARToolKitPlus/TrackerImpl.h:12743:1: required from here 64 | #define AR_TEMPL_TRACKER TrackerImpl<__PATTERN_SIZE_X, __PATTERN_SIZE_Y, __PATTERN_SAMPLE_NUM, __MAX_LOAD_PATTERNS, __MAX_IMAGE_PATTERNS> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:42: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:65: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:80: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:90: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~ In file included from ../../include/ARToolKitPlus/TrackerMultiMarkerImpl.h:46, from src/main.cpp:47: ../../include/ARToolKitPlus/TrackerImpl.h: In instantiation of 'const char* ARToolKitPlus::TrackerImpl<__PATTERN_SIZE_X, __PATTERN_SIZE_Y, __PATTERN_SAMPLE_NUM, __MAX_LOAD_PATTERNS, __MAX_IMAGE_PATTERNS>::getDescription() [with int __PATTERN_SIZE_X = 6; int __PATTERN_SIZE_Y = 6; int __PATTERN_SAMPLE_NUM = 6; int __MAX_LOAD_PATTERNS = 1; int __MAX_IMAGE_PATTERNS = 16]': ../../include/ARToolKitPlus/TrackerImpl.h:12743:1: required from here 64 | #define AR_TEMPL_TRACKER TrackerImpl<__PATTERN_SIZE_X, __PATTERN_SIZE_Y, __PATTERN_SAMPLE_NUM, __MAX_LOAD_PATTERNS, __MAX_IMAGE_PATTERNS> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:34: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:42: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:50: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:58: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:65: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:73: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:80: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~~~~ ../../include/ARToolKitPlus/TrackerImpl.h:12745:90: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] 12745 | char* pixelformats[] = { "NONE", "ABGR", "BGRA", "BGR", "RGBA", "RGB", "RGB565", "LUM" }; | ^~~~~ ===> Installing for artoolkitplus-2.1.1r4 => Registering installation for artoolkitplus-2.1.1r4 ===> Done install for artoolkitplus-2.1.1r4 ===> Building binary package for artoolkitplus-2.1.1r4 Creating package /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-25.04-x86_64/All/artoolkitplus-2.1.1r4 => Linking package in /opt/robotpkg/var/lib/robotpkg/packages/bsd/Ubuntu-25.04-x86_64/pub => Updating debian binary packages dpkg-deb: hint: you might need to pass --root-owner-group, see for further details dpkg-deb: building package 'robotpkg-artoolkitplus' in '/local/robotpkg/var/tmp/robotpkg/image/artoolkitplus/work/pkg2deb.95254/robotpkg-artoolkitplus_2.1.1r4_amd64.deb'. updated /opt/robotpkg/var/lib/robotpkg/packages/debian/pub/dists/plucky/robotpkg/binary-amd64/robotpkg-artoolkitplus_2.1.1r4_amd64.deb WARNING: dpkg-deb: warning: root directory /local/robotpkg/var/tmp/robotpkg/image/artoolkitplus/work/pkg2deb.95254.artoolkitplus-2.1.1r4.tgz has unusual owner or group 500:355 WARNING: dpkg-deb: warning: ignoring 1 warning about the control file(s) ===> Deinstalling for artoolkitplus Removed artoolkitplus-2.1.1r4 Removed digest-20080510 Removed tnftp-20151004~ssl