From Fedora Project Wiki

m (page name link change)
(page moved to antora)
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
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.
{{admon/important|This page is removed| FESCo docs have moved to [https://docs.fedoraproject.org/en-US/fesco/ docs.fp.o] with source hosted in a [https://pagure.io/fesco/fesco-docs pagure repo]. This page is now at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/.}}
 
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, one per OS version, such as alias "F10FTBFS".  Included in these bugs will be the root.log, build.log, and mock.log from mock for architectures where the failures occurred.  These bugs are automatically tagged with keyword 'Triaged', per the [[BugZappers/BugStatusWorkFlow|BugZappers workflow]].
 
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 misconfiguration, or 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.
 
# 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, and mock.log from each architecture that has failed.
* Fedora version = 'rawhide'
* Run monthly
 
== Results ==
* [https://bugzilla.redhat.com/showdependencytree.cgi?id=440169&hide_resolved=1 F9FTBFS]
* [https://bugzilla.redhat.com/showdependencytree.cgi?id=463452&hide_resolved=1 F10FTBFS]
* F11 was handled by Release Engineering, no FTBFS bugs were filed.  http://jkeating.fedorapeople.org/needed-f11-rebuilds.html
* [https://bugzilla.redhat.com/showdependencytree.cgi?id=511348&hide_resolved=1 F12FTBFS]
* [https://bugzilla.redhat.com/showdependencytree.cgi?id=538681&hide_resolved=1 F13FTBFS]
** [https://bugzilla.redhat.com/showdependencytree.cgi?id=564245&hide_resolved=1 F13FTBFS due to] [[Features/ChangeInImplicitDSOLinking]]
* [https://bugzilla.redhat.com/show_bug.cgi?id=596849 F14FTBFS]
* [https://bugzilla.redhat.com/show_bug.cgi?id=659965 F15FTBFS]
* [https://bugzilla.redhat.com/show_bug.cgi?id=713919 F16FTBFS]
 
== What to do if you get a FTBFS bug? ==
*  Read the logs.
* If the bug is in your package:
#  In your package's devel/ branch in CVS, fix the problems uncovered.
#  Commit the changes and build the package.    The fixed package will land in rawhide, generally the next day.
#  If the build succeeds, close the bug as CLOSED: RAWHIDE, and include the package version number in the comments.
* If the bug is in a different package:
# 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.
# When that other bug is closed, you'll get an email from bugzilla as usual.  Rebuild your package using a koji scratch build, to verify it builds cleanly again.  Close your bug as CLOSED, RAWHIDE, mentioning this.
*  If the package should be retired, see [[Retired packages]]
 
In all cases, if you close an FTBFS bug as a duplicate of another bug, please make the other bug to block 'FTBFS' (bug number 440169).  In this way the bug left open will appear in the FTBFS reports properly.
 
== Package Removal for Long-standing FTBFS bugs ==
 
Packages with unresolved FTBFS bugs at Feature Freeze for the N+2 release will be removed from the distribution.  Package owners may request that their package _not_ be removed provided they are actively working on resolving the FTBFS and have a plan to resolve the FTBFS before the N+2 Alpha release.  See [[Deprecate FTBFS packages]] for more details.

Latest revision as of 07:34, 12 April 2019

Important.png
This page is removed
FESCo docs have moved to docs.fp.o with source hosted in a pagure repo. This page is now at https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/.