From owner-freebsd-ports@FreeBSD.ORG Tue Nov 11 09:56:38 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B26016A4CE for ; Tue, 11 Nov 2003 09:56:38 -0800 (PST) Received: from scanmail2.cableone.net (scanmail2.cableone.net [24.116.0.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BE5043FDD for ; Tue, 11 Nov 2003 09:56:34 -0800 (PST) (envelope-from lute@cableone.net) Received: from scanmail2.cableone.net ([10.116.0.122]) by scanmail2.cableone.net with Microsoft SMTPSVC(5.5.1877.687.68); Tue, 11 Nov 2003 10:51:13 -0700 Received: from scanmail2.cableone.net [24.116.0.122] by scanmail2.cableone.net (SMTPD32-7.04) id A18C2771013A; Tue, 11 Nov 2003 10:51:11 -0700 Received: from cableone.net (24-116-60-169.cpe.cableone.net [24.116.60.169]) by mail.cableone.net with SMTP (MailShield v2.04 - WIN32 Jul 17 2001 17:12:42); Tue, 11 Nov 2003 10:51:10 -0700 Message-ID: <3FB122C6.3000604@cableone.net> Date: Tue, 11 Nov 2003 11:56:22 -0600 From: Lute Mullenix User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031103 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SMTP-HELO: cableone.net X-SMTP-MAIL-FROM: lute@cableone.net X-SMTP-PEER-INFO: 24-116-60-169.cpe.cableone.net [24.116.60.169] Subject: qhacc won't build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Nov 2003 17:56:38 -0000 Hi, The last few times I have tried to upgrade the ports qhacc does not build at the end of the process it tells me that it errored out because of bad c++ code. I don't know if this is because I am trying to build it on a 5.1 system or if others are having the same problem. Below is the last part of the build output: qhaccwidget.cpp: In member function `void QHaccWidget::updateAccount(const Account&, const Account&)': qhaccwidget.cpp:356: no matching function for call to `QHacc::getTForA(const TableRow&, TableGet, QHaccResultSet*&)' /usr/X11R6/include/qhacc.h:271: candidates are: void QHacc::getTForA(const Account&, QHaccResultSet*&) gmake[3]: *** [qhaccwidget.o] Error 1 gmake[3]: Leaving directory `/usr/ports/finance/qhacc/work/qhacc-2.9.1/src' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/finance/qhacc/work/qhacc-2.9.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/finance/qhacc/work/qhacc-2.9.1' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/finance/qhacc. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade46002.0 make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! finance/qhacc (qhacc-2.9_1) (bad C++ code) I'm not real concerned since it's only a _2 upgrade, but felt it's something you should know about. Lute