Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 729234

Summary: app-editors/ng fails to compile with Clang
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: CJK Team <cjk>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=880419
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 408963    
Attachments: build.log
other.tar.bz2

Description Agostino Sarubbo gentoo-dev 2020-06-23 06:32:28 UTC
@@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.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-23 06:32:33 UTC
Created attachment 645778 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-06-23 06:32:36 UTC
Created attachment 645780 [details]
other.tar.bz2

other logs
Comment 3 Larry the Git Cow gentoo-dev 2021-10-08 12:33:24 UTC
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(-)
Comment 4 Larry the Git Cow gentoo-dev 2025-02-15 21:03:31 UTC
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(-)