0
저는 이곳에서 새로운 사람입니다. 이 ebuild를 사용하여 ment 에뮬레이터를 gentoo에 설치하려고합니다. https://github.com/PaddyMac/overlay/tree/master/games-emulation/mame 컴파일 중에 문제가 발생합니다. 아래 로그에서 볼 수 있듯이 moc 컴파일러가없는 것 같습니다. 나는mame에서 moc를 찾을 수 없습니다. gentoo에서 에뮬레이터를 컴파일하십시오.
[31;01m*[0m Working directory: '/var/tmp/portage/games-emulation/mame-0.148/work'
[31;01m*[0m S: '/var/tmp/portage/games-emulation/mame-0.148/work'
Compiling source in /var/tmp/portage/games-emulation/mame-0.148/work ...
[32;01m*[0m Grab a cup of coffee or a beer. This will take a while.
make all TARGET=mame BUILD_EXPAT=0 BUILD_FLAC=0 BUILD_JPEGLIB=0 BUILD_MIDILIB=0 BUILD_ZLIB=0 NOWERROR=1 NO_X11=0 DEBUG=0 NO_DEBUGGER=1 NO_OPENGL=0 PROFILER=0 USE_QTDEBUG=0 NO_USE_XINPUT=1
src/osd/sdl/sdl.mak:491: *** Qt's Meta Object Compiler (moc) wasn't found!. Stop.
[31;01m*[0m ERROR: games-emulation/mame-0.148::gentoo failed (compile phase):
[31;01m*[0m emake failed
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=games-emulation/mame-0.148::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=games-emulation/mame-0.148::gentoo'`.
[31;01m*[0m The complete build log is located at '/var/tmp/portage/games-emulation/mame-0.148/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/games-emulation/mame-0.148/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/games-emulation/mame-0.148/work'
[31;01m*[0m S: '/var/tmp/portage/games-emulation/mame-0.148/work'
이는 Moc는 DEV-QT/qtcore에 의해 제공됩니다 너희들
내가 거기에보고하는 것이 좋습니다 : https://github.com/PaddyMac/overlay/issues – Cynede