homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

nvc 1.7.0

Open Porkepix opened this issue 2 years ago • 1 comments

Created by brew bump


Created with brew bump-formula-pr.

Porkepix avatar Aug 08 '22 10:08 Porkepix

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

github-actions[bot] avatar Aug 10 '22 16:08 github-actions[bot]

Fails on linux with:

  ../thirdparty/cpustate.c:46:24: error: '__NGREG' undeclared (first use in this function); did you mean 'NGREG'?
     46 |    for (int i = 0; i < __NGREG; i++)
        |                        ^~~~~~~
        |                        NGREG

bayandin avatar Aug 16 '22 12:08 bayandin

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

github-actions[bot] avatar Aug 19 '22 00:08 github-actions[bot]

Fails on linux with:

  ../thirdparty/cpustate.c:46:24: error: '__NGREG' undeclared (first use in this function); did you mean 'NGREG'?
     46 |    for (int i = 0; i < __NGREG; i++)
        |                        ^~~~~~~
        |                        NGREG

Are you building on Ubuntu 16.04? I think it should be fixed by this: https://github.com/nickg/nvc/commit/3f1a495360d4c97bf6537e62eb77c1269297dcb2

nickg avatar Aug 20 '22 07:08 nickg

Are you building on Ubuntu 16.04? I think it should be fixed by this: nickg/nvc@3f1a495

Yep, we still use 16.04 for building. Thanks for a heads up! I will add the patch.

bayandin avatar Aug 20 '22 10:08 bayandin

:robot: A scheduled task has triggered a merge.

BrewTestBot avatar Aug 20 '22 12:08 BrewTestBot