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: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: PgSQL Bugs
URL:
Whiteboard: fixed in 4.3.8
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-04 16:28 UTC by Toralf Förster
Modified: 2024-10-28 13:51 UTC (History)
1 user (show)

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
Comment 9 NHO 2024-05-09 15:58:50 UTC
Fixed in https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;h=0c20a9467cdec8b671a8e5894a81d51d76159905 and included in 4.3.5

Drop 4.3.2? We have other, newer versions of pgpool-4.3 with bug fixed and we have 4.4
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-05-09 23:39:14 UTC
(In reply to jy6x2b32pie9 from comment #9)
> Fixed in
> https://git.postgresql.org/gitweb/?p=pgpool2.git;a=commit;
> h=0c20a9467cdec8b671a8e5894a81d51d76159905 and included in 4.3.5
> 
> Drop 4.3.2? We have other, newer versions of pgpool-4.3 with bug fixed and
> we have 4.4

Thanks, let's do that...
Comment 11 Larry the Git Cow gentoo-dev 2024-05-09 23:48:42 UTC
The bug has been closed via the following commit(s):

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

commit b471215f10112b96fb9caf128fb16c1375ec6266
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-05-09 23:39:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-09 23:39:46 +0000

    dev-db/pgpool2: drop 4.3.2, 4.3.7
    
    Closes: https://bugs.gentoo.org/874966
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-db/pgpool2/Manifest             |  2 -
 dev-db/pgpool2/pgpool2-4.3.2.ebuild | 91 -------------------------------------
 dev-db/pgpool2/pgpool2-4.3.7.ebuild | 91 -------------------------------------
 3 files changed, 184 deletions(-)