Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 714026 - app-misc/srm-1.2.15 : sunlink.c: error: unknown type name _sighandler_t
Summary: app-misc/srm-1.2.15 : sunlink.c: error: unknown type name _sighandler_t
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:
Depends on:
Blocks:
 
Reported: 2020-03-22 20:04 UTC by Toralf Förster
Modified: 2021-10-16 13:59 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.21 KB, text/plain)
2020-03-22 20:04 UTC, Toralf Förster
Details
app-misc:srm-1.2.15:20200322-180414.log (app-misc:srm-1.2.15:20200322-180414.log,9.20 KB, text/plain)
2020-03-22 20:04 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,277.41 KB, text/plain)
2020-03-22 20:04 UTC, Toralf Förster
Details
environment (environment,86.95 KB, text/plain)
2020-03-22 20:04 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.97 KB, application/x-bzip)
2020-03-22 20:04 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,6.20 KB, application/x-bzip)
2020-03-22 20:04 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.73 KB, application/x-bzip)
2020-03-22 20:04 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-22 20:04:31 UTC
    5 | #warning Please change your <attr/xattr.h> includes to <sys/xattr.h>
      |  ^~~~~~~
sunlink.c:106:9: error: unknown type name __sighandler_t
  106 | typedef __sighandler_t sighandler_t;
      |         ^~~~~~~~~~~~~~
sunlink.c: In function sunlink:

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

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

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

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 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun Mar 22 16:14:27 UTC 2020
/var/db/repos/musl	Sun Mar 22 15:02:57 UTC 2020

emerge -qpvO app-misc/srm
[ebuild  N    ] app-misc/srm-1.2.15  USE="-debug"
Comment 1 Toralf Förster gentoo-dev 2020-03-22 20:04:34 UTC
Created attachment 624544 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-22 20:04:36 UTC
Created attachment 624546 [details]
app-misc:srm-1.2.15:20200322-180414.log
Comment 3 Toralf Förster gentoo-dev 2020-03-22 20:04:39 UTC
Created attachment 624548 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-22 20:04:42 UTC
Created attachment 624550 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-22 20:04:44 UTC
Created attachment 624552 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-22 20:04:47 UTC
Created attachment 624554 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-03-22 20:04:50 UTC
Created attachment 624556 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2021-10-16 13:59:01 UTC
The bug has been closed via the following commit(s):

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

commit db59f2bc06cf445ea11088c033a179ab246ce726
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2021-10-16 13:58:34 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-10-16 13:58:34 +0000

    app-misc/srm: port to EAPI 8
    
    Closes: https://bugs.gentoo.org/714026
    Closes: https://bugs.gentoo.org/722320
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-misc/srm/files/srm-1.2.15-cflags.patch | 14 +++++++++++---
 app-misc/srm/files/srm-1.2.15-musl.patch   | 17 +++++++++++++++++
 app-misc/srm/srm-1.2.15.ebuild             | 19 +++++++++++--------
 3 files changed, 39 insertions(+), 11 deletions(-)