From owner-freebsd-ports Thu Aug 30 19:53:39 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 4F84837B403 for ; Thu, 30 Aug 2001 19:53:35 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7V2o2G13773; Thu, 30 Aug 2001 19:50:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 30 Aug 2001 19:50:02 -0700 (PDT) Message-Id: <200108310250.f7V2o2G13773@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: "David W. Chapman Jr." Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: ports/29362: aspell port broken Date: Thu, 30 Aug 2001 22:45:46 -0400 this was, on the fateful occasion around Aug 30 16:53 -0400, sent by David W. Chapman Jr. > > Have you also updated your pspell? you mean from 0.12.1 to 0.12.2? i have 0.12.1 already installed for ispell. after cvsup'ing (cvsup8 server) a few minutes ago, make of pspell-0.12.2 fails w/ this message (seems like another pr in the waiting)... ... 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 error_impl.cc -o error_impl.o >/dev/null 2>&1 /bin/sh ../libtool --mode=compile 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 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 manager_impl.cc: In function `void free_lt_handle(void *)': manager_impl.cc:29: `lt_dlhandle' undeclared (first use this function) manager_impl.cc:29: (Each undeclared identifier is reported only once manager_impl.cc:29: for each function it appears in.) manager_impl.cc:29: syntax error before `)' manager_impl.cc:31: implicit declaration of function `int lt_dlexit(...)' manager_impl.cc: In function `class PspellCanHaveError * new_pspell_manager_class(PspellConfig *)': manager_impl.cc:48: implicit declaration of function `int lt_dlinit(...)' manager_impl.cc:54: syntax error before `=' manager_impl.cc:55: `h' undeclared (first use this function) manager_impl.cc:58: syntax error before `=' manager_impl.cc:59: `fun' undeclared (first use this function) gmake[1]: *** [manager_impl.lo] Error 1 gmake[1]: Leaving directory `/source/ports/textproc/pspell/work/pspell-.12.2/interface' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /source/ports/textproc/pspell. *** Error code 1 ...any other suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message