Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875437 - sci-libs/pgplot-5.2.2-r7 - ./.../pgdisp.c: error: call to undeclared function initlock; ISO C99
Summary: sci-libs/pgplot-5.2.2-r7 - ./.../pgdisp.c: error: call to undeclared function...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-05 18:11 UTC by Toralf Förster
Modified: 2022-10-05 18:11 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.51 KB, text/plain)
2022-10-05 18:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,80.95 KB, text/plain)
2022-10-05 18:11 UTC, Toralf Förster
Details
environment (environment,110.18 KB, text/plain)
2022-10-05 18:11 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,25.01 KB, application/x-bzip)
2022-10-05 18:11 UTC, Toralf Förster
Details
sci-libs:pgplot-5.2.2-r7:20221005-134024.log (sci-libs:pgplot-5.2.2-r7:20221005-134024.log,71.79 KB, text/plain)
2022-10-05 18:11 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,32.76 KB, application/x-bzip)
2022-10-05 18:11 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 18:11:39 UTC
      prototype is deprecated in all versions of C and is not supported in C2x
      [-Wdeprecated-non-prototype]
        parsedisp(&argc, argv);
                 ^
./pgdispd/pgdisp.c:78:6: error: call to undeclared function 'initlock'; 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_desktop_plasma_systemd-j4-20221005-010004

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

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 Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JRE 17.0.4.1_p1 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php7.4
  [2]   php8.0 *
  [3]   php8.1
GNU Make 4.3

  HEAD of ::gentoo
commit e266336155684413e28b2f403b57e2779f910d9c
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Oct 5 13:33:17 2022 +0000

    2022-10-05 13:33:17 UTC

emerge -qpvO sci-libs/pgplot
[ebuild  N    ] sci-libs/pgplot-5.2.2-r7  USE="-doc -motif -static-libs -tk"
Comment 1 Toralf Förster gentoo-dev 2022-10-05 18:11:40 UTC
Created attachment 821089 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-05 18:11:42 UTC
Created attachment 821092 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2022-10-05 18:11:43 UTC
Created attachment 821095 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2022-10-05 18:11:44 UTC
Created attachment 821098 [details]
etc.portage.tar.bz2
Comment 5 Toralf Förster gentoo-dev 2022-10-05 18:11:46 UTC
Created attachment 821101 [details]
sci-libs:pgplot-5.2.2-r7:20221005-134024.log
Comment 6 Toralf Förster gentoo-dev 2022-10-05 18:11:47 UTC
Created attachment 821104 [details]
temp.tar.bz2