@@This is an auto-filed bug@@ If you think that a different summary clarifies the issue better, feel free to change it. Issue: app-editors/ng fails to compile. Discovered on: amd64 NOTE: If you need further logs, feel free to ask.
Created attachment 645778 [details] build.log build log and emerge --info
Created attachment 645780 [details] other.tar.bz2 other logs
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279064ccf66cd76b4ef8f2fb7d03db3b41d79655 commit 279064ccf66cd76b4ef8f2fb7d03db3b41d79655 Author: Akinori Hattori <hattya@gentoo.org> AuthorDate: 2021-10-08 12:33:10 +0000 Commit: Akinori Hattori <hattya@gentoo.org> CommitDate: 2021-10-08 12:33:10 +0000 app-editors/ng: fix build with Clang Closes: https://bugs.gentoo.org/729234 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori <hattya@gentoo.org> app-editors/ng/ng-1.5_beta1-r3.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d877d69accfa72664aa461b675253b29e33487 commit a3d877d69accfa72664aa461b675253b29e33487 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-02-15 21:00:31 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-15 21:00:31 +0000 app-editors/ng: build w/ -std=gnu89 In 279064ccf66cd76b4ef8f2fb7d03db3b41d79655, a bunch of -Wno-* were added but that isn't sufficient for the C99 porting effort. Instead, pass -std=gnu89 which handles not making these errors out of the box. Bug: https://bugs.gentoo.org/729234 Closes: https://bugs.gentoo.org/880419 Signed-off-by: Sam James <sam@gentoo.org> app-editors/ng/ng-1.5_beta1-r3.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)