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: Jan Nieuwenhuizen
Subject: Re: [Denemo-devel] The lilypond build system adopted to build Denemo for various OS
Date: Wed, 08 Jul 2009 16:29:05 +0200

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
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

Greetings,
Jan.

-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
AvatarĀ®: http://AvatarAcademy.nl    | http://lilypond.org





reply via email to

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