Summary: | dev-java/openjfx-11.0.7_p0: fails to build with whitespace in LDFLAGS (gcc: error: : No such file or directory) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Java team <java> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | java, vmatare+gbug |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=799227 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 243502 | ||
Attachments: |
emerge-info.txt
dev-java:openjfx-11.0.7_p0:20200327-181358.log emerge-history.txt environment etc.portage.tbz2 |
Description
Toralf Förster
![]() Created attachment 626452 [details]
emerge-info.txt
Created attachment 626454 [details]
dev-java:openjfx-11.0.7_p0:20200327-181358.log
Created attachment 626456 [details]
emerge-history.txt
Created attachment 626458 [details]
environment
Created attachment 626460 [details]
etc.portage.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da9779d9b80919be7a96f11a5316f74746d4d0f commit 6da9779d9b80919be7a96f11a5316f74746d4d0f Author: Sam James <sam@gentoo.org> AuthorDate: 2024-03-06 15:18:41 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-03-06 15:21:36 +0000 dev-java/openjfx: various fixes to 11.x I don't even know where to start with this, so I'll keep it brief before I pop several veins. * Filter LTO (bundled gstreamer breaks). * Waste several hours debugging broken arg handling, despite inventing a DSL for the build system, making the same errors as CMake. Most of the build failure bugs linked are actually because of whitespace _somewhere_ within {C,CXX,LD}FLAGS. Strip it. * Respect AR, CC, CXX. * Various Modern C fixes from Fedora (and are upstream). Bug: https://bugs.gentoo.org/713488 Bug: https://bugs.gentoo.org/857942 Closes: https://bugs.gentoo.org/715092 Closes: https://bugs.gentoo.org/719484 Closes: https://bugs.gentoo.org/799227 Closes: https://bugs.gentoo.org/915727 Closes: https://bugs.gentoo.org/919413 Signed-off-by: Sam James <sam@gentoo.org> dev-java/openjfx/files/11/0001-c99.patch | 22 ++ dev-java/openjfx/files/11/0002-c99.patch | 18 ++ dev-java/openjfx/files/11/0003-c99.patch | 19 ++ dev-java/openjfx/files/11/respect-cc.patch | 15 ++ .../files/11/strip-blank-elements-flags.patch | 29 +++ dev-java/openjfx/openjfx-11.0.11_p1-r2.ebuild | 231 +++++++++++++++++++++ 6 files changed, 334 insertions(+) |