From owner-freebsd-ports Sat Feb 2 9:20:19 2002 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 DD10437B416 for ; Sat, 2 Feb 2002 09:20:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g12HK1E92242; Sat, 2 Feb 2002 09:20:01 -0800 (PST) (envelope-from gnats) Date: Sat, 2 Feb 2002 09:20:01 -0800 (PST) Message-Id: <200202021720.g12HK1E92242@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Manfred Antar Subject: Re: ports/34558: wxgtk-devel port broken Reply-To: Manfred Antar 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/34558; it has been noted by GNATS. From: Manfred Antar To: Christopher Farley , FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/34558: wxgtk-devel port broken Date: Sat, 02 Feb 2002 09:14:02 -0800 At 10:46 AM 2/2/2002 -0600, Christopher Farley wrote: >>Number: 34558 >>Category: ports >>Synopsis: wxgtk-devel port broken >>Confidential: no >>Severity: serious >>Priority: low >>Responsible: freebsd-ports >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Sat Feb 02 08:50:03 PST 2002 >>Closed-Date: >>Last-Modified: >>Originator: Christopher Farley >>Release: FreeBSD 4.5-PRERELEASE i386 >>Organization: >>Environment: >System: FreeBSD longfellow.nbrewer.com 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #4: Mon Jan 7 23:20:00 CST 2002 chris@longfellow.nbrewer.com:/usr/obj/usr/src/sys/LONGFELLOW i386 > > > >>Description: > The wxgtk-devel port appears to be broken; I've tried building it on > two machines and get the same result: > > /usr/X11R6/include/wx/string.h:1138: bool operator ==(const wxCharBuffer &, const wxString &) > ./src/generic/accel.cpp: At top level: > ./src/generic/accel.cpp:145: no `const class wxAcceleratorEntry * wxAcceleratorTable::GetEntry(const wxKeyEvent &) const' member function declared in class `wxAcceleratorTable' > ./src/generic/accel.cpp:178: syntax error before `*' > gmake: *** [accel.o] Error 1 > *** Error code 2 > > Stop in /usr/ports/x11-toolkits/wxgtk-devel. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/wxgtk-devel. > *** Error code 1 > > Stop in /usr/ports/x11-toolkits/wxgtk-devel. > >>How-To-Repeat: > Build the wxgtk-devel 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 You have do move the old /usr/X11R6/include/wx directory out of the way mv /usr/X11R6/include/wx /usr/X11R6/include/wx.bak or deinstall the older version of the port. The build somehow uses /usr/X11R6/include/wx in the includes during the build. This is what I did : mv /usr/X11R6/include/wx /usr/X11R6/include/wx.bak Build the port mv /usr/X11R6/include/wx.bak /usr/X11R6/include/wx pkg_delete the old port, then install the new one. Manfred ================================== || null@pozo.com || || Ph. (415) 681-6235 || ================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message