[csw-maintainers] Which x11 library to choose?

Maciej (Matchek) Blizinski maciej at opencsw.org
Fri Mar 12 11:07:12 CET 2010


On Sat, Mar 6, 2010 at 11:40 AM, Roger Håkansson <hson at opencsw.org> wrote:
> On 2010-03-05 19:32, Dagobert Michelsen wrote:
>>
>> Exactly. A package should be linked OpenCSW X11 exactly when:
>> - it relies on features only available in OpenCSW X11
>> or
>> - it is linked together with a binary that is linked against
>> OpenCSW X11
>>
>
> - And doesn't contain any libraries someone might link with creating other
> packages.
>
>
> Otherwise we end up with the same problem as we have right now, some
> packages are linked with Sun X11 and some with OpenCSW X11 and when creating
> a package which is linked to libraries from both categories we get into
> trouble.

Is this an example of what you were talking about?

$ ldd -r /opt/csw/bin/awesome | grep libX11
        libX11.so.6 =>   /opt/csw/X11/lib/libX11.so.6
        libX11.so.4 =>   /usr/lib/libX11.so.4

Perhaps we should have checkpkg throw an error when this happens?
(...and potentially offer a useful suggestion)


More information about the maintainers mailing list