Date: Wed, 16 Jun 2010 20:22:32 +0400 From: Anonymous <swell.k@gmail.com> To: Alexander Best <alexbestms@uni-muenster.de> Cc: freebsd-current@freebsd.org, Gabor Kovesdan <gabor@freebsd.org> Subject: Re: [CFT] BSDL iconv in base system Message-ID: <86typ3t0af.fsf@gmail.com> In-Reply-To: <AANLkTinfq-fSwZr9H2uY5NpSQrxBCSeih9q3Se8VtXxz@mail.gmail.com> (Alexander Best's message of "Wed, 16 Jun 2010 18:18:54 %2B0200") References: <AANLkTim5bauRKyv2BM_0SkHDNZic-C6J20E0vuYPZRIq@mail.gmail.com> <4C17BB76.6020702@FreeBSD.org> <AANLkTinSPmN046knazFOnN_Qy716UtzJgCHvzL3vlWOd@mail.gmail.com> <AANLkTindxE6I6T2dj6nJNkzkszXH105-d07SsqDsDdXu@mail.gmail.com> <4C17E287.8060703@FreeBSD.org> <AANLkTiltmxoIb-lDLK_k-jlS1IIBqeOO2X-8PwxFGH1T@mail.gmail.com> <AANLkTinfq-fSwZr9H2uY5NpSQrxBCSeih9q3Se8VtXxz@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexander Best <alexbestms@uni-muenster.de> writes: > On Wed, Jun 16, 2010 at 3:50 PM, Alexander Best > <alexbestms@uni-muenster.de> wrote: >> On Tue, Jun 15, 2010 at 10:28 PM, Gabor Kovesdan <gabor@freebsd.org> wrote: >>> >>>> >>>> cc1: warnings being treated as errors >>>> >>>> /usr/src/lib/libiconv_modules/BIG5/../../libc/iconv/citrus_stdenc_template.h: >>>> In function '_citrus_BIG5_stdenc_cstomb': >>>> >>>> /usr/src/lib/libiconv_modules/BIG5/../../libc/iconv/citrus_stdenc_template.h:138: >>>> warning: 'ret' may be used uninitialized in this function >>>> >>> >>> Eeh. I'm sorry, I'll look at it tomorrow. For now you can use WERROR="" and >>> CWARNFLAGS="" to test, actually it was what I used that's why I couldn't >>> catch this. I had the same problem with some code that was not mine so I >>> just set it. I don't know why I'm having that, tohugh, I also have that with >>> a clean unpatched src tree and I'm not using any CFLAGS tweak or such. >>> If you haven't done make clean yet, you can resume the build with: >> >> make buildworld -DNO_CLEAN WERROR="" CWARNFLAGS="" >> >> thanks. that worked. :) > > ok. after installing world i get this when bootingt up: > > Starting powerd. > Starting musicpd. > path: invalid filesystem charset: ISO-8859-15 > /usr/lib/i18n/libiconv_std.so.4: unsupported file > layout/usr/lib/i18n/libiconv_std.so.4: unsupported file > layout/usr/lib/i18n/libiconv_std.so.4: unsupported file > layout/usr/lib/i18n/libiconv_std.so.4: unsupported file > layout/usr/lib/i18n/libiconv_std.so.4: unsupported file layout > pid 1078 (mpd), uid 1001: exited on signal 6 > Abort trap > /etc/rc: WARNING: failed to start musicpd > Starting mpdscribble. > GLib: Cannot convert message: Conversion from character set 'UTF-8' to > 'ASCII' is not supported > /usr/lib/i18n/libiconv_std.so.4: unsupported file > layout/usr/lib/i18n/libiconv_std.so.4: unsupported file > layout/usr/lib/i18n/libiconv_std.so.4: unsupported file > layout/usr/lib/i18n/libiconv_std.so.4: unsupported file layoutoption > parsing failed: Conversion from character set 'ASCII' to 'UTF-8' is > not supported > /etc/rc: WARNING: failed to start mpdscribble Can you try? $ cd /usr/src/lib/libiconv_modules $ make install
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86typ3t0af.fsf>