Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Jan 2020 05:29:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243123] Mk/Uses/objc.mk Forces old 7.0 clang version
Message-ID:  <bug-243123-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 243123
           Summary: Mk/Uses/objc.mk Forces old 7.0 clang version
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: acm@FreeBSD.org
          Reporter: ari@ish.com.au
          Assignee: acm@FreeBSD.org
             Flags: maintainer-feedback?(acm@FreeBSD.org)

# uname -a
FreeBSD 12.1-RELEASE FreeBSD 12.1-RELEASE r354233 GENERIC  amd64

When building www/sogo4, the USES=3Dobjc flag appears to be responsible for
bringing llvm70 port into the build dependency tree.

This is a problem because that port takes about 5 hours to build.


It appears that Mk/Uses/objc.mk forces clang to be version 7.0 with this li=
ne

OBJC_CLANG_VERSION=3D70


Can we make it easy to use the system installed clang instead?


# /usr/bin/clang --version
FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM
8.0.1)
Target: x86_64-unknown-freebsd12.1
Thread model: posix
InstalledDir: /usr/bin

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