Bug 295888 - devel/lua-cqueues _cqueues.so: Undefined symbol "kq_readd" on FreeBSD 15.0
Summary: devel/lua-cqueues _cqueues.so: Undefined symbol "kq_readd" on FreeBSD 15.0
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-06 07:57 UTC by tom+fbsdbugzilla
Modified: 2026-06-06 07:57 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (freebsd)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tom+fbsdbugzilla 2026-06-06 07:57:14 UTC
lua54-cqueues no longer works on FreeBSD 15. Complains about missing symbols.

```
lua54: error loading module '_cqueues' from file '/usr/local/lib/lua/5.4/_cqueues.so':
        /usr/local/lib/lua/5.4/_cqueues.so: Undefined symbol "kq_readd"
stack traceback:
        [C]: in ?
        [C]: in function 'require'
        /usr/local/share/lua/5.4/cqueues.lua:2: in function </usr/local/share/lua/5.4/cqueues.lua:1>
        (...tail calls...)
```