Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 829599

Summary: sys-devel/lld-13.0.0 - .../lld/ELF/Arch/PPC.cpp:24:7: error: expected identifier before numeric constant (on musl)
Product: Gentoo Linux Reporter: ernsteiswuerfel <erhard_f>
Component: Current packagesAssignee: LLVM support project <llvm>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: PPC   
OS: Linux   
URL: https://reviews.llvm.org/D116017
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 430702    
Attachments: build.log
emerge --info

Description ernsteiswuerfel archtester 2021-12-19 08:48:54 UTC
Created attachment 759642 [details]
build.log

[...]
FAILED: ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o 
/usr/bin/powerpc-gentoo-linux-musl-g++ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/var/tmp/portage/sys-devel/lld-13.0.0/work/lld-13.0.0_build/ELF -I/var/tmp/portage/sys-devel/lld-13.0.0/work/lld/ELF -I/var/tmp/portage/sys-devel/lld-13.0.0/work/lld/include -I/var/tmp/portage/sys-devel/lld-13.0.0/work/lld-13.0.0_build/include -I/usr/lib/llvm/13/include  -DNDEBUG -O2 -mcpu=7450 -mtune=7450 -pipe -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -Wimplicit-fallthrough -Wno-class-memaccess -Wno-redundant-move -Wno-pessimizing-move -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wsuggest-override -Wno-comment -Wmisleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -fPIC -MD -MT ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o -MF ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o.d -o ELF/CMakeFiles/lldELF.dir/Arch/PPC.cpp.o -c /var/tmp/portage/sys-devel/lld-13.0.0/work/lld/ELF/Arch/PPC.cpp
/var/tmp/portage/sys-devel/lld-13.0.0/work/lld/ELF/Arch/PPC.cpp:24:7: error: expected identifier before numeric constant
   24 | class PPC final : public TargetInfo {
      |       ^~~
/var/tmp/portage/sys-devel/lld-13.0.0/work/lld/ELF/Arch/PPC.cpp:24:7: error: expected unqualified-id before numeric constant
/var/tmp/portage/sys-devel/lld-13.0.0/work/lld/ELF/Arch/PPC.cpp:151:1: error: expected unqualified-id before numeric constant
  151 | PPC::PPC() {
Comment 1 ernsteiswuerfel archtester 2021-12-19 08:49:34 UTC
Created attachment 759643 [details]
emerge --info