Bug 159117 - [exp-run] Clang exp-run request.
Summary: [exp-run] Clang exp-run request.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 17:00 UTC by Koop Mast
Modified: 2013-02-20 05:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Koop Mast freebsd_committer freebsd_triage 2011-07-22 17:00:27 UTC
	Request for a Clang exp-run.
	Src atleast of revision 224145 and in ports security/libgcrypt should have 
        the patch-cipher-rijndael.c file. Which shouldn't be such a problem I think.

	I think you know the drill but for completeness sake: CC=clang CXX=clang++ and
	for extra profit and mayhem remove gcc cc c89 c99 c++ c++filt and g++ from /usr/bin.
Comment 1 Koop Mast freebsd_committer freebsd_triage 2011-07-22 17:05:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

assign to portmgr
Comment 2 Florent Thoumie freebsd_committer freebsd_triage 2011-07-23 12:38:15 UTC
I'll deal with it.

-- 
Florent Thoumie
flz@FreeBSD.org
FreeBSD Committer
Comment 3 b. f. 2011-07-24 00:41:47 UTC
>I think you know the drill but for completeness sake: CC=clang CXX=clang++ and
>for extra profit and mayhem remove gcc cc c89 c99 c++ c++filt and g++ from /usr/bin.

Please do not forget to account for the preprocessor:  CPP="clang -E",
etc.  We pass it in the environment to many ports, so it is not always
derived from CC.

b.
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2011-11-29 10:09:37 UTC
State Changed
From-To: open->analyzed

I have now set up pointyhat-west to be able to easily run amd64-9-exp-clang 
on demand.  Note that this is with clang as the default, but _not_ yet 
with gcc removed from the base.  (Let's work on "clang as default" first.) 

The results from the latest run: 

http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp-clang.20111126065358.pointyhat-west/index-reason.html 

22884 in INDEX, 15020 logs, 14115 packages, 837 errors, 961 in 'duds' 
(e.g. a priori IGNORE).  The rest are ones blocked by the ones in errors 
and duds. 

See http://wiki.freebsd.org/PortsAndClang for the latest comments. 


Comment 5 Mark Linimon freebsd_committer freebsd_triage 2011-11-29 10:09:37 UTC
Responsible Changed
From-To: portmgr->linimon
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2013-02-20 05:19:37 UTC
State Changed
From-To: analyzed->closed

This has become obsoleted by subsequent events.