pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Qt5 xcb loading error, part 2 : bad reference to missing lib



Reinoud Zandijk <reinoud%NetBSD.org@localhost> writes:

>         -lxcb-xkb.1 => not found
>         -lxcb-xkb.1 => not found

>> locate libxcb-xkb
> /usr/X11R7/lib/libxcb-xkb.a
> /usr/X11R7/lib/libxcb-xkb.so
> /usr/X11R7/lib/libxcb-xkb.so.0
> /usr/X11R7/lib/libxcb-xkb.so.0.1
> /usr/X11R7/lib/libxcb-xkb_p.a
> /usr/X11R7/lib/libxcb-xkb_pic.a
>
> As you can see it links to libxcb-xkb.so.1 but it doesn't exist on the system.
> So either its not installed by Qt5 or its linking is going wrong for some odd
> reason.

This smells like confusion between native xorg and xorg from pkgsrc.
With xorg from pkgsrc I have the .1 version:

/var/db/pkg/libxcb-1.11.1/+CONTENTS:lib/libxcb-xkb.so.1

You are trying to use native, so check if x11-links has this, and how
the configure phase of the qt5 went.   I don't understand how it would
end up with the wrong value, vs failing at configure time.

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index