Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2001 21:10:01 -0700 (PDT)
From:      parv <parv_@yahoo.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/29362: aspell port broken
Message-ID:  <200108310410.f7V4A1K28676@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/29362; it has been noted by GNATS.

From: parv <parv_@yahoo.com>
To: Pete Fritchman <petef@FreeBSD.org>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108310410.f7V4A1K28676>