From Fedora Project Wiki

m (1 revision(s))
Line 2: Line 2:
-->
-->
== FTBFS (Fails To Build From Source) ==
== FTBFS (Fails To Build From Source) ==
In the interest of keeping Fedora as a self-hosted distribution (meaning you can use Fedora version Z to build Fedora version Z from source RPMs), MattDomsch regularly runs a full rebuild of the "rawhide" tree, building rawhide with rawhide.  This catches a number of packages that no longer build, and need developer attention.  The results of each run are presently mailed to each failing package's owner and cc: list (as noted in the package database), and sent to fedora-devel-list.
In the interest of keeping Fedora as a self-hosted distribution (meaning you can use Fedora version Z to build Fedora version Z from source RPMs), [[User:Mdomsch|Matt Domsch]] regularly runs a full rebuild of the "rawhide" tree, building rawhide with rawhide.  This catches a number of packages that no longer build, and need developer attention.  The results of each run are presently mailed to each failing package's owner and cc: list (as noted in the package database), and sent to fedora-devel-list.


In the interest of tracking these failures, new bugs for each failing package will be filed in Bugzilla.  These bugs will all block a blocker bug, alias "FTBFS".  Included in these bugs will be the root.log and build.log from mock for architectures where the failures occurred.  These bugs are filed as NEW because that's all the XMLRPC interface will allow at present.  They should be filed as ASSIGNED, since they are by definition pre-triaged.
In the interest of tracking these failures, new bugs for each failing package will be filed in Bugzilla.  These bugs will all block a blocker bug, alias "FTBFS".  Included in these bugs will be the root.log and build.log from mock for architectures where the failures occurred.  These bugs are filed as NEW because that's all the XMLRPC interface will allow at present.  They should be filed as ASSIGNED, since they are by definition pre-triaged.
Line 29: Line 29:


=== What to do if you get a FTBFS bug? ===
=== What to do if you get a FTBFS bug? ===
1. Read the logs
# Read the logs
1. If the bug is in your package:
# If the bug is in your package:
1. In your package's devel/ branch in CVS, fix the problems uncovered
# In your package's devel/ branch in CVS, fix the problems uncovered
1. Commit the changes and build the package.    The fixed package will land in rawhide, generally the next day.
# Commit the changes and build the package.    The fixed package will land in rawhide, generally the next day.
1. If the build succeeds, close the bug as CLOSED, RAWHIDE, and include the package version number in the comments.
# If the build succeeds, close the bug as CLOSED, RAWHIDE, and include the package version number in the comments.
1. If the bug in in a different package:
# If the bug in in a different package:
1. Find an existing bug for that package describing the problem.  Set your bug to "Depends on" that other bug.  Do not change the component of your bug to the other package, or you will get more FTBFS bugs created against you.
# Find an existing bug for that package describing the problem.  Set your bug to "Depends on" that other bug.  Do not change the component of your bug to the other package, or you will get more FTBFS bugs created against you.
1. When that other bug is closed, you'll get an email from bugilla as usual.  Rebuild your package using a koji scratch build, to verify it builds cleanly again.  Close your bug as CLOSED, RAWHIDE, mentioning this.
# When that other bug is closed, you'll get an email from bugilla as usual.  Rebuild your package using a koji scratch build, to verify it builds cleanly again.  Close your bug as CLOSED, RAWHIDE, mentioning this.
1. If the package should be retired, see [[PackageMaintainers/RetiredPackages| ]]
# If the package should be retired, see [[PackageMaintainers/RetiredPackages| ]]

Revision as of 13:25, 28 May 2008

FTBFS (Fails To Build From Source)

In the interest of keeping Fedora as a self-hosted distribution (meaning you can use Fedora version Z to build Fedora version Z from source RPMs), Matt Domsch regularly runs a full rebuild of the "rawhide" tree, building rawhide with rawhide. This catches a number of packages that no longer build, and need developer attention. The results of each run are presently mailed to each failing package's owner and cc: list (as noted in the package database), and sent to fedora-devel-list.

In the interest of tracking these failures, new bugs for each failing package will be filed in Bugzilla. These bugs will all block a blocker bug, alias "FTBFS". Included in these bugs will be the root.log and build.log from mock for architectures where the failures occurred. These bugs are filed as NEW because that's all the XMLRPC interface will allow at present. They should be filed as ASSIGNED, since they are by definition pre-triaged.

A recursive check will be made that there is not already a bug that's blocking FTBFS for the package in question. If there's not, a new bug will be filed against the package.

Challenges

  • avoiding false positives. It somewhat often happens that a whole class of failures are due to either build system mis-configuration, mirrors being slightly out of sync.
  • bugs in required packages. If glibc is broken on a particular day, it can affect a large number of package builds. It's most appropriate to file a single bug against glibc in this case rather than many bugs against each package that hit the bug. Unfortunately, figuring this out requires human intervention.

1. Being that this is a monthly event, I think that simple sanity checking is really all that's required here - nothing fancy. Rebuild and filing should be two separate phases, so that these issues can be caught.


Process

  • File bugs, once for each package.
  • Block FTBFS
  • FTBFS blocks Target tracker for next release
  • attach root.log and build.log from each architecture that has failed.
  • Fedora version = 'rawhide'
  • Follow up with public shame on bugs >30 days???
  • run monthly

Results

https://bugzilla.redhat.com/showdependencytree.cgi?id=440169

What to do if you get a FTBFS bug?

  1. Read the logs
  2. If the bug is in your package:
  3. In your package's devel/ branch in CVS, fix the problems uncovered
  4. Commit the changes and build the package. The fixed package will land in rawhide, generally the next day.
  5. If the build succeeds, close the bug as CLOSED, RAWHIDE, and include the package version number in the comments.
  6. If the bug in in a different package:
  7. Find an existing bug for that package describing the problem. Set your bug to "Depends on" that other bug. Do not change the component of your bug to the other package, or you will get more FTBFS bugs created against you.
  8. When that other bug is closed, you'll get an email from bugilla as usual. Rebuild your package using a koji scratch build, to verify it builds cleanly again. Close your bug as CLOSED, RAWHIDE, mentioning this.
  9. If the package should be retired, see