Bug 1657825 - missing lua deps
Summary: missing lua deps
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: sagemath
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Paulo Andrade
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-12-10 14:07 UTC by Jiri Kastner
Modified: 2019-07-02 03:18 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-07-02 03:18:06 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jiri Kastner 2018-12-10 14:07:59 UTC
Description of problem:
sagemath requires only /usr/bin/lua, but scriptlet failes due missing posix package. so additional dependency is needed - lua-posix

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


How reproducible:


Steps to Reproduce:
1. dnf install sagemath
2. check output
3. dnf install lua{,=posix}
4. dnf install sagemath
5. check output

Actual results:
step 2:
....
Total                                                                                                                                                                       2.9 MB/s | 640 MB     03:42     
Running transaction check
Error: transaction check vs depsolve:
/usr/bin/lua is needed by sagemath-8.0-2.fc28.x86_64
To diagnose the problem, try running: 'rpm -Va --nofiles --nodigest'.
You probably have corrupted RPMDB, running 'rpm --rebuilddb' might fix the issue.
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.



Expected results:

dnf install sagemath passed for first time

Additional info:

Comment 1 Jerry James 2019-07-02 03:18:06 UTC
The lua scriptlet was removed some time ago.  I do not believe that any currently supported version of Fedora (i.e., Fedora 29+) suffers from this problem.  If that is wrong, please reopen this bug.


Note You need to log in before you can comment on or make changes to this bug.