From owner-freebsd-stable Fri Sep 21 20:46:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from smtp.bmi.net (smtp.bmi.net [204.57.191.31]) by hub.freebsd.org (Postfix) with ESMTP id 1BBB937B41E for ; Fri, 21 Sep 2001 20:46:18 -0700 (PDT) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by smtp.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id DAA14293; Sat, 22 Sep 2001 03:53:28 -0700 Date: Fri, 21 Sep 2001 20:46:11 -0700 From: John Merryweather Cooper To: Scott D Cc: freebsd-stable@freebsd.org Subject: Re: Balsa/aspell broken? Message-ID: <20010921204611.E24650@johncoop.MSHOME> References: <3BABFF62.1080108@earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <3BABFF62.1080108@earthlink.net>; from digitalox@earthlink.net on Fri, Sep 21, 2001 at 20:02:58 -0700 X-Mailer: Balsa 1.2.0 Lines: 72 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG < moving to freebsd-stable, cvs-* is committer-only-land > On 2001.09.21 20:02 Scott D wrote: > Hello, > > Hopefully I'm posting this to the right place. If not my apologies, > please let me know the best inquire about this. > > I updated the ports-base and mail on my 4.3 box and tried to build the > > new balsa 1.2 commit but it was broken. Getting the latest textproc > ports didn't help either ( aspell seems to be where its hanging up ). > > I've just upgraded to 4.4 stable, downloaded all ports and am still > having the same problem. I've deleted the previous balsa and done make > > clean and about everything I can think of. Any suggestions welcome. > > Here is the error I get: > file_util.cc: In function `class string autil::add_possible_dir(const > string &, const string &)': > file_util.cc:33: implicit declaration of function `int > autil::need_dir(...)' > gmake[2]: *** [file_util.lo] Error 1 > gmake[2]: Leaving directory > `/usr/ports/textproc/aspell/work/aspell-.33.7.1/util' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/textproc/aspell/work/aspell-.33.7.1' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /usr/ports/textproc/aspell. > *** Error code 1 > > Stop in /usr/ports/textproc/aspell. > *** Error code 1 > > Stop in /usr/ports/textproc/aspell. > *** Error code 1 > > Stop in /usr/ports/textproc/aspell. > *** Error code 1 > > Stop in /usr/ports/mail/balsa. > *** Error code 1 > > Thanks, > Scott > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > Something's wrong with your libtool. Rebuild your libtool port and try again. file_util.cc compiles without so much as a warning on my machine. Should your problem continue, please include the compiler/libtool line, at a minimum--otherwise, things are hard to diagnose. A complete build log using: # script -a build.log make for the "offending" port is much more helpful--since one can also see anything weirding-out with your configuration. :) -- 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-stable" in the body of the message