x86_64-gentoo-linux-uclibc-gcc -c -I. -I. -DMAXWIN=100 -DNONETHACK -DETCSCREENRC='"/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT _REV=\""`git describe --always 2>/dev/null`"\" \ -O2 -pipe utmp.c utmp.c:99:0: warning: "pututline" redefined [enabled by default] # define pututline xpututline ^ In file included from screen.h:30:0, from utmp.c:34: os.h:262:0: note: this is the location of the previous definition # define pututline pututxline ^ utmp.c: In function 'makedead': utmp.c:602:13: error: 'struct __exit_status' has no member named 'e_termination' u->ut_exit.e_termination = 0; ^ utmp.c:603:13: error: 'struct __exit_status' has no member named 'e_exit' u->ut_exit.e_exit = 0; ^ Makefile:82: recipe for target 'utmp.o' failed make: *** [utmp.o] Error 1
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(-)