FS#66306 - [racket] Missing dependency on libffi

Attached to Project: Community Packages
Opened by Nicholas Hurden (nhurden) - Sunday, 19 April 2020, 09:03 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 19 April 2020, 09:18 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:
Racket installed via `racket` doesn't depend on `libffi`, which it should:

```
racket: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
```

Note that `racket-minimal` does depend on `libffi`.

Additional info:
* package version: 7.5-2
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
1. Install `racket`
2. Run `racket`
> racket: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 19 April 2020, 09:18 GMT
Reason for closing:  Not a bug
Additional comments about closing:  It is included (multiple times) in the dependency tree

Loading...