SliTaz SliTaz Forum

You are not logged in.

#1 2019-11-17 09:21:06

I-Jurij
Member
Registered: 2015-10-10
Posts: 148

update, mouse, libxcb-util.so.0

After the last update (too match xorg*), the cursor disappeared and the openbox hotkeys did not work. Openbox error: not found libxcb-util.so.0. In xcb-util.tazpkg there is no this file.

After creating the link [c]ln -s libxcb-util.so libxcb-util.so.0[/c], it worked.

Offline

#2 2019-11-17 19:32:39

mojo
Administrator
Registered: 2011-03-29
Posts: 2,173

Re: update, mouse, libxcb-util.so.0

xcb-utils-0.4.0.tazpkg on cook build server and the mirror I use has the symlink.

http://cook.slitaz.org/index.cgi?files=xcb-util

packages.md5 list is the md5sum of the package on cook.slitaz.org.

tux@slitaz:~$ grep xcb-util-0.4.0.tazpkg  /var/lib/tazpkg/packages.md5

f9cf8a09d3fada4d2c59efd6bd41fd73  xcb-util-0.4.0.tazpkg

The md5sum of the xcb-utils-0.4.0.tazpkg I installed from the mirror.

tux@slitaz:~$ md5sum /var/cache/tazpkg/5.0/packages/xcb-util-0.4.0.tazpkg

f9cf8a09d3fada4d2c59efd6bd41fd73  /var/cache/tazpkg/5.0/packages/xcb-util-0.4.0.tazpkg

Offline

#3 2019-11-18 16:30:28

I-Jurij
Member
Registered: 2015-10-10
Posts: 148

Re: update, mouse, libxcb-util.so.0

md5sum true. Version xcb-util is the same. IN receipt:

[c]# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/lib
    cp -a $install/usr/lib/*.so*    $fs/usr/lib
}[/c]
but the link ln -s libxcb-util.so libxcb-util.so.0 is not created.

Offline

#4 2019-11-20 07:07:08

mojo
Administrator
Registered: 2011-03-29
Posts: 2,173

Re: update, mouse, libxcb-util.so.0

Openbox was rebuilt after xcb-util was updated and links to libxcb-util.so.1

root@slitaz:/home/tux# ldd /usr/bin/openbox|grep libxcb-util

    libxcb-util.so.1 => /usr/lib/libxcb-util.so.1 (0xb76eb000)

Both packages were available for update at the same time on my mirror.

2019-11-08 13:44:38 - Installed - openbox (3.6.1) - e382c82564ca4bfa52f151e736637ba9

2019-11-08 13:46:29 - Installed - xcb-util (0.4.0) - f9cf8a09d3fada4d2c59efd6bd41fd73

Offline

#5 2019-11-20 17:22:20

I-Jurij
Member
Registered: 2015-10-10
Posts: 148

Re: update, mouse, libxcb-util.so.0

Thanks, mojo. Openbox was not updated.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.021 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]