denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] The lilypond build system adopted to build Denemo for


From: Richard Shann
Subject: Re: [Denemo-devel] The lilypond build system adopted to build Denemo for various OS
Date: Wed, 08 Jul 2009 16:45:22 +0100

On Wed, 2009-07-08 at 16:29 +0200, Jan Nieuwenhuizen wrote:
> On wo, 2009-07-08 at 09:34 +0100, Richard Shann wrote:
> > Trying to do the GUB thing:
> > After
> > 
> > git clone git://github.com/janneke/gub.git
> > and
> > make -f denemo.make bootstrap
> > 
> > it ends up barfing, apparently through not finding openssl/sha.h
> > which indeed appears not to be present, despite synaptic assuring me
> > that the openssl package is installed on my Debian Lenny system. I only
> > find one directory called openssl and that is in /usr/share/doc
> >  below is the output - help appreciated
> 
> You apparently found a bug.  Please try
> 
> diff --git a/gub/specs/git.py b/gub/specs/git.py
diff: unrecognised option `--git'

On my Debian Lenny installation I have
 git diff a/gub/specs/git.py b/gub/specs/git.py
but I do not have a or b
I can find one specs/git.py

address@hidden:~/gub$ ls gub/specs/git.py
gub/specs/git.py

i.e. it is in gub/gub

hmm, of course, did you mean patch the following?

> index 133cdde..3391fb5 100644
> --- a/gub/specs/git.py
> +++ b/gub/specs/git.py
> @@ -72,6 +72,9 @@ class Git__tools (tools.AutoBuild, Git):
>      def configure (self):
>          self.shadow ()
>          self.dump ('prefix=%(system_prefix)s',
> '%(builddir)s/config.mak')
> +    def configure_command (self):
> +        return (tools.AutoBuild.configure_command (self)
> +                + ' --without-openssl')
>      def patch (self):
>          tools.AutoBuild.patch (self)
>          self.file_sub ([('git describe','true')],
> 
> [it seems no-one tried with a partly installed openssl,
> ie, with openssl but without libopenssl-dev
Is that a typo for libssl-dev? I looked for more openssl* packages, but
did not look under lib*ssl*.
Anyway I have installed libssl-dev and it has now gone passed the
building git stage and is downloading texinfo as I write.

Thanks for moving me on,

Richard



> 
> Greetings,
> Jan.
> 





reply via email to

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