monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] status of release 1.1


From: Markus Wanner
Subject: Re: [Monotone-devel] status of release 1.1
Date: Sat, 03 May 2014 09:19:50 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.4.0

Thomas,

thanks for testing!

On 05/03/2014 01:39 AM, Thomas Keller wrote:
> I'm on 10.9 (Mavericks) here. I had no recent enough mtn installation
> around, so I had to copy sources and build from there.
> 
> Things that I've stumbled upon  so far:
> 
> * Don't use gcc from MacPorts to build, it will bring up weird linker
>   errors (see my previous post from February), but stick to plain clang
>   (which Apple advertises as gcc and g++ in the /usr/bin prefix)

Just out of curiosity: What clang version is it?

> * Monotone has no support for botan's "special" versioned package-
>   config file that botan seems to use since 1.10, so some more flag
>   magic was needed, namely
>   botan_CFLAGS="-I/opt/local/include/botan-1.10"
>   botan_LIBS="-lbotan-1.10"

Yeah, library.m4 isn't too clever about that, so all systems with newer
botan versions need these additional flags.

I'll either adjust the documentation or the script...

> * If gettext is not available, make (not make dist) fails with a
>   cryptic
> 
>   make[2]: Circular po/sv.gmo <- po/sv.gmo dependency dropped.
> 
>   I guess this is because of Makefile.am's
> 
>   po/%.gmo: $(srcdir)/po/%.gmo
>         cp $< $@
> 
>   which looks a bit fishy indeed.

Hm.. that's a good hint! I'll check.

`make -j$N` for any N bigger than 1 usually fails hanging at some txt2c
step, here. Up to date, I couldn't figure why and started to suspect a
bug in make. Maybe that's related. I see a small chance that's related...

> * make install failed for me, because mtn.1 seems to be deleted right
>   after it was created, so it cannot be installed. So `make mtn.1` does
>   create and delete the file, but when I execute the commands of that
>   target in my own shell, mtn.1 persists. Weird, but a minor.

Weird, indeed. Adding to my todo list: Makefile massage

> PS: German translation has been updated.

Thanks!

Markus


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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