[PATCH libXt] Install ErrorDB into a $datarootdir-path, not $libdir.

Gaetan Nadon memsize at videotron.ca
Wed Sep 7 18:01:13 PDT 2011


On Wed, 2011-09-07 at 21:03 +0000, Egbert Eich wrote:

> On Wed, Sep 07, 2011 at 01:50:06PM -0400, Gaetan Nadon wrote:
> > On Wed, 2011-09-07 at 15:00 +0000, Egbert Eich wrote:
> > 
> > > Sorry, forgot to metion in the header: this was for libXt.
> > > 
> > 
> > Can you also explain in the commit text the reasons why the location has
> > changed? Most likely it is because the data it contains is architecture
> > independent. Any impact regarding backward compatibility? Any thing a
> > user should do after an upgrade?
> 
> Will do, will post a new patch once I've gotten some sleep.
> 
> Side effects of this change should be minimal as this file has never
> existed as far as I can tell.
> This change is to keep the location in sync with the location of
> XErrorDB which would be very similar to XtErrorDB.
> 
> > 
> > I don't know anything about libXt, just noticed the commit text being
> > identical to the code.
> > 
> > Why is datarootdir being added to the pc file? I don't see it being used
> > in any way through pkg-config. Usually there is a separate variable for
> > specific resources being queried by other modules. For example the
> > server has sdkdir for the development header files. Should they ever
> > change location, the callers using pkg-config would not be affected.
> > 
> > This is the list of variables used by modules to query resources from
> > other modules:
> > 
> >         --variable=appdefaultdir 
> >         --variable=dridriverdir 
> >         --variable=icondir 
> >         --variable=includedir 
> >         --variable=includex11dir 
> >         --variable=pythondir 
> >         --variable=sdkdir 
> >         --variable=sysconfigdir 
> >         --variable=systemdsystemunitdir 
> >         --variable=xcbincludedir 
> >         --variable=xkb_base 
> >         --variable=xthreadlib 
> > 
> > If there is a need for a module to get at the XtErrorDB path, I would
> > suggest an explicit variable name. One should be able to figure it out
> > simply by looking at the pc file.
> 
> 
> Ok, this is a valid point. Like in libXcursor it should be:
> datarootdir=@datarootdir@
> ...
> errordbdir=${datarootdir}
> 
> or just:
> 
> errordbdir=@datarootdir@


libXcursor is a good example. The ICONDIR is defined is one location,
configure.ac, and made available to both the makefile and the pc file.
If the value is changed, both are in sync. Note that the statement
ICONDIR=@ICONDIR@ in the makefile is redundant.

The way it is for libXt in the patch has a loophole. The value for
errordbdir is defined separately in two locations. If the value is
changed in the makefile, there is a high risk of not being changed in
the pc file.


> This is in case a '3rd party' wants to supply this file. All this 
> is pretty much overkill anyway as I don't expect this to happen ever.

There is always the option of waiting for a requirement to implement
this feature. Now that you mention this feature has never existed
before, it should be in a separate patch. It would be easier to locate
when reading the change log.

Thanks, and sorry for the extra work.

> 
> Thanks!
> 
> Cheers,
> 	Egbert.
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110907/81444b1c/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110907/81444b1c/attachment.pgp>


More information about the xorg-devel mailing list