Date: Tue, 19 May 2009 12:43:21 -0400 From: Frank Laszlo <laszlof@freebsd.org> To: Ion-Mihai Tetcu <itetcu@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 Message-ID: <4A12E1A9.6090500@freebsd.org> In-Reply-To: <20090519165832.376379ce@it.buh.tecnik93.com> References: <200905191314.n4JDEHY1047442@repoman.freebsd.org> <20090519165832.376379ce@it.buh.tecnik93.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Whoops. Fixed libtool depends. Thanks -Frank Ion-Mihai Tetcu wrote: > On Tue, 19 May 2009 13:14:17 +0000 (UTC) > "Frank J. Laszlo" <laszlof@FreeBSD.org> 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 <to.my.trociny@gmail.com> >> >> 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." > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A12E1A9.6090500>