From owner-freebsd-current@FreeBSD.ORG Wed Jun 16 16:23:16 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D5D41065674; Wed, 16 Jun 2010 16:23:16 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id A05928FC08; Wed, 16 Jun 2010 16:23:15 +0000 (UTC) Received: by wyb34 with SMTP id 34so2724648wyb.13 for ; Wed, 16 Jun 2010 09:23:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=YFmCTl0REl+zR0JGXFH95L5m+zdMLKcRvaDcwe3FwLY=; b=bmgc/cxV8pbDnM8CfBklQgZR0osKii1mRMJAhpIerqgskOqNXIUuhaNt4j6rDVfI0E NxH1kzIdpX0TNSNgBspyzaIpxaHISDuTFJcKFTV42RHQ9GFQGD3IKkLv/+4XjFqEJlTr AM0e2c4y1504le89OxrDqajnBVRgJ9miOtaWE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Q6w8kQC7H988FZtlJixlDlkbzjJTvVl7Nww572K9mD5+BJlbJ1cxTIhAFmFIMO//J/ FkzThkxqmJWtFT1teAaCduMKDrTTGzCI/AlX2Z9WZh7Gb0ljppPmktVic0FrFL8HB/L9 cptEk8OeJA1Pf7qp6y1x5gt4jj3Z2zoOdHmIg= Received: by 10.216.177.85 with SMTP id c63mr5218184wem.14.1276705394242; Wed, 16 Jun 2010 09:23:14 -0700 (PDT) Received: from localhost ([78.142.140.194]) by mx.google.com with ESMTPS id l60sm2368446wej.15.2010.06.16.09.23.09 (version=SSLv3 cipher=RC4-MD5); Wed, 16 Jun 2010 09:23:12 -0700 (PDT) From: Anonymous To: Alexander Best References: <4C17BB76.6020702@FreeBSD.org> <4C17E287.8060703@FreeBSD.org> Date: Wed, 16 Jun 2010 20:22:32 +0400 In-Reply-To: (Alexander Best's message of "Wed, 16 Jun 2010 18:18:54 +0200") Message-ID: <86typ3t0af.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@freebsd.org, Gabor Kovesdan Subject: Re: [CFT] BSDL iconv in base system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jun 2010 16:23:16 -0000 Alexander Best writes: > On Wed, Jun 16, 2010 at 3:50 PM, Alexander Best > wrote: >> On Tue, Jun 15, 2010 at 10:28 PM, Gabor Kovesdan 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