FS#69070 - dash: does not properly include support for libedit

Attached to Project: Community Packages
Opened by Kylie McClain (somasis) - Tuesday, 22 December 2020, 23:24 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 23 December 2020, 00:21 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

dash is built passing the --with-libedit switch to ./configure, but attempts to actually use libedit's functionality with it doesn't work, nor is the /bin/dash binary actually linked with libedit.so. Upon further investigation, it seems that --with-libedit doesn't cause any error if libedit is not installed, and since libedit is not a dependency of the package, the system building this package isn't building with it despite it being intended to use libedit.

Additional info:
* I can reproduce this with 0.5.11.2-1, but it likely applies to older versions as well.

Steps to reproduce:

* `ldd /bin/dash` - observe that libedit isn't linked with it.

I've included a patch to fix the package.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 23 December 2020, 00:21 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#36346 

Loading...