Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871555 - dev-lisp/clisp-2.49.92-r1[threads] - In file included from ../src/spvw.d:23: ../src/lispbibl.d:3015:4: error: #error No multithreading possible with this memory model!
Summary: dev-lisp/clisp-2.49.92-r1[threads] - In file included from ../src/spvw.d:23: ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-18 18:52 UTC by ernsteiswuerfel
Modified: 2022-09-18 19:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (clisp-2.49.92-r1:20220918-121338.log,111.79 KB, text/plain)
2022-09-18 18:52 UTC, ernsteiswuerfel
Details
emerge --info (file_871555.txt,6.29 KB, text/plain)
2022-09-18 19:04 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2022-09-18 18:52:29 UTC
Created attachment 812338 [details]
build.log

[...]
./comment5 ../src/noreadline.d | ./gctrigger | ./varbrace > noreadline.c
./comment5 ../src/lispbibl.d | sed -e '/^%% /{s///;p;d;}' -e '/^#line /!s/.*//' | sed -e 's/puts(/fprintf(header_f,"%s\\n",/g' -e 's/print("/fprint(header_f,"/g' -e 's/printf("/fprintf(header_f,"/g' > gen.lispbibl.c
gcc -I/var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/src -I/var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/builddir/gllib -I/var/tmp/portage/dev-lisp/clisp-2.49.92-r1/work/clisp-2.49.92/src/gllib -O2 -mcpu=7450 -mtune=7450 -pipe -no-integrated-cpp -W -Wswitch -Wcomment -Wpointer-arith -Wreturn-type -Wmissing-declarations -Wimplicit -Wno-sign-compare -Wno-format-nonliteral -Wno-shift-negative-value -O2 -fwrapv -pthread -fno-strict-aliasing -DNO_ASM -DNO_ARI_ASM -DNO_SP_ASM -DNO_FAST_DISPATCH -DNO_FAST_FLOAT -DNO_FAST_DOUBLE -DNO_ALLOCA -DNO_ADDRESS_SPACE_ASSUMPTIONS -DNO_GENERATIONAL_GC -DNO_SYMBOLFLAGS -DENABLE_UNICODE -DMULTITHREAD -DPOSIX_THREADS -DDYNAMIC_FFI -I. -c spvw.c
In file included from ../src/spvw.d:23:
../src/lispbibl.d:3015:4: error: #error No multithreading possible with this memory model!
 3015 |   #error No multithreading possible with this memory model!
      |    ^~~~~
make: *** [Makefile:1109: spvw.o] Error 1
 * ERROR: dev-lisp/clisp-2.49.92-r1::gentoo failed (compile phase):
 *   emake failed
Comment 1 ernsteiswuerfel archtester 2022-09-18 19:04:57 UTC
Created attachment 812371 [details]
emerge --info