x86_64: OpenXT base repo changes#337
Conversation
|
Please see the comment on the related xenclient-oe PR here: The two meta-qt5 commits currently in this PR are not required for 64-bit OpenXT support. They should not be included in this PR. |
Signed-off-by: Jed <[email protected]>
Signed-off-by: Jed <[email protected]>
| dpkg-reconfigure -f noninteractive dash | ||
|
|
||
| # Add a symlink required to build some packages, like hkg-hsyslog | ||
| ln -s /lib64/ld-linux-x86-64.so.2 /lib/ |
There was a problem hiding this comment.
Do you have more details on this?
There was a problem hiding this comment.
Some of the binaries used to build the Hackage projects were observed to look for ld-linux-x86-64.so.2 in /lib rather than /lib64.
There was a problem hiding this comment.
Specifically: running dist/build/System/Posix/Syslog_hsc_make failed
Syslog_hsc_make isn't called on every Hackage package, that's why it only fails for some of them. But if you ldd it, you can see how the ld-linux path is odd in an x64 container
There was a problem hiding this comment.
Okay, thanks. I've seen that ld-linux issue before with precompiled binaries. The commit lacked details though, so I didn't know if it was the same issue.
The comment is inaccurate since the symlink is required to run (some) precompiled Haskell tools.
|
Will do_build.sh be updated for 64-bit? |
OXT-1476 OXT-1528