x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DSYSVR4 -D_XOPEN_SOURCE=500 -c -o macros.o macros.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -DSYSVR4 -D_XOPEN_SOURCE=500 -c -o iproc.o iproc.c iproc.c:542:14: fatal error: stropts.h: No such file or directory 542 | # include <stropts.h> | ^~~~~~~~~~~ compilation terminated. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_no-multilib-20190803-231951 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.1.0 * Available Python interpreters, in order of preference: [1] python3.7 [2] python3.6 (fallback) [3] python2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) * Available Rust versions: [1] rust-1.36.0 * java-config: The following VMs are available for generation-2: emerge -qpvO app-editors/jove --- Invalid atom in /etc/portage/package.accept_keywords/00unstable: sys-libs/glibc-2.30
Created attachment 586198 [details] emerge-info.txt
Created attachment 586200 [details] app-editors:jove-4.16.0.73:20190808-045554.log
Created attachment 586202 [details] emerge-history.txt
Created attachment 586204 [details] environment
Created attachment 586206 [details] etc.portage.tbz2
Created attachment 586208 [details] temp.tbz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e0e902966bbf67aed4887343e38cc5a778db9e commit c6e0e902966bbf67aed4887343e38cc5a778db9e Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2019-08-08 19:35:24 +0000 Commit: Ulrich Müller <ulm@gentoo.org> CommitDate: 2019-08-08 19:36:34 +0000 app-editors/jove: Fix compilation with glibc-2.30. glibc-2.30 no longer provides stropts.h, which shouldn't have been included in the first place. Suppress its loading (in iproc.c) by defining _XOPEN_STREAMS=-1. Bump EAPI to 7. Closes: https://bugs.gentoo.org/691760 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org> app-editors/jove/jove-4.16.0.73-r1.ebuild | 51 +++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+)