From owner-cvs-all@FreeBSD.ORG Thu Oct 13 16:40:53 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B482016A41F; Thu, 13 Oct 2005 16:40:53 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from blue.virtual-estates.net (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FB9943D5D; Thu, 13 Oct 2005 16:40:27 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by blue.virtual-estates.net (8.13.4/8.13.4) with ESMTP id j9DGeOL1074284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 13 Oct 2005 12:40:25 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j9DGeKF9054573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Oct 2005 12:40:21 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j9DGeF6r099212; Thu, 13 Oct 2005 12:40:15 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j9DGeD7u099211; Thu, 13 Oct 2005 12:40:13 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Ion-Mihai Tetcu Date: Thu, 13 Oct 2005 12:40:12 -0400 User-Agent: KMail/1.8.2 References: <200510130230.j9D2U9D0099073@repoman.freebsd.org> <20051013145708.3236e699@it.buh.cameradicommercio.ro> In-Reply-To: <20051013145708.3236e699@it.buh.cameradicommercio.ro> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510131240.13215.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV devel-20050525/1131/Wed Oct 12 16:35:32 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: cvs-ports@freebsd.org, skv@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/textproc/sablotron Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2005 16:40:53 -0000 > On my FreeBSD 6.0-BETA5 #4: Sat Oct 8 15:26:09 EEST 2005: > > c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -I/usr/local/include -O2 -pipe > -march=athlon-xp -MT encoding.lo -MD -MP -MF .deps/encoding.Tpo -c > encoding.cpp -fPIC -DPIC -o .libs/encoding.o > encoding.cpp: In member function `Bool Recoder::conv(Situation&, ConvInfo*, const char*&, size_t&, char*&, size_t&, EncResult&)': encoding.cpp:285: error: invalid conversion from `char**' to `const char**' [...] I can't reproduce this -- it builds just fine here on 5.4 and on 6.0 amd64 and i386 (Sept 29). Can you, please, investigate locally? Perhaps, it is about the iconv version? -mi