Install packages that depends on coreultils' `arch`
#1
Wed, 2016-06-08 23:41
GuillaumeLeclerc
-
- Offline
- 1 year 9 months ago
- 2016-06-08
Hello,
I am trying to build a docker image with some software that needs OpenThreads. I was trying to build it manually since I was not able to find it on the package manager. The problem is the build process needs the `arch` command from coreutils.
I was thinking about creating a bash_script that always return x86_64. But maybe you have a better idea.
Thank you very much.
The
arch
command was deprecated and removed fromutil-linux
ten years ago.You can use
uname -m
for that.I'm not using it personally. A dependency does. And I don't want to replace it everywhere. I created an arch bash script that works fine and i was able to build.