Cabbage Logo
Back to Cabbage Site

Obsolete dependency on debian Sid

I’am on Debian Sid. when l launch Cabbage, i receive a error message. libjavascriptcoregtk-4.0 is no more provided by Sid (for amd64 architecture) and is replace by libjavascriptcoregtk-4.1-0 or libjavascriptcoregtk-6.0-1.
I tryed to recompile Cabbage but it seems that CabbageManual.zip could not be download with the message ‘Connection to cabbageaudio.com timed out. (connect timeout=None)’. I’am a bit lost !

Thanks for your help.

Can you try again? I think there was an issue with the server. The zip you need should be accessible from here:
https://cabbageaudio.com/beta/CabbageManual.zip
If clicking that works, then you should be able to run the build script again. Let me know how it goes :+1:

It’s ok now, thank you. But the construction script build.py reference explicitly libjavascriptcoregtk-4.0. I going try to change this.

I let you know if it work…

build.py try to download https://cabbageaudio.com/beta/heads.zip but this file is missing and process hang. Could you help me !

When I click on that link it download the zip for me. It’s strange that it’s dire not work for you? :thinking:

Strange I can access the file, but process stop with the same message :

 File "/usr/lib/python3/dist-packages/requests/adapters.py", line 553, in send
    raise ConnectTimeout(e, request=request)
requests.exceptions.ConnectTimeout: HTTPConnectionPool(host='cabbageaudio.com', port=80): Max retries exceeded with url: /beta/heads.zip (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7ff842faffd0>, 'Connection to cabbageaudio.com timed out. (connect timeout=None)'))

My compiling environnment is set up with deboostrap on Debian Bookworm for now…

Are you trying to build from the develop bench? If not, can you try?

The Linux CI build is building fine.
https://dev.azure.com/rorywalsh/cabbage/_build/results?buildId=2764&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb
I wonder if it might be a network issue on your end? Either way, try out the dev branch and let me know.