[Bug 283301] lang/smlnj: Update to 110.99.6.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 14 Dec 2024 10:36:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283301

--- Comment #2 from Alexey Vyskubov <alexey@ocaml.nl> ---
Unfortunately, compilation fails at the configure stage:

Configuring asdl.
checking build system type... x86_64-unknown-freebsd14.2
checking host system type... x86_64-unknown-freebsd14.2
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in
'/usr/home/alexey/ports-wrk/lang/smlnj/work/smlnj-110.99.6.1/asdl':
configure: error: C compiler cannot create executables
See 'config.log' for more details
FAILURE: Configuration of asdl failed.
./config/install.sh: !!! Installation of libraries and programs failed.
*** Error code 1

Examining config.log shows the culprit:

configure:3575: gcc -O2 -pipe  -Wno-error=incompatible-function-pointer-types
-fPIC -fstack-protector-strong -fno-strict-aliasing    -fstack-protector-strong
 conftest.c  >&5
cc1: error: '-Wno-error=incompatible-function-pointer-types': no option
'-Wincompatible-function-pointer-types'; did you mean
'-Wincompatible-pointer-types'?

❯ gcc --version
gcc (FreeBSD Ports Collection) 13.3.0

Also, there is a warning from portlint, but you probably know.

-- 
You are receiving this mail because:
You are the assignee for the bug.