Page 1 of 1

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

Posted: Thu May 13, 2021 8:22 pm
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'

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

Posted: Fri May 14, 2021 1:34 am
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


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

Posted: Fri May 14, 2021 2:18 am
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 :)