Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714676 - net-dialup/minicom-2.7.1 : dial.c: error: KIOCSOUND undeclared (first use in this function)
Summary: net-dialup/minicom-2.7.1 : dial.c: error: KIOCSOUND undeclared (first use in ...
Status: RESOLVED FIXED
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-25 08:16 UTC by Toralf Förster
Modified: 2021-03-27 21:55 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.36 KB, text/plain)
2020-03-25 08:16 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,307.14 KB, text/plain)
2020-03-25 08:16 UTC, Toralf Förster
Details
environment (environment,60.09 KB, text/plain)
2020-03-25 08:16 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.56 KB, application/x-bzip)
2020-03-25 08:16 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.84 KB, application/x-bzip)
2020-03-25 08:16 UTC, Toralf Förster
Details
net-dialup:minicom-2.7.1:20200325-060004.log (net-dialup:minicom-2.7.1:20200325-060004.log,23.44 KB, text/plain)
2020-03-25 08:16 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,20.75 KB, application/x-bzip)
2020-03-25 08:16 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-25 08:16:07 UTC
      |     ^~~~~
      |     iscntrl
dial.c:352:22: error: KIOCSOUND undeclared (first use in this function)
  352 |     ioctl(consolefd, KIOCSOUND, k);
      |                      ^~~~~~~~~
dial.c:352:22: note: each undeclared identifier is reported only once for each function it appears in

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

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

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.41.1 *
  [2]   rust-bin-1.42.0

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Wed Mar 25 02:42:49 UTC 2020
/var/db/repos/musl	Sun Mar 22 15:02:57 UTC 2020

emerge -qpvO net-dialup/minicom
[ebuild  N    ] net-dialup/minicom-2.7.1  USE="nls"
Comment 1 Toralf Förster gentoo-dev 2020-03-25 08:16:10 UTC
Created attachment 625668 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-25 08:16:12 UTC
Created attachment 625670 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-25 08:16:15 UTC
Created attachment 625672 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-25 08:16:17 UTC
Created attachment 625674 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-25 08:16:20 UTC
Created attachment 625676 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-25 08:16:24 UTC
Created attachment 625678 [details]
net-dialup:minicom-2.7.1:20200325-060004.log
Comment 7 Toralf Förster gentoo-dev 2020-03-25 08:16:26 UTC
Created attachment 625680 [details]
temp.tbz2
Comment 9 Larry the Git Cow gentoo-dev 2021-03-27 21:55:12 UTC
The bug has been closed via the following commit(s):

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

commit 513769430e0f4001d33f8c430fa44b5abab14ded
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2021-03-27 21:54:36 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2021-03-27 21:55:01 +0000

    net-dialup/minicom: fix compilation with musl
    
    Closes: https://bugs.gentoo.org/714676
    Package-Manager: Portage-3.0.17, Repoman-3.0.2
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-dialup/minicom/files/minicom-2.7.1-musl.patch | 24 +++++++++++++++++++++++
 net-dialup/minicom/minicom-2.7.1.ebuild           |  3 ++-
 2 files changed, 26 insertions(+), 1 deletion(-)