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

'main/binary-armhf/Packages' as repository 'http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease' doesn't support architecture 'armhf' #2032

Open
p637 opened this issue Sep 16, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@p637
Copy link

p637 commented Sep 16, 2024

Since 3-4 days I'm receiving the following error on my orange PI 5, Armbian 24.5.1 Jammy with Linux 5.10.110-rockchip-rk3588:

N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium InRelease' doesn't support architecture 'armhf'

is it anything wrong on my Orange PI 5?

thanks

@p637 p637 added the bug Something isn't working label Sep 16, 2024
@PrimaIVoid
Copy link

It may be related to the issues i have too when updating my system with:

apt update
...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://download.vscodium.com/debs vscodium InRelease' doesn't support architecture 'i386'

I update my system daily and never seen that warning earlier

@qrp73
Copy link

qrp73 commented Sep 17, 2024

the same issue

@qrp73
Copy link

qrp73 commented Sep 17, 2024

at a glance can be fixed with sudo nano /etc/apt/sources.list.d/vscodium.list and adding arch=arm64 before signed-by:

deb [arch=arm64 signed-by...

But I'm not sure why there is no armhf support?

@fabiobianchiwebdev
Copy link

fabiobianchiwebdev commented Sep 17, 2024

I had the same issue since yesterday.
I updated the vscodium.list as showed on the above solution and it worked.
deb [arch=amd64 signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main

@daiyam
Copy link
Member

daiyam commented Sep 17, 2024

Ok, I found the problem and opened an issue at https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/-/issues/105

@p637
Copy link
Author

p637 commented Sep 18, 2024

issue solved, thanks daiyam. probably due to your action. thanks

@PrimaIVoid
Copy link

issue solved, thanks daiyam. probably due to your action. thanks

No the issue is not resolved yet. As of now i still get the same warning as last time

@Vagrantin
Copy link

It may be related to the issues i have too when updating my system with:

apt update
...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://download.vscodium.com/debs vscodium InRelease' doesn't support architecture 'i386'

I update my system daily and never seen that warning earlier

I'm having the same issue with the default configuration of my source list, as per the install doc for Debian.

This workaround is fixing the issue:

I had the same issue since yesterday. I updated the vscodium.list as showed on the above solution and it worked. deb [arch=amd64 signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main

Does the fix is to update the doc ?

As per this commit Seems i386 is not available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants