[Bug 256167] databases/postgresql13-server: Fix build with clang 12

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 26 May 2021 11:43:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256167

            Bug ID: 256167
           Summary: databases/postgresql13-server: Fix build with clang 12
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pgsql@FreeBSD.org
          Reporter: dim@FreeBSD.org
             Flags: maintainer-feedback?(pgsql@FreeBSD.org)
          Assignee: pgsql@FreeBSD.org

Created attachment 225276
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225276&action=edit
Bump highest LLVM version in ports to 12

During an exp-run for llvm 12 (see bug 255570), it turned out that cad/brlcad
does not build with clang 12.0.0 [1], at least not on i386:

...
cd
'/wrkdirs/usr/ports/databases/postgresql13-server/work/stage/usr/local/lib/postgresql/bitcode'
&& /usr/local/llvm11/bin/llvm-lto -thinlto -thinlto-action=thinlink -o
postgres.index.bc postgres/access/brin/brin.bc
postgres/access/brin/brin_inclusion.bc postgres/access/brin/brin_minmax.bc
postgres/access/brin/brin_pageops.bc [...lots more bc files...]
LLVM ERROR: ThinLTO cannot create input file: Unknown attribute kind (97)
(Producer: 'LLVM12.0.0' Reader: 'LLVM 11.0.1')
PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash
backtrace.

Obviously this is a mixup between .bc files compiled with clang 12, and the
/usr/local/llvm11/bin/llvm-lto which is 11.0.1.

It seems that the "Highest LLVM version in ports" mentioned in
databases/postgresql13-server/Makefile is still at 11, so can we bump that to
12? Then this problem should go away.

[1]
http://gohan04.nyi.freebsd.org/data/maini386PR255570-default/2021-05-23_20h12m16s/logs/errors/postgresql13-server-13.3.log

-- 
You are receiving this mail because:
You are the assignee for the bug.