Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 639196 - sys-apps/stroke-0.1.3-r1 : ../.../signals.h:49:8: error: unknown type name siginfo_t
Summary: sys-apps/stroke-0.1.3-r1 : ../.../signals.h:49:8: error: unknown type name si...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 652854
Blocks:
  Show dependency tree
 
Reported: 2017-11-29 18:05 UTC by Toralf Förster
Modified: 2019-01-20 12:06 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.99 KB, text/plain)
2017-11-29 18:05 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,15.84 KB, text/plain)
2017-11-29 18:05 UTC, Toralf Förster
Details
environment (environment,14.41 KB, text/plain)
2017-11-29 18:05 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.98 KB, application/x-bzip)
2017-11-29 18:05 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.92 KB, application/x-bzip)
2017-11-29 18:05 UTC, Toralf Förster
Details
sys-apps:stroke-0.1.3-r1:20171129-070813.log (sys-apps:stroke-0.1.3-r1:20171129-070813.log,14.16 KB, text/plain)
2017-11-29 18:05 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,8.63 KB, application/x-bzip)
2017-11-29 18:05 UTC, Toralf Förster
Details
As described - fixes compilation problems with latest toolchain (stroke-0.1.3-unknown_type_name_siginfo_t.patch,292 bytes, patch)
2019-01-17 07:39 UTC, ta2002
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)