Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2024 05:25:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 281238] lang/gforth: Fails to build with GCC 14: prim:2157:5: error: implicit declaration of function 'ecvt' [-Wimplicit-function-declaration]
Message-ID:  <bug-281238-7788-WO62abkBza@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-281238-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-281238-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281238

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D2cab4551df7cf66a0c377f2d53f692f=
9ddd5f8c9

commit 2cab4551df7cf66a0c377f2d53f692f9ddd5f8c9
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-09-10 05:23:20 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-09-10 05:23:20 +0000

    lang/gforth: unbreak the build in the -Werror=3Dint-conversion mode

    Missing ecvt() function prototype was causing couple of warnings
    which had become hard errors with recent versions of GCC (14+).
    Getting rid of USE_GCC, while desirable, is not straightforward
    and requires more work.  While here, set the TEST_TARGET which is
    part of the upstream's default ALL_TARGET, but we override that.

    PR:     281238

 lang/gforth/Makefile                         |  2 +-
 lang/gforth/files/patch-engine_forth.h (new) | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281238-7788-WO62abkBza>