Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 859702 Details for
Bug 904060
games-action/minetest-5.6.1: build fails with newer dev-games/irrlicht-mt version
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build log
build.log (text/x-log), 4.71 KB, created by
sMueggli
on 2023-04-09 09:18:37 UTC
(
hide
)
Description:
build log
Filename:
MIME Type:
Creator:
sMueggli
Created:
2023-04-09 09:18:37 UTC
Size:
4.71 KB
patch
obsolete
>[32m * [39;49;00mPackage: games-action/minetest-5.6.1:0 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: marecki@gentoo.org games@gentoo.org >[32m * [39;49;00mUpstream: https://github.com/minetest/minetest/issues >[32m * [39;49;00mUSE: abi_x86_64 amd64 client curl elibc_glibc kernel_linux lua_single_target_lua5-1 ncurses nls server sound userland_GNU >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > [32m*[0m Using lua5.1 to build >>>> Unpacking source... >>>> Unpacking minetest-5.6.1.tar.gz to /var/tmp/portage/games-action/minetest-5.6.1/work >>>> Source unpacked in /var/tmp/portage/games-action/minetest-5.6.1/work >>>> Preparing source in /var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1 ... > [32m*[0m Source directory (CMAKE_USE_DIR): "/var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1" > [32m*[0m Build directory (BUILD_DIR): "/var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1_build" > [32m*[0m Applying minetest-5.4.1-system_puc_lua.patch ... >[A[98C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Applying minetest-5.6.0-no_upstream_optflags.patch ... >[A[98C [34;01m[ [32;01mok[34;01m ][0m > [32m*[0m Hardcoded definition(s) removed in CMakeLists.txt: > [32m*[0m set(CMAKE_BUILD_TYPE Release CACHE STRING "Build type: Debug or Release" FOR >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1 ... > [32m*[0m Source directory (CMAKE_USE_DIR): "/var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1" > [32m*[0m Build directory (BUILD_DIR): "/var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1_build" >cmake -C /var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_CLIENT=yes -DBUILD_SERVER=yes -DBUILD_UNITTESTS=no -DCUSTOM_BINDIR=/usr/bin -DCUSTOM_DOCDIR=/usr/share/doc/minetest-5.6.1 -DCUSTOM_EXAMPLE_CONF_DIR=/usr/share/doc/minetest-5.6.1 -DCUSTOM_LOCALEDIR=/usr/share/minetest/locale -DCUSTOM_MANDIR=/usr/share/man -DCUSTOM_SHAREDIR=/usr/share/minetest -DENABLE_CURL=yes -DENABLE_CURSES=yes -DENABLE_GETTEXT=yes -DENABLE_GLES=no -DENABLE_LEVELDB=no -DENABLE_LUAJIT=no -DENABLE_POSTGRESQL=no -DENABLE_PROMETHEUS=no -DENABLE_REDIS=no -DENABLE_SPATIAL=no -DENABLE_SOUND=yes -DENABLE_SYSTEM_GMP=1 -DENABLE_SYSTEM_JSONCPP=1 -DRUN_IN_PLACE=0 -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1_build/gentoo_toolchain.cmake /var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1 >loading initial cache file /var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1_build/gentoo_common_config.cmake >-- The C compiler identification is GNU 12.2.1 >-- The CXX compiler identification is GNU 12.2.1 >-- Detecting C compiler ABI info >-- Detecting C compiler ABI info - done >-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - 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/x86_64-pc-linux-gnu-g++ - skipped >-- Detecting CXX compile features >-- Detecting CXX compile features - done >-- *** Will build version 5.6.1 *** >-- Found IrrlichtMt 1.9.0.10 >[31mCMake Error at CMakeLists.txt:135 (message): > IrrlichtMt 1.9.0mt8 is required to build > >[0m >-- Configuring incomplete, errors occurred! >See also "/var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1_build/CMakeFiles/CMakeOutput.log". > [31;01m*[0m ERROR: games-action/minetest-5.6.1::gentoo failed (configure phase): > [31;01m*[0m cmake failed > [31;01m*[0m > [31;01m*[0m Call stack: > [31;01m*[0m ebuild.sh, line 136: Called src_configure > [31;01m*[0m environment, line 2609: Called cmake_src_configure > [31;01m*[0m environment, line 1334: Called die > [31;01m*[0m The specific snippet of code: > [31;01m*[0m "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=games-action/minetest-5.6.1::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=games-action/minetest-5.6.1::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/games-action/minetest-5.6.1/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/games-action/minetest-5.6.1/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1_build' > [31;01m*[0m S: '/var/tmp/portage/games-action/minetest-5.6.1/work/minetest-5.6.1'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 904060
: 859702 |
859703