Summary: | dev-ruby/http-parser-1.2.3-r1 - x86_64-pc-linux-gnu-gcc: error: unrecognized command-line option -Wall -Wextra -O3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Ruby Team <ruby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | matoro_gentoo, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/ffi/ffi-compiler/issues/23 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-ruby:http-parser-1.2.3-r1:20230521-110124.log emerge-history.txt environment etc.clang.tar.bz2 etc.portage.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 862089 [details]
emerge-info.txt
Created attachment 862090 [details]
dev-ruby:http-parser-1.2.3-r1:20230521-110124.log
Created attachment 862091 [details]
emerge-history.txt
Created attachment 862092 [details]
environment
Created attachment 862093 [details]
etc.clang.tar.bz2
Created attachment 862094 [details]
etc.portage.tar.bz2
This is new ffi-compiler, I think. Yes...it seems to be specifically not splitting the arguments that the target package is appending...see https://github.com/cotag/http-parser/blob/master/ext/Rakefile#L4 However it is correctly splitting the arguments passed via environment CFLAGS. We should raise an issue on this... The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a319cb7388d196e6df85a79e96780484f252fdac commit a319cb7388d196e6df85a79e96780484f252fdac Author: Sam James <sam@gentoo.org> AuthorDate: 2023-05-23 03:35:55 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-05-23 03:35:55 +0000 profiles: mask =dev-ruby/ffi-compiler-1.2.0 Seems to break arg splitting. Bug: https://bugs.gentoo.org/906892 Signed-off-by: Sam James <sam@gentoo.org> profiles/package.mask | 4 ++++ 1 file changed, 4 insertions(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0806dca957406f6adc01edbf2dd4782f07b6734 commit d0806dca957406f6adc01edbf2dd4782f07b6734 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-06-10 18:35:17 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-06-12 02:27:19 +0000 dev-ruby/ffi-compiler: add 1.2.1 Closes: https://bugs.gentoo.org/906892 Signed-off-by: Sam James <sam@gentoo.org> dev-ruby/ffi-compiler/Manifest | 1 + dev-ruby/ffi-compiler/ffi-compiler-1.2.1.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) |