Bug 782607 - bzr build fails with sphinx error "Builder 'texinfo' is a builtin builder"
Summary: bzr build fails with sphinx error "Builder 'texinfo' is a builtin builder"
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-sphinx
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michel Lind
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 736996
TreeView+ depends on / blocked
 
Reported: 2012-01-17 22:04 UTC by Henrik Nordström
Modified: 2012-02-05 04:42 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-05 04:42:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Henrik Nordström 2012-01-17 22:04:50 UTC
Description of problem:

sphinx errors with

Extension error:
Builder 'texinfo' is a builtin builder

Version-Release number of selected component (if applicable):
python-sphinx-1.1.2-3.fc17.noarch

How reproducible:
always in rawhide. f16 works.

Steps to Reproduce:
1. try to build bzr package in rawhide
2. koji build f17-candidate 'git://pkgs.fedoraproject.org/bzr?#f79ddaab0d64e62a478c34849aac5e5bd4585262'
3.
  
Actual results:

fails when running sphinx

Expected results:

success

Additional info:

bzr build logs at
http://koji.fedoraproject.org/koji/getfile?taskID=3647799&name=build.log
http://koji.fedoraproject.org/koji/getfile?taskID=3710038&name=build.log

the first is from the F17 mass rebuild where same package built fine in F16 earlier.

http://kojipkgs.fedoraproject.org/packages/bzr/2.4.2/1.fc16/data/logs/x86_64/build.log

Comment 1 Michel Lind 2012-02-05 03:24:18 UTC
Looks like bzr's documentation is incompatible with Sphinx 1.1.x. Investigating.

Comment 2 Michel Lind 2012-02-05 04:42:40 UTC
OK, so the problem is that bzr provides its own texinfo extension module, but Sphinx 1.1.x now ships an (experimental, according to the FAQ) texinfo builder.

The easy solution is to just rename what the bzr-provided extension calls itself; I've built a fixed version in Git. Please report to upstream and forward them the patch.


Note You need to log in before you can comment on or make changes to this bug.