We are working to update the default version of GCC in the Ports Collection from GCC 7 to GCC 8. Alas science/dalton fails to build with that newer compiler which unfortunately blocks this update. Cf. http://package22.nyi.freebsd.org/data/112amd64-default-PR231590/2018-10-29_06h48m05s/logs/errors/dalton-2016.2.log /wrkdirs/usr/ports/science/dalton/work/dalton-130ffaa0613bb3af6cac766fc8183d6df7d68917-130ffaa0613bb3af6cac766fc8183d6df7d68917/DALTON/choles/cc_cholesky.F:832:42: CALL CC_PUTCHO(WORK(KCHO1),IDNTC1,NCHORD,IDUMP, 1 Error: Actual argument contains too few elements for dummy argument 'idntc1' (75/200) at (1)
(In reply to Gerald Pfeifer from comment #0) Gerald, You need to create the gfortran (gcc project) bug report, because this seems to be a fortran issue. Yuri
The dalton upstream report: https://gitlab.com/dalton/dalton/issues/80
(In reply to Yuri Victorovich from comment #1) I'm not sure if this is a fortran bug. Yuri
Fixed.
A commit references this bug: Author: yuri Date: Sun Nov 4 18:15:36 UTC 2018 New revision: 484118 URL: https://svnweb.freebsd.org/changeset/ports/484118 Log: science/dalton: Fix build with GCC8 Backport the upstream patch that fixed the issue. PR: 232959 Reported by: gerald Changes: head/science/dalton/Makefile head/science/dalton/distinfo
(In reply to commit-hook from comment #5) > Author: yuri > Date: Sun Nov 4 18:15:36 UTC 2018 > New revision: 484118 > URL: https://svnweb.freebsd.org/changeset/ports/484118 > > Log: > science/dalton: Fix build with GCC8 Thank you, Yuri!