Powered by foobar. Your IP: 3.239.51.78 | e-uae ccb2124b-1677-4582-9ab1-e9af2b1eaac4Toc:- error 1
336 | write_log ("bsdsocket: ERROR: Couldn't allocate signal for task 0x%lx.\n", sb->ownertask);
- error 2
/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/dms/u_heavy.c:62: undefined reference to `decode_c'
- error 3
/usr/bin/ld: /tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/dms/u_heavy.c:67: undefined reference to `decode_p'
- error 4
collect2: error: ld returned 1 exit status
- error 5
make[3]: *** [Makefile:1243: uae] Error 1
- error 6
make[2]: *** [Makefile:816: all-recursive] Error 1
- error 7
make[1]: *** [Makefile:609: all] Error 2
- error 8
error: Bad exit status from /tmp/B.4WMxnz/BUILD/tmp/rpm-tmp.80772 (%build)
- error 9
RPM build errors:
- error 10
error: No files produced.
Content:bsdsocket-posix-new.c: In function 'host_getprotobyname':
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1290:5: note: in expansion of macro 'DEBUG_LOG'
1290 | DEBUG_LOG ("Getprotobyname(%s)=%lx\n", get_real_address (name), p);
| ^~~~~~~~~
bsdsocket-posix-new.c: In function 'host_getprotobynumber':
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1304:5: note: in expansion of macro 'DEBUG_LOG'
1304 | DEBUG_LOG("getprotobynumber(%d)=%lx\n", number, p);
| ^~~~~~~~~
bsdsocket-posix-new.c: In function 'host_getservbynameport':
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1326:2: note: in expansion of macro 'DEBUG_LOG'
1326 | DEBUG_LOG("Getservbyport(%d, %s) = %lx\n", name, get_real_address(proto), s);
| ^~~~~~~~~
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1328:2: note: in expansion of macro 'DEBUG_LOG'
1328 | DEBUG_LOG("Getservbyname(%s, %s) = %lx\n", get_real_address(name), get_real_address(proto), s);
| ^~~~~~~~~
bsdsocket-posix-new.c:1354:91: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
1354 | write_log ("BSDSOCK: WARNING - getservby%s() ran out of Amiga memory (couldn't allocate %d bytes)\n",type ? "port" : "name", size);
| ~^ ~~~~
| | |
| int size_t {aka long unsigned int}
| %ld
bsdsocket-posix-new.c: In function 'host_getsockopt':
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1566:5: note: in expansion of macro 'DEBUG_LOG'
1566 | DEBUG_LOG ("getsockopt: sock AmigaSide %d NativeSide %d, level %d, 'name' %x(%d), len %d -> %d, %d\n",
| ^~~~~~~~~
bsdsocket-posix-new.c: In function 'host_IoctlSocket':
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1597:5: note: in expansion of macro 'DEBUG_LOG'
1597 | DEBUG_LOG ("Ioctl code is %lx, flags are %d\n", request, flags);
| ^~~~~~~~~
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1620:3: note: in expansion of macro 'DEBUG_LOG'
1620 | DEBUG_LOG ("nonblocking\n");
| ^~~~~~~~~
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1623:3: note: in expansion of macro 'DEBUG_LOG'
1623 | DEBUG_LOG ("blocking\n");
| ^~~~~~~~~
bsdsocket-posix-new.c: In function 'host_CloseSocket':
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1656:5: note: in expansion of macro 'DEBUG_LOG'
1656 | DEBUG_LOG ("CloseSocket Amiga: %d, NativeSide %d\n", sd, s);
| ^~~~~~~~~
bsdsocket-posix-new.c: In function 'init_socket_layer':
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1682:2: note: in expansion of macro 'DEBUG_LOG'
1682 | DEBUG_LOG("Can't create sem %d\n", errno);
| ^~~~~~~~~
bsdsocket-posix-new.c: In function 'clearsockabort':
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1695:2: note: in expansion of macro 'DEBUG_LOG'
1695 | DEBUG_LOG ("Sockabort got %d bytes\n", num);
| ^~~~~~~~~
bsdsocket-posix-new.c: In function 'sockabort':
bsdsocket-posix-new.c:59:27: warning: suggest braces around empty body in 'do' statement [-Wempty-body]
59 | #define DEBUG_LOG(...) do ; while(0)
| ^
bsdsocket-posix-new.c:1703:5: note: in expansion of macro 'DEBUG_LOG'
1703 | DEBUG_LOG ("Sock abort!!\n");
| ^~~~~~~~~
bsdsocket-posix-new.c:1704:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
1704 | write (sb->sockabort[1], &chr, sizeof (chr));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv -f .deps/bsdsocket-posix-new.Tpo .deps/bsdsocket-posix-new.Po
x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../src/include -I../src -I../src -I.. -I/usr/include -DFPUEMU -DCPUEMU_0 -DCPUEMU_5 -DCPUEMU_6 -DAGA -DAUTOCONFIG -DFILESYS -DBSDSOCKET -DSUPPORT_THREADS -DUSE_SDL -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -DUSE_GL -MT bsdsocket.o -MD -MP -MF .deps/bsdsocket.Tpo -c -o bsdsocket.o bsdsocket.c
In file included from bsdsocket.c:23:
threaddep/thread.h: In function 'uae_start_thread':
threaddep/thread.h:38:33: warning: cast between incompatible function types from 'void * (*)(void *)' to 'int (*)(void *)' [-Wcast-function-type]
38 | *thread = SDL_CreateThread ((int (*)(void *))f, arg);
| ^
bsdsocket.c: In function 'alloc_socketbase':
bsdsocket.c:336:74: warning: format '%lx' expects argument of type 'long unsigned int', but argument 2 has type 'uae_u32' {aka 'unsigned int'} [-Wformat=]
336 | write_log ("bsdsocket: ERROR: Couldn't allocate signal for task 0x%lx.\n", sb->ownertask);
| ~~^ ~~~~~~~~~~~~~
| | |
| | uae_u32 {aka unsigned int}
| long unsigned int
| %x
mv -f .deps/bsdsocket.Tpo .deps/bsdsocket.Po
x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../src/include -I../src -I../src -I.. -I/usr/include -DFPUEMU -DCPUEMU_0 -DCPUEMU_5 -DCPUEMU_6 -DAGA -DAUTOCONFIG -DFILESYS -DBSDSOCKET -DSUPPORT_THREADS -DUSE_SDL -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -DUSE_GL -MT scsi-none.o -MD -MP -MF .deps/scsi-none.Tpo -c -o scsi-none.o scsi-none.c
mv -f .deps/scsi-none.Tpo .deps/scsi-none.Po
x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../src/include -I../src -I../src -I.. -I/usr/include -DFPUEMU -DCPUEMU_0 -DCPUEMU_5 -DCPUEMU_6 -DAGA -DAUTOCONFIG -DFILESYS -DBSDSOCKET -DSUPPORT_THREADS -DUSE_SDL -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -DUSE_GL -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
mv -f .deps/debug.Tpo .deps/debug.Po
x86_64-pld-linux-gcc -DHAVE_CONFIG_H -I. -I../src/include -I../src -I../src -I.. -I/usr/include -DFPUEMU -DCPUEMU_0 -DCPUEMU_5 -DCPUEMU_6 -DAGA -DAUTOCONFIG -DFILESYS -DBSDSOCKET -DSUPPORT_THREADS -DUSE_SDL -DFDI2RAW -DDEBUGGER -DSAVESTATE -DENFORCER -DACTION_REPLAY -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -DUSE_GL -MT identify.o -MD -MP -MF .deps/identify.Tpo -c -o identify.o identify.c
mv -f .deps/identify.Tpo .deps/identify.Po
x86_64-pld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -fomit-frame-pointer -Wall -Wno-unused -Wno-format -W -Wmissing-prototypes -Wstrict-prototypes -DREGPARAM= -O2 -fwrapv -pipe -Wformat -Werror=format-security -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -Werror=trampolines -fPIC -march=x86-64 -gdwarf-4 -fno-debug-types-section -fvar-tracking-assignments -g2 -DUSE_GL -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -L/usr/lib -o uae main.o newcpu.o fpp.o memory.o events.o custom.o serial.o cia.o blitter.o autoconf.o traps.o ersatz.o keybuf.o expansion.o zfile.o cfgfile.o picasso96.o inputdevice.o gfxutil.o audio.o sinctable.o drawing.o native2amiga.o disk.o crc32.o savestate.o unzip.o uaeexe.o uaelib.o fdi2raw.o hotkeys.o ar.o driveclick.o enforcer.o misc.o missing.o readcpu.o md-amd64-gcc/libmachdep.a jd-sdl/libjoydep.a sd-sdl/libsnddep.a gfx-sdl/libgfxdep.a gui-gtk/libguidep.a keymap/libkeymap.a dms/libdms.a caps/libcaps.a blitfunc.o blittable.o cpustbl.o cpudefs.o libcpuemu.a writelog.o filesys.o fsdb.o fsusage.o hardfile.o filesys_unix.o fsdb_unix.o hardfile_unix.o bsdsocket-posix-new.o bsdsocket.o scsi-none.o debug.o identify.o td-sdl/libthreaddep.a od-linux/libosdep.a -lz -ldl -lSDL -lpthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype -lGL -lGLU -lm
/usr/bin/ld: audio.o:/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/audio.c:1196: multiple definition of `dmacon'; custom.o:/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/custom.c:137: first defined here
/usr/bin/ld: bsdsocket-posix-new.o:/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/../src/include/bsdsocket.h:83: multiple definition of `socketbases'; main.o:/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/../src/include/bsdsocket.h:83: first defined here
/usr/bin/ld: bsdsocket.o:/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/../src/include/bsdsocket.h:83: multiple definition of `socketbases'; main.o:/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/../src/include/bsdsocket.h:83: first defined here
/usr/bin/ld: skipping incompatible /usr/lib/libdl.so when searching for -ldl
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.so when searching for -lpthread
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: dms/libdms.a(u_heavy.o): in function `Unpack_HEAVY':
/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/dms/u_heavy.c:62: undefined reference to `decode_c'
/usr/bin/ld: /tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src/dms/u_heavy.c:67: undefined reference to `decode_p'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:1243: uae] Error 1
make[3]: Leaving directory '/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src'
make[2]: *** [Makefile:816: all-recursive] Error 1
make[2]: Leaving directory '/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src'
make[1]: *** [Makefile:609: all] Error 2
make[1]: Leaving directory '/tmp/B.4WMxnz/BUILD/e-uae-0.8.29-WIP4/src'
make: *** [Makefile:418: all-recursive] Error 1
error: Bad exit status from /tmp/B.4WMxnz/BUILD/tmp/rpm-tmp.80772 (%build)
RPM build errors:
Bad exit status from /tmp/B.4WMxnz/BUILD/tmp/rpm-tmp.80772 (%build)
ended at: Thu Jan 7 10:28:09 2021, done in 0:02:29.019061
error: No files produced.
+ chmod -R u+rwX /tmp/B.4WMxnz/BUILD
+ rm -rf /tmp/B.4WMxnz/tmp /tmp/B.4WMxnz/BUILD
+ rm -rf /tmp/B.4WMxnz
Begin-PLD-Builder-Info
Build-Time: user:147.83s sys:12.15s real:152.37s (faults io:192 non-io:3072231)
End-PLD-Builder-Info
|
|