[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builds are incompatible with harfbuzz 3.0.0 (undefined symbol: hb_subset_input_set_retain_gids) #147

Closed
JosephReza opened this issue Sep 21, 2021 · 13 comments
Labels
regression A feature has stopped working since the last stable release requires rebuild A rebuild is required to link against current dependencies properly

Comments

@JosephReza
Copy link
JosephReza commented Sep 21, 2021

Hello,

I had this issue on the Chaotic AUR build, but I upgraded to the OBS binary (without adding the repository) and I got the same issue. This happened in the middle of me browsing. It crashed the browser, and I can't reopen it or even check versions or whatnot:

[joseph@joseph-20354 ~]$ chromium /usr/lib/chromium/chromium: symbol lookup error: /usr/lib/chromium/chromium: undefined symbol: hb_subset_input_set_retain_gids

I'm not sure what I did at all that broke this (not that I could check either because I cannot open the browser at all). I tried reinstalling this as well as harfbuzz to no avail.

Should this be filed under here or under the main repo?

Version: ungoogled-chromium-93.0.4577.82-1. Harfbuzz version (since afaik this is a harfbuzz issue): 3.0.0-1 (same for harfbuzz-icu).

EDIT: Tried a solution here and it did not work - it did not downgrade harfbuzz.

@networkException
Copy link
Member

harfbuzz 3.0.0 is incompatible with the binary you were using, I already had a fix prepared based on archlinux/svntogit-packages@b801b21 locally and as harfbuzz 3 is in stable on the archlinux side now I pushed it: a7805e5. You can either build the latest commit on your own machine, or wait for OBS or GitHub Actions to finish

@JosephReza
Copy link
Author
JosephReza commented Sep 21, 2021

Alright, thank you very much! Reserving this comment and will update it to reflect whether it works or not.

EDIT: Just downloaded the new binary and it did not work for me, same error as before.

@networkException networkException added regression A feature has stopped working since the last stable release requires rebuild A rebuild is required to link against current dependencies properly labels Sep 21, 2021
@networkException networkException changed the title undefined symbol: hb_subset_input_set_retain_gids Builds are incompatible with harfbuzz 3.0.0 (undefined symbol: hb_subset_input_set_retain_gids) Sep 21, 2021
@fireglow
Copy link

Confirming, 93.0.4577.82-2 from OBS, error persists.
Installed harfbuzz packages:

harfbuzz 3.0.0-1
harfbuzz-icu 3.0.0-1

@networkException
Copy link
Member

I will have to investigate further then, my local build works fine

@networkException
Copy link
Member

Sadly the OBS build still used 2.9.1-1. I hope the GitHub Actions container is up to date, it should finish building soon

@fireglow
Copy link

OK, I'll try the GH build once it finishes.

@fireglow
Copy link

I built 93.0.4577.82-2 locally and it works 😃

@JosephReza
Copy link
Author

The Github Actions build worked for me!

@networkException
Copy link
Member

Great!

@dbolger
Copy link
dbolger commented Sep 23, 2021

The Github Actions build worked for me!

Which one are you referring to?

@networkException
Copy link
Member

The binary got published as an asset of the latest release: https://github.com/ungoogled-software/ungoogled-chromium-archlinux/releases/tag/93.0.4577.82-2

@Im-Beast
Copy link

After updating to 94.0.4606.54-1 it works fine

@networkException
Copy link
Member

Yep it's fixed from 93.0.4577.82-2 onwards technically, just OBS didn't have the dependency up to date. Now that all CI builds have a working version I will close the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression A feature has stopped working since the last stable release requires rebuild A rebuild is required to link against current dependencies properly
Projects
None yet
Development

No branches or pull requests

5 participants