Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713946 - sys-libs/libkudzu-1.2.57.1 : kudzu.c: fatal error: sys/sysctl.h: No such file or directory
Summary: sys-libs/libkudzu-1.2.57.1 : kudzu.c: fatal error: sys/sysctl.h: No such file...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on: 755617
Blocks: missing-musl-includes glibc-2.32
  Show dependency tree
 
Reported: 2020-03-22 12:37 UTC by Toralf Förster
Modified: 2020-12-20 03:18 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.06 KB, text/plain)
2020-03-22 12:37 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,251.36 KB, text/plain)
2020-03-22 12:37 UTC, Toralf Förster
Details
environment (environment,112.09 KB, text/plain)
2020-03-22 12:37 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.63 KB, application/x-bzip)
2020-03-22 12:37 UTC, Toralf Förster
Details
sys-libs:libkudzu-1.2.57.1:20200322-020120.log (sys-libs:libkudzu-1.2.57.1:20200322-020120.log,2.32 KB, text/plain)
2020-03-22 12:37 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.32 KB, application/x-bzip)
2020-03-22 12:37 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 12:37:36 UTC
make -j1 ARCH=x86 AR=x86_64-gentoo-linux-musl-ar RANLIB=x86_64-gentoo-linux-musl-ranlib RPM_OPT_FLAGS=-O2 -pipe -march=native -fno-common -falign-functions=32:25:16 libkudzu.a libkudzu_loader.a 
x86_64-gentoo-linux-musl-gcc -c -O2 -pipe -march=native -fno-common -falign-functions=32:25:16 -Wall -D_GNU_SOURCE -g -I. -DVERSION=\1.2.57.1\ -fPIC -o kudzu.o kudzu.c
kudzu.c:47:10: fatal error: sys/sysctl.h: No such file or directory
   47 | #include <sys/sysctl.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.

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

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

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

  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-1.41.1 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sun Mar 22 00:38:43 UTC 2020
/var/db/repos/musl	Sat Mar 21 19:55:55 UTC 2020

emerge -qpvO sys-libs/libkudzu
[ebuild  N    ] sys-libs/libkudzu-1.2.57.1  USE="zlib"
Comment 1 Toralf Förster gentoo-dev 2020-03-22 12:37:39 UTC
Created attachment 624210 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-22 12:37:42 UTC
Created attachment 624212 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-03-22 12:37:45 UTC
Created attachment 624214 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-03-22 12:37:47 UTC
Created attachment 624216 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-03-22 12:37:50 UTC
Created attachment 624218 [details]
sys-libs:libkudzu-1.2.57.1:20200322-020120.log
Comment 6 Toralf Förster gentoo-dev 2020-03-22 12:37:53 UTC
Created attachment 624220 [details]
temp.tbz2
Comment 7 Esteve Varela Colominas 2020-11-04 11:49:40 UTC
This is a problem with glibc too, now. The most recent stage3 tarball (stage3-amd64-20201101T214503Z) doesn't include sys/sysctl.h either. Was it removed in the recent glibc update?
Comment 8 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-11-04 11:55:32 UTC
(In reply to Esteve Varela Colominas from comment #7)
> This is a problem with glibc too, now. The most recent stage3 tarball
> (stage3-amd64-20201101T214503Z) doesn't include sys/sysctl.h either. Was it
> removed in the recent glibc update?

Yeah: https://wiki.gentoo.org/wiki/Project:Toolchain#glibc-2.32