HomeOfAviSynthPlusEvolution / L-SMASH-Works

Forked from VFR-maniac/L-SMASH-Works; hydra3333/L-SMASH-Works; l33tmeatwad/L-SMASH-Works; HolyWu/L-SMASH-Works; AkarinVS/L-SMASH-Works.
89 stars 15 forks source link

Compiles, but doesn't run properly with glib2 .74.* #29

Closed Wisperer closed 1 year ago

Wisperer commented 1 year ago

As stated it will compile, but trying to run it results on in undefined symbol error. I've been able to replicate this on at least 3 systems.

OS: Arch Linux

Using Vapoursynth


libgobject-2.0.so.0: undefined symbol:atomic_rc_box_release_full```
Asd-g commented 1 year ago

Just tested on Debian bullseye and vspipe runs without issues (VapourSynth R58). Try to update the compiler and the dependencies if you not already.

Wisperer commented 1 year ago

oh i tracked things down.

For starters Debian bullseye is on glib 2.66.8. I'm on 2.74.1 so the newest lib bricks it.

The newest version i got working was glib 2.73.3

Asd-g commented 1 year ago

Tested with Debian sid (glib 2.74.5) and no issue too.

Wisperer commented 1 year ago

Hm. Maybe 2.74.5 fixed the issue. I first encountered the issue on 3.74.1

On Fri, Feb 3, 2023, 12:39 AM Asd-g @.***> wrote:

Tested with Debian sid (glib 2.74.5) and no issue too.

— Reply to this email directly, view it on GitHub https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/issues/29#issuecomment-1415031264, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF54KZ4MKC42IMPZCYT44ETWVSK2DANCNFSM6AAAAAAT3VPUQY . You are receiving this because you authored the thread.Message ID: @.*** com>

Wisperer commented 1 year ago

Ignore the typo

On Fri, Feb 3, 2023, 1:56 PM Fletcher Beard @.***> wrote:

Hm. Maybe 2.74.5 fixed the issue. I first encountered the issue on 3.74.1

On Fri, Feb 3, 2023, 12:39 AM Asd-g @.***> wrote:

Tested with Debian sid (glib 2.74.5) and no issue too.

— Reply to this email directly, view it on GitHub https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/issues/29#issuecomment-1415031264, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF54KZ4MKC42IMPZCYT44ETWVSK2DANCNFSM6AAAAAAT3VPUQY . You are receiving this because you authored the thread.Message ID: @.*** com>

Asd-g commented 1 year ago

Reopen if there is further issue.