Date: Wed, 26 May 2021 11:43:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 256167] databases/postgresql13-server: Fix build with clang 12 Message-ID: <bug-256167-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256167 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=3D225276&action= =3Dedit Bump highest LLVM version in ports to 12 During an exp-run for llvm 12 (see bug 255570), it turned out that cad/brlc= ad 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=3Dthinlink -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_20h= 12m16s/logs/errors/postgresql13-server-13.3.log --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256167-7788>