daphne.bin fails to build
-
I'm not sure where to go from here...I got a bit further in getting the daphne stuff running but running into a problem.
I'm try to build the daphne.bin and was getting a c compile error which compiler was not in $PATH. I got that fix and running gcc-4.9 and now get the below....
If someone would point me in the right direction I would greatly appreciated . thank you
Log started at: Thu 28 Jan 18:42:29 UTC 2021
RetroPie-Setup version: 4.7.3 (e8251fdf)
System: rpi3 (armv7l) - Raspbian GNU/Linux 9.4 (stretch) - Linux retropie 4.14.30-v7+ #1102 SMP Mon Mar 26 16:45:49 BST 2018 armv7l GNU/Linux= = = = = = = = = = = = = = = = = = = = =
Installing dependencies for 'daphne' : Daphne - Laserdisc Emulator
= = = = = = = = = = = = = = = = = = = = =/home/pi/RetroPie-Setup/tmp/build/daphne /home/pi
= = = = = = = = = = = = = = = = = = = = =
Getting sources for 'daphne' : Daphne - Laserdisc Emulator
= = = = = = = = = = = = = = = = = = = = =Already on 'retropie'
Your branch is up-to-date with 'origin/retropie'.
Already up-to-date.
HEAD is now in branch 'retropie' at commit 'f35231da6dc2238d4dedb74e18f528f2e5919284'
/home/pi
/home/pi/RetroPie-Setup/tmp/build/daphne /home/pi= = = = = = = = = = = = = = = = = = = = =
Building 'daphne' : Daphne - Laserdisc Emulator
= = = = = = = = = = = = = = = = = = = = =checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... armv7l-unknown-linux-gnu
checking host system type... armv7l-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking if gcc supports -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -Wall flags... yes
checking if gcc supports -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -Wall -O3 flags... yes
checking if gcc supports -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -Wall -O3 -fomit-frame-pointer flags... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... file_magic ELF [0-9][0-9]-bit [LM]SB (shared object|dynamic lib )
checking command to parse /usr/bin/nm -B output... ok
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for file... /usr/bin/file
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for inttypes.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for always_inline... yes
checking for restrict... restrict
checking for __builtin_expect... yes
checking for size_t... yes
checking whether byte ordering is bigendian... no
checking for memalign... yes
checking for gettimeofday... yes
checking for ftime... yes
checking return type of signal handlers... void
checking if libtool supports -prefer-non-pic flag... yes
checking for mlib_VideoColorYUV2RGB420 in -lmlib... no
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XShmCreateImage in -lXext... yes
checking for XvShmCreateImage in -lXv... yes
checking ddraw.h usability... no
checking ddraw.h presence... no
checking for ddraw.h... no
checking for mlib_VideoColorYUV2RGB420 in -lmlib... (cached) no
checking for sdl-config... yes
checking attribute ((aligned ())) support... 64
configure: creating ./config.status
config.status: creating Makefile
config.status: creating autotools/Makefile
config.status: creating include/Makefile
config.status: creating test/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating libmpeg2/Makefile
config.status: creating libvo/Makefile
config.status: creating vc++/Makefile
config.status: creating libmpeg2/libmpeg2.pc
config.status: creating include/config.h
config.status: executing depfiles commands
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c vldp/vldp.c -o vldp/vldp.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c vldp/vldp_internal.c -o vldp/vldp_internal.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c vldp/mpegscan.c -o vldp/mpegscan.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/cpu_accel.c -o libmpeg2/cpu_accel.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/alloc.c -o libmpeg2/alloc.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/cpu_state.c -o libmpeg2/cpu_state.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/decode.c -o libmpeg2/decode.o
libmpeg2/decode.c:119:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int seek_chunk (mpeg2dec_t * mpeg2dec)
^
libmpeg2/decode.c:77:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int copy_chunk (mpeg2dec_t * mpeg2dec, int bytes)
^
libmpeg2/decode.c:43:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int skip_chunk (mpeg2dec_t * mpeg2dec, int bytes)
^
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/header.c -o libmpeg2/header.o
libmpeg2/header.c:252:20: warning: always_inline function might not be inlinable [-Wattributes]
static inline void finalize_sequence (sequence_t * sequence)
^
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/motion_comp.c -o libmpeg2/motion_comp.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/idct.c -o libmpeg2/idct.o
libmpeg2/idct.c:116:20: warning: always_inline function might not be inlinable [-Wattributes]
static void inline idct_col (int16_t * const block)
^
libmpeg2/idct.c:63:20: warning: always_inline function might not be inlinable [-Wattributes]
static void inline idct_row (int16_t * const block)
^
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/idct_mmx.c -o libmpeg2/idct_mmx.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/motion_comp_mmx.c -o libmpeg2/motion_comp_mmx.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libmpeg2/slice.c -o libmpeg2/slice.o
libmpeg2/slice.c:1499:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int slice_init (decoder_t * const decoder, int code)
^
libmpeg2/slice.c:1228:20: warning: always_inline function might not be inlinable [-Wattributes]
static inline void motion_zero (const decoder_t * const decoder,
^
libmpeg2/slice.c:1215:20: warning: always_inline function might not be inlinable [-Wattributes]
static inline void motion_reuse (const decoder_t * const decoder,
^
libmpeg2/slice.c:986:20: warning: always_inline function might not be inlinable [-Wattributes]
static inline void slice_non_intra_DCT (decoder_t * const decoder,
^
libmpeg2/slice.c:958:20: warning: always_inline function might not be inlinable [-Wattributes]
static inline void slice_intra_DCT (decoder_t * const decoder, const int cc,
^
libmpeg2/slice.c:315:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int get_chroma_dc_dct_diff (decoder_t * const decoder)
^
libmpeg2/slice.c:278:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int get_luma_dc_dct_diff (decoder_t * const decoder)
^
libmpeg2/slice.c:250:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int get_coded_block_pattern (decoder_t * const decoder)
^
libmpeg2/slice.c:234:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int get_dmv (decoder_t * const decoder)
^
libmpeg2/slice.c:215:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int bound_motion_vector (const int vector, const int f_code)
^
libmpeg2/slice.c:161:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int get_motion_delta (decoder_t * const decoder,
^
libmpeg2/slice.c:141:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int get_quantizer_scale (decoder_t * const decoder)
^
libmpeg2/slice.c:48:19: warning: always_inline function might not be inlinable [-Wattributes]
static inline int get_macroblock_modes (decoder_t * const decoder)
^
In file included from libmpeg2/slice.c:39:0:
libmpeg2/vlc.h:30:20: warning: always_inline function might not be inlinable [-Wattributes]
static inline void bitstream_init (decoder_t * decoder, const uint8_t * start)
^
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libvo/video_out.c -o libvo/video_out.o
cc -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2 -fPICsdl-config --cflags
-I./include -fsigned-char -c libvo/video_out_null.c -o libvo/video_out_null.o
cc -shared -o libvldp2.so vldp/vldp.o vldp/vldp_internal.o vldp/mpegscan.o libmpeg2/cpu_accel.o libmpeg2/alloc.o libmpeg2/cpu_state.o libmpeg2/decode.o libmpeg2/header.o libmpeg2/motion_comp.o libmpeg2/idct.o libmpeg2/idct_mmx.o libmpeg2/motion_comp_mmx.o libmpeg2/slice.o libvo/video_out.o libvo/video_out_null.osdl-config --libs
cp libvldp2.so ../../.
g++ -mcpu=cortex-a53 -mfpu=neon-fp-armv8 -O2sdl-config --cflags
-DUNIX -DLINUX -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DUSE_OPENGL -DRPI -DSTATIC_VLDP -Wall -fsigned-char -c daphne.cpp -o daphne.o
daphne.cpp: In function ‘unsigned char get_filename(char, unsigned char)’:
daphne.cpp:107:10: internal compiler error: Illegal instruction
if (s[i] == '+')
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-6/README.Bugs> for instructions.
Makefile:84: recipe for target 'daphne.o' failed
make: *** [daphne.o] Error 1
/home/pi
/home/pi/RetroPie-Setup/tmp/build/daphne /home/pi
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound' -> '/opt/retropie/emulators/daphne/sound'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/ab_alarm1.wav' -> '/opt/retropie/emulators/daphne/sound/ab_alarm1.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/ab_alarm2.wav' -> '/opt/retropie/emulators/daphne/sound/ab_alarm2.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/ab_alarm3.wav' -> '/opt/retropie/emulators/daphne/sound/ab_alarm3.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/ab_alarm4.wav' -> '/opt/retropie/emulators/daphne/sound/ab_alarm4.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/ab_enemy.wav' -> '/opt/retropie/emulators/daphne/sound/ab_enemy.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/ab_fire.wav' -> '/opt/retropie/emulators/daphne/sound/ab_fire.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/ab_ship.wav' -> '/opt/retropie/emulators/daphne/sound/ab_ship.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/bl_shot.wav' -> '/opt/retropie/emulators/daphne/sound/bl_shot.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/cliff_correct.wav' -> '/opt/retropie/emulators/daphne/sound/cliff_correct.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/cliff_startup.wav' -> '/opt/retropie/emulators/daphne/sound/cliff_startup.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/cliff_wrong.wav' -> '/opt/retropie/emulators/daphne/sound/cliff_wrong.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_bad.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_bad.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_coin1.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_coin1.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_coin2.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_coin2.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_coin3.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_coin3.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_coin4.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_coin4.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_error.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_error.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_good.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_good.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_tic.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_tic.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_toc.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_toc.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_warble.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_warble.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl2_warn.wav' -> '/opt/retropie/emulators/daphne/sound/dl2_warn.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl_accept.wav' -> '/opt/retropie/emulators/daphne/sound/dl_accept.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl_buzz.wav' -> '/opt/retropie/emulators/daphne/sound/dl_buzz.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/dl_credit.wav' -> '/opt/retropie/emulators/daphne/sound/dl_credit.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/esh_beep.wav' -> '/opt/retropie/emulators/daphne/sound/esh_beep.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/gr_alarm1.wav' -> '/opt/retropie/emulators/daphne/sound/gr_alarm1.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/gr_alarm2.wav' -> '/opt/retropie/emulators/daphne/sound/gr_alarm2.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/gr_alarm3.wav' -> '/opt/retropie/emulators/daphne/sound/gr_alarm3.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/gr_alarm4.wav' -> '/opt/retropie/emulators/daphne/sound/gr_alarm4.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/gr_attack.wav' -> '/opt/retropie/emulators/daphne/sound/gr_attack.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/gr_cannon.wav' -> '/opt/retropie/emulators/daphne/sound/gr_cannon.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/gr_fire.wav' -> '/opt/retropie/emulators/daphne/sound/gr_fire.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/gr_mineon.wav' -> '/opt/retropie/emulators/daphne/sound/gr_mineon.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-01.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-01.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-02.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-02.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-03.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-03.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-04.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-04.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-05.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-05.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-06.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-06.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-07.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-07.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-08.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-08.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-09.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-09.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-11.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-11.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-13.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-13.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-15.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-15.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-19.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-19.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-20.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-20.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-22.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-22.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-33.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-33.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-34.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-34.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-35.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-35.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-36.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-36.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-37.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-37.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-39.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-39.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-40.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-40.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-41.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-41.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-42.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-42.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-43.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-43.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-45.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-45.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-49.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-49.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/mach3-null.ogg' -> '/opt/retropie/emulators/daphne/sound/mach3-null.ogg'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/saveme.wav' -> '/opt/retropie/emulators/daphne/sound/saveme.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/sd_coin.wav' -> '/opt/retropie/emulators/daphne/sound/sd_coin.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/sd_fail.wav' -> '/opt/retropie/emulators/daphne/sound/sd_fail.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/sd_succeed.wav' -> '/opt/retropie/emulators/daphne/sound/sd_succeed.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/sda_success_hi.wav' -> '/opt/retropie/emulators/daphne/sound/sda_success_hi.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/sound/sda_success_lo.wav' -> '/opt/retropie/emulators/daphne/sound/sda_success_lo.wav'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics' -> '/opt/retropie/emulators/daphne/pics'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/ConsoleFont.bmp' -> '/opt/retropie/emulators/daphne/pics/ConsoleFont.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/credits.bmp' -> '/opt/retropie/emulators/daphne/pics/credits.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/gamenowook.bmp' -> '/opt/retropie/emulators/daphne/pics/gamenowook.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/ldp1450font.bmp' -> '/opt/retropie/emulators/daphne/pics/ldp1450font.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led0.bmp' -> '/opt/retropie/emulators/daphne/pics/led0.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led1.bmp' -> '/opt/retropie/emulators/daphne/pics/led1.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led10.bmp' -> '/opt/retropie/emulators/daphne/pics/led10.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led11.bmp' -> '/opt/retropie/emulators/daphne/pics/led11.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led12.bmp' -> '/opt/retropie/emulators/daphne/pics/led12.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led13.bmp' -> '/opt/retropie/emulators/daphne/pics/led13.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led14.bmp' -> '/opt/retropie/emulators/daphne/pics/led14.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led15.bmp' -> '/opt/retropie/emulators/daphne/pics/led15.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led16.bmp' -> '/opt/retropie/emulators/daphne/pics/led16.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led2.bmp' -> '/opt/retropie/emulators/daphne/pics/led2.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led3.bmp' -> '/opt/retropie/emulators/daphne/pics/led3.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led4.bmp' -> '/opt/retropie/emulators/daphne/pics/led4.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led5.bmp' -> '/opt/retropie/emulators/daphne/pics/led5.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led6.bmp' -> '/opt/retropie/emulators/daphne/pics/led6.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led7.bmp' -> '/opt/retropie/emulators/daphne/pics/led7.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led8.bmp' -> '/opt/retropie/emulators/daphne/pics/led8.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/led9.bmp' -> '/opt/retropie/emulators/daphne/pics/led9.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/lives.bmp' -> '/opt/retropie/emulators/daphne/pics/lives.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/overlayleds1.bmp' -> '/opt/retropie/emulators/daphne/pics/overlayleds1.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/overlayleds2.bmp' -> '/opt/retropie/emulators/daphne/pics/overlayleds2.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/player1.bmp' -> '/opt/retropie/emulators/daphne/pics/player1.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/player2.bmp' -> '/opt/retropie/emulators/daphne/pics/player2.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/saveme.bmp' -> '/opt/retropie/emulators/daphne/pics/saveme.bmp'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/obsolete' -> '/opt/retropie/emulators/daphne/pics/obsolete'
'/home/pi/RetroPie-Setup/tmp/build/daphne/pics/obsolete/ldp1450.bmp' -> '/opt/retropie/emulators/daphne/pics/obsolete/ldp1450.bmp'
/home/pi
Could not successfully install Daphne - Laserdisc Emulator (/home/pi/RetroPie-Setup/tmp/build/daphne/daphne.bin not found).Log ended at: Thu 28 Jan 18:43:08 UTC 2021
Total running time: 0 hours, 0 mins, 39 secs -
I can't reproduce the build error using a similar setup.
Support for Raspbian Stretch has been dropped - as you probably have been informed when starting RetroPie-Setup - so there's not much that will be done to fix errors on older systems.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.