Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jan 2006 20:33:01 +0100
From:      Ivan Roth <ivan.roth@free.fr>
To:        Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>,  freebsd-questions@freebsd.org
Subject:   Re: I still obtain error when compile /usr/ports/math/scilab
Message-ID:  <43D7D26D.8010906@free.fr>
In-Reply-To: <44r76w9v10.fsf@be-well.ilk.org>
References:  <43D6534B.4090702@o2.pl> <44r76w9v10.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Lowell Gilbert wrote:

>cblasius <cblasius@o2.pl> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43D7D26D.8010906>