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

Breaking ABI change #50

Closed
mamins1376 opened this issue Apr 3, 2020 · 5 comments
Closed

Breaking ABI change #50

mamins1376 opened this issue Apr 3, 2020 · 5 comments

Comments

@mamins1376
Copy link

Installing on Void, a linking error happens (issue void-linux/void-packages#20618).

$ wf-background
wf-background: symbol lookup error: wf-background: undefined symbol: _ZN12wf_animation6circleE

According to @xtraeme, WayfireWM/wf-config@211a86c caused that.

$ ldd -r `which wf-background`
...
undefined symbol: _ZN12wf_animation6circleE	(/sbin/wf-background)
undefined symbol: _ZN12wf_animation6linearE	(/sbin/wf-background)
undefined symbol: _ZN11wf_duration7runningEv	(/sbin/wf-background)
undefined symbol: _ZN11wf_durationC1ESt10shared_ptrI11wf_option_tESt8functionIFddEE	(/sbin/wf-background)
undefined symbol: _ZN11wf_option_t19rem_updated_handlerEPSt8functionIFvvEE	(/sbin/wf-background)
undefined symbol: _ZN14wayfire_config13reload_configEv	(/sbin/wf-background)
undefined symbol: _ZN11wf_option_t9as_stringB5cxx11Ev	(/sbin/wf-background)
undefined symbol: _ZNK11wf_duration8progressEv	(/sbin/wf-background)
undefined symbol: _ZN22wayfire_config_section10get_optionENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_	(/sbin/wf-background)
undefined symbol: _Z17new_static_optionNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE	(/sbin/wf-background)
undefined symbol: _ZN11wf_option_t19add_updated_handlerEPSt8functionIFvvEE	(/sbin/wf-background)
undefined symbol: _ZN11wf_duration5startEdd	(/sbin/wf-background)
undefined symbol: _ZN14wayfire_config11get_sectionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE	(/sbin/wf-background)
undefined symbol: _ZN11wf_option_t6as_intEv	(/sbin/wf-background)
undefined symbol: _ZN14wayfire_configC1ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE	(/sbin/wf-background)
@ammen99
Copy link
Member

ammen99 commented Apr 3, 2020

You just need to update wf-config. We require version 0.4 with latest wf-shell.

@ammen99
Copy link
Member

ammen99 commented Apr 3, 2020

I don't think wf-config uses a .so name, plus meson.build clearly says it requires wf-config >= 0.4

That being said, soname would be a good idea, but this is an issue in wf-config, not wf-shell (please open an issur there). Closing this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ammen99 @mamins1376 and others