summaryrefslogtreecommitdiffstats
path: root/sdlmame/compiler-errors
diff options
context:
space:
mode:
Diffstat (limited to 'sdlmame/compiler-errors')
-rw-r--r--sdlmame/compiler-errors42
1 files changed, 42 insertions, 0 deletions
diff --git a/sdlmame/compiler-errors b/sdlmame/compiler-errors
new file mode 100644
index 0000000..3d96867
--- /dev/null
+++ b/sdlmame/compiler-errors
@@ -0,0 +1,42 @@
+]0;abuild: sdlmame>>> sdlmame: Checking sanity of /home/nangel/repos/na-aports/sdlmame/APKBUILD...
+>>> sdlmame: Analyzing dependencies...
+>>> sdlmame: Installing for build: build-base alsa-lib libxinerama qt5-qtbase-dev sdl2-dev sdl2_ttf-dev glu mesa-dev nasm python2 unzip
+>>> sdlmame: Cleaning temporary build dirs...
+>>> sdlmame: Checking sha512sums...
+>>> sdlmame: Unpacking /var/cache/distfiles/mame0182s.zip...
+/usr/bin/abuild: cd: line 1: can't cd to srcdir
+unzip: cannot find or open mames.zip, mames.zip.zip or mames.zip.ZIP.
+3rdparty/pugixml/tests/data/????.xml: mismatching "local" filename (3rdparty/pugixml/tests/data/????????.xml),
+ continuing with "central" filename version
+>>> sdlmame: 0001-gcc-4-6.patch
+>>> sdlmame: 0002-glibc-musl-fixes.patch
+>>> sdlmame: 0003-redefine-page-size.patch
+>>> sdlmame: 0004-poll-not-sys-poll.patch
+../../../../../src/lib/netlist/plib/pexception.cpp: In constructor 'plib::fpsignalenabler::fpsignalenabler(unsigned int)':
+../../../../../src/lib/netlist/plib/pexception.cpp:111:36: error: 'feenableexcept' was not declared in this scope
+ m_last_enabled = feenableexcept(b);
+ ^
+../../../../../src/lib/netlist/plib/pexception.cpp: In destructor 'plib::fpsignalenabler::~fpsignalenabler()':
+../../../../../src/lib/netlist/plib/pexception.cpp:124:32: error: 'fedisableexcept' was not declared in this scope
+ fedisableexcept(FE_ALL_EXCEPT); // Enable all floating point exceptions but FE_INEXACT
+ ^
+../../../../../src/lib/netlist/plib/pexception.cpp:125:32: error: 'feenableexcept' was not declared in this scope
+ feenableexcept(m_last_enabled); // Enable all floating point exceptions but FE_INEXACT
+ ^
+make[2]: *** [netlist.make:1000: ../../../../linux_gcc/obj/x64/Release/src/lib/netlist/plib/pexception.o] Error 1
+make[2]: *** Waiting for unfinished jobs....
+make[1]: *** [Makefile:28: netlist] Error 2
+make[1]: *** Waiting for unfinished jobs....
+../../../../../src/devices/cpu/hd61700/hd61700.cpp: In member function 'virtual void hd61700_cpu_device::execute_run()':
+../../../../../src/devices/cpu/hd61700/hd61700.cpp:332:6: internal compiler error: Segmentation fault
+ void hd61700_cpu_device::execute_run()
+ ^~~~~~~~~~~~~~~~~~
+Please submit a full bug report,
+with preprocessed source if appropriate.
+See <http://gcc.gnu.org/bugs.html> for instructions.
+make[2]: *** [optional.make:14408: ../../../../linux_gcc/obj/x64/Release/src/devices/cpu/hd61700/hd61700.o] Error 1
+make[2]: *** Waiting for unfinished jobs....
+make[1]: *** [Makefile:85: optional] Error 2
+make: *** [makefile:1238: linux_x64] Error 2
+>>> ERROR: sdlmame: all failed
+]0;>>> sdlmame: Uninstalling dependencies...