Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875533 - sys-process/runit-2.1.2-r1 - chkshsgr.c: error: call to undeclared function setgroups; ISO C99 and
Summary: sys-process/runit-2.1.2-r1 - chkshsgr.c: error: call to undeclared function s...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
: 913116 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-05 21:13 UTC by Toralf Förster
Modified: 2024-06-16 06:07 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.49 KB, text/plain)
2022-10-05 21:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,66.81 KB, text/plain)
2022-10-05 21:13 UTC, Toralf Förster
Details
environment (environment,104.47 KB, text/plain)
2022-10-05 21:13 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,9.70 KB, application/x-bzip)
2022-10-05 21:13 UTC, Toralf Förster
Details
sys-process:runit-2.1.2-r1:20221005-194021.log (sys-process:runit-2.1.2-r1:20221005-194021.log,3.24 KB, text/plain)
2022-10-05 21:13 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 2022-10-05 21:13:26 UTC
                  ^
/usr/include/unistd.h:711:43: note: passing argument to parameter '__list' here
extern int getgroups (int __size, __gid_t __list[]) __THROW __wur
                                          ^
chkshsgr.c:10:32: error: call to undeclared function 'setgroups'; ISO C99 and
      later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-j4-20221005-091815

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.2
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.2
Python 3.10.7
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit bf4d4f78d89d84bd503c89697387128b3a707df8
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Oct 5 19:03:28 2022 +0000

    2022-10-05 19:03:28 UTC

emerge -qpvO sys-process/runit
[ebuild  N    ] sys-process/runit-2.1.2-r1  USE="-static"
Comment 1 Toralf Förster gentoo-dev 2022-10-05 21:13:27 UTC
Created attachment 821665 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-05 21:13:29 UTC
Created attachment 821668 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-10-05 21:13:30 UTC
Created attachment 821671 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-10-05 21:13:31 UTC
Created attachment 821674 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-10-05 21:13:32 UTC
Created attachment 821677 [details]
sys-process:runit-2.1.2-r1:20221005-194021.log
Comment 6 Agostino Sarubbo gentoo-dev 2023-12-20 08:12:04 UTC
*** Bug 913116 has been marked as a duplicate of this bug. ***
Comment 7 Larry the Git Cow gentoo-dev 2024-06-16 06:07:21 UTC
The bug has been closed via the following commit(s):

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

commit 0e256f242d7ce36744c2165fd639bebe7f9b6589
Author:     Robin H. Johnson <robbat2@gentoo.org>
AuthorDate: 2024-06-16 06:02:59 +0000
Commit:     Robin H. Johnson <robbat2@gentoo.org>
CommitDate: 2024-06-16 06:07:19 +0000

    sys-process/runit: EAPI=8 porting and other fixes
    
    Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=920357
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=875533
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=721880
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=590412

 sys-process/runit/Manifest              |   1 +
 sys-process/runit/runit-2.1.2-r2.ebuild | 149 ++++++++++++++++++++++++++++++++
 2 files changed, 150 insertions(+)