Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 928855 - dev-lang/python-3.11.9 - Python/ceval_gil.h: warning: a function declaration without a prototype
Summary: dev-lang/python-3.11.9 - Python/ceval_gil.h: warning: a function declaration ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-04-06 21:53 UTC by Toralf Förster
Modified: 2024-04-06 21:53 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,20.38 KB, text/plain)
2024-04-06 21:53 UTC, Toralf Förster
Details
dev-lang:python-3.11.9:20240406-211536.log (dev-lang:python-3.11.9:20240406-211536.log,120.20 KB, text/plain)
2024-04-06 21:53 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,20.02 KB, text/plain)
2024-04-06 21:53 UTC, Toralf Förster
Details
environment (environment,161.84 KB, text/plain)
2024-04-06 21:53 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.17 KB, application/x-xz)
2024-04-06 21:53 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,30.08 KB, application/x-xz)
2024-04-06 21:53 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,30.55 KB, application/x-xz)
2024-04-06 21:53 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,57.58 KB, text/plain)
2024-04-06 21:53 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,64.83 KB, application/x-xz)
2024-04-06 21:53 UTC, Toralf Förster
Details
var.tmp.clang.tar.xz (var.tmp.clang.tar.xz,3.31 KB, application/x-xz)
2024-04-06 21:53 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 2024-04-06 21:53:47 UTC
too long lines were shrinked:

clang -c -Wsign-compare -Wunreachable-code -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG     -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -fwrapv -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror
clang -c -Wsign-compare -Wunreachable-code -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG     -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -fwrapv -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror
clang -c -Wsign-compare -Wunreachable-code -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG     -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -fwrapv -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror
clang -c -Wsign-compare -Wunreachable-code -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG     -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -fwrapv -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror
clang -c -Wsign-compare -Wunreachable-code -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG     -O2 -pipe -march=native -fno-diagnostics-color -Werror=implicit-function-declaration -Werror=implicit-int -fwrapv -std=c11 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror
In file included from Python/ceval.c:325:
Python/ceval_gil.h:321:40: warning: a function declaration without a prototype
      is deprecated in all versions of C [-Wstrict-prototypes]
  321 | unsigned long _PyEval_GetSwitchInterval()

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_llvm-20240406-094023

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 18.1.3+libcxx
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.3+libcxx
Python 3.11.8
Available Rust versions:
  [1]   rust-bin-1.77.1 *
php cli (if any):

  HEAD of ::gentoo
commit 6fa3b8288b66036d1efe728768b57420f5c60520
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Apr 6 19:04:12 2024 +0000

    2024-04-06 19:04:12 UTC

emerge -qpvO dev-lang/python
[ebuild   R   ] dev-lang/python-3.12.2_p1  USE="bluetooth* examples* gdbm ncurses pgo* readline sqlite ssl valgrind* -build -debug -ensurepip* -libedit -test -tk -verify-sig"
Comment 1 Toralf Förster gentoo-dev 2024-04-06 21:53:48 UTC
Created attachment 889649 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-04-06 21:53:49 UTC
Created attachment 889650 [details]
dev-lang:python-3.11.9:20240406-211536.log
Comment 3 Toralf Förster gentoo-dev 2024-04-06 21:53:50 UTC
Created attachment 889651 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2024-04-06 21:53:51 UTC
Created attachment 889652 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2024-04-06 21:53:52 UTC
Created attachment 889653 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-04-06 21:53:53 UTC
Created attachment 889654 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2024-04-06 21:53:54 UTC
Created attachment 889655 [details]
logs.tar.xz
Comment 8 Toralf Förster gentoo-dev 2024-04-06 21:53:55 UTC
Created attachment 889656 [details]
qlist-info.txt
Comment 9 Toralf Förster gentoo-dev 2024-04-06 21:53:57 UTC
Created attachment 889657 [details]
temp.tar.xz
Comment 10 Toralf Förster gentoo-dev 2024-04-06 21:53:57 UTC
Created attachment 889658 [details]
var.tmp.clang.tar.xz