Summary: | =dev-ruby/http-parser-1.2.2 fails build: refers to x86_64-linux/libhttp-parser-ext.so on non-x86 targets | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sergei Trofimovich (RETIRED) <slyfox> |
Component: | Current packages | Assignee: | Gentoo Ruby Team <ruby> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 761550 |
Description
Sergei Trofimovich (RETIRED)
![]() Thanks, I hit this too and didn’t get to report it yet! Oh, it's right in the ebuild: https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-ruby/http-parser/http-parser-1.2.2.ebuild#n28 ``` each_ruby_compile() { ${RUBY} -C ext -S rake || die mv ext/x86_64-linux/libhttp-parser-ext.so lib/http-parser/ || die } ``` (In reply to Sergei Trofimovich from comment #2) > Oh, it's right in the ebuild: > https://gitweb.gentoo.org/repo/gentoo.git/tree/dev-ruby/http-parser/http- > parser-1.2.2.ebuild#n28 > > ``` > each_ruby_compile() { > ${RUBY} -C ext -S rake || die > mv ext/x86_64-linux/libhttp-parser-ext.so lib/http-parser/ || die > } > ``` Yes, sorry, that was for initial testing and I later didn't realise that was still in. Should hopefully be fixed now. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01df953bffa5d4b40ed18d497351ee0bd081dde1 commit 01df953bffa5d4b40ed18d497351ee0bd081dde1 Author: Hans de Graaff <graaff@gentoo.org> AuthorDate: 2021-01-10 08:08:36 +0000 Commit: Hans de Graaff <graaff@gentoo.org> CommitDate: 2021-01-10 08:08:36 +0000 dev-ruby/http-parser: don't hardcode build platform Closes: https://bugs.gentoo.org/763978 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org> dev-ruby/http-parser/http-parser-1.2.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) |