While trying to build bash-static from ports on a vanilla 12.1-stable I get an error: cannot compute sizeof (wchar_t) and all work stops. ports were checked on May 1 I changed the CC in makefile to use gcc9 and it all compiles as expected. GNU bash, version 5.0.17(0)-release (amd64-portbld-freebsd12.1)
Created attachment 214087 [details] Build log I've just built shells/bash-static on 12.1-STABLE amd64 without any error (see build log attached). Can you provide a full build log and show the contents of /etc/{make,src,ports}.conf? Also, can you provide a list of your installed ports?
Created attachment 214117 [details] screen output while building I used script to capture the build session. The file is all plain text.
Hi - from googling it looks like I need to have this poudriere installed for building ports, I do not. Just a basic end-user running make install clean I used script to capture the screen with a batch make (so default configuration), you can see where it bombs out. If you want, there is also a config.log in one of the work directories. As to /etc/make.conf, et al - none exist on this system. If there is some otherway I can assist, please let me know. This 12.1 stable, no old files/stale libs running on an Xeon E3-1245 v3 w/ 32GB.
This might be caused by (https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/versions-12.html) but didn't have the time to verify: 1201515 360545 May 1, 2020 12-STABLE after updating llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to 10.0.0 release.
Created attachment 214410 [details] configure log
Created attachment 214411 [details] typescript
I've just tried to build bash-static on a recent 12.1-STABLE without any issues. See attachments.
Created attachment 214493 [details] config.log Attached is config.log from port build (ie, make install clean from port directory)
Builds fine without any errors on the package build servers. Can't reproduce locally.