From owner-freebsd-ports@FreeBSD.ORG Mon Jan 17 18:18:35 2005 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 91DDA16A4CE for ; Mon, 17 Jan 2005 18:18:35 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48D4243D45 for ; Mon, 17 Jan 2005 18:18:33 +0000 (GMT) (envelope-from krion@voodoo.oberon.net) Received: from krion by voodoo.oberon.net with local (Exim 4.43 (FreeBSD)) id 1CqbS7-0000JA-Vf; Mon, 17 Jan 2005 19:18:11 +0100 Date: Mon, 17 Jan 2005 19:18:11 +0100 From: Kirill Ponomarew To: Konstantin 'Kosta' Welke Message-ID: <20050117181811.GR93155@voodoo.oberon.net> References: <20050117152651.GN93155@voodoo.oberon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-NCC-Regid: de.oberon X-NIC-HDL: KP869-RIPE cc: "ports@freebsd.org" Subject: Re: [SOLUTION] net/ns broken on FreeBSD 5.3 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: Mon, 17 Jan 2005 18:18:35 -0000 On Mon, Jan 17, 2005 at 06:56:44PM -0000, Konstantin 'Kosta' Welke wrote: > Sorry, i was confused with another port. Yes, this port is indeed > marked as working for i386 5.x, but it does not compile, at least > not on my laptop. It seems like picky gcc errors from here, which > i partially corrected but I am not done (yet). Even with -fpermissive, > some errors remain. > First one is a simple template specialization which can be corrected > by putting template<> in front of the lines gcc complains about, but > the second one is a bit less clear to me. Seems like some problems > while using the STL, and I hate those problems... > > Want an exmaple? > > /usr/include/c++/3.4/bits/stl_bvector.h: In member function `void > std::vector::_M_insert_range(std::_Bit_iterator, > _ForwardIterator, _ForwardIterator, std::forward_iterator_tag)': > /usr/include/c++/3.4/bits/stl_bvector.h:522: error: expected > unqualified-id before '(' token > > Can you compile it with gcc 3.4.2? Oh right, it fails also here, though pointyhat.freebsd.org didn't build the package at all. > PS: for my next problem/patch, i'll use send-pr. I promise :) Fine :) -Kirill