FS#62729 - [yosys] 0.8-1 Missing dependency, incompatible version of libreadline

Attached to Project: Community Packages
Opened by Dylan Wadler (bit0fun) - Friday, 24 May 2019, 01:53 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 24 May 2019, 02:31 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Attempting to run yosys results in the following error:
"yosys: error while loading shared libraries: libreadline.so.7: cannot open shared object file: No such file or directory"

Currently the yosys package does not track readline, which should be added in given the broken shared object link.

readline is currently version 8.0.0-1 in the arch core repositories, therefore yosys needs to be linked against this newer version (libreadline.so.8).


Steps to reproduce:
Install yosys from arch community repository. Type 'yosys' into command line in order to run it.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 24 May 2019, 02:31 GMT
Reason for closing:  Not a bug
Additional comments about closing:  yosys is correctly linked to libreadline.so.8

Loading...