From owner-cvs-all@FreeBSD.ORG Tue May 19 17:02:42 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FF5B1065679; Tue, 19 May 2009 17:02:42 +0000 (UTC) (envelope-from laszlof@freebsd.org) Received: from wookie.tvog.net (wookie.tvog.net [66.232.114.123]) by mx1.freebsd.org (Postfix) with ESMTP id 5E6058FC1B; Tue, 19 May 2009 17:02:42 +0000 (UTC) (envelope-from laszlof@freebsd.org) Received: from c-24-98-139-235.hsd1.ga.comcast.net ([24.98.139.235] helo=[192.168.0.2]) by wookie.tvog.net with esmtpa (Exim 4.69) (envelope-from ) id 1M6SPV-0007HC-4F; Tue, 19 May 2009 12:43:25 -0400 Message-ID: <4A12E1A9.6090500@freebsd.org> Date: Tue, 19 May 2009 12:43:21 -0400 From: Frank Laszlo User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Ion-Mihai Tetcu References: <200905191314.n4JDEHY1047442@repoman.freebsd.org> <20090519165832.376379ce@it.buh.tecnik93.com> In-Reply-To: <20090519165832.376379ce@it.buh.tecnik93.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - wookie.tvog.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - freebsd.org 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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 17:02:44 -0000 Whoops. Fixed libtool depends. Thanks -Frank Ion-Mihai Tetcu wrote: > On Tue, 19 May 2009 13:14:17 +0000 (UTC) > "Frank J. Laszlo" wrote: > > >> laszlof 2009-05-19 13:14:17 UTC >> >> FreeBSD ports repository >> >> Modified files: >> . modules >> devel Makefile >> Added files: >> devel/lmdbg Makefile distinfo pkg-descr pkg-plist >> Log: >> -Added port: devel/lmdbg >> >> 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. >> >> WWW: http://sourceforge.net/projects/lmdbg >> Author: Aleksey Cheusov (cheusov at users.sourceforge.net) >> >> PR: ports/134617 >> Submitted by: Mikolaj Golub >> >> 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) >> >> > 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:14: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 setting > 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 > ===> Building for lmdbg-0.9.0 > libtool --tag=CC --mode=compile cc -o lmdbg.o -c -D_GNU_SOURCE -O2 -fno-strict-aliasing -pipe -D_FILE_OFFSET_BITS=64 -DLMDBG_VERSION=\"0.9.0\" -DHAVE_CONFIG_H=1 -DLMDBG_VERSION=\"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. > ================================================================ > 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=devel&portname=lmdbg > > 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="-nullfs -plistcheck -onceonly" and ccache support, with the > "official" up-to-date Ports Tree, with the following vars set: > NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=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." > > >