You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Igor V Chebykin (JIRA)" <ji...@apache.org> on 2006/12/22 12:18:21 UTC

[jira] Created: (HARMONY-2847) [drlvm] [ipf] latest drlvm is not compilable on linux.ipf

[drlvm] [ipf] latest drlvm is not compilable on linux.ipf
---------------------------------------------------------

                 Key: HARMONY-2847
                 URL: http://issues.apache.org/jira/browse/HARMONY-2847
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: linux.ipf
            Reporter: Igor V Chebykin


1) Compilation drlvm on linux.ia64 failed with following errors:
[cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp: In
       [cc]    function `void m2n_pop_local_handles()':
       [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:253: error: redefinition
       [cc]    of `void m2n_pop_local_handles()'
       [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:247: error: `
       [cc]    void m2n_pop_local_handles()' previously defined here
       [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:253: error: redefinition
       [cc]    of `void m2n_pop_local_handles()'
       [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:247: error: `
       [cc]    void m2n_pop_local_handles()' previously defined here
       [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp: In
       [cc]    function `void m2n_gen_pop_m2n(Merced_Code_Emitter*, bool, M2nPreserveRet, 
       [cc]    bool, unsigned int, int)':
       [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:292: error: cannot
       [cc]    resolve overloaded function `m2n_pop_local_handles' based on conversion to 
       [cc]    type `void**'
       [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:307: error: `
       [cc]    free_target' undeclared (first use this function)
       [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:307: error: (Each
       [cc]    undeclared identifier is reported only once for each function it appears 
       [cc]    in.)

2) Please review and apply the patch, which eliminates the errors,

3) Also, the patch eliminates some errors during executing of HelloWorld
    I commented old code with "// iche" at the beginning of the lines, and new code with "// iche" at the ends

Note, that executing of HelloWorld is still failed on linux.ia64


-- 
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-2847) [drlvm] [ipf] latest drlvm is not compilable on linux.ipf

Posted by "Igor V Chebykin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2847?page=all ]

Igor V Chebykin updated HARMONY-2847:
-------------------------------------

    Attachment: HARMONY-2847.txt

The patch

> [drlvm] [ipf] latest drlvm is not compilable on linux.ipf
> ---------------------------------------------------------
>
>                 Key: HARMONY-2847
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2847
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: linux.ipf
>            Reporter: Igor V Chebykin
>         Attachments: HARMONY-2847.txt
>
>
> 1) Compilation drlvm on linux.ia64 failed with following errors:
> [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp: In
>        [cc]    function `void m2n_pop_local_handles()':
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:253: error: redefinition
>        [cc]    of `void m2n_pop_local_handles()'
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:247: error: `
>        [cc]    void m2n_pop_local_handles()' previously defined here
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:253: error: redefinition
>        [cc]    of `void m2n_pop_local_handles()'
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:247: error: `
>        [cc]    void m2n_pop_local_handles()' previously defined here
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp: In
>        [cc]    function `void m2n_gen_pop_m2n(Merced_Code_Emitter*, bool, M2nPreserveRet, 
>        [cc]    bool, unsigned int, int)':
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:292: error: cannot
>        [cc]    resolve overloaded function `m2n_pop_local_handles' based on conversion to 
>        [cc]    type `void**'
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:307: error: `
>        [cc]    free_target' undeclared (first use this function)
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:307: error: (Each
>        [cc]    undeclared identifier is reported only once for each function it appears 
>        [cc]    in.)
> 2) Please review and apply the patch, which eliminates the errors,
> 3) Also, the patch eliminates some errors during executing of HelloWorld
>     I commented old code with "// iche" at the beginning of the lines, and new code with "// iche" at the ends
> Note, that executing of HelloWorld is still failed on linux.ia64

-- 
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-2847) [drlvm] [ipf] latest drlvm is not compilable on linux.ipf

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

Alexey Varlamov resolved HARMONY-2847.
--------------------------------------

    Resolution: Fixed

Applied at r490692, modulo HARMONY-2876.
Please verify it fixed the build.

> [drlvm] [ipf] latest drlvm is not compilable on linux.ipf
> ---------------------------------------------------------
>
>                 Key: HARMONY-2847
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2847
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: linux.ipf
>            Reporter: Igor V Chebykin
>         Assigned To: Alexey Varlamov
>         Attachments: HARMONY-2847.txt
>
>
> 1) Compilation drlvm on linux.ia64 failed with following errors:
> [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp: In
>        [cc]    function `void m2n_pop_local_handles()':
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:253: error: redefinition
>        [cc]    of `void m2n_pop_local_handles()'
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:247: error: `
>        [cc]    void m2n_pop_local_handles()' previously defined here
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:253: error: redefinition
>        [cc]    of `void m2n_pop_local_handles()'
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:247: error: `
>        [cc]    void m2n_pop_local_handles()' previously defined here
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp: In
>        [cc]    function `void m2n_gen_pop_m2n(Merced_Code_Emitter*, bool, M2nPreserveRet, 
>        [cc]    bool, unsigned int, int)':
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:292: error: cannot
>        [cc]    resolve overloaded function `m2n_pop_local_handles' based on conversion to 
>        [cc]    type `void**'
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:307: error: `
>        [cc]    free_target' undeclared (first use this function)
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:307: error: (Each
>        [cc]    undeclared identifier is reported only once for each function it appears 
>        [cc]    in.)
> 2) Please review and apply the patch, which eliminates the errors,
> 3) Also, the patch eliminates some errors during executing of HelloWorld
>     I commented old code with "// iche" at the beginning of the lines, and new code with "// iche" at the ends
> Note, that executing of HelloWorld is still failed on linux.ia64

-- 
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-2847) [drlvm] [ipf] latest drlvm is not compilable on linux.ipf

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

Alexey Varlamov reassigned HARMONY-2847:
----------------------------------------

    Assignee: Alexey Varlamov

> [drlvm] [ipf] latest drlvm is not compilable on linux.ipf
> ---------------------------------------------------------
>
>                 Key: HARMONY-2847
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2847
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: linux.ipf
>            Reporter: Igor V Chebykin
>         Assigned To: Alexey Varlamov
>         Attachments: HARMONY-2847.txt
>
>
> 1) Compilation drlvm on linux.ia64 failed with following errors:
> [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp: In
>        [cc]    function `void m2n_pop_local_handles()':
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:253: error: redefinition
>        [cc]    of `void m2n_pop_local_handles()'
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:247: error: `
>        [cc]    void m2n_pop_local_handles()' previously defined here
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:253: error: redefinition
>        [cc]    of `void m2n_pop_local_handles()'
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:247: error: `
>        [cc]    void m2n_pop_local_handles()' previously defined here
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp: In
>        [cc]    function `void m2n_gen_pop_m2n(Merced_Code_Emitter*, bool, M2nPreserveRet, 
>        [cc]    bool, unsigned int, int)':
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:292: error: cannot
>        [cc]    resolve overloaded function `m2n_pop_local_handles' based on conversion to 
>        [cc]    type `void**'
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:307: error: `
>        [cc]    free_target' undeclared (first use this function)
>        [cc] /export/lab_drlbuild/combined_gcc/CVS_20061221_0002_H/drlvm/trunk/vm/port/src/lil/ipf/pim/m2n_ipf.cpp:307: error: (Each
>        [cc]    undeclared identifier is reported only once for each function it appears 
>        [cc]    in.)
> 2) Please review and apply the patch, which eliminates the errors,
> 3) Also, the patch eliminates some errors during executing of HelloWorld
>     I commented old code with "// iche" at the beginning of the lines, and new code with "// iche" at the ends
> Note, that executing of HelloWorld is still failed on linux.ia64

-- 
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