Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 779778 - app-editors/lpe-1.2.8_p20210401 fails to compile
Summary: app-editors/lpe-1.2.8_p20210401 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-02 06:58 UTC by Agostino Sarubbo
Modified: 2021-04-02 13:59 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,35.26 KB, text/plain)
2021-04-02 06:58 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 2021-04-02 06:58:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-editors/lpe-1.2.8_p20210401 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-02 06:58:15 UTC
Created attachment 696915 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-02 06:58:16 UTC
Possible context of error(s):

screen.c:(.text+0xa3b): undefined reference to `tgetent'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.c:(.text+0xab3): undefined reference to `cur_term'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.c:(.text+0xad8): undefined reference to `cur_term'
collect2: error: ld returned 1 exit status
Comment 3 Larry the Git Cow gentoo-dev 2021-04-02 13:59:37 UTC
The bug has been closed via the following commit(s):

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

commit 5ea6be86d6e62ea1e0e0fd25ab1afe8f2bb3646f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-04-02 13:51:40 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-04-02 13:59:27 +0000

    app-editors/lpe: fix ncurses discovery
    
    I originally tested on a macOS Prefix which
    apparently has non-split tinfo.
    
    Closes: https://bugs.gentoo.org/779778
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/lpe/lpe-1.2.8_p20210401.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)