bleakgrey / tootle

GTK-based Mastodon client for Linux
GNU General Public License v3.0
401 stars 61 forks source link

Build broken with libsoup-2.4 2.74.0 #320

Open harmathy opened 3 years ago

harmathy commented 3 years ago

I maintain the AUR package of tootle. Since libsoup was updated to 2.74.0 on August 22th, the build is broken.

What should happen:

Build without errors.

What happened instead:

Building with libsoup-2.4 version 2.74.0 fails.

How to reproduce:

Build with libsoup-2.4 version 2.74.0

Screenshots (if applicable):

__

Build context:

Logs:

../src/Services/Network.vala:69.19-69.40: error: The name `get_phrase' does not exist in the context of `Soup.Status' (libsoup-2.4)
        var reason = Soup.Status.get_phrase (code);
                     ^^^^^^^^^^^^^^^^^^^^^^

Here is a complete log: https://gitlab.com/harmathy/aur-tootle/-/jobs/1526700046

Additional info (if needed):

libsoup-2.4 version 2.72.0 builds fine.

Here is the a log from a week ago building fine: https://gitlab.com/harmathy/aur-tootle/-/jobs/1497824921

harmathy commented 3 years ago

This applies also to 2.0alpha1 and master

asakura42 commented 3 years ago

That's true.