Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 736342 - dev-games/irrlicht-1.8.4-r1 : COSOperator.cpp: fatal error: sys/sysctl.h: No such file or directory
Summary: dev-games/irrlicht-1.8.4-r1 : COSOperator.cpp: fatal error: sys/sysctl.h: No ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks: glibc-2.32
  Show dependency tree
 
Reported: 2020-08-08 06:48 UTC by Toralf Förster
Modified: 2020-09-06 05:55 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.79 KB, text/plain)
2020-08-08 06:48 UTC, Toralf Förster
Details
dev-games:irrlicht-1.8.4-r1:20200808-013517.log (dev-games:irrlicht-1.8.4-r1:20200808-013517.log,94.91 KB, text/plain)
2020-08-08 06:48 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,27.65 KB, text/plain)
2020-08-08 06:48 UTC, Toralf Förster
Details
environment (environment,56.18 KB, text/plain)
2020-08-08 06:48 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.75 KB, application/x-bzip)
2020-08-08 06:48 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.72 KB, application/x-bzip)
2020-08-08 06:48 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-08-08 06:48:00 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color  -falign-functions=32:25:16 -Wall -fno-exceptions -fno-rtti -fPIC -I../../include -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1  -c -o CLogger.o CLogger.cpp
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fno-diagnostics-color  -falign-functions=32:25:16 -Wall -fno-exceptions -fno-rtti -fPIC -I../../include -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1  -c -o COSOperator.o COSOperator.cpp
COSOperator.cpp:16:10: fatal error: sys/sysctl.h: No such file or directory
   16 | #include <sys/sysctl.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-libressl-20200807-021814

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
/usr/lib/llvm/10
10.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)
  [3]   python3.8 (fallback)
  [4]   python2.7 (fallback)
Available Rust versions:
  [1]   rust-1.45.2 *
The following VMs are available for generation-2:
*)	IcedTea JDK 3.16.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.8.4

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Aug  8 12:36:30 AM UTC 2020
/var/db/repos/libressl	Fri Aug  7 11:13:58 AM UTC 2020

emerge -qpvO dev-games/irrlicht
[ebuild  N    ] dev-games/irrlicht-1.8.4-r1  USE="-debug -doc -static-libs"
Comment 1 Toralf Förster gentoo-dev 2020-08-08 06:48:04 UTC
Created attachment 653692 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-08-08 06:48:08 UTC
Created attachment 653694 [details]
dev-games:irrlicht-1.8.4-r1:20200808-013517.log
Comment 3 Toralf Förster gentoo-dev 2020-08-08 06:48:12 UTC
Created attachment 653696 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-08-08 06:48:15 UTC
Created attachment 653698 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-08-08 06:48:18 UTC
Created attachment 653700 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-08-08 06:48:21 UTC
Created attachment 653702 [details]
logs.tbz2
Comment 7 William Breathitt Gray 2020-08-16 14:14:01 UTC
Looks like others have just dropped this include line entirely as unneeded: https://gitlab.savoirfairelinux.com/netdsa/buildroot/commit/5f79e692026debce095d986945598ddd26842ad7
Comment 8 Larry the Git Cow gentoo-dev 2020-09-06 05:55:25 UTC
The bug has been closed via the following commit(s):

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

commit d898cc0eff0b92fb6ab034dcfc0a9b50dee2d59d
Author:     William Breathitt Gray <vilhelm.gray@gmail.com>
AuthorDate: 2020-09-05 13:28:29 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-09-06 05:55:17 +0000

    dev-games/irrlicht: Add patch to remove sys/sysctl.h include
    
    Closes: https://bugs.gentoo.org/736342
    Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/17426
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 .../files/irrlicht-1.8.4-remove-sys-sysctl.h.patch | 38 ++++++++++++++++++++++
 dev-games/irrlicht/irrlicht-1.8.4-r1.ebuild        |  1 +
 2 files changed, 39 insertions(+)