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

Bug 716888

Summary: media-radio/ax25-tools-0.0.10_rc5 : ttylinkd.c: fatal error: protocols/talkd.h: No such file or directory
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo musl team <musl>
Status: RESOLVED FIXED    
Severity: normal CC: tomjbe
Priority: Normal    
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
logs.tbz2
media-radio:ax25-tools-0.0.10_rc5:20200410-022247.log
temp.tbz2

Description Toralf Förster gentoo-dev 2020-04-10 07:51:37 UTC
x86_64-gentoo-linux-musl-gcc  -O2 -pipe -march=native -Wall  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o rip98d rip98d.o rip98r.o rip98t.o -lax25 
x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I..  -D_GNU_SOURCE -DAX25_SYSCONFDIR=\/etc/ax25/\ -DAX25_LOCALSTATEDIR=\/var/lib/ax25/\   -O2 -pipe -march=native -Wall -c -o ttylinkd.o ttylinkd.c
ttylinkd.c:42:10: fatal error: protocols/talkd.h: No such file or directory
   42 | #include <protocols/talkd.h>
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.

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

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

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

  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-bin-1.42.0
  [2]   rust-1.42.0 *
Available Java Virtual Machines:
  (none found)


timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Fri Apr 10 00:08:11 UTC 2020
/var/db/repos/musl	Wed Apr  8 18:15:58 UTC 2020

emerge -qpvO media-radio/ax25-tools
[ebuild  N    ] media-radio/ax25-tools-0.0.10_rc5  USE="-X"
Comment 1 Toralf Förster gentoo-dev 2020-04-10 07:51:40 UTC
Created attachment 631808 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-10 07:51:43 UTC
Created attachment 631810 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-04-10 07:51:46 UTC
Created attachment 631812 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-04-10 07:51:49 UTC
Created attachment 631814 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-04-10 07:51:52 UTC
Created attachment 631816 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-10 07:51:56 UTC
Created attachment 631818 [details]
media-radio:ax25-tools-0.0.10_rc5:20200410-022247.log
Comment 7 Toralf Förster gentoo-dev 2020-04-10 07:51:59 UTC
Created attachment 631820 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2024-08-05 07:21:36 UTC
The bug has been closed via the following commit(s):

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

commit b99276cbb0638f7e33f11f112e57de5927a031d1
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2024-08-05 07:16:25 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2024-08-05 07:20:55 +0000

    media-radio/ax25-tools: provide missing header file for MUSL
    
    * Header file is a copy from glibc
    * update EAPI 7 -> 8
    
    Closes: https://bugs.gentoo.org/716888
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 .../ax25-tools/ax25-tools-0.0.10_rc5-r1.ebuild     |  53 +++++++
 .../ax25-tools/files/ax25-tools-0.0.10-musl.patch  | 155 +++++++++++++++++++++
 2 files changed, 208 insertions(+)