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

Bug 639196

Summary: sys-apps/stroke-0.1.3-r1 : ../.../signals.h:49:8: error: unknown type name siginfo_t
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 652854    
Bug Blocks:    
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
sys-apps:stroke-0.1.3-r1:20171129-070813.log
temp.tbz2
As described - fixes compilation problems with latest toolchain

Description Toralf Förster gentoo-dev 2017-11-29 18:05:16 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../..   -I.. -I../../src   -O2 -pipe -march=native -Wall -c -o signals.o `test -f 'src/signals.c' || echo './'`src/signals.c
In file included from src/signals.c:30:0:
../libgeneral/signals.h:49:8: error: unknown type name ‘siginfo_t’
 extern siginfo_t *GET_SIGINFO();
        ^~~~~~~~~
src/signals.c:36:17: error: unknown type name ‘siginfo_t’

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop-plasma-systemd_abi32+64_20171128-221102

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

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

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python3.5 (fallback)
  [4]   python2.7 (fallback)
Available Ruby profiles:
  (none found)



emerge -qpv sys-apps/stroke
[ebuild  N    ] sys-apps/stroke-0.1.3-r1
Comment 1 Toralf Förster gentoo-dev 2017-11-29 18:05:19 UTC
Created attachment 507118 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-11-29 18:05:22 UTC
Created attachment 507120 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-11-29 18:05:25 UTC
Created attachment 507122 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-11-29 18:05:28 UTC
Created attachment 507124 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-11-29 18:05:31 UTC
Created attachment 507126 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-11-29 18:05:34 UTC
Created attachment 507128 [details]
sys-apps:stroke-0.1.3-r1:20171129-070813.log
Comment 7 Toralf Förster gentoo-dev 2017-11-29 18:05:37 UTC
Created attachment 507130 [details]
temp.tbz2
Comment 8 ta2002 2019-01-17 07:39:42 UTC
Created attachment 561688 [details, diff]
As described - fixes compilation problems with latest toolchain

Thanks to Hu who suggested this in a forum post.
Comment 9 Larry the Git Cow gentoo-dev 2019-01-20 12:06:24 UTC
The bug has been closed via the following commit(s):

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

commit d8060483b4c36ce2f27533164b09e7c89b84a930
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2019-01-20 12:05:32 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2019-01-20 12:06:10 +0000

    sys-apps/stroke: Fix build issue due to missing header
    
    Thanks-to: Toralf Förster
    Thanks-to: ta2002
    Thanks-to: Hu
    Closes: https://bugs.gentoo.org/639196
    Package-Manager: Portage-2.3.55, Repoman-2.3.12
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 sys-apps/stroke/files/stroke-0.1.3-missing-header.patch | 11 +++++++++++
 sys-apps/stroke/stroke-0.1.3-r1.ebuild                  |  6 +++---
 2 files changed, 14 insertions(+), 3 deletions(-)