Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 715190

Summary: net-dialup/picocom-3.1 : termios2.h: error: struct termios has no member named c_ispeed
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: CONFIRMED ---    
Severity: normal CC: embedded
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 713786    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
net-dialup:picocom-3.1:20200328-191920.log
temp.tbz2

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