I'm using gub for the first time, just to find which packages might
need to be added to LilyDev.
So far I found only gcc-multilib, needed to compile some 386 packages
when running 'make bootstrap'.
I want to report two problems:
1. Ghostscript download page has changed:
http://downloads.ghostscript.com/public/
This is the change to be made on gub on github:
$ git diff
diff --git a/gub/specs/ghostscript.py b/gub/specs/ghostscript.py
index 5f4d166..2f9ee9a 100644
--- a/gub/specs/ghostscript.py
+++ b/gub/specs/ghostscript.py
@@ -23,7 +23,7 @@ models.'''
exe = ''
revision = 'b35333cf3579e85725bd7d8d39eacc9640515eb8'
#source =
'git://git.infradead.org/ghostscript.git?branch=refs/remotes/git-svn&revision='
+ revision
- source =
'http://downloads.ghostscript.com/public/ghostscript-9.15.tar.gz'
+ source =
'http://downloads.ghostscript.com/public/old-gs-releases/ghostscript-9.15.tar.gz'
patches = [
'ghostscript-9.15-make.patch',
'ghostscript-9.15-cygwin.patch',
2. The path in this paragraph is misleading:
"""
Copy the tarball into ‘gub/regtests/’, and tell the build system
that you have done this:
touch regtests/ignore
"""
It should say "Copy the tarball into 'regtests/', and...'
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond