Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691760 - app-editors/jove-4.16.0.73 : iproc.c:542:14: fatal error: stropts.h: No such file or directory
Summary: app-editors/jove-4.16.0.73 : iproc.c:542:14: fatal error: stropts.h: No such ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-08 17:20 UTC by Toralf Förster
Modified: 2019-08-08 19:37 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.71 KB, text/plain)
2019-08-08 17:20 UTC, Toralf Förster
Details
app-editors:jove-4.16.0.73:20190808-045554.log (app-editors:jove-4.16.0.73:20190808-045554.log,5.43 KB, text/plain)
2019-08-08 17:20 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,231.49 KB, text/plain)
2019-08-08 17:20 UTC, Toralf Förster
Details
environment (environment,73.83 KB, text/plain)
2019-08-08 17:20 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.37 KB, application/x-bzip)
2019-08-08 17:20 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.56 KB, application/x-bzip)
2019-08-08 17:20 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-08-08 17:20:33 UTC
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
Comment 1 Toralf Förster gentoo-dev 2019-08-08 17:20:36 UTC
Created attachment 586198 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-08 17:20:39 UTC
Created attachment 586200 [details]
app-editors:jove-4.16.0.73:20190808-045554.log
Comment 3 Toralf Förster gentoo-dev 2019-08-08 17:20:41 UTC
Created attachment 586202 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-08-08 17:20:44 UTC
Created attachment 586204 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-08-08 17:20:47 UTC
Created attachment 586206 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-08-08 17:20:50 UTC
Created attachment 586208 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-08-08 19:37:17 UTC
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(+)