Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829599 - sys-devel/lld-13.0.0 - .../lld/ELF/Arch/PPC.cpp:24:7: error: expected identifier before numeric constant (on musl)
Summary: sys-devel/lld-13.0.0 - .../lld/ELF/Arch/PPC.cpp:24:7: error: expected identif...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: Normal normal (vote)
Assignee: LLVM support project
URL: https://reviews.llvm.org/D116017
Whiteboard:
Keywords:
Depends on:
Blocks: musl-porting
  Show dependency tree
 
Reported: 2021-12-19 08:48 UTC by ernsteiswuerfel
Modified: 2022-02-03 11:58 UTC (History)
1 user (show)

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


Attachments
build.log (lld-13.0.0:20211219-082138.log,131.43 KB, text/plain)
2021-12-19 08:48 UTC, ernsteiswuerfel
Details
emerge --info (file_829599.txt,5.90 KB, text/plain)
2021-12-19 08:49 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
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