ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] Locale-gen and libffi.so.5 Package support


From: Stuart Hughes
Subject: Re: [Ltib] Locale-gen and libffi.so.5 Package support
Date: Mon, 02 May 2011 15:06:36 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7

Hi Adil,

There's no java support in LTIB.  You'd need to add the missing packages.

Regards, Stuart

On 27/04/11 02:15, Adil Baber Mohammad wrote:
> Hi Stuart,
> 
>  
> 
> Thanks for the Information. I will try this and let the group know.
> 
>  
> 
> _However my second Query is still Unanswered : _
> 
>  
> 
> *How do I Install “libffi.s0.5”. I need this to run “C” Program code
> from Java code using JNA?*
> 
>  
> 
> address@hidden jna]# ldd libjnidispatch.so
> 
> ./libjnidispatch.so: /lib/libc.so.6: version `GLIBC_2.11' not found
> (required by ./libjnidispatch.so)
> 
>         libffi.so.5 => not found
> 
>         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40015000)
> 
>         libc.so.6 => /lib/libc.so.6 (0x40028000)
> 
>         /lib/ld-linux.so.3 (0x2a000000)
> 
>  
> 
> *Are there any plans of adding Java Package in future? Please refer to
> Java SE Embedded from Oracle/SUN -
> http://www.oracle.com/technetwork/java/embedded/overview/index.html*
> 
> * *
> 
>  
> 
> Regards,
> 
> Adil Baber
> 
> Senior Java/Web Developer
> 
> * *
> 
> *CHK **/GridSense /**Pty Ltd***
> 
> Unit 3, 20-36 Nancarrow Ave
> 
> Meadowbank, NSW, 2114, Australia
> 
> Web Site:   www.gridsense.com <http://www.gridsense.com/>
> 
> E-mail:       address@hidden <mailto:address@hidden>
> 
> Phone:    +61 (0) 408245975
> 
> Fax:        +61 2 8878 7788
> 
>  
> 
> /This e-mail and any of its attachments may contain GridSense
> Corporation proprietary information, which is privileged, confidential,
> and/or subject to copyright belonging to the GridSense Corporation, a
> member of the Acorn Energy Corporation family of Companies. This e-mail
> is intended solely for the use of the individual or entity to which it
> is addressed. If you are not the intended recipient of this e-mail, you
> are hereby notified that any dissemination, distribution, copying, or
> action taken in relation to the contents of and attachments to this
> e-mail is strictly prohibited and may be unlawful. If you have received
> this e-mail in error, please notify the sender immediately and
> permanently delete the original and any copy of this e-mail and any
> printout. Thank You./
> 
>  
> 
> *From:*Stuart Hughes [mailto:address@hidden
> *Sent:* Friday, 22 April 2011 18:12
> *To:* Adil Baber Mohammad
> *Cc:* address@hidden
> *Subject:* Re: [Ltib] Locale-gen and libffi.so.5 Package support
> 
>  
> 
> Hi Adil,
> 
> locale-gen appears to be an add-on script to eglibc.
> You either need to package this yourself and add it to LTIB (if you do,
> send a patch please).
> Alternatively as it's a shell script, you could copy this to the target
> and try to run it. 
> However I'm not sure what it depends on.
> 
> Currently there's no java package in LTIB.
> 
> Regards, Stuart
> 
> On 21/04/11 09:06, Adil Baber Mohammad wrote:
> 
> Hi,
> 
>  
> 
> First of all I would like to thank you all for a great support you guys
> are giving to the Linux Community.
> 
>  
> 
> It’s really great to have such a forum and mailing list to discuss
> things related to Linux.
> 
>  
> 
> My Organisation has been using ltib for creating Linux Images on
> Embedded Systems.
> 
>  
> 
> *_My Queries :_*
> 
>  
> 
> *Is there a support for “locale-gen” command on the default package list
> of LTIB? Just “locale” command is working but not “locale-gen”. I need
> to have UTF-8 Locale in my Linux on ARM based processor. As If I know it
> shows “POSIX” as my Locale when I type in Locale Command in the terminal. *
> 
>  
> 
> When I type in Locale in the Terminal, it gives me :
> 
>  
> 
> address@hidden MyJNA]# locale
> 
> LANG=
> 
> LC_CTYPE="POSIX"
> 
> LC_NUMERIC="POSIX"
> 
> LC_TIME="POSIX"
> 
> LC_COLLATE="POSIX"
> 
> LC_MONETARY="POSIX"
> 
> LC_MESSAGES="POSIX"
> 
> LC_PAPER="POSIX"
> 
> LC_NAME="POSIX"
> 
> LC_ADDRESS="POSIX"
> 
> LC_TELEPHONE="POSIX"
> 
> LC_MEASUREMENT="POSIX"
> 
> LC_IDENTIFICATION="POSIX"
> 
> LC_ALL=
> 
>  
> 
> _It should be something like :_
> 
>  
> 
> address@hidden:/$ locale
> 
> LANG=en_US.utf8
> 
> LC_CTYPE="en_US.utf8"
> 
> LC_NUMERIC="en_US.utf8"
> 
> LC_TIME="en_US.utf8"
> 
> LC_COLLATE="en_US.utf8"
> 
> LC_MONETARY="en_US.utf8"
> 
> LC_MESSAGES="en_US.utf8"
> 
> LC_PAPER="en_US.utf8"
> 
> LC_NAME="en_US.utf8"
> 
> LC_ADDRESS="en_US.utf8"
> 
> LC_TELEPHONE="en_US.utf8"
> 
> LC_MEASUREMENT="en_US.utf8"
> 
> LC_IDENTIFICATION="en_US.utf8"
> 
> LC_ALL=
> 
>  
> 
>  
> 
>  
> 
> *How do I Install “libffi.s0.5”. I need this to run “C” Program code
> from Java code using JNA?*
> 
>  
> 
> address@hidden jna]# ldd libjnidispatch.so
> 
> ./libjnidispatch.so: /lib/libc.so.6: version `GLIBC_2.11' not found
> (required by ./libjnidispatch.so)
> 
>         libffi.so.5 => not found
> 
>         libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40015000)
> 
>         libc.so.6 => /lib/libc.so.6 (0x40028000)
> 
>         /lib/ld-linux.so.3 (0x2a000000)
> 
>  
> 
> *Is there any Java Package on Linux ARM?*
> 
>  
> 
> Please help.
> 
>  
> 
> Regards,
> 
> Adil Baber
> 
> Senior Java/Web Developer
> 
> * *
> 
> *CHK **/GridSense /**Pty Ltd*
> 
> Unit 3, 20-36 Nancarrow Ave
> 
> Meadowbank, NSW, 2114, Australia
> 
> Web Site:   www.gridsense.com <http://www.gridsense.com/>
> 
> E-mail:       address@hidden <mailto:address@hidden>
> 
> Phone:    +61 (0) 408245975
> 
> Fax:        +61 2 8878 7788
> 
>  
> 
> /This e-mail and any of its attachments may contain GridSense
> Corporation proprietary information, which is privileged, confidential,
> and/or subject to copyright belonging to the GridSense Corporation, a
> member of the Acorn Energy Corporation family of Companies. This e-mail
> is intended solely for the use of the individual or entity to which it
> is addressed. If you are not the intended recipient of this e-mail, you
> are hereby notified that any dissemination, distribution, copying, or
> action taken in relation to the contents of and attachments to this
> e-mail is strictly prohibited and may be unlawful. If you have received
> this e-mail in error, please notify the sender immediately and
> permanently delete the original and any copy of this e-mail and any
> printout. Thank You./
> 
>  
> 
>  
> 
>  
> 
> _______________________________________________
> 
> LTIB home page: http://ltib.org
> 
>  
> 
> Ltib mailing list
> 
> address@hidden <mailto:address@hidden>
> 
> https://lists.nongnu.org/mailman/listinfo/ltib



reply via email to

[Prev in Thread] Current Thread [Next in Thread]