You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ilya Berezhniuk (JIRA)" <ji...@apache.org> on 2008/02/21 17:07:19 UTC

[jira] Updated: (HARMONY-5541) [build][drlvm] DRLVM build does not check ASM processing status

     [ https://issues.apache.org/jira/browse/HARMONY-5541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ilya Berezhniuk updated HARMONY-5541:
-------------------------------------

    Attachment: H-5541.patch

> [build][drlvm] DRLVM build does not check ASM processing status
> ---------------------------------------------------------------
>
>                 Key: HARMONY-5541
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5541
>             Project: Harmony
>          Issue Type: Bug
>          Components: build - test - ci
>         Environment: All
>            Reporter: Ilya Berezhniuk
>         Attachments: H-5541.patch
>
>
> When building DRLVM, errors in ASM compilation are ignored.
> Build of containing component continues and finishes successfully.
> As a result the whole build fails on dependent component linking on Windows, or finishes as successful on Linux (dynamic linking then fails).
> Suggested patch adds failonerror="true" to the corresponding 'apply' task.
> Probably 'failonerror' should be added in other similar places; I did not check it.
> The patch also adds additional mapping for asm files to allow using native "*.s " suffix on Linux.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.