Bug 262238 - lang/ecl: build error on FreeBSD 14.0-CURRENT / amd64
Summary: lang/ecl: build error on FreeBSD 14.0-CURRENT / amd64
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jimmy Olgeni
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-02-27 21:31 UTC by Thierry Thomas
Modified: 2022-02-27 21:31 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thierry Thomas freebsd_committer freebsd_triage 2022-02-27 21:31:42 UTC
Trying to build ECL on 14.0-CURRENT, either as a port or in poudriere, fails with the following error:

gmake[3]: Leaving directory '/usr/ports/lang/ecl/work/ecl-21.2.1/build/c'
Building ecl_min...
Internal or unrecoverable error in:
Can't set the size of the C stack: sanity check failed
gmake[2]: *** [Makefile:99: bin/ecl] Abort trap (core dumped)
gmake[2]: Leaving directory '/usr/ports/lang/ecl/work/ecl-21.2.1/build'
gmake[1]: *** [Makefile:65: all] Error 2
gmake[1]: Leaving directory '/usr/ports/lang/ecl/work/ecl-21.2.1'
*** Error code 1

This error was supposed to be fixed in 21.2.1, and indeed it has been fixed in FreeBSD 13, and it used to build cleanly also on 14.0-CURRENT, but since some time it fails: might be related to the newer clang?