Bug 8422 - xt.pc contains undefined variable datarootdir
Summary: xt.pc contains undefined variable datarootdir
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Modular (show other bugs)
Version: 7.1 (2006.05)
Hardware: PowerPC Mac OS X (All)
: high normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-26 02:48 UTC by Peter Dyballa
Modified: 2007-03-11 08:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Failed compilation of libXmu (6.39 KB, text/plain)
2006-09-26 02:50 UTC, Peter Dyballa
no flags Details

Description Peter Dyballa 2006-09-26 02:48:46 UTC
While "Building lib module component libXmu..."

	checking for XMU... configure: error: Package requirements (xt xext xextproto) were not met:

	Variable 'datarootdir' not defined in '/usr/X11R7/lib/pkgconfig/xt.pc'

In xt.pc:
	appdefaultdir=${datarootdir}/X11/app-defaults => ${libdir}/X11/app-defaults
Comment 1 Peter Dyballa 2006-09-26 02:50:14 UTC
Created attachment 7155 [details]
Failed compilation of libXmu

The original contents of xt.pc is:

prefix=/usr/X11R7
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
appdefaultdir=${datarootdir}/X11/app-defaults

Name: Xt
Description: X Toolkit Library
Version: 1.0.2
Requires: xproto x11 sm
Requires.private: x11 sm
Cflags: -I${includedir}
Libs: -L${libdir} -lXt
Comment 2 Rob Currey 2006-09-27 14:50:40 UTC
this is a dup of bug #8254 ... (which has the very simple fix diff attached)

Comment 3 Daniel Stone 2007-02-27 01:33:43 UTC
Sorry about the phenomenal bug spam, guys.  Adding xorg-team@ to the QA contact so bugs don't get lost in future.
Comment 4 Peter Dyballa 2007-03-11 08:07:25 UTC
For me this bug-report can be closed as resolved, the error does not happen any more.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.