Summary: | app-misc/screen-4.3.1: build fails w/uClibc: utmp.c: In function 'makedead': utmp.c:602:13: error: 'struct __exit_status' has no member named 'e_termination' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | SpanKY <vapier> |
Component: | Current packages | Assignee: | Sven Wegener <swegener> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jer, shell-tools, wtt6 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 570544 | ||
Attachments: |
build.log
emerge --info |
Description
SpanKY
![]() Created attachment 414382 [details]
build.log
Created attachment 414384 [details]
emerge --info
uClibc does neither define linux nor ut_exit? #if (!defined(linux) || defined(EMPTY)) && !defined(__CYGWIN__) u->ut_exit.e_termination = 0; u->ut_exit.e_exit = 0; #endif The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f7f30cb2ade13389c2a104128a9b86355f52c6 commit 10f7f30cb2ade13389c2a104128a9b86355f52c6 Author: Sven Wegener <swegener@gentoo.org> AuthorDate: 2018-01-04 23:16:48 +0000 Commit: Sven Wegener <swegener@gentoo.org> CommitDate: 2018-01-04 23:18:40 +0000 app-misc/screen: Fix building on uclibc, bug #562752 Closes: https://bugs.gentoo.org/562752 Package-Manager: Portage-2.3.14, Repoman-2.3.6 app-misc/screen/files/screen-4.6.2-utmp-exit.patch | 55 ++++++++++++++++++++++ app-misc/screen/screen-4.6.2.ebuild | 3 +- 2 files changed, 57 insertions(+), 1 deletion(-) |