No worries on my part.

> it seems to install software in versioned directories.

Exactly, under /usr/local… and without messing with the system installed 
binaries or libraries. Some things, like openssl libraries, it will not link 
automatically to avoid some issues with system provided libraries, but most 
things are then symlinked to the usual places to provide the brew installed 
binaries, etc.

> I guess it is missing a dependency tracker and
> thus when installing Libgcrypt an older (but sufficient) version of
> libgpg-error gets installed alongside.

It actually tracks dependencies very well… for anything installed and built 
with Homebrew. It’s a bit like speedo.mk for everything, or the missing apt-get 
for Mac, some things are “bottled” binaries, some things it’ll build for you, 
in any case pulling any dependencies as needed.

In this case when trying to build a tarred source brew is not in the picture at 
all and all dependency handling is manual / left for the source configure 
scripts. And things don’t quite work although the configure script gives an OK 
on the pre-make checklist.

I really have no rush with this. Just debugging for others and happily using 
the stable branch.

I can dig into this myself at some point. It’s also possible whoever is 
maintaining the homebrew repo for gnupg might solve the issue and push an 
update there.

-- 
Ville

On 11 Nov 2014, at 21:04, Werner Koch <w...@gnupg.org> wrote:

> On Tue, 11 Nov 2014 15:59, mailing-li...@asatiifm.net said:
> 
>> I don’t have CFLAGS set to anything. Mac OS X 10.9 and using homebrew
>> for most things. The only thing I do is run ./configure && make in the
>> untarred gnupg-2.1.0. I wouldn’t be surprised if there’s something
> 
> I don't know any details about homebrew but it seems to install software
> in versioned directories. I guess it is missing a dependency tracker and
> thus when installing Libgcrypt an older (but sufficient) version of
> libgpg-error gets installed alongside.  GnuPG does not pick up that one
> but a different installation of libgpg-error and thus you run into these
> problems.
> 
> May some someone with more OS X experience look at the problem?
> 
> 
> Salam-Shalom,
> 
>   Werner
> 
> -- 
> Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.
> 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to