Re: Make website fails

2020-04-28 Thread Jonas Hahnfeld
Am Dienstag, den 28.04.2020, 15:23 +0100 schrieb Phil Holmes: > On my machine make website returns: > > Traceback (most recent call last): > File "/media/IntelSSD/lilypond/lilypond-git/scripts/build/website_post.py", > line 179, in > lines = open(file).readlines() > File "/usr/lib/python3.5/enco

Make website fails

2020-04-28 Thread Phil Holmes
On my machine make website returns: Traceback (most recent call last): File "/media/IntelSSD/lilypond/lilypond-git/scripts/build/website_post.py", line 179, in lines = open(file).readlines() File "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self

Re: make website fails first time on multithreaded build

2017-03-26 Thread Francisco Vila
2017-03-26 21:08 GMT+02:00 Francisco Vila : > Hello, I am having problems trying to build the website as if it were > the first time; subsequent tries do work and the build finishes > successfully. > > However, the options CPU_COUNT=1 and -j1 work well even at first time. > The error seems to be he

make website fails first time on multithreaded build

2017-03-26 Thread Francisco Vila
Hello, I am having problems trying to build the website as if it were the first time; subsequent tries do work and the build finishes successfully. However, the options CPU_COUNT=1 and -j1 work well even at first time. The error seems to be here: /usr/bin/python -tt /home/fravd/source/lilypond/sc

Re: Staging not merging with master - make website fails

2016-09-24 Thread Paul
On 09/24/2016 12:55 PM, Phil Holmes wrote: And by the wonder that is the website build, you'll see that lilypond.org is already showing the new front page. Indeed! Very nice. One problem... the news page is redirecting to the home page because the htaccess file here: Documentation/web/s

Re: Staging not merging with master - make website fails

2016-09-24 Thread Phil Holmes
- Original Message - From: "Paul" To: "Phil Holmes" ; Sent: Saturday, September 24, 2016 3:23 PM Subject: Re: Staging not merging with master - make website fails On 09/24/2016 09:56 AM, Phil Holmes wrote: I think you will definitely have to back out the cur

Re: Staging not merging with master - make website fails

2016-09-24 Thread Paul
On 09/24/2016 09:56 AM, Phil Holmes wrote: I think you will definitely have to back out the current commit, add the images and repush to staging. My notes on how to do this: Thanks Phil! That worked. My new patch is now pushed to staging with the images added (commit message is the same as

Re: Staging not merging with master - make website fails

2016-09-24 Thread Phil Holmes
, the second reestablishes it. Then push your new patch. -- Phil Holmes - Original Message - From: "Paul" To: Sent: Saturday, September 24, 2016 2:02 PM Subject: Re: Staging not merging with master - make website fails H

Re: Staging not merging with master - make website fails

2016-09-24 Thread Paul
Hello James, Thanks for your message. I was wondering what had gone wrong... What's the best way to fix things from here? Should I back out my commit on staging and redo the push with a new patch with images included? I'm not sure how to back out a commit on a remote branch... Locally I wo

Staging not merging with master - make website fails

2016-09-24 Thread James Lowe
Hello, commit29941d96aa9942cfe914440b90b49ff7e015742e >From Paul is missing its image files - they have been uploaded into LilyPond Extra but need to be included in this commit in staging. Regards -- -- James ___ lilypond-devel mailing list li

Re: make website fails on platforms where python3 is the default. (issue 12769043)

2013-08-18 Thread Graham Percival
On Sat, Aug 17, 2013 at 12:33:39PM +, julien.ri...@gmail.com wrote: > I did not touch that part specifically because I do not want to break > anything with the current machine that runs this build. Is there a > python2 on the host machine where this command would normally be run? > AFAIK the py

Re: make website fails on platforms where python3 is the default. (issue 12769043)

2013-08-17 Thread julien . rioux
e run? AFAIK the python2 alias is only installed if python3 is also installed on the system, which might or might not be the case. Cheers, Julien Description: make website fails on platforms where python3 is the default. Use the python found by ./configure to build the website. Please review

Re: make website fails on platforms where python3 is the default. (issue 12769043)

2013-08-15 Thread graham
When building with WEBSITE_ONLY_BUILD, $(PYTHON) will default to python (as defined at the top of the file). We do that because we don't run ./configure on the web server. I _think_ this will be safe enough, but it might be nice to change the upper definition to $(PYTHON) = python2 https://cod

make website fails on platforms where python3 is the default. (issue 12769043)

2013-08-14 Thread janek . lilypond
LGTM https://codereview.appspot.com/12769043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel