Which Ubuntu version do you use to build?
Closed this issue · 3 comments
walkero-gr commented
Describe the bug
Based on the Building page (https://github.com/ApolloTeam-dev/AROS/wiki/Building) a few packages are needed to be installed to build the OS. Which Ubuntu version is used, because on Ubuntu 20.04 I have the following issues:
- for git-core the apt packager proposes the install of git
- the libxxf86vm1:i386 does not exist. Should the libxxf86vm-dev be installed instead?
hgw77 commented
I stumbled over the same problem, you need to add architecture i386
- sudo dpkg --add-architecture i386
- and after
sudo apt-get updatethelibxxf86vm1:i386package should be available
this should be metioned in the build docu :-)
walkero-gr commented
Thank you for your tip... I did that change it now I can install libxxf86vm1:i386 just fine.
ronybeck commented
I suspect we don't actually need that particular dependency. Did you try building AROS without this package installed?
I am closing this for now because the issue is more or less resolved.