You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ivan Volosyuk (JIRA)" <ji...@apache.org> on 2006/10/03 15:11:20 UTC

[jira] Created: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

[classlib][depends] Missing em64t version of icu libraries
----------------------------------------------------------

                 Key: HARMONY-1676
                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
             Project: Harmony
          Issue Type: New Feature
          Components: Classlib
         Environment: Linux/em64t
            Reporter: Ivan Volosyuk


Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_12444607 ] 
            
Mark Hindess commented on HARMONY-1676:
---------------------------------------

My preference would be just to build x86_64 libraries at the same version, 3.4 IIRC, as the x86 ones rather than clutter the ant code with conditions to set for different library names for each architecture.

I'm also hoping that Oliver will produce an x86_64 VME to help us make faster progress on this platform and having to ifdef the hardcoded references to these libraries just makes that take longer.

Alternatively we could just rename the files and hope for the best?



> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Mark Hindess
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by Mark Hindess <ma...@googlemail.com>.
On 4 October 2006 at 18:41, "Ivan Volosyuk" <iv...@gmail.com> wrote:
> On 10/4/06, Mark Hindess <ma...@googlemail.com> wrote:
> >
> > On 4 October 2006 at 12:59, "Ivan Volosyuk" <iv...@gmail.com> wrote
> :
> > > On 10/4/06, Mark Hindess <ma...@googlemail.com> wrote:
> > > >
> > > > On 3 October 2006 at 8:12, "Ivan Volosyuk (JIRA)" <ji...@apache.org> wro
> te:
> > > > >     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments
> #act
> > > ion_
> > > > > 12439536 ]
> > > > >
> > > > > Ivan Volosyuk commented on HARMONY-1676:
> > > > > ----------------------------------------
> > > > >
> > > > > copy these files into depends/libs/linux.x86_64
> > > > > build with 'ant -Dos.arch=x86_64'
> > > >
> > > > I've just checked in a change to make/properties.xml (as r452774) that
> > > > should add os.arch normalization for x86_64.  (This basically duplicate
> s
> > > > what we did to handle the way the os.arch variables differ between
> > > > reference jdks.)
> > > >
> > > > So, hopefully, you shouldn't need -Dos.arch=x86_64 any more.  If it
> > > > doesn't work, can you let me know what os.arch says for the jdk you are
> > > > using.
> > > >
> > > > Thanks,
> > > >  Mark.
> > >
> > > Well, I didn't download 64 bit version jdk, so I've just used the 32
> > > bit version which works just fine on 64 bit version of linux.
> > > Jdk I use is:
> > >   jrockit-jdk1.5.0-linux-ia32 (build 1.5.0-b64)
> >
> > And what is os.arch is set to?  x86 or i386 or something?
> >
> > Probably not much we can do about that.  Except perhaps create a user
> > preferences file.
>
> I don't know, looks like that. Well, I am happy with current state. It
> is often quite painful for me to have number of property files.

I'm not sure I understand your pain, but don't worry any user properties
files will be entirely optional.

You could always run a x86_64 jdk?

Regards,
 Mark.

> -- 
> Ivan
> Intel Middleware Products Division
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by Ivan Volosyuk <iv...@gmail.com>.
On 10/4/06, Mark Hindess <ma...@googlemail.com> wrote:
>
> On 4 October 2006 at 12:59, "Ivan Volosyuk" <iv...@gmail.com> wrote:
> > On 10/4/06, Mark Hindess <ma...@googlemail.com> wrote:
> > >
> > > On 3 October 2006 at 8:12, "Ivan Volosyuk (JIRA)" <ji...@apache.org> wrote:
> > > >     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#act
> > ion_
> > > > 12439536 ]
> > > >
> > > > Ivan Volosyuk commented on HARMONY-1676:
> > > > ----------------------------------------
> > > >
> > > > copy these files into depends/libs/linux.x86_64
> > > > build with 'ant -Dos.arch=x86_64'
> > >
> > > I've just checked in a change to make/properties.xml (as r452774) that
> > > should add os.arch normalization for x86_64.  (This basically duplicates
> > > what we did to handle the way the os.arch variables differ between
> > > reference jdks.)
> > >
> > > So, hopefully, you shouldn't need -Dos.arch=x86_64 any more.  If it
> > > doesn't work, can you let me know what os.arch says for the jdk you are
> > > using.
> > >
> > > Thanks,
> > >  Mark.
> >
> > Well, I didn't download 64 bit version jdk, so I've just used the 32
> > bit version which works just fine on 64 bit version of linux.
> > Jdk I use is:
> >   jrockit-jdk1.5.0-linux-ia32 (build 1.5.0-b64)
>
> And what is os.arch is set to?  x86 or i386 or something?
>
> Probably not much we can do about that.  Except perhaps create a user
> preferences file.
>
> Regards,
>  Mark.

I don't know, looks like that. Well, I am happy with current state. It
is often quite painful for me to have number of property files.

-- 
Ivan
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by Mark Hindess <ma...@googlemail.com>.
On 4 October 2006 at 12:59, "Ivan Volosyuk" <iv...@gmail.com> wrote:
> On 10/4/06, Mark Hindess <ma...@googlemail.com> wrote:
> >
> > On 3 October 2006 at 8:12, "Ivan Volosyuk (JIRA)" <ji...@apache.org> wrote:
> > >     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#act
> ion_
> > > 12439536 ]
> > >
> > > Ivan Volosyuk commented on HARMONY-1676:
> > > ----------------------------------------
> > >
> > > copy these files into depends/libs/linux.x86_64
> > > build with 'ant -Dos.arch=x86_64'
> >
> > I've just checked in a change to make/properties.xml (as r452774) that
> > should add os.arch normalization for x86_64.  (This basically duplicates
> > what we did to handle the way the os.arch variables differ between
> > reference jdks.)
> >
> > So, hopefully, you shouldn't need -Dos.arch=x86_64 any more.  If it
> > doesn't work, can you let me know what os.arch says for the jdk you are
> > using.
> >
> > Thanks,
> >  Mark.
> 
> Well, I didn't download 64 bit version jdk, so I've just used the 32
> bit version which works just fine on 64 bit version of linux.
> Jdk I use is:
>   jrockit-jdk1.5.0-linux-ia32 (build 1.5.0-b64)

And what is os.arch is set to?  x86 or i386 or something?

Probably not much we can do about that.  Except perhaps create a user
preferences file.

Regards,
 Mark.



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by Ivan Volosyuk <iv...@gmail.com>.
On 10/4/06, Mark Hindess <ma...@googlemail.com> wrote:
>
> On 3 October 2006 at 8:12, "Ivan Volosyuk (JIRA)" <ji...@apache.org> wrote:
> >     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_
> > 12439536 ]
> >
> > Ivan Volosyuk commented on HARMONY-1676:
> > ----------------------------------------
> >
> > copy these files into depends/libs/linux.x86_64
> > build with 'ant -Dos.arch=x86_64'
>
> I've just checked in a change to make/properties.xml (as r452774) that
> should add os.arch normalization for x86_64.  (This basically duplicates
> what we did to handle the way the os.arch variables differ between
> reference jdks.)
>
> So, hopefully, you shouldn't need -Dos.arch=x86_64 any more.  If it
> doesn't work, can you let me know what os.arch says for the jdk you are
> using.
>
> Thanks,
>  Mark.

Well, I didn't download 64 bit version jdk, so I've just used the 32
bit version which works just fine on 64 bit version of linux.
Jdk I use is:
  jrockit-jdk1.5.0-linux-ia32 (build 1.5.0-b64)

-- 
Ivan
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by Mark Hindess <ma...@googlemail.com>.
On 3 October 2006 at 8:12, "Ivan Volosyuk (JIRA)" <ji...@apache.org> wrote:
>     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_
> 12439536 ] 
>             
> Ivan Volosyuk commented on HARMONY-1676:
> ----------------------------------------
> 
> copy these files into depends/libs/linux.x86_64
> build with 'ant -Dos.arch=x86_64'

I've just checked in a change to make/properties.xml (as r452774) that
should add os.arch normalization for x86_64.  (This basically duplicates
what we did to handle the way the os.arch variables differ between
reference jdks.)

So, hopefully, you shouldn't need -Dos.arch=x86_64 any more.  If it
doesn't work, can you let me know what os.arch says for the jdk you are
using.

Thanks,
 Mark.



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


[jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_12439536 ] 
            
Ivan Volosyuk commented on HARMONY-1676:
----------------------------------------

copy these files into depends/libs/linux.x86_64
build with 'ant -Dos.arch=x86_64'

> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_12439769 ] 
            
Ivan Volosyuk commented on HARMONY-1676:
----------------------------------------

Icu libraries on SLES9 are:
   icu-2.6.2-2.3.x86_64.rpm
   icu-data-2.6.2-2.3.x86_64.rpm
   icu-i18ndata-2.6.2-2.3.x86_64.rpm
   icu-locales-2.6-94.1.x86_64.rpm

Its look a bit outdated. We use icu-3.4.x in harmony. BTW, the 3.6 version of  icu libraries is already available. Looks like we should think of transition to newer libraries set.

Having binaries of x86 version of the libraries in harmony tree and not having em64t version looks strange for me. Either we should entirely use system ones on all archs or let the 64 bit library also be available on the tree.


> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Mark Hindess
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=all ]

Mark Hindess reassigned HARMONY-1676:
-------------------------------------

    Assignee: Mark Hindess

> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Mark Hindess
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_12439498 ] 
            
Ivan Volosyuk commented on HARMONY-1676:
----------------------------------------

http://icu.sourceforge.net/download/3.4.html

> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=all ]

Ivan Volosyuk updated HARMONY-1676:
-----------------------------------

    Attachment: icu-3.4.1-binary-x86_64.tar.bz2

A set of libraries required by classlib attached.
build from ftp://ftp.software.ibm.com/software/globalization/icu/3.4.1/icu-3.4.1.tgz
On system described above.

Build sequence:
   gunzip <~/work/icu-3.4.1.tgz | tar -xv
   cd icu/source
   ./configure
   make
   cd lib
   tar -c libicudata.so.34.1 libicui18n.so.34.1 libicuuc.so.34.1 | bzip2 -9 >icu-3.4.1-binary-x86_64.tar.bz2



> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=all ]

Geir Magnusson Jr closed HARMONY-1676.
--------------------------------------


> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Geir Magnusson Jr
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_12439749 ] 
            
Mark Hindess commented on HARMONY-1676:
---------------------------------------

Ivan, my debian installation has icu packages that provide the basic icu libraries.  When I was testing on x86_64,  I just created symlinks to the system versions (in a similar way to the way we handle png/lcms/jpeg).  I had to build the icu4jni library since that wasn't available as a package.

My question is, does SuSE provide at least the basic icu libraries?  Perhaps we should just use those?

(At the moment I'm using the static .a libraries but ultimately we should probably use the sytem installed .so libraries.  This means that you need the -devel/-dev packages for libraries.)

> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Mark Hindess
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=all ]

Geir Magnusson Jr resolved HARMONY-1676.
----------------------------------------

    Resolution: Fixed

r475992

Committed to make easier for the next person who tries this.

We can always revisit and change

> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Geir Magnusson Jr
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_12444584 ] 
            
Geir Magnusson Jr commented on HARMONY-1676:
--------------------------------------------

Unless there's a problem, why *not* go with whatever we can for x86_64 and sync later?

> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Mark Hindess
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=all ]

Geir Magnusson Jr reassigned HARMONY-1676:
------------------------------------------

    Assignee: Geir Magnusson Jr  (was: Mark Hindess)

> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Geir Magnusson Jr
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1676?page=all ]

Ivan Volosyuk updated HARMONY-1676:
-----------------------------------

    Attachment: libICUInterface34d.tar.bz2

Build from:
  ftp://ftp.software.ibm.com/software/globalization/icu/icu4j/icu4jni/3.4/icu4jni_3_4_patch-01.zip
  ftp://ftp.software.ibm.com/software/globalization/icu/icu4j/icu4jni/3.4/icu4jni_3_4.zip
  
Build instructions:

unzip ~/work/icu4jni_3_4.zip
unzip ~/work/icu4jni_3_4_patch-01.zip
cd icu4jni
dos2unix ../patch/icu4jni-3401.patch
dos2unix src/native/converter/ConverterInterface.c
dos2unix src/native/normalizer/NormalizationInterface.c
patch -p0 <../patch/icu4jni-3401.patch
dos2unix configure
export PATH=/usr/local/bin:$PATH
dos2unix config.sub
dos2unix config.guess
sh configure
make
cd build/lib
tar -c libICUInterface34d.so | bzip2 -9 >libICUInterface34d.tar.bz2


> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_12441080 ] 
            
Mark Hindess commented on HARMONY-1676:
---------------------------------------

It looks like icu is changing to fast for distributions to keep up so local versions are not a sane option.  So we should continue with the process we started with x86 versions.

As you say, the 3.6 icu libraries are already available.  It looks like Richard Liang is going to take a look at updating classlib to use this.  Rather than modify the build to cope with two versions - 3.4 for x86 and 3.4.1 for x86_64 - and check in the attached  3.4.1 versions,  I think it would be better to wait for Richard's work?  Does that seem reasonable?  Could you provide 3.6 versions of the libraries?


> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>         Assigned To: Mark Hindess
>         Attachments: icu-3.4.1-binary-x86_64.tar.bz2, libICUInterface34d.tar.bz2
>
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1676) [classlib][depends] Missing em64t version of icu libraries

Posted by "Ivan Volosyuk (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1676?page=comments#action_12439503 ] 
            
Ivan Volosyuk commented on HARMONY-1676:
----------------------------------------

I'm going to build it on:
   SUSE LINUX Enterprise Server 9 (x86_64)
   Libc: 2.3.3 (20040412)
   GNU ld version 2.15.90.0.1.1 20040303 (SuSE Linux)
   gcc (GCC) 3.3.3 (SuSE Linux)


> [classlib][depends] Missing em64t version of icu libraries
> ----------------------------------------------------------
>
>                 Key: HARMONY-1676
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1676
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Classlib
>         Environment: Linux/em64t
>            Reporter: Ivan Volosyuk
>
> Missing EM64T version of icu libraries in classlib in depends/libs directory.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira