From owner-freebsd-ports Thu Aug 30 21:30:29 2001 Delivered-To: freebsd-ports@freebsd.org Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 6544D37B405 for ; Thu, 30 Aug 2001 21:30:20 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id VAA17849; Thu, 30 Aug 2001 21:27:23 -0700 Received: from johncoop.MSHOME (localhost [127.0.0.1]) by johncoop.MSHOME (8.11.6/8.11.6) with ESMTP id f7V4SJj00713; Thu, 30 Aug 2001 21:28:20 -0700 (PDT) (envelope-from jmcoopr@webmail.bmi.net) Date: Thu, 30 Aug 2001 21:28:19 -0700 From: John Merryweather Cooper To: parv Cc: freebsd-ports@FreeBSD.ORG Subject: Re: ports/29362: aspell port broken Message-ID: <20010830212819.A685@johncoop> References: <200108310410.f7V4A1K28676@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <200108310410.f7V4A1K28676@freefall.freebsd.org>; from parv_@yahoo.com on Thu, Aug 30, 2001 at 21:10:01 -0700 X-Mailer: Balsa 1.1.7 Lines: 89 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 2001.08.30 21:10 parv wrote: > The following reply was made to PR ports/29362; it has been noted by > GNATS. > > From: parv > To: Pete Fritchman > Cc: freebsd-gnats-submit@FreeBSD.org > Subject: Re: ports/29362: aspell port broken > Date: Fri, 31 Aug 2001 00:00:32 -0400 > > this was, on the fateful occasion around Aug 30 22:59 -0400, > sent by Pete Fritchman > > > > ++ 30/08/01 19:50 -0700 - parv: > > | c++ -DPACKAGE=\"pspell\" -DVERSION=\".12.2\" -DUSE_LTDL=1 > -DDATADIR=\"/usr/local/share/pspell\" -DLIBDIR=\"/usr/local/lib\" > -I../modules/ -I./ -I/usr/local/include -O -pipe -march=pentiumpro > -fmemoize-lookups -fsave-memoized -c manager_impl.cc -fPIC -DPIC -o > .libs/manager_impl.o > > | manager_impl.cc:22: ltdl.h: No such file or directory > > > > Is your libtool port out of date or not installed in /usr/local? > pspell > > depends on libtool, and ltdl.h comes from libtool. > > > > well, i reinstalled libtool which installed /usr/local/include/ltdl.h > this time which made it possible to make install/package pspell > 0.12.2 > port ... however aspell still fails... > > /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. > -I/usr/local/include -I/usr/local/include -O -pipe -march=pentiumpro > -fmemoize-lookups -fsave-memoized -c file_exceps.cc > rm -f .libs/file_exceps.lo > c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include > -I/usr/local/include -O -pipe -march=pentiumpro -fmemoize-lookups > -fsave-memoized -c file_exceps.cc -fPIC -DPIC -o .libs/file_exceps.lo > file_exceps.cc:3: pspell/error_messages.hh: No such file or directory > file_exceps.cc: In method `autil::CantReadFile::CantReadFile(const > string &)': > file_exceps.cc:15: implicit declaration of function `int > autil::cant_read_file(...)' > file_exceps.cc:15: warning: cannot pass objects of type > `autil::AppString' through `...' > file_exceps.cc: In method `autil::CantWriteFile::CantWriteFile(const > string &)': > file_exceps.cc:23: implicit declaration of function `int > autil::cant_write_file(...)' > file_exceps.cc:23: warning: cannot pass objects of type > `autil::AppString' through `...' > file_exceps.cc: In method `autil::BadFileFormat::BadFileFormat(const > string &, const string & = "")': > file_exceps.cc:31: implicit declaration of function `int > autil::bad_file_format(...)' > file_exceps.cc:31: warning: cannot pass objects of type > `autil::AppString' through `...' > gmake[2]: *** [file_exceps.lo] Error 1 > gmake[2]: Leaving directory `/source/ports/textproc/aspell/work/aspell-.33.7/util' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/source/ports/textproc/aspell/work/aspell-.33.7' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /source/ports/textproc/aspell. > *** Error code 1 > > > btw, pspell's error_messages.hh is truly installed... > > -r--r--r-- 1 root wheel 2553 Aug 30 23:45 > /usr/local/include/pspell/error_impl.hh > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > Well, pspell has to be successfully INSTALLED before you attempt to build aspell. Your /var/db/pkg directory sounds like it's hosed. If you have the portupgrade port installed, run pkgdepfix and get things fixed. -- jmc MacroHard -- the perfection of form over substance, marketing over performance, and greed over design . . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message