Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Nov 2020 01:39:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 250824] databases/postgresql13-server: incorrect checking of llvm versions
Message-ID:  <bug-250824-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250824

            Bug ID: 250824
           Summary: databases/postgresql13-server: incorrect checking of
                    llvm versions
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: pgsql@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
          Assignee: pgsql@FreeBSD.org
             Flags: maintainer-feedback?(pgsql@FreeBSD.org)

The conditions to check LLVM version, e.g.

.if ${COMPILER_VERSION} > ${LLVM_DEFAULT}

and

.  if ${COMPILER_VERSION} <=3D 11

are not correct, because llvm version is not monotonic (60, 70, 80, 90, 10,=
 11)

Imo we should rename e.g. llvm10 to llvm100 to fix this properly and not
overcomplicate logic here and in other places.

--=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-250824-7788>