Your message dated Sun, 18 Jan 2026 12:13:27 +0000
with message-id <[email protected]>
and subject line Bug#1120286: Removed package(s) from unstable
has caused the Debian Bug report #1123429,
regarding postgresql-17: FTBFS: 
/<<PKGBUILDDIR>>/build/../src/backend/jit/llvm/llvmjit_inline.cpp:241:54: 
error: no matching function for call to 'llvm::GlobalValue::getGUID(char*&)'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1123429: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1123429
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:postgresql-17
Version: 17.6-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:postgresql-17, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration 
[too-long-redacted] /src/backend/jit/llvm/llvmjit.c
g++ -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute 
-Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local 
-Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=c++17 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden 
-I../../../../src/include -I/<<PKGBUILDDIR>>/build/../src/include -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE  -I/usr/include/libxml2  
-D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS 
-DEXPERIMENTAL_KEY_INSTRUCTIONS -D_GNU_SOURCE -I/usr/lib/llvm-21/include   -c 
-o llvmjit_error.o 
/<<PKGBUILDDIR>>/build/../src/backend/jit/llvm/llvmjit_error.cpp
g++ -Wall -Wpointer-arith -Wendif-labels -Wmissing-format-attribute 
-Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local 
-Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -g 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-std=c++17 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden 
-I../../../../src/include -I/<<PKGBUILDDIR>>/build/../src/include -Wdate-time 
-D_FORTIFY_SOURCE=2 -D_GNU_SOURCE  -I/usr/include/libxml2  
-D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS 
-DEXPERIMENTAL_KEY_INSTRUCTIONS -D_GNU_SOURCE -I/usr/lib/llvm-21/include   -c 
-o llvmjit_inline.o 
/<<PKGBUILDDIR>>/build/../src/backend/jit/llvm/llvmjit_inline.cpp
/<<PKGBUILDDIR>>/build/../src/backend/jit/llvm/llvmjit_inline.cpp: In function 
‘std::unique_ptr<llvm::StringMap<llvm::StringSet<> > > 
llvm_build_inline_plan(LLVMContextRef, llvm::Module*)’:
/<<PKGBUILDDIR>>/build/../src/backend/jit/llvm/llvmjit_inline.cpp:241:54: 
error: no matching function for call to ‘llvm::GlobalValue::getGUID(char*&)’
  241 |                 funcGUID = llvm::GlobalValue::getGUID(cfuncname);
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
/<<PKGBUILDDIR>>/build/../src/backend/jit/llvm/llvmjit_inline.cpp:241:54: note: 
there is 1 candidate
In file included from /usr/lib/llvm-21/include/llvm/IR/GlobalObject.h:18,
                 from /usr/lib/llvm-21/include/llvm/IR/Function.h:30,
                 from /usr/lib/llvm-21/include/llvm/IR/InstrTypes.h:28,
                 from /usr/lib/llvm-21/include/llvm/IR/ConstantRange.h:35,
                 from /usr/lib/llvm-21/include/llvm/IR/ModuleSummaryIndex.h:27,
                 from 
/usr/lib/llvm-21/include/llvm/Analysis/ModuleSummaryAnalysis.h:16,
                 from 
/<<PKGBUILDDIR>>/build/../src/backend/jit/llvm/llvmjit_inline.cpp:51:
/usr/lib/llvm-21/include/llvm/IR/GlobalValue.h:600:8: note: candidate 1: 
‘llvm::GlobalValue::GUID llvm::GlobalValue::getGUID() const’
  600 |   GUID getGUID() const {
      |        ^~~~~~~
/usr/lib/llvm-21/include/llvm/IR/GlobalValue.h:600:8: note: candidate expects 0 
arguments, 1 provided
make[1]: *** [<builtin>: llvmjit_inline.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>/build/src/backend/jit/llvm'
make: *** [Makefile:42: all-backend/jit/llvm-recurse] Error 2
make: Leaving directory '/<<PKGBUILDDIR>>/build/src'
make[1]: *** [/usr/share/postgresql-common/server/postgresql.mk:187: 
override_dh_auto_build-arch] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [/usr/share/postgresql-common/server/postgresql.mk:173: binary] Error 
2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Version: 17.7-0+deb13u1+rm

Dear submitter,

as the package postgresql-17 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1120286

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to