From owner-cvs-ports@FreeBSD.ORG Tue May 19 13:58:06 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5277E106564A; Tue, 19 May 2009 13:58:06 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.freebsd.org (Postfix) with ESMTP id F1F998FC29; Tue, 19 May 2009 13:58:05 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id 177162C50CD0; Tue, 19 May 2009 16:58:33 +0300 (EEST) Date: Tue, 19 May 2009 16:58:32 +0300 From: Ion-Mihai Tetcu To: "Frank J. Laszlo" Message-ID: <20090519165832.376379ce@it.buh.tecnik93.com> In-Reply-To: <200905191314.n4JDEHY1047442@repoman.freebsd.org> References: <200905191314.n4JDEHY1047442@repoman.freebsd.org> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.1; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/nhiTZAjWL/us60j+APGW043"; protocol="application/pgp-signature" Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules ports/devel Makefile ports/devel/lmdbg Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 13:58:06 -0000 --Sig_/nhiTZAjWL/us60j+APGW043 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 19 May 2009 13:14:17 +0000 (UTC) "Frank J. Laszlo" wrote: > laszlof 2009-05-19 13:14:17 UTC >=20 > FreeBSD ports repository >=20 > Modified files: > . modules=20 > devel Makefile=20 > Added files: > devel/lmdbg Makefile distinfo pkg-descr pkg-plist=20 > Log: > -Added port: devel/lmdbg > =20 > LMDBG is a collection of small tools for collecting and analyzing > the logs of malloc/realloc/memalign/free function calls. Unlike many > others, LMDBG does not provide any way to detect overruns of the > boundaries of malloc() memory allocations, as this is not the goal. > Like most other malloc debuggers, LMDBG allows detecting memory > leaks and double frees. However, unlike others, LMDBG generates full > stacktraces and separates the logging process from analysis, thus > allowing you to analyze an application on a per-module basis. > =20 > WWW: http://sourceforge.net/projects/lmdbg > Author: Aleksey Cheusov (cheusov at users.sourceforge.net) > =20 > PR: ports/134617 > Submitted by: Mikolaj Golub > =20 > Revision Changes Path > 1.20421 +1 -0 CVSROOT/modules > 1.3502 +1 -0 ports/devel/Makefile > 1.1 +29 -0 ports/devel/lmdbg/Makefile (new) > 1.1 +3 -0 ports/devel/lmdbg/distinfo (new) > 1.1 +11 -0 ports/devel/lmdbg/pkg-descr (new) > 1.1 +14 -0 ports/devel/lmdbg/pkg-plist (new) >=20 The Restless Daemon identified a etc lib sql error while trying to build: lmdbg-0.9.0 maintained by to.my.trociny@gmail.com Makefile ident: $FreeBSD: ports/devel/lmdbg/Makefile,v 1.1 2009/05/19 13:1= 4:17 laszlof Exp $ Excerpt from http://QAT.TecNik93.com/logs/7-STABLE-FPT-NPD/lmdbg-0.9.0.log : checking for working alloca.h... no checking for alloca... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for vprintf... yes checking for _doprnt... no checking for atexit... yes checking for dup2... yes checking for putenv... yes checking for strdup... yes checking for memalign... no checking for dlopen in -ldl... no configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir se= tting config.status: creating lmdbg-sym config.status: creating lmdbg-run config.status: creating lmdbg-leaks config.status: creating lmdbg-sysleaks config.status: creating lmdbg-leak-check config.status: creating config.h =3D=3D=3D> Building for lmdbg-0.9.0 =20 libtool --tag=3DCC --mode=3Dcompile cc -o lmdbg.o -c -D_GNU_SOURCE -O2 -fn= o-strict-aliasing -pipe -D_FILE_OFFSET_BITS=3D64 -DLMDBG_VERSION=3D\"0.9.0= \" -DHAVE_CONFIG_H=3D1 -DLMDBG_VERSION=3D\"0.9.0\" -I. -g -O0 lmdbg.c libtool: not found *** Error code 127 Stop in /work/a/ports/devel/lmdbg/work/lmdbg-0.9.0. *** Error code 1 Stop in /a/ports/devel/lmdbg. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D build of /usr/ports/devel/lmdbg ended at Tue May 19 13:34:35 UTC 2009 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/7-STABLE-FPT-NPD/lmdbg-0.9.0.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=3Ddevel&portname=3Dlmd= bg The build which triggered this BotMail was done under tinderbox-devel-3.2_4; dsversion: 3.2 on RELENG_7 on amd64, kern.smp.cpus: 4 with tinderd_flags=3D"-nullfs -plistcheck -onceonly" and ccache support, wi= th the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=3Dyes, NOPORTEXAMPLES=3Dyes, NOPORTDATA=3Dyes, FORCE_PACKAGE=3D= yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/nhiTZAjWL/us60j+APGW043 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkoSuwgACgkQJ7GIuiH/oeUbpACaA/Lb6FTvR/GSt90fITLnsGOx NpEAoJyXRkm+WPrIhQawhJG4T24/DFhT =b/r6 -----END PGP SIGNATURE----- --Sig_/nhiTZAjWL/us60j+APGW043--