Summary: | lang/pocl: failed with 'Undefined symbol "clGetPlatformInfo"' | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
Component: | Individual Port(s) | Assignee: | Jan Beich <jbeich> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | lhersch, ohartmann, yoitsmeremember | ||||
Priority: | --- | Keywords: | needs-qa, regression | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 241243 | ||||||
Attachments: |
|
Description
Jan Beich
2019-10-25 02:42:17 UTC
Not reproducible with 1.3 (previous version). It affects me, too. Think this is a bug affecting many people. Created attachment 218627 [details]
patch that fixes the problem
The displayed error does not come from the dlopen call but from the last dlsym call in the icd loader.
Including a patch that solves the problem.
The problem was caused by the change from libltdl to libdl in version 1.4. Therefore, the dependency on libltdl.so in the Makefile is actually superfluous. A commit references this bug: Author: jbeich Date: Sat Dec 12 10:44:07 UTC 2020 New revision: 557808 URL: https://svnweb.freebsd.org/changeset/ports/557808 Log: lang/pocl: unbreak runtime after r514525 PR: 241482 Submitted by: Lars Herschke Approved by: maintainer timeout (2 months) Changes: head/lang/pocl/Makefile head/lang/pocl/distinfo A commit references this bug: Author: jbeich Date: Sat Dec 12 10:52:33 UTC 2020 New revision: 557810 URL: https://svnweb.freebsd.org/changeset/ports/557810 Log: MFH: r557808 lang/pocl: unbreak runtime after r514525 PR: 241482 Submitted by: Lars Herschke Approved by: maintainer timeout (2 months) Changes: _U branches/2020Q4/ branches/2020Q4/lang/pocl/Makefile branches/2020Q4/lang/pocl/distinfo |