Re: linux-f10-flashplugin (unrelated Locale not supported message)

2011-10-03 Thread Chung-Yeol Lee
On Sat, Oct 1, 2011 at 4:32 AM, Ted Faber fa...@isi.edu wrote:

 On Fri, Sep 30, 2011 at 09:21:12PM +0200, Alexander Leidinger wrote:
  On Thu, 29 Sep 2011 16:13:50 -0700 Ted Faber fa...@isi.edu wrote:
 
   (process:52979): Gtk-WARNING **: Locale not supported by C library.
       Using the fallback 'C' locale.
 
  I would expect something like this if you use a valid FreeBSD locale
  specification which is not valid on Linux. For example on FreeBSD the
  iso 8859-XX locales have to be written differently. Maybe in your case
  we have something similar, a locale which exists in FreeBSD with a
  slightly different name than on Linux (Fedora 10 in the case of the
  linuxulator).

 FWIW, I use:

 $ echo $LC_ALL
 en_US.UTF-8


 --
 Ted Faber
 http://www.isi.edu/~faber           PGP: http://www.isi.edu/~faber/pubkeys.asc
 Unexpected attachment on this mail? See http://www.isi.edu/~faber/FAQ.html#SIG

Usually, I use the following command to generate proper locale files.

 /compat/linux/usr/bin/localedef -i ko_KR -c -f UTF-8 -A
/usr/share/locale/locale.alias ko_KR.UTF-8

(I'm using ko_KR.UTF-8 in FreeBSD)

I think similar things can be done with different locales.

Thanks,
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: linux-f10-flashplugin (unrelated Locale not supported message)

2011-10-03 Thread Alexander Leidinger
On Mon, 3 Oct 2011 15:43:41 +0900 Chung-Yeol Lee
chungyeol@gmail.com wrote:

 On Sat, Oct 1, 2011 at 4:32 AM, Ted Faber fa...@isi.edu wrote:
 
  On Fri, Sep 30, 2011 at 09:21:12PM +0200, Alexander Leidinger wrote:
   On Thu, 29 Sep 2011 16:13:50 -0700 Ted Faber fa...@isi.edu
   wrote:
  
(process:52979): Gtk-WARNING **: Locale not supported by C
library. Using the fallback 'C' locale.
  
   I would expect something like this if you use a valid FreeBSD
   locale specification which is not valid on Linux. For example on
   FreeBSD the iso 8859-XX locales have to be written differently.
   Maybe in your case we have something similar, a locale which
   exists in FreeBSD with a slightly different name than on Linux
   (Fedora 10 in the case of the linuxulator).
 
  FWIW, I use:
 
  $ echo $LC_ALL
  en_US.UTF-8

 Usually, I use the following command to generate proper locale files.
 
  /compat/linux/usr/bin/localedef -i ko_KR -c -f UTF-8 -A
 /usr/share/locale/locale.alias ko_KR.UTF-8
 
 (I'm using ko_KR.UTF-8 in FreeBSD)
 
 I think similar things can be done with different locales.

Interesting... sort of.

You use a linux command and and generate a FreeBSD file? Does it also
work if you use /compat/linux/usr/share/locale/locale.alias instead
(no such file in the /usr/share/locale directory)?

Do you think something like this is correct?

foreach LANG in /compat/linux/usr/share/locale/*; do
  if [ -d $LANG ]; then
NAME=$(basename $LANG)
foreach ENCDIR in /usr/share/locale/${NAME}.* ]; do
   ENC=$(echo $ENCDIR | sed -e 's:/usr/share/locale/${NAME}\.::')
   /compat/linux/usr/bin/localedef -i $NAME -c -f $ENC -A ... \
  $NAME.$ENC
   done
  fi
done

If it works with /compat/linux/usr/share/locale/locale.alias, we could
add it to the linux_base port.

Bye,
Alexander.

-- 
http://www.Leidinger.netAlexander @ Leidinger.net: PGP ID = B0063FE7
http://www.FreeBSD.org   netchild @ FreeBSD.org  : PGP ID = 72077137
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to freebsd-stable-unsubscr...@freebsd.org


Re: FreeBSD 9.0-BETA3 Available...

2011-10-03 Thread Arnaud Lacombe
Hi,

On Wed, Sep 28, 2011 at 9:42 PM, Ken Smith kensm...@buffalo.edu wrote:

 The third BETA build of the 9.0-RELEASE release cycle is now
 available.  Since this is the first release of a brand new branch
 I cross-post the announcements on both -current and -stable.  But
 just so you know most of the developers active in head pay more
 attention to the -current mailing list.  If you notice problems you
 can report them through the normal Gnats PR system or on the -current
 mailing list.

 The 9.0-RELEASE cycle will be tracked here:

        http://wiki.freebsd.org/Releng/9.0TODO

could you please update that page ? It's wayy out of date...

Thanks,
 - Arnaud

 though the schedule listed there is still way off.  We'll re-work the
 schedule some time soon.

 NOTE: The location of the FTP install tree and ISOs is the same as it
 had been for BETA2, though we are still deciding if this will be the
 layout we switch to for the release.

 ISO images for the following architectures are available, with pathnames
 given relative to the top-level of the FTP site:

  amd64: .../releases/amd64/amd64/ISO-IMAGES/9.0/
  i386: .../releases/i386/i386/ISO-IMAGES/9.0/
  ia64: .../releases/ia64/ia64/ISO-IMAGES/9.0/
  powerpc: .../releases/powerpc/powerpc/ISO-IMAGES/9.0/
  powerpc64: .../releases/powerpc/powerpc64/ISO-IMAGES/9.0/
  sparc64: .../releases/sparc64/sparc64/ISO-IMAGES/9.0/

 MD5/SHA256 checksums are tacked on below.

 If you would like to use csup/cvsup mechanisms to access the source
 tree the branch tag to use is now RELENG_8, if you use . (head)
 you will get 10-CURRENT.  If you would like to access the source tree
 via SVN it is svn://svn.freebsd.org/base/stable/9/.  We still have
 the nit that the creation of a new SVN branch winds up causing what
 looks like a check-in of the entire tree in CVS (a side-effect of the
 svn2cvs exporter) so mergemaster -F is your friend if you are using
 csup/cvsup.

 At this point FreeBSD-Update is still not available, in part to help
 encourage testing the installer.

 We hope to start the Release Candidate phase of the release cycle with
 the next test build.

 Checksums:

 MD5 (FreeBSD-9.0-BETA3-amd64-bootonly.iso) = 2ce7b93d28fd7ff37965893f1af3f7fc
 MD5 (FreeBSD-9.0-BETA3-amd64-dvd1.iso) = 4affc701f2052edc548274f090e49235
 MD5 (FreeBSD-9.0-BETA3-amd64-memstick.img) = e260f2f2122326cb9a93ac83eb006c1c

 MD5 (FreeBSD-9.0-BETA3-i386-bootonly.iso) = ef43977dbf1c8c0f40710985660ed55e
 MD5 (FreeBSD-9.0-BETA3-i386-dvd1.iso) = 95bc3b0c312b83a79752dce616075cdb
 MD5 (FreeBSD-9.0-BETA3-i386-memstick.img) = d86475510e34698e8077edac717ae73c

 MD5 (FreeBSD-9.0-BETA3-ia64-bootonly.iso) = 463ee0447dd96ab7fc6e61a6b4623128
 MD5 (FreeBSD-9.0-BETA3-ia64-memstick) = 0d6ed910294fbf0afc1c34e9a55227b8
 MD5 (FreeBSD-9.0-BETA3-ia64-release.iso) = 716ace96755ddc2965c76590253fb756

 MD5 (FreeBSD-9.0-BETA3-powerpc-bootonly.iso) = 
 6110fe69b92e40e4eab03167795459d0
 MD5 (FreeBSD-9.0-BETA3-powerpc-memstick) = 9a365252f3c347c0b465096aed383679
 MD5 (FreeBSD-9.0-BETA3-powerpc-release.iso) = 8c18ca00a9a8013a615c86c2a5df46be

 MD5 (FreeBSD-9.0-BETA3-powerpc64-bootonly.iso) = 
 2d9e2458116de2b89085fe416e3ce2d5
 MD5 (FreeBSD-9.0-BETA3-powerpc64-memstick) = 0b547b0375bfb2a53efc2185b61bfc63
 MD5 (FreeBSD-9.0-BETA3-powerpc64-release.iso) = 
 cbc4ad7477bae80f0055e116038d06c2

 MD5 (FreeBSD-9.0-BETA3-sparc64-bootonly.iso) = 
 cc1d53cbae4a00672bc0cce3e11ba956
 MD5 (FreeBSD-9.0-BETA3-sparc64-dvd1.iso) = 988b07e44a4cfeb39e0aca0a1239c2d2

 SHA256 (FreeBSD-9.0-BETA3-amd64-bootonly.iso) = 
 bd12e94d69c189efa15f4ccc5c98d552d54ed204d6d811e9ac8a965dc8780c42
 SHA256 (FreeBSD-9.0-BETA3-amd64-dvd1.iso) = 
 fd026f1d0bdddaff533a58b8c731ecbc2b2b14d9d975e8771bebe07eba7a579c
 SHA256 (FreeBSD-9.0-BETA3-amd64-memstick.img) = 
 963326cc20ce81cfde062651d757fca1da2ae313fcb2aafcd92054970fdff3a6

 SHA256 (FreeBSD-9.0-BETA3-i386-bootonly.iso) = 
 8a083b9859ca09eca944afc9b20e93b167861b5d876a6ff2c791ad7ffe18f2ac
 SHA256 (FreeBSD-9.0-BETA3-i386-dvd1.iso) = 
 811e66efc14ba1a6184b787b09eb497df3c72f38688f73e6b44ffce9e8b81b42
 SHA256 (FreeBSD-9.0-BETA3-i386-memstick.img) = 
 8aca989b1c2837a21240a6c58124f19576cb322c183242e222999f59d99e6293

 SHA256 (FreeBSD-9.0-BETA3-ia64-bootonly.iso) = 
 96c91419fd9a80ff5c3322ef3ee99a4608bda3b39a630dca07869a2aa9c82f13
 SHA256 (FreeBSD-9.0-BETA3-ia64-memstick) = 
 3d253650fdd0bcbecd4f0fb45844f65f4e5a89120b66d16c2d3828370488d5fa
 SHA256 (FreeBSD-9.0-BETA3-ia64-release.iso) = 
 ab8d322bedc28329298b520b1550940dc5ae75a04636f326baf0f9f5d7e933e2

 SHA256 (FreeBSD-9.0-BETA3-powerpc-bootonly.iso) = 
 0fa3930add2b054ccc828ef9fbbec90efcd9781ad3c82a5ad8bae2d533f27cc5
 SHA256 (FreeBSD-9.0-BETA3-powerpc-memstick) = 
 d2c6e43d47021716ac3d0956acc5b9ecf0cf26bc452c1cdf7033d32dc2a66289
 SHA256 (FreeBSD-9.0-BETA3-powerpc-release.iso) = 
 9791766756ecaaa536c2f4e12f86fa99d8fc248d1457f36adafaf2a8865c95b2

 SHA256 (FreeBSD-9.0-BETA3-powerpc64-bootonly.iso) = 
 2d05648ed1be716fd6422ce81f5118424cd6fad7829144e58d64f88315c674e6
 SHA256