Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 874966 - dev-db/pgpool2-4.3.2 - pgpool-regclass.c: error: call to undeclared function SplitIdentifierString; ISO C99 and later do not suppo
Summary: dev-db/pgpool2-4.3.2 - pgpool-regclass.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: PgSQL Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-04 16:28 UTC by Toralf Förster
Modified: 2022-10-04 16:28 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.50 KB, text/plain)
2022-10-04 16:28 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,4.44 KB, application/x-bzip)
2022-10-04 16:28 UTC, Toralf Förster
Details
dev-db:pgpool2-4.3.2:20221004-110031.log.bz2 (dev-db:pgpool2-4.3.2:20221004-110031.log.bz2,11.34 KB, application/x-bzip)
2022-10-04 16:28 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,140.34 KB, text/plain)
2022-10-04 16:28 UTC, Toralf Förster
Details
environment (environment,85.60 KB, text/plain)
2022-10-04 16:28 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,13.33 KB, application/x-bzip)
2022-10-04 16:28 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,16.62 KB, application/x-bzip)
2022-10-04 16:28 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,39.91 KB, application/x-bzip)
2022-10-04 16:28 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-04 16:28:49 UTC
too long lines were shrinked:

sed 's,MODULE_PATHNAME,$libdir/pgpool-recovery,g' pgpool-recovery.sql.in >pgpool-recovery.sql
sed 's,MODULE_PATHNAME,$libdir/pgpool-regclass,g' pgpool-regclass.sql.in >pgpool-regclass.sql
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -pipe -march=native -fno-diagnostics-color -O2 -Wer
clang -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -Wno-compound-token-split-by-macro -pipe -march=native -fno-diagnostics-color -O2 -Wer
pgpool-regclass.c:123:7: error: call to undeclared function 'SplitIdentifierString'; ISO C99 and later do not support implicit function declarations [-Werror,-Wimplicit-function-declaration]
        if (!SplitIdentifierString(rawname, '.', &namelist))
             ^

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.1
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 JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit 33708215c8448ad013f81ab41acb167b075553fc
Merge: 102d52e012d6 a5e56ad57c2d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Oct 4 10:32:41 2022 +0000

    Merge updates from master

emerge -qpvO dev-db/pgpool2
[ebuild  N    ] dev-db/pgpool2-4.3.2  USE="pam ssl -doc -memcached -static-libs" POSTGRES_TARGETS="postgres12 postgres13 -postgres10 -postgres11 -postgres14"
Comment 1 Toralf Förster gentoo-dev 2022-10-04 16:28:50 UTC
Created attachment 818995 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-04 16:28:50 UTC
Created attachment 818998 [details]
clang.tar.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-04 16:28:51 UTC
Created attachment 819001 [details]
dev-db:pgpool2-4.3.2:20221004-110031.log.bz2
Comment 4 Toralf Förster gentoo-dev 2022-10-04 16:28:53 UTC
Created attachment 819004 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-10-04 16:28:54 UTC
Created attachment 819007 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-10-04 16:28:55 UTC
Created attachment 819010 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-04 16:28:56 UTC
Created attachment 819013 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-10-04 16:28:57 UTC
Created attachment 819016 [details]
temp.tar.bz2