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

Bug#557292: leftover /usr/X11R6 references



Package: libxcursor1
Version: 1:1.1.9-1

On Fri, Nov 20, 2009 at 17:41:32 -0500, Joey Hess wrote:

> /usr/X11R6 is gone but code trying to use it lives on. 
> 
[...]

> Binary file libXaw.so.7 matches
> Binary file libXaw7.so.7 matches
> Binary file libXaw7.so.7.0.0 matches

http://cgit.freedesktop.org/xorg/lib/libXaw/tree/src/Pixmap.c#n671

    static char *default_path =
        "%H/%T/%N:%P/include/X11/%T/%N:/usr/X11R6/include/X11/%T/%N:/usr/include/X11/%T/%N:%N";

Shouldn't be a problem because /usr/include/X11 comes first (%P is /usr).

> Binary file libXcursor.so.1 matches
> Binary file libXcursor.so.1.0.2 matches

debian/rules: --with-cursorpath=~/.icons:\$${datadir}/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons \

No idea why we still have this, this should probably be fixed.

Cheers,
Julien



Reply to: