Bug 107920 - compiling xorg-server with autotools--cannot find liblzma.la--error from os directory
Summary: compiling xorg-server with autotools--cannot find liblzma.la--error from os d...
Status: RESOLVED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-13 11:56 UTC by charlie
Modified: 2018-10-05 20:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description charlie 2018-09-13 11:56:37 UTC
When compiling xorg-server with autotools at the 'os' directory there is an error:

"
/bin/grep: /usr/lib64/liblzma.la: No such file or directory
/bin/sed: can't read /usr/lib64/liblzma.la: No such file or directory
libtool: error '/usr/lib64/liblzma.la' is not a valid libtool archive
make[1]: *** [Makefile:661: libos.la] Error 1
make: *** [Makefile:816: all-recursive] Error 1
"

Slackware has removed all *.la files from the distro.
Comment 1 Adam Jackson 2018-10-05 20:32:27 UTC
So has Fedora, and xserver builds fine there. There's no mention of lzma anywhere in the X server source, so this is an error in the packaging of one of the libraries we're linking against, probably libsystemd if I had to guess.

'ls /usr/lib64/*.la' and verify that you really don't have any *.la files laying around.


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.