bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with make website


From: Phil Holmes
Subject: Re: Problem with make website
Date: Mon, 13 Mar 2017 16:16:17 -0000

"Federico Bruni" <address@hidden> wrote in message news:address@hidden


Il giorno lun 13 mar 2017 alle 16:32, Phil Holmes <address@hidden> ha scritto:
"Federico Bruni" <address@hidden> wrote in message news:address@hidden


Il giorno lun 13 mar 2017 alle 14:52, Phil Holmes <address@hidden> ha scritto:
I've sent this to -devel a few hours ago, but it's not appeared there - I frequently get problems getting mail started there.

It's not something we test with patchy, so not impossible - make website is
now failing so the new release is not showing on the home page.

make: *** No rule to make target
'/home/graham/lilypond/lilypond-git//Documentation/web/news-front.itexi',
needed by 'out-website/web.xref-map'. Stop.

Not sure I understand this - I think news-front has been deleted? Perhaps a
remnant pointer to it in another file?




I could reproduce your issue. Then I deleted the out-website dir and re-run 'make website'.
And the build completed successfully.

Thanks for your help.

I renamed out-website and then ran this command:

make -f website.make WEBSITE_ONLY_BUILD=1 website

After a period of processing, I got this error:

BSTINPUTS=/home/graham/lilypond/lilypond-git//Documentation/web \
python /home/graham/lilypond/trusted-scripts/bib2texi.py -s web \
-s /home/graham/lilypond/lilypond-git//Documentation/lily-bib \
-o out-website/others-did.itexi \
-q \
/home/graham/lilypond/lilypond-git//Documentation/web/others-did.bib
sh: bibtex: command not found
Bibtex exited with nonzero exit status!website.make:225: recipe for target 'out-website/others-did.itexi' failed
make: *** [out-website/others-did.itexi] Error 1

I'm now assuming there's something on the server that's needed but not there but a full build has only been done so long ago that it's not been needed for a long time. Does that sound possible? Further suggestions?



What you get from:

which bibtex

No output at all.


In Debian testing I see that bibtex is a symlink which ultimately ends up in bibtex.original:

# ls -l /usr/bin/bibtex
lrwxrwxrwx 1 root root 24 feb 28 17:40 /usr/bin/bibtex -> /etc/alternatives/bibtex
# ls -l /etc/alternatives/bibtex
lrwxrwxrwx 1 root root 24 feb 28 17:40 /etc/alternatives/bibtex -> /usr/bin/bibtex.original
# ls -l /usr/bin/bibtex.original
-rwxr-xr-x 1 root root 128704 gen 11 14:45 /usr/bin/bibtex.original

The package you need is:
# dpkg -S /usr/bin/bibtex.original
texlive-binaries: /usr/bin/bibtex.original

but I would wait for Graham's comments...

+1

--
Phil Holmes





reply via email to

[Prev in Thread] Current Thread [Next in Thread]