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

Bug: Several Library Version Problems #427

Closed
2 tasks done
TheMetMan opened this issue Feb 5, 2025 · 2 comments
Closed
2 tasks done

Bug: Several Library Version Problems #427

TheMetMan opened this issue Feb 5, 2025 · 2 comments

Comments

@TheMetMan
Copy link

Code of Conduct

  • I have read this document and I accept the conditions

Search previous report

  • I have searched my issue

Computer's operating system

Linux

What GPU do you have ?

AMD/ATI

Ansel version

417802a

Type of binary

Self-compiled (GCC or Clang)

What happened?

I am running Gentoo Linux
Running the program from the command line after building from source there are 4 "Failed to Open midi:" libraries reported.
This is also a problem with the latest AppImage
libavif.so.14, libicui18n.so.74, libicuuc.so.74, libicudata.so.74
This is easy to fix using a soft soft link for all of them like so:
ln -s /lib64/libavif.so.16 /lib64/libavif.so.14
I wonder if the required library was just libavif.so for instance, then that is already soft linked to the installed library.
Having fixed all 4 links, I then get this:
[lib_load_module] failed to open midi': /opt/ansel/lib64/ansel/plugins/lighttable/libmidi.so: undefined symbol: dt_register_input_driver`

Does your problem occur with OpenCL enabled ?

Yes

Does your problem occur with OpenCL disabled ?

I don't know

Previous Ansel version that use to work

Not sure about this I am afraid.

Output of ansel -d all

This produced a HUGE amount of output which I put into a file like so:
ansel -d all > ansel_output.txt

Here is the output at the terminal, but there is nowhere to upload the file

[memory] at startup
[memory] max address space (vmpeak):      126100 kB
[memory] cur address space (vmsize):      126100 kB
[memory] max used memory   (vmhwm ):       28024 kB
[memory] cur used memory   (vmrss ):       28024 kB
[dt_get_sysresource_level] switched to 2 as `large'
  total mem:       64193MB
  mipmap cache:    8024MB
  available mem:   43882MB
  singlebuff:      1003MB
  OpenCL tune mem: WANTED
  OpenCL pinned:   WANTED
[lib_load_module] failed to open `midi': /opt/ansel/lib64/ansel/plugins/lighttable/libmidi.so: undefined symbol: dt_register_input_driver
[memory] after successful startup
[memory] max address space (vmpeak):     6617364 kB
[memory] cur address space (vmsize):     6617364 kB
[memory] max used memory   (vmhwm ):      289160 kB
[memory] cur used memory   (vmrss ):      289160 kB

Backtrace

None
@ax006ho
Copy link

ax006ho commented Feb 6, 2025

Just delete /opt/ansel/lib64/ansel/plugins/lighttable/libmidi.so, it's not supported anymore

@TheMetMan
Copy link
Author

OK, many thanks for the quick response

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

2 participants