Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920779 - dev-scheme/elk-3.99.8-r1 - [clang] ../.../extern.h: error: ISO C++17 does not allow register
Summary: dev-scheme/elk-3.99.8-r1 - [clang] ../.../extern.h: error: ISO C++17 does not...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-27 08:55 UTC by Toralf Förster
Modified: 2023-12-27 08:56 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.88 KB, text/plain)
2023-12-27 08:55 UTC, Toralf Förster
Details
dev-scheme:elk-3.99.8-r1:20231227-033024.log (dev-scheme:elk-3.99.8-r1:20231227-033024.log,159.51 KB, text/plain)
2023-12-27 08:55 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,96.53 KB, text/plain)
2023-12-27 08:55 UTC, Toralf Förster
Details
environment (environment,33.29 KB, text/plain)
2023-12-27 08:55 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.12 KB, application/x-xz)
2023-12-27 08:55 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,20.38 KB, application/x-xz)
2023-12-27 08:55 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,10.79 KB, application/x-xz)
2023-12-27 08:56 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,157.78 KB, text/plain)
2023-12-27 08:56 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,313.76 KB, application/x-xz)
2023-12-27 08:56 UTC, Toralf Förster
Details
var.tmp.clang.tar.xz (var.tmp.clang.tar.xz,1.85 KB, application/x-xz)
2023-12-27 08:56 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-12-27 08:55:52 UTC
too long lines were shrinked:

libtool: link: clang -shared  -fPIC -DPIC  .libs/struct.o   -Wl,-rpath -Wl,/var/tmp/portage/dev-scheme/elk-3.99.8-r1/work/elk-3.99.8/src/.libs ../../src/.libs/libelk.so  -O2 -march=native -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0   -Wl,-soname -Wl,struct.so -o .libs/struct.so
libtool: link: ( cd ".libs" && rm -f "struct.la" && ln -s "../struct.la" "struct.la" )
/bin/sh ../../libtool --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -DSCM_DIR="\"/usr/share/elk\"" -DLIB_DIR="\"/usr/lib/elk\""  -O2 -pipe -march=native -fno-diagnostics-color -c -o newhandler.lo newhandler.cpp
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -DSCM_DIR=\"/usr/share/elk\" -DLIB_DIR=\"/usr/lib/elk\" -O2 -pipe -march=native -fno-diagnostics-color -c newhandler.cpp  -fPIC -DPIC -o .libs/newhandler.o
In file included from newhandler.cpp:1:
In file included from ../../include/scheme.h:38:
../../include/extern.h:445:36: error: ISO C++17 does not allow 'register'
      storage class specifier [-Wregister]
  445 | extern void String_Ungetc (Object, register int);

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-20231225-172010

  -------------------------------------------------------------------

CC=clang
CXX=clang++
gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 17.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.6
Python 3.11.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.74.1 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
2)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
go version go1.21.5 linux/amd64

  HEAD of ::gentoo
commit 611f460e9c10cd0e11ac0b0500b6129c5ecb7c2c
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Dec 27 01:46:55 2023 +0000

    2023-12-27 01:46:54 UTC

emerge -qpvO dev-scheme/elk
[ebuild  N    ] dev-scheme/elk-3.99.8-r1
Comment 1 Toralf Förster gentoo-dev 2023-12-27 08:55:53 UTC
Created attachment 880469 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-12-27 08:55:55 UTC
Created attachment 880470 [details]
dev-scheme:elk-3.99.8-r1:20231227-033024.log
Comment 3 Toralf Förster gentoo-dev 2023-12-27 08:55:56 UTC
Created attachment 880471 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-12-27 08:55:57 UTC
Created attachment 880472 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-12-27 08:55:58 UTC
Created attachment 880473 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-12-27 08:55:59 UTC
Created attachment 880474 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-12-27 08:56:00 UTC
Created attachment 880475 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2023-12-27 08:56:01 UTC
Created attachment 880476 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2023-12-27 08:56:03 UTC
Created attachment 880477 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2023-12-27 08:56:03 UTC
Created attachment 880478 [details]
var.tmp.clang.tar.xz