Summary: | net-im/silc-client-1.1.2 doesn't compile on amd64 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexandre Rostovtsev (RETIRED) <tetromino> |
Component: | Current packages | Assignee: | AMD64 Project <amd64> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | net-irc |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | fixed silc-client-1.1.2.ebuild |
Description
Alexandre Rostovtsev (RETIRED)
![]() Created attachment 125148 [details]
fixed silc-client-1.1.2.ebuild
Solution is to sed configure and replace felf with felf64 on amd64.
Hrm...why it uses yasm? (In reply to comment #2) > Hrm...why it uses yasm? For fast crypto. But how does that work? Just having yasm installed? I'm asking because i was able to built it successfully on amd64, but i don't have yasm installed. (In reply to comment #4) > But how does that work? Just having yasm installed? I'm asking because i was > able to built it successfully on amd64, but i don't have yasm installed. Have a look at configure.ac, it automatically looks for nasm and yasm, and uses them if they are available. Convenient. Shrug...stupid build system...okay, i'll have a look, thanks for the info Fixed, thanks. |