monotone-devel
[Top][All Lists]
Advanced

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

Re: [Monotone-devel] list branches on server?


From: Thomas Moschny
Subject: Re: [Monotone-devel] list branches on server?
Date: Sun, 23 Aug 2009 15:29:58 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3

Am 23.08.2009 14:20, schrieb Stephen Leake:
> The mtn binary for Linux on the mtn website should be more fully
> described (compiler version, required dynamic library versions), so
> people can do the right thing with it.

What is "the right thing" besides downloading, unpacking, running?

Also, it describes itself pretty good:

$ ./mtn-0.44-linux-x86 version --full
monotone 0.44 (base revision: 7a4832143b3146ca89f5cb91e0e571d05e29d4b9)
Running on          : Linux 2.6.29.6-217.2.8.fc11.i586 #1 SMP Sat Aug 15
00:44:39 EDT 2009 i686
C++ compiler        : GNU C++ version 4.3.2
C++ standard library: GNU libstdc++ version 20080905
Boost version       : 1_34_1
SQLite version      : 3.5.9 (compiled against 3.5.9)
Lua version         : Lua 5.1
PCRE version        : 7.6 2008-01-28 (compiled against 7.6)
Botan version       : 1.7.8 (compiled against 1.7.8)
[...]

It is a binary for ia32 Linux that only needs glibc 2.3 (and most likely
also runs on 64bit Linux, given it provides a 32bit glibc):

$ ldd ./mtn-0.44-linux-x86
        linux-gate.so.1 =>  (0x00e75000)
        libdl.so.2 => /lib/libdl.so.2 (0x00480000)
        libm.so.6 => /lib/libm.so.6 (0x00456000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00487000)
        libc.so.6 => /lib/libc.so.6 (0x002e3000)
        /lib/ld-linux.so.2 (0x002bf000)

$ readelf -s ./mtn-0.44-linux-x86 |
sed -r '/GLIBC/{s,^.*@(GLIBC_[0-9.]+).*$,\1,;n};d' | sort -u
GLIBC_2.0
GLIBC_2.1
GLIBC_2.1.3
GLIBC_2.2
GLIBC_2.2.4
GLIBC_2.3

What exactly would you suggest writing on the website?

Regards,
Thomas




reply via email to

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