Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i386 is not supported. #54

Open
Lolothepro opened this issue Oct 24, 2022 · 2 comments
Open

i386 is not supported. #54

Lolothepro opened this issue Oct 24, 2022 · 2 comments

Comments

@Lolothepro
Copy link

https://docs.makedeb.org/installing/apt-repository/

curl -q 'https://proget.makedeb.org/debian-feeds/prebuilt-mpr.pub' | gpg --dearmor | sudo tee /usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg 1> /dev/null
echo "deb [signed-by=/usr/share/keyrings/prebuilt-mpr-archive-keyring.gpg] https://proget.makedeb.org prebuilt-mpr $(lsb_release -cs)" | sudo tee /etc/apt/sources.list.d/prebuilt-mpr.list
sudo apt update

This would mean that Ubuntu would also have to search for i386 packages, while this is not supported by the repository.

@hwittenborn
Copy link
Member

hwittenborn commented Oct 24, 2022

This doesn't cause any issues besides a little warning when running apt update, right? If so I think the flexibility to supporting more architectures in the repo if it were to ever be needed outweighs the downside of just seeing a little message. Though I don't know how GUI APT clients would handle this and if they'd show the message that seems like an error, in which case it might be a bit problematic.

makedeb is taking on some Rust code anyway (it's currently in the alpha branch but needs to be deployed still), which will probably require an architecture listing specific to the system anyway (I'll have to check, but at the least i386 packages should be present to at least hide that specific issue).

@Lolothepro
Copy link
Author

Yes, it just adds a warning, but it is not possible to add && (to make several commands in one).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants