From owner-freebsd-ports@FreeBSD.ORG Tue May 25 06:58:50 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDEE61065677 for ; Tue, 25 May 2010 06:58:50 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 671D98FC12 for ; Tue, 25 May 2010 06:58:49 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o4P6wxcU039160 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 May 2010 09:58:59 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id o4P6wkQ5037327; Tue, 25 May 2010 09:58:46 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id o4P6wkJJ037326; Tue, 25 May 2010 09:58:46 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Tue, 25 May 2010 09:58:46 +0300 From: Kostik Belousov To: Andrey Ponomarenko Message-ID: <20100525065846.GQ83316@deviant.kiev.zoral.com.ua> References: <4BF7C5EC.20500@ispras.ru> <20100522123006.GS83316@deviant.kiev.zoral.com.ua> <4BF7D82A.40507@ispras.ru> <20100522132121.GT83316@deviant.kiev.zoral.com.ua> <4BFB6FDE.9060503@ispras.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8lV4/+ewWCwXF+0e" Content-Disposition: inline In-Reply-To: <4BFB6FDE.9060503@ispras.ru> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: ports@freebsd.org Subject: Re: new upstream tracker (linuxtesting.org) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2010 06:58:50 -0000 --8lV4/+ewWCwXF+0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 25, 2010 at 10:36:14AM +0400, Andrey Ponomarenko wrote: > On 05/22/2010 05:21 PM, Kostik Belousov wrote: > > On Sat, May 22, 2010 at 05:12:10PM +0400, Andrey Ponomarenko wrote: > > =20 > >> On 05/22/2010 04:30 PM, Kostik Belousov wrote: > >> =20 > >>> On Sat, May 22, 2010 at 03:54:20PM +0400, Andrey Ponomarenko wrote: > >>> =20 > >>> =20 > >>>> Hello, I'm from ISPRAS and we have created an experimental system for > >>>> monitoring and analyzing of upstream libraries development. It may be > >>>> helpful for analyzing risks of updating one of the distribution > >>>> components (shared libraries). The web page of upstream-tracker is: > >>>> http://linuxtesting.org/upstream-tracker/ > >>>> It now includes ABI changes analysis and API shallow test results for > >>>> several versions of 60 popular open source libraries. > >>>> Any bugs or feature requests are welcome. Thanks. > >>>> =20 > >>>> =20 > >>> WOW. Can you, please, share the setup of the tracker ? > >>> =20 > >>> =20 > >> The tool itself is very young and is not well documented yet. Although > >> the first version has been recently released under dual GNU GPL and LG= PL > >> licenses: > >> http://ispras.linuxfoundation.org/index.php/Upstream_Tracker > >> We are not recommended to use this version of the tool by yourself. Ve= ry > >> soon we will release 1.1 version containing a lot of bug fixes and new > >> features. > >> > >> =20 > >>> It would be amazingly interesting if you added FreeBSD base system > >>> libraries to the tracker. > >>> =20 > >> Provide, please, the list of necessary libraries. > >> =20 > > Having libc.so, libthr.so, libm.so, libgcc_s.so, libstdc++.so, libz.so > > from the specified versions under the monitor would be very nice start. > > > > =20 >=20 > I know libc.so and libm.so are from GLIBC library, libgcc_s.so and > libstdc++.so are from GCC. No, libc, libm, libthr are from the FreeBSD source tree, they are not related to glibc in any way, except of aiming to implement the same base set of APIs. > Where can I find sources of libthr.so? The entry point for the library > in the tracker is the package with source code or at least repository > module address. This is too broad question, I assumed you have at least the starting acquaintance with FreeBSD project before posting to @freebsd.org address. Please look at the http://www.freebsd.org, "Get FreeBSD" on how to get a released binaries, and "Developers->SVN Repository" for the source access. >=20 > libz.so is already added at > http://linuxtesting.org/upstream-tracker/versions/zlib.html We would be interested in tracking the libz, libgcc and libstdc++ as imported into the FreeBSD source tree, due to both new vendor source imports and local modifications. >=20 > > The ABI definition for the base system is currently under discussion, > > we may provide more authoritative list for the libraries that would > > be useful to monitor. > > =20 >=20 > You are welcome. References to the source code of libraries will be very > helpful. >=20 > > Also, I suppose the project may put together some resources to set up= =20 > > the local tracker. If you are interested in helping us with this, > > I will proceed further. > > =20 >=20 > Upstream-Tracker is built on top of two basic components: > ABI-Compliance-Checker and API-Sanity-Autotest. For creating of your > local tracker the ABI-Compliance-Checker tool may be used. It is a tool > for checking two particular versions of a library for ABI compliance: > http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker > This tool is well tested and documented. >=20 > > Thanks. > > =20 > >> =20 > >>> It would be extremely interesting and > >>> useful for us to see changes among releases and tips of the > >>> stable and head branches. > >>> =20 > >>> =20 > >> --=20 > >> Andrey Ponomarenko > >> > >> Linux Verification Center, ISPRAS > >> web: http://www.linuxtesting.org > >> =20 >=20 >=20 > --=20 > Andrey Ponomarenko >=20 > Linux Verification Center, ISPRAS > web: http://www.linuxtesting.org --8lV4/+ewWCwXF+0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkv7dSUACgkQC3+MBN1Mb4jm+ACgnEL2nMFryG95aU2v8bSP7MOH xnkAoNQF0xA2Q5IkurPJ6NOHDtKw8zSY =Vsc6 -----END PGP SIGNATURE----- --8lV4/+ewWCwXF+0e--