Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715190 - net-dialup/picocom-3.1 : termios2.h: error: struct termios has no member named c_ispeed
Summary: net-dialup/picocom-3.1 : termios2.h: error: struct termios has no member name...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-28 19:45 UTC by Toralf Förster
Modified: 2020-03-31 19:57 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,14.42 KB, text/plain)
2020-03-28 19:45 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,6.24 KB, text/plain)
2020-03-28 19:45 UTC, Toralf Förster
Details
environment (environment,45.02 KB, text/plain)
2020-03-28 19:45 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,10.68 KB, application/x-bzip)
2020-03-28 19:45 UTC, Toralf Förster
Details
net-dialup:picocom-3.1:20200328-191920.log (net-dialup:picocom-3.1:20200328-191920.log,3.84 KB, text/plain)
2020-03-28 19:45 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,12.46 KB, application/x-bzip)
2020-03-28 19:45 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 2020-03-28 19:45:12 UTC
In file included from term.c:73:
term.c: In function term_get_baudrate:
termios2.h:41:43: error: struct termios has no member named c_ispeed; did you mean __c_ispeed?
   41 | #define cfgetispeed_custom(tiop) ((tiop)->c_ispeed)
      |                                           ^~~~~~~~
term.c:862:27: note: in expansion of macro cfgetispeed_custom

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200328-141627

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Mar 28 18:40:55 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO net-dialup/picocom
[ebuild  N    ] net-dialup/picocom-3.1
Comment 1 Toralf Förster gentoo-dev 2020-03-28 19:45:16 UTC
Created attachment 626584 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-28 19:45:19 UTC
Created attachment 626586 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-28 19:45:22 UTC
Created attachment 626588 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-28 19:45:24 UTC
Created attachment 626590 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-28 19:45:27 UTC
Created attachment 626592 [details]
net-dialup:picocom-3.1:20200328-191920.log
Comment 6 Toralf Förster gentoo-dev 2020-03-28 19:45:30 UTC
Created attachment 626594 [details]
temp.tbz2
Comment 7 Michael 'veremitz' Everitt 2020-03-28 19:48:11 UTC
See: https://github.com/npat-efault/picocom/issues/100