Differences between revisions 6 and 7
Revision 6 as of 2013-11-23 10:54:17
Size: 886
Editor: ?Sylvestre Ledru
Comment: About the result
Revision 7 as of 2014-03-11 17:04:02
Size: 951
Editor: ?vasudevkamath
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
 * …  * Vasudev Kamath (kamathvasudev@gmail.com) [when time permits]
 * ...

debian/rules honors CC and CXX

Goal description

This goal aims to make sure that any package in the archive could be rebuild with the command CC=foo CXX=bar dpkg-buildpackage

This might be an important step for an other release goal Clang as secondary compiler.

Current status

In some packages, there is an assumption that the compiler is always gcc/g++. This blocks any initiative to rebuild the archive with an other compiler or with some analyzer tools.

A study of the percentage of failure is on-going.

How to help

  • file bugs
  • fix them

Advocates

Volunteers