ATF-log archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: #61: 0.10 fails to build with clang



#61: 0.10 fails to build with clang
---------------------------------------------------+------------------------
  Reporter:  Garrett Cooper <gcooper@...>          |       Owner:  jmmv  
      Type:  defect                                |      Status:  closed
  Priority:  major                                 |   Milestone:        
 Component:  BUILD                                 |     Version:  HEAD  
Resolution:  fixed                                 |    Keywords:        
---------------------------------------------------+------------------------
Changes (by jmmv):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Fixed in bff82f0ca8b20b4195e85ed41f407aa913ce557d.

 I've not used your patch because I do not want to cut down on the number
 of warnings.  The real problem was that the detection of flags was broken:
 -Werror was tested separately from everything else.  clang raises warnings
 for unknown flags but, when combined later during the build with -Werror,
 it raises errors instead.

 The above revision fixes it (tested by myself).  It also fixes other tests
 in configure (such as the detection of chflags)!

 Thanks.

-- 
Ticket URL: <http://www.julipedia.org/projects/atf/trac/ticket/61#comment:1>
Automated Testing Framework <http://www.NetBSD.org/~jmmv/atf/>
Automated Testing Framework


Home | Main Index | Thread Index | Old Index