bzr-packagers team mailing list archive
-
bzr-packagers team
-
Mailing list archive
-
Message #00110
Re: [ANN] bzr-2.5b5 has been frozen !
tis 2012-01-17 klockan 11:15 +1100 skrev Martin Pool:
> On 17 January 2012 03:59, Vincent Ladeuil <vila+bzr@xxxxxxxxxxxxx> wrote:
> > This is our last beta for the 2.5 series: 2.5b5 has been frozen and tagged.
>
> Thanks, Vincent.
Hmm.. faled to build on Fedora 17 with
# Create output directory (only needed for sphinx < 0.5)
[ -d _build ] || mkdir _build
[ -d "_build/html" ] || mkdir "_build/html"
# Workaround for a bug in sphinx < 0.5 where it tries to delete
# nonexistent static dirs and does not catch the exception. This was
# fixed in svn+ssh://pythondev@xxxxxxxxxxxxxx/doctools/branches/0.4.x
# at r65551 and merged as 280b62246342 in hg branch released as 0.5.
[ -d "_build/html/_static" ] || mkdir "_build/html/_static"
for fn in _static/*; do [ ! -d "$fn" ] && continue; [ -d "_build/html/$fn" ] || mkdir "_build/html/$fn"; done
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v1.1.2
Extension error:
Builder 'texinfo' is a builtin builder
Full build log at:
http://koji.fedoraproject.org/koji/getfile?taskID=3710038&name=build.log
not sure if it's a bzr problem or a Sphinx problem.
Regards
Henrik
Follow ups
References