What does this mean? (apt-get update: Skipping acquire of configured file...)

CodeLite installation/troubleshooting forum
var_null
CodeLite Curious
Posts: 9
Joined: Fri Feb 28, 2020 5:54 am
Genuine User: Yes
IDE Question: C++
Contact:

What does this mean? (apt-get update: Skipping acquire of configured file...)

Post by var_null »

Hello, what does this mean?:

Code: Select all

N: Skipping acquire of configured file 'devel/binary-i386/Packages' as repository 'https://repos.codelite.org/debian buster InRelease' doesn't support architecture 'i386'
N: Skipping acquire of configured file 'libs/binary-i386/Packages' as repository 'https://repos.codelite.org/wx3.1.3/debian buster InRelease' doesn't support architecture 'i386'
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: What does this mean? (apt-get update: Skipping acquire of configured file...)

Post by DavidGH »

Hi,

Hello, what does this mean?
N: Skipping acquire of configured file 'devel/binary-i386/Packages' as repository 'https://repos.codelite.org/debian buster InRelease' doesn't support architecture 'i386

What it says ;) . As you can see on this page I stopped creating 32 bit builds for CodeLite from the 13 release. However the repository still contains older versions, so i386 is still mentioned there. The wx3.1.3 situation is similar.

The message is just apt's way of letting you know; it doesn't matter, unless you actually want a 32 bit build.

Regards,

David

var_null
CodeLite Curious
Posts: 9
Joined: Fri Feb 28, 2020 5:54 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: What does this mean? (apt-get update: Skipping acquire of configured file...)

Post by var_null »

Hello!

What it says ;) . As you can see on this page I stopped creating 32 bit builds for CodeLite from the 13 release. However the repository still contains older versions, so i386 is still mentioned there. The wx3.1.3 situation is similar.

The message is just apt's way of letting you know; it doesn't matter, unless you actually want a 32 bit build.

Fortunately I don't need a 32 bit build, thank you very much for explaining all of this to me :)

Post Reply