wrong architecture error after changing repositorities

Dale Maggee antisol at internode.on.net
Sun Aug 24 18:37:49 CEST 2008


Michael Tansella wrote:
> Hi,
>
> I installed FSO milestone 2, then I removed all .conf files in /etc/opkg/ and 
> added a selfmade one with the following content:
>
> src/gz bearstech-fso-testing-all http://shr.bearstech.com/fso-testing/ipk/all
> src/gz bearstech-fso-testing-armv4t 
> http://shr.bearstech.com/fso-testing/ipk/armv4t
> src/gz bearstech-fso-testing-fic-gta01 
> http://shr.bearstech.com/fso-testing/ipk/fic-gta01
> src/gz bearstech-fso-testing-neo1973 
> http://shr.bearstech.com/fso-testing/ipk/neo1973
> src/gz bearstech-fso-testing-om-gta01 
> http://shr.bearstech.com/fso-testing/ipk/om-gta01
> src/gz bearstech-fso-testing-om-gta02 
> http://shr.bearstech.com/fso-testing/ipk/om-gta02
>
>
> But now when I want to install something I get always the following error:
>
>  * Packages were found, but none compatible with the architectures configured
>
>
> What does this error message mean? 
>
> Greets
> Michael
>
>   
you shouldn't delete all the conf files from /etc/opkg, because there's 
one file there which would appear to tell opkg about your system 
architecture, deleting it causes the error you describe:

root at om-gta02:~# cat /etc/opkg/arch.conf
arch all 1
arch any 6
arch noarch 11
arch arm 16
arch armv4t 21
arch fic-gta02 26
arch neo1973 31
arch om-gta02 36


cheers,
-Dale




More information about the community mailing list