Le Thu, Feb 09, 2023 at 01:01:48AM +0100, Joel Carnat a écrit :
> Hi,
> 
> I am trying to port the docklike XFCE plugin.
> https://docs.xfce.org/panel-plugins/xfce4-docklike-plugin/start
> 
> I followed faq/ports/guide.html and used x11/xfce4/xfce4-clipman as a
> starting point. Everything compiles and build a package properly. The
> checking tools do not identify errors. But still when launching the docklike
> applet, it dies and the following log is available in .xsession-errors:
> 
> wrapper-2.0:/usr/local/lib/xfce4/panel/plugins/libdocklike.so: undefined
> symbol 'inotify_init'
> wrapper-2.0:/usr/local/lib/xfce4/panel/plugins/libdocklike.so: undefined
> symbol 'inotify_add_watch'

that probably means it failed to properly link against inotify, all the
other errors come from that only - . All the patches should be
upstreamed too :)

im not sure at all wether it depends on inotify really, autoconf doesnt
seem to search for it, and  seeing that commit maybe the dep was dropped ?
https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin/-/commit/50941fc2cb741ed6dea26da6a50ce514114b40e8
i dunno if those glib bits work on openbsd.

Reply via email to