Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691908 - app-misc/ttyrec-1.0.8-r2 : ttyrec.c:60:10: fatal error: stropts.h: No such file or directory
Summary: app-misc/ttyrec-1.0.8-r2 : ttyrec.c:60:10: fatal error: stropts.h: No such fi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-08-10 15:42 UTC by Toralf Förster
Modified: 2020-03-10 19:39 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.54 KB, text/plain)
2019-08-10 15:42 UTC, Toralf Förster
Details
app-misc:ttyrec-1.0.8-r2:20190810-144132.log (app-misc:ttyrec-1.0.8-r2:20190810-144132.log,1.86 KB, text/plain)
2019-08-10 15:42 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,100.60 KB, text/plain)
2019-08-10 15:42 UTC, Toralf Förster
Details
environment (environment,86.69 KB, text/plain)
2019-08-10 15:42 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.45 KB, application/x-bzip)
2019-08-10 15:42 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.76 KB, application/x-bzip)
2019-08-10 15:42 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-10 15:42:02 UTC
make -j1 CC=x86_64-pc-linux-gnu-gcc 'CFLAGS=-O2 -pipe -march=native' 
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native  -DSVR4 -D_XOPEN_SOURCE=500  -c -o ttyrec.o ttyrec.c
ttyrec.c:60:10: fatal error: stropts.h: No such file or directory
   60 | #include <stropts.h>
      |          ^~~~~~~~~~~
compilation terminated.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-libressl-20190809-001858

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.36.0 *



emerge -qpvO app-misc/ttyrec
[ebuild  N    ] app-misc/ttyrec-1.0.8-r2
Comment 1 Toralf Förster gentoo-dev 2019-08-10 15:42:04 UTC
Created attachment 586504 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-10 15:42:07 UTC
Created attachment 586506 [details]
app-misc:ttyrec-1.0.8-r2:20190810-144132.log
Comment 3 Toralf Förster gentoo-dev 2019-08-10 15:42:10 UTC
Created attachment 586508 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-08-10 15:42:13 UTC
Created attachment 586510 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-08-10 15:42:15 UTC
Created attachment 586512 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-08-10 15:42:18 UTC
Created attachment 586514 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-03-09 20:33:54 UTC
The bug has been closed via the following commit(s):

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

commit ab51e719f086daa2684c155321b4359f97f7b5ba
Author:     Stephan Hartmann <stha09@googlemail.com>
AuthorDate: 2020-02-18 15:11:39 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2020-03-09 20:33:36 +0000

    app-misc/ttyrec: fix building with glibc 2.30.
    
    Closes: https://bugs.gentoo.org/691908
    Package-Manager: Portage-2.3.84, Repoman-2.3.20
    Signed-off-by: Stephan Hartmann <stha09@googlemail.com>
    Closes: https://github.com/gentoo/gentoo/pull/14692
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 .../ttyrec/files/ttyrec-1.0.8-glibc-2.30.patch     | 30 ++++++++++++++++++++++
 app-misc/ttyrec/ttyrec-1.0.8-r2.ebuild             |  5 +++-
 2 files changed, 34 insertions(+), 1 deletion(-)