From owner-freebsd-ports Thu Aug 30 20:59:35 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 973DC37B407 for ; Thu, 30 Aug 2001 20:59:30 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7V3o1C22856; Thu, 30 Aug 2001 20:50:01 -0700 (PDT) (envelope-from gnats) Received: from ostrich.mail.pas.earthlink.net (ostrich.mail.pas.earthlink.net [207.217.120.14]) by hub.freebsd.org (Postfix) with ESMTP id D4D8E37B407 for ; Thu, 30 Aug 2001 20:49:41 -0700 (PDT) (envelope-from parv@earthlink.net) Received: from avocet.mail.pas.earthlink.net (avocet-120.pocket [10.4.120.50]) by ostrich.mail.pas.earthlink.net (8.9.3/8.9.3) with ESMTP id UAA01765 for ; Thu, 30 Aug 2001 20:16:21 -0700 (PDT) Received: from sdn-ar-004dcwashp278.dialsprint.net ([206.133.15.208] helo=earthlink.net) by avocet.mail.pas.earthlink.net with esmtp (Exim 3.32 #2) id 15cemf-0004zY-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 30 Aug 2001 20:15:55 -0700 Received: by earthlink.net (Postfix, from userid 1001) id 47E4B50E3B; Thu, 30 Aug 2001 23:15:29 -0400 (EDT) Message-Id: <20010831031529.47E4B50E3B@earthlink.net> Date: Thu, 30 Aug 2001 23:15:29 -0400 (EDT) From: parv_@yahoo.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30231: textproc/pspell 0.12.2 make fails 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 >Number: 30231 >Category: ports >Synopsis: textproc/pspell 0.12.2 make fails >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Aug 30 20:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: parv >Release: FreeBSD 4.4-PRERELEASE i386 >Organization: >Environment: System: FreeBSD moo.holy.cow 4.4-PRERELEASE \ FreeBSD 4.4-PRERELEASE #7: Wed Aug 29 10:17:36 EDT 2001 cvsup'd ports collection a few hours ago... on the suggestion that update of pspell (to 0.12.2 from 0.12.1) might help aspell 0.33.[67] build (pr 29362). >Description: make build of pspell fails w/ the message below... http://www103.pair.com/parv/comp/unix/err/mk-pspell-0.12.2 ...here is a snippet... /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 >How-To-Repeat: try to build pspell 0.12.2 port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message