Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729238 - app-editors/wily-1.0-r2 calls ar directly
Summary: app-editors/wily-1.0-r2 calls ar directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2020-06-23 06:33 UTC by Agostino Sarubbo
Modified: 2025-02-10 09:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,25.16 KB, text/plain)
2020-06-23 06:33 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-06-23 06:33:04 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/wily 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:33:09 UTC
Created attachment 645784 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-21 07:51:17 UTC
ci has reproduced this issue with version 1.0-r2 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2025-02-10 09:13:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f342860898b967754ef8ce0eeb08107dbd891ddb

commit f342860898b967754ef8ce0eeb08107dbd891ddb
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-13 17:18:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 09:07:39 +0000

    app-editors/wily: update EAPI 7 -> 8, prepare for GCC-15
    
    Fixes great annoyance of compilation continuing even when errors happen
    halfway, explicit ar that fails compilation in MUSL systems and autoreconf
    that fixes implicit declarations in configure.
    Compiles without errors with -std=gnu23, but not -std=c23
    
    Closes: https://bugs.gentoo.org/906022
    Closes: https://bugs.gentoo.org/729238
    Closes: https://bugs.gentoo.org/877123
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40119
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/wily/files/wily-1.0-C23.patch | 101 ++++++++++++++++++++++++++++++
 app-editors/wily/wily-1.0-r3.ebuild       |  48 ++++++++++++++
 2 files changed, 149 insertions(+)