Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933548 - app-text/ghostscript-gpl-10.03.0-r1: fails to compile on clang+arm64 with error: unsupported option '-mfpu='
Summary: app-text/ghostscript-gpl-10.03.0-r1: fails to compile on clang+arm64 with err...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Codec Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-04 19:37 UTC by kit
Modified: 2024-06-05 04:29 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,16.73 KB, application/x-xz)
2024-06-04 19:37 UTC, kit
Details
emerge --info (file_933548.txt,5.66 KB, text/plain)
2024-06-04 19:39 UTC, kit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kit 2024-06-04 19:37:31 UTC
Created attachment 895084 [details]
build.log.xz

Trying to build app-text/ghostscript-gpl on a clang arm64 system fails with

clang++: error: unsupported option '-mfpu=' for target 'aarch64-unknown-linux-gnu'
Comment 1 kit 2024-06-04 19:39:31 UTC
Created attachment 895085 [details]
emerge --info
Comment 2 kit 2024-06-04 19:46:23 UTC
There's an upstream clang issue about this error https://github.com/llvm/llvm-project/issues/74361