You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Naveen Neelakantam (JIRA)" <ji...@apache.org> on 2006/07/27 01:17:13 UTC

[jira] Created: (HARMONY-990) DRLVM build broken on Fedora Core 5 (patch included)

DRLVM build broken on Fedora Core 5 (patch included)
----------------------------------------------------

                 Key: HARMONY-990
                 URL: http://issues.apache.org/jira/browse/HARMONY-990
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
         Environment: Fedora Core 5
            Reporter: Naveen Neelakantam
         Attachments: pthread_attr_getstack.patch

Building drlvm fails for me because pthread_attr_getstacksize and pthread_attr_getstackaddr are deprecated in my version of gcc (gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)).  I'll attach a patch that replaces calls to these functions with calls to pthread_attr_getstack.

-- 
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-990) DRLVM build broken on Fedora Core 5 (patch included)

Posted by "Naveen Neelakantam (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-990?page=comments#action_12440057 ] 
            
Naveen Neelakantam commented on HARMONY-990:
--------------------------------------------

Whoops.  My patch is actually wrong.

Use Gregory Shimansky's patch (HARMONY-977) instead.

> DRLVM build broken on Fedora Core 5 (patch included)
> ----------------------------------------------------
>
>                 Key: HARMONY-990
>                 URL: http://issues.apache.org/jira/browse/HARMONY-990
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Fedora Core 5
>            Reporter: Naveen Neelakantam
>         Attachments: pthread_attr_getstack.patch
>
>
> Building drlvm fails for me because pthread_attr_getstacksize and pthread_attr_getstackaddr are deprecated in my version of gcc (gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)).  I'll attach a patch that replaces calls to these functions with calls to pthread_attr_getstack.

-- 
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-990) DRLVM build broken on Fedora Core 5 (patch included)

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

Naveen Neelakantam updated HARMONY-990:
---------------------------------------

    Attachment: pthread_attr_getstack.patch

patch to change calls of pthread_attr_getstacksize and pthread_attr_getstackaddr to pthread_attr_getstack

> DRLVM build broken on Fedora Core 5 (patch included)
> ----------------------------------------------------
>
>                 Key: HARMONY-990
>                 URL: http://issues.apache.org/jira/browse/HARMONY-990
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Fedora Core 5
>            Reporter: Naveen Neelakantam
>         Attachments: pthread_attr_getstack.patch
>
>
> Building drlvm fails for me because pthread_attr_getstacksize and pthread_attr_getstackaddr are deprecated in my version of gcc (gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)).  I'll attach a patch that replaces calls to these functions with calls to pthread_attr_getstack.

-- 
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-990) DRLVM build broken on Fedora Core 5 (patch included)

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

Naveen,  Thanks again for this patch.  I've applied it again to the x86_64 source file in r452984.


> DRLVM build broken on Fedora Core 5 (patch included)
> ----------------------------------------------------
>
>                 Key: HARMONY-990
>                 URL: http://issues.apache.org/jira/browse/HARMONY-990
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Fedora Core 5
>            Reporter: Naveen Neelakantam
>         Attachments: pthread_attr_getstack.patch
>
>
> Building drlvm fails for me because pthread_attr_getstacksize and pthread_attr_getstackaddr are deprecated in my version of gcc (gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)).  I'll attach a patch that replaces calls to these functions with calls to pthread_attr_getstack.

-- 
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-990) DRLVM build broken on Fedora Core 5 (patch included)

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

Geir Magnusson Jr closed HARMONY-990.
-------------------------------------

    Resolution: Fixed

fixed via harmony-977

> DRLVM build broken on Fedora Core 5 (patch included)
> ----------------------------------------------------
>
>                 Key: HARMONY-990
>                 URL: http://issues.apache.org/jira/browse/HARMONY-990
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>         Environment: Fedora Core 5
>            Reporter: Naveen Neelakantam
>         Attachments: pthread_attr_getstack.patch
>
>
> Building drlvm fails for me because pthread_attr_getstacksize and pthread_attr_getstackaddr are deprecated in my version of gcc (gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)).  I'll attach a patch that replaces calls to these functions with calls to pthread_attr_getstack.

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