Bug 1524373

Summary: libxslt-devel must depend on xz-devel
Product: [Fedora] Fedora Reporter: Artem S. Tashkinov <aros>
Component: libxsltAssignee: Daniel Veillard <veillard>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 30CC: amigadave, veillard
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-06-07 15:05:26 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Artem S. Tashkinov 2017-12-11 11:14:51 UTC
# ldd /usr/lib/libxslt.so 
	linux-gate.so.1 (0xf7f1e000)
	libxml2.so.2 => /lib/libxml2.so.2 (0xf7d5a000)
	libz.so.1 => /lib/libz.so.1 (0xf7d41000)
	liblzma.so.5 => /lib/liblzma.so.5 (0xf7d16000)            <-----------
	libm.so.6 => /lib/libm.so.6 (0xf7bd4000)
	libdl.so.2 => /lib/libdl.so.2 (0xf7bcf000)
	libc.so.6 => /lib/libc.so.6 (0xf7a0e000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xf79ef000)
	/lib/ld-linux.so.2 (0xf7f20000)

Whereas xz-devel is not mentioned in dependencies.

Comment 1 Igor Gnatenko 2018-02-09 13:33:29 UTC
it doesn't mean that xz-devel should be installed....

Comment 2 Artem S. Tashkinov 2018-02-09 14:01:58 UTC
(In reply to Igor Gnatenko from comment #1)

> it doesn't mean that xz-devel should be installed

You cannot link to libxslt.so unless you also link to liblzma.so.

This bug is more than valid and I'm appalled you've closed it.

Comment 3 Ben Cotton 2018-11-27 17:08:03 UTC
This message is a reminder that Fedora 27 is nearing its end of life.
On 2018-Nov-30  Fedora will stop maintaining and issuing updates for
Fedora 27. It is Fedora's policy to close all bug reports from releases
that are no longer maintained. At that time this bug will be closed as
EOL if it remains open with a Fedora  'version' of '27'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 27 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 4 Ben Cotton 2019-02-19 17:11:47 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 30 development cycle.
Changing version to '30.

Comment 5 Artem S. Tashkinov 2019-05-31 09:52:09 UTC
No, that hasn't yet been solved.

Comment 6 David King 2019-06-07 15:05:26 UTC
There is no bug here, as libxslt-devel depends on libxml2-devel, which depends on xz-devel, so installing libxslt-devel will pull in xz-devel that way.