Bug 1469512

Summary: Dependency problems for texlive-xindy
Product: [Fedora] Fedora Reporter: cb.bugreports
Component: texliveAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED EOL QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 26CC: cb.bugreports, pa_ubach, tcallawa, than
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-05-29 11:19:27 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 cb.bugreports 2017-07-11 12:15:37 UTC
Description of problem:
The installation of texlive-xindy does not check for the correct dependencies concerning the clisp package. If the package clisp is installed, the two versions do not match.


Version-Release number of selected component (if applicable):


How reproducible:
Install texlive-xindy and then run 

xindy --version

which produces the output:
xindy release: 2.5.1
xindy script version: 1.18
xindy: Could not execute xindy kernel: No such file or directory

If the missing clips package is installed the output changes to
/usr/lib64/clisp-2.49+/base/lisp.run: initialization file /usr/bin/xindy.mem' was not created by this version of CLISP runtime

Rebuilding the texlive-xindy package from the source resolves the issue.

Steps to Reproduce:
1. 
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 cb.bugreports 2017-07-31 13:59:57 UTC
This bug present both in Fedora 25 and Fedora 26

Comment 2 Fedora End Of Life 2018-05-03 08:00:44 UTC
This message is a reminder that Fedora 26 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 26. 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 '26'.

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 26 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 3 Fedora End Of Life 2018-05-29 11:19:27 UTC
Fedora 26 changed to end-of-life (EOL) status on 2018-05-29. Fedora 26
is no longer maintained, which means that it will not receive any
further security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 4 ubach 2018-08-13 17:07:21 UTC
This bug is also present in Fedora 27

Comment 5 ubach 2018-08-13 21:44:25 UTC
I am experiencing this error.

I have built texlive using the source rpms doing the following steps, but the error persists.

$> sudo rpm -e --nodeps texlive-xindy-bin texliv-xindy
$> sudo dnf download --source texlive-xindy
$> sudo dnf builddep texlive
$> rpmbuild --rebuild texlive-2016-36.20160520.fc27.5.src.rpm
$> sudo dnf install ~/rpmbuild/RPMS/noarch/texlive-xindy-bin-svn40473-36.20160520.fc27.5.noarch.rpm ~/rpmbuild/RPMS/noarch/texlive-xindy-svn41316-36.fc27.5.noarch.rpm

Therefore, I imagine that this build process is not fixing the problem. How should I build texlive-xindy?

Thanks!

(In reply to cb.bugreports from comment #0)
> Description of problem:
> The installation of texlive-xindy does not check for the correct
> dependencies concerning the clisp package. If the package clisp is
> installed, the two versions do not match.
> 
> 
> Version-Release number of selected component (if applicable):
> 
> 
> How reproducible:
> Install texlive-xindy and then run 
> 
> xindy --version
> 
> which produces the output:
> xindy release: 2.5.1
> xindy script version: 1.18
> xindy: Could not execute xindy kernel: No such file or directory
> 
> If the missing clips package is installed the output changes to
> /usr/lib64/clisp-2.49+/base/lisp.run: initialization file
> /usr/bin/xindy.mem' was not created by this version of CLISP runtime
> 
> Rebuilding the texlive-xindy package from the source resolves the issue.
> 
> Steps to Reproduce:
> 1. 
> 2.
> 3.
> 
> Actual results:
> 
> 
> Expected results:
> 
> 
> Additional info: