From owner-freebsd-questions@FreeBSD.ORG Wed Jan 25 19:33:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D534316A41F for ; Wed, 25 Jan 2006 19:33:03 +0000 (GMT) (envelope-from ivan.roth@free.fr) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D7E643D45 for ; Wed, 25 Jan 2006 19:33:03 +0000 (GMT) (envelope-from ivan.roth@free.fr) Received: from [82.232.22.215] (nsg93-5-82-232-22-215.fbx.proxad.net [82.232.22.215]) by smtp1-g19.free.fr (Postfix) with ESMTP id DB52A6E91B; Wed, 25 Jan 2006 20:33:01 +0100 (CET) Message-ID: <43D7D26D.8010906@free.fr> Date: Wed, 25 Jan 2006 20:33:01 +0100 From: Ivan Roth User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lowell Gilbert , freebsd-questions@freebsd.org References: <43D6534B.4090702@o2.pl> <44r76w9v10.fsf@be-well.ilk.org> In-Reply-To: <44r76w9v10.fsf@be-well.ilk.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: I still obtain error when compile /usr/ports/math/scilab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2006 19:33:03 -0000 Lowell Gilbert wrote: >cblasius writes: > > > >>Hello! >> >>Thank you for previous help :-) ! >> >>I upgrade my port tree (cvsup) and all instaled ports (portupgrade >>-a) and still is problem with compiling >>/usr/ports/math/scilab. Especially with port: >>/usr/ports/textproc/sablotron. Could someone help me with this >>issue. I want to use scilab for my work at university. >> >>Thanks in advance. >>Here is the output when I compiled sablotron. >> >>===> Building for Sablot-1.0.2 >>Making all in src >>gmake[1]: Entering directory >>`/usr/ports/textproc/sablotron/work/Sablot-1.0.2/src' >>Making all in engine >>gmake[2]: Entering directory >>`/usr/ports/textproc/sablotron/work/Sablot-1.0.2/src/engine' >>if /bin/sh /usr/local/bin/libtool15 --mode=compile --tag=CXX c++ >>-DHAVE_CONFIG_H >>-I. -I. -I../../autocfg -I/usr/local/include -O2 >>-fno-strict-aliasing -pipe >>-march=pentiumpro -MT encoding.lo -MD -MP -MF >>".deps/encoding.Tpo" -c -o >>encoding.lo encoding.cpp; \ >>then mv -f ".deps/encoding.Tpo" ".deps/encoding.Plo"; else rm -f >>".deps/encoding.Tpo"; exit 1; fi >> c++ -DHAVE_CONFIG_H -I. -I. -I../../autocfg -I/usr/local/include >>-O2 >>-fno-strict-aliasing -pipe -march=pentiumpro -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**' >>encoding.cpp:285: error: initializing argument 2 of `size_t >>libiconv(void*, >>const char**, size_t*, char**, size_t*)' >>gmake[2]: *** [encoding.lo] Error 1 >>gmake[2]: Leaving directory >>`/usr/ports/textproc/sablotron/work/Sablot-1.0.2/src/engine' >>gmake[1]: *** [all-recursive] Error 1 >>gmake[1]: Leaving directory >>`/usr/ports/textproc/sablotron/work/Sablot-1.0.2/src' >>gmake: *** [all-recursive] Error 1 >>*** Error code 2 >> >>Stop in /usr/ports/textproc/sablotron. >> >> > >It works for me, this morning, on 6-STABLE. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > Hi, I think a better upgrade will be portupgrade -arR as it is recursive, i.e. it upgrades the ports depending on the one you upgrade. I am not so sure but it is the way I use portupgrade. -- Regards, Ivan.