Hi Jan, On Sun, Feb 15, 2009 at 01:13:35PM +0100, Jan Nieuwenhuizen wrote: > On zo, 2009-02-15 at 03:00 -0800, Patrick McCarty wrote: > > > In the download stage, everything downloads fine except for guile; > > guile is immediately skipped over after the `*** Stage: download > > (guile, tools)' line is printed. See 1-build.log. Is guile supposed > > to download at this stage? > > No, only after GIT has been built and installed. But, download () > was removed as a stage. This should be fixed in HEAD.
Thanks! It looks like Guile has downloaded, but now I get the following traceback: Traceback (most recent call last): File "bin/gub", line 323, in <module> main () File "bin/gub", line 319, in main logged_build (settings, options, files) File "bin/gub", line 288, in logged_build sys.exit (exceptional_build (settings, options, files, logger)) File "bin/gub", line 267, in exceptional_build build (settings, options, files) File "bin/gub", line 235, in build specs[name].download () File "bin/../gub/build.py", line 147, in download if not self.source.is_downloaded (): File "bin/../gub/repository.py", line 550, in is_downloaded ignore_errors=True) File "bin/../gub/repository.py", line 544, in git_pipe logger=self.logger.harmless) File "bin/../gub/repository.py", line 172, in logged return loggedos_func (self.logger, *args, **kwargs) TypeError: func_with_logging() got multiple values for keyword argument 'logger' I am unsure how to fix this. I am running Python 2.6.1. Thanks, Patrick _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel