From owner-freebsd-ports Thu Aug 30 21:20:41 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F90F37B403 for ; Thu, 30 Aug 2001 21:20:38 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7V4A1K28676; Thu, 30 Aug 2001 21:10:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 30 Aug 2001 21:10:01 -0700 (PDT) Message-Id: <200108310410.f7V4A1K28676@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: parv Subject: Re: ports/29362: aspell port broken Reply-To: parv 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 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