Turris OS 5.0.0 is going to be in HBK

Make switch-branch hbk again and wait for next fixes. Updater tab is still broken but pkgupdate works.

This morning update MOX Turris 5.0.0 HBK:

##### Oznámení o chybách #####
Updater selhal: 

inconsistent: Package foris-ws requires package python3-ubus that is not available.

Thanks for reporting. This happened just for Turris MOX build. There were some issues with downloading dependencies for this file and I’ve just started a new build for Turris MOX.

Another error, MOX 5.0.0 HBK:

Oznámení o chybách

Updater selhal:

inconsistent: Requested package collectd-mod-ping that is not available.

1 Like

I’m working on this one. Thanks.

1 Like

3 posts were split to a new topic: Foris - Pakon graph expands to menu

Ok, the package should be there since this afternoon.

After updating to 5.0.0, when I run:

$ pkgupdate

I see:

INFO:Target Turris OS: 5.0.0
...
ERROR:
inconsistent: Package python3-flask requires package python3-werkzeug that is not available.

How can I fix that? I would like pkgupdate to finish…

May I know which router are you using?

I see that both packages are present in HBS (Stable), HBT (Testing), HBK for all of our routers.


Turris 1.0 & Turris 1.1:

HBS and HBT are for now same until we release a new version in Testing branch:

https://repo.turris.cz/hbs/turris1x/packages/packages/python3-flask_1.0.3-3.7-1_powerpc_8540.ipk

https://repo.turris.cz/hbs/turris1x/packages/packages/python3-werkzeug_0.15.2-3.7-1_powerpc_8540.ipk

HBK:

https://repo.turris.cz/hbk/turris1x/packages/packages/python3-flask_1.0.3-3.7-1_powerpc_8540.ipk

https://repo.turris.cz/hbk/turris1x/packages/packages/python3-werkzeug_0.15.2-3.7-1_powerpc_8540.ipk


Turris Omnia:

Stable and Testing:
https://repo.turris.cz/hbs/omnia/packages/packages/python3-flask_1.0.3-3.7-1_arm_cortex-a9_vfpv3-d16.ipk

https://repo.turris.cz/hbs/omnia/packages/packages/python3-werkzeug_0.15.2-3.7-1_arm_cortex-a9_vfpv3-d16.ipk

HBK:
https://repo.turris.cz/hbk/omnia/packages/packages/python3-werkzeug_0.15.2-3.7-1_arm_cortex-a9_vfpv3-d16.ipk

https://repo.turris.cz/hbk/omnia/packages/packages/python3-flask_1.0.3-3.7-1_arm_cortex-a9_vfpv3-d16.ipk


Turris MOX:

Stable and Testing:
https://repo.turris.cz/hbs/mox/packages/packages/python3-werkzeug_0.15.2-3.7-1_aarch64_cortex-a53.ipk

https://repo.turris.cz/hbs/mox/packages/packages/python3-flask_1.0.3-3.7-1_aarch64_cortex-a53.ipk

HBK:

https://repo.turris.cz/hbk/mox/packages/packages/python3-werkzeug_0.15.2-3.7-1_aarch64_cortex-a53.ipk

https://repo.turris.cz/hbk/mox/packages/packages/python3-flask_1.0.3-3.7-1_aarch64_cortex-a53.ipk


Flask is being used by reForis and werkzeug is dependency for python3-flask, so we would notice that if those packages are missing.

I am using Turris Omnia (hbk branch). It looks like the packages were pulled in with an update that happened 2 hours ago. They did not show up with opkg find before…

Flask is being used by reForis and werkzeug is dependency for python3-flask, so we would notice that if those packages are missing.

Yeah, I found that much and it was really confusing to me why it would happen that the packages were missing (opkg correctly reported these dependencies). I did do opkg install reforis before, so I am wondering it ended up in some half-assed state or what.

So, problem fixed. Thanks for your help.