Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 869044 - dev-db/postgresql-14.5:14 - llvmjit.c: error: too few arguments to function LLVMOrcCreateCustomCAPIDefinitionGenerator
Summary: dev-db/postgresql-14.5:14 - llvmjit.c: error: too few arguments to function L...
Status: RESOLVED FIXED
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:
: 869074 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-09-07 07:31 UTC by Toralf Förster
Modified: 2022-09-07 11:16 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.72 KB, text/plain)
2022-09-07 07:31 UTC, Toralf Förster
Details
dev-db:postgresql-14.5:20220907-035254.log.bz2 (dev-db:postgresql-14.5:20220907-035254.log.bz2,12.65 KB, application/x-bzip)
2022-09-07 07:31 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,201.48 KB, text/plain)
2022-09-07 07:31 UTC, Toralf Förster
Details
environment (environment,152.47 KB, text/plain)
2022-09-07 07:31 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,95.42 KB, application/x-bzip)
2022-09-07 07:31 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,24.22 KB, application/x-bzip)
2022-09-07 07:31 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,45.96 KB, application/x-bzip)
2022-09-07 07:31 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-09-07 07:31:28 UTC
      |                                                         ^~~~~~~~~~~~~~~~~~~~~
      |                                                         LLVMOrcCSymbolMapPair
llvmjit.c:1115:57: note: each undeclared identifier is reported only once for each function it appears in
llvmjit.c: In function llvm_create_jit_instance:
llvmjit.c:1233:19: error: too few arguments to function LLVMOrcCreateCustomCAPIDefinitionGenerator
 1233 |         ref_gen = LLVMOrcCreateCustomCAPIDefinitionGenerator(llvm_resolve_symbols, NULL);
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.3.1
 [2] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.62.1 *
The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
  [1]   php8.1 *
GNU Make 4.3

  HEAD of ::gentoo
commit 6dd438fb328dd60e8cd4b558a7778be90f761652
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed Sep 7 03:12:36 2022 +0000

    2022-09-07 03:12:35 UTC

emerge -qpvO dev-db/postgresql
[ebuild  N    ] dev-db/postgresql-14.5  USE="llvm nls pam readline ssl uuid zlib -debug -doc -icu -kerberos -ldap -lz4 -perl -python (-selinux) -server -static-libs -systemd -tcl -threads -xml" PYTHON_SINGLE_TARGET="python3_10 -python3_8 -python3_9 -python3_11"
Comment 1 Toralf Förster gentoo-dev 2022-09-07 07:31:29 UTC
Created attachment 803725 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-07 07:31:30 UTC
Created attachment 803728 [details]
dev-db:postgresql-14.5:20220907-035254.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-07 07:31:32 UTC
Created attachment 803731 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-07 07:31:34 UTC
Created attachment 803734 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-07 07:31:35 UTC
Created attachment 803737 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-07 07:31:36 UTC
Created attachment 803740 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-07 07:31:38 UTC
Created attachment 803743 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-09-07 10:13:15 UTC
The bug has been closed via the following commit(s):

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

commit 5d20e0d35b2757acbe92f8466763dfd3900bd099
Author:     Patrick Lauer <patrick@gentoo.org>
AuthorDate: 2022-09-07 10:12:48 +0000
Commit:     Patrick Lauer <patrick@gentoo.org>
CommitDate: 2022-09-07 10:13:13 +0000

    dev-db/postgresql: Narrow llvm deps
    
    llvm-15 doesn't work yet.
    
    Closes: https://bugs.gentoo.org/869044
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Patrick Lauer <patrick@gentoo.org>

 dev-db/postgresql/postgresql-14.5.ebuild     | 4 ++--
 dev-db/postgresql/postgresql-15_beta3.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 9 Stephan Hartmann (RETIRED) gentoo-dev 2022-09-07 11:16:25 UTC
*** Bug 869074 has been marked as a duplicate of this bug. ***