Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 871564 - dev-lisp/ecl-21.2.1-r4 - ../src/libffi/src/powerpc/ffi.c:33: /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/src/powerpc/ffi_powerpc.h:65:9: error: '__int128' is not supported on this target
Summary: dev-lisp/ecl-21.2.1-r4 - ../src/libffi/src/powerpc/ffi.c:33: /var/tmp/portage...
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 19:03 UTC by ernsteiswuerfel
Modified: 2023-09-14 15:17 UTC (History)
0 users

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


Attachments
build.log (ecls-21.2.1-r4:20220918-141526.log,37.73 KB, text/plain)
2022-09-18 19:03 UTC, ernsteiswuerfel
Details
emerge --info (file_871564.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 19:03:14 UTC
Created attachment 812365 [details]
build.log

[...]
depbase=`echo src/powerpc/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool  --tag=CC   --mode=compile powerpc-unknown-linux-gnu-gcc -fPIC -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi  -I. -I/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/include -Iinclude -I/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/src   -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mcpu=7450 -mtune=7450 -pipe -fPIC -Wall -fexceptions -MT src/powerpc/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/powerpc/ffi.lo /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/src/powerpc/ffi.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  powerpc-unknown-linux-gnu-gcc -fPIC -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi -I. -I/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/include -Iinclude -I/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/src -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -mcpu=7450 -mtune=7450 -pipe -fPIC -Wall -fexceptions -MT src/powerpc/ffi.lo -MD -MP -MF src/powerpc/.deps/ffi.Tpo -c /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/src/powerpc/ffi.c -o src/powerpc/ffi.o
In file included from /var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/src/powerpc/ffi.c:33:
/var/tmp/portage/dev-lisp/ecls-21.2.1-r4/work/ecl-21.2.1/src/libffi/src/powerpc/ffi_powerpc.h:65:9: error: '__int128' is not supported on this target
   65 | typedef __int128 float128;
      |         ^~~~~~~~
make[3]: *** [Makefile:1273: src/powerpc/ffi.lo] Error 1
Comment 1 ernsteiswuerfel archtester 2022-09-18 19:04:02 UTC
Created attachment 812368 [details]
emerge --info