Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 329820 Details for
Bug 443774
games-arcade/smc-1.9: emake failed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log emerge -qv smc
build.log (text/plain), 7.82 KB, created by
Bernd Grubert
on 2012-11-18 12:45:30 UTC
(
hide
)
Description:
build.log emerge -qv smc
Filename:
MIME Type:
Creator:
Bernd Grubert
Created:
2012-11-18 12:45:30 UTC
Size:
7.82 KB
patch
obsolete
> * Package: games-arcade/smc-1.9 > * Repository: gentoo > * Maintainer: games@gentoo.org > * USE: amd64 elibc_glibc kernel_linux multilib userland_GNU > * FEATURES: sandbox > * Applying smc-1.9-boost150.patch ... > [ ok ] >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking target system type... x86_64-pc-linux-gnu >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for C++ compiler default output file name... a.out >checking whether the C++ compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-g++... none >checking for main in -lboost_filesystem... yes >checking for main in -lGL... yes >checking for main in -lGLU... yes >checking for x86_64-pc-linux-gnu-pkg-config... no >checking for pkg-config... /usr/bin/pkg-config >checking pkg-config is at least version 0.9.0... yes >checking for SDL... yes >checking for png_init_io in -lpng... yes >checking for IMG_LoadPNG_RW in -lSDL_image... yes >checking for Mix_OpenAudio in -lSDL_mixer... yes >checking for TTF_Init in -lSDL_ttf... yes >checking for CEGUI... yes >checking whether NLS is requested... yes >checking for msgfmt... /usr/bin/msgfmt >checking for gmsgfmt... /usr/bin/gmsgfmt >checking for xgettext... /usr/bin/xgettext >checking for msgmerge... /usr/bin/msgmerge >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for ld used by GCC... x86_64-pc-linux-gnu-ld >checking if the linker (x86_64-pc-linux-gnu-ld) is GNU ld... yes >checking for shared library run path origin... done >checking for CFPreferencesCopyAppValue... no >checking for CFLocaleCopyCurrent... no >checking for GNU gettext in libc... yes >checking whether to use NLS... yes >checking where the gettext function comes from... libc >checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking SDL.h usability... yes >checking SDL.h presence... yes >checking for SDL.h... yes >checking SDL_image.h usability... yes >checking SDL_image.h presence... yes >checking for SDL_image.h... yes >checking SDL_mixer.h usability... yes >checking SDL_mixer.h presence... yes >checking for SDL_mixer.h... yes >checking SDL_ttf.h usability... yes >checking SDL_ttf.h presence... yes >checking for SDL_ttf.h... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating src/Makefile >config.status: creating data/Makefile >config.status: creating config.h >config.status: executing depfiles commands >config.status: executing po-directories commands >make all-recursive >make[1]: Entering directory `/var/tmp/portage/games-arcade/smc-1.9/work/smc-1.9' >Making all in src >make[2]: Entering directory `/var/tmp/portage/games-arcade/smc-1.9/work/smc-1.9/src' >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR="\"/usr/share/games/smc\"" -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -I/usr/include/CEGUI -Wall -Wpointer-arith -O2 -march=core2 -pipe -fomit-frame-pointer -c -o audio.o `test -f 'audio/audio.cpp' || echo './'`audio/audio.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR="\"/usr/share/games/smc\"" -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -I/usr/include/CEGUI -Wall -Wpointer-arith -O2 -march=core2 -pipe -fomit-frame-pointer -c -o random_sound.o `test -f 'audio/random_sound.cpp' || echo './'`audio/random_sound.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR="\"/usr/share/games/smc\"" -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -I/usr/include/CEGUI -Wall -Wpointer-arith -O2 -march=core2 -pipe -fomit-frame-pointer -c -o sound_manager.o `test -f 'audio/sound_manager.cpp' || echo './'`audio/sound_manager.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR="\"/usr/share/games/smc\"" -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -I/usr/include/CEGUI -Wall -Wpointer-arith -O2 -march=core2 -pipe -fomit-frame-pointer -c -o camera.o `test -f 'core/camera.cpp' || echo './'`core/camera.cpp >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -DDATA_DIR="\"/usr/share/games/smc\"" -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -I/usr/include/CEGUI -Wall -Wpointer-arith -O2 -march=core2 -pipe -fomit-frame-pointer -c -o collision.o `test -f 'core/collision.cpp' || echo './'`core/collision.cpp >In file included from audio/../audio/../objects/sprite.h:21:0, > from audio/../audio/random_sound.h:20, > from audio/random_sound.cpp:16: >audio/../audio/../objects/../video/video.h:26:62: schwerwiegender Fehler: RendererModules/OpenGLGUIRenderer/openglrenderer.h: Datei oder Verzeichnis nicht gefunden >Kompilierung beendet. >make[2]: *** [random_sound.o] Fehler 1 >make[2]: *** Warte auf noch nicht beendete Prozesse... >In file included from core/../core/../objects/../objects/sprite.h:21:0, > from core/../core/../objects/movingsprite.h:19, > from core/../core/game_core.h:19, > from core/collision.cpp:18: >core/../core/../objects/../objects/../video/video.h:26:62: schwerwiegender Fehler: RendererModules/OpenGLGUIRenderer/openglrenderer.h: Datei oder Verzeichnis nicht gefunden >Kompilierung beendet. >In file included from core/../core/../objects/../objects/sprite.h:21:0, > from core/../core/../objects/movingsprite.h:19, > from core/../core/game_core.h:19, > from core/camera.cpp:17: >core/../core/../objects/../objects/../video/video.h:26:62: schwerwiegender Fehler: RendererModules/OpenGLGUIRenderer/openglrenderer.h: Datei oder Verzeichnis nicht gefunden >Kompilierung beendet. >make[2]: *** [collision.o] Fehler 1 >make[2]: *** [camera.o] Fehler 1 >In file included from audio/../core/../objects/../objects/sprite.h:21:0, > from audio/../core/../objects/movingsprite.h:19, > from audio/../core/game_core.h:19, > from audio/audio.cpp:17: >audio/../core/../objects/../objects/../video/video.h:26:62: schwerwiegender Fehler: RendererModules/OpenGLGUIRenderer/openglrenderer.h: Datei oder Verzeichnis nicht gefunden >Kompilierung beendet. >make[2]: *** [audio.o] Fehler 1 >make[2]: Leaving directory `/var/tmp/portage/games-arcade/smc-1.9/work/smc-1.9/src' >make[1]: *** [all-recursive] Fehler 1 >make[1]: Leaving directory `/var/tmp/portage/games-arcade/smc-1.9/work/smc-1.9' >make: *** [all] Fehler 2 > * ERROR: games-arcade/smc-1.9 failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=games-arcade/smc-1.9'`, > * the complete build log and the output of `emerge -pqv '=games-arcade/smc-1.9'`. > * The complete build log is located at '/var/tmp/portage/games-arcade/smc-1.9/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/games-arcade/smc-1.9/temp/environment'. > * Working directory: '/var/tmp/portage/games-arcade/smc-1.9/work/smc-1.9' > * S: '/var/tmp/portage/games-arcade/smc-1.9/work/smc-1.9'
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 443774
: 329820 |
329822
|
329824