Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ghdl: use gnat11 to unbreak build #184352

Merged
merged 3 commits into from Aug 3, 2022
Merged

ghdl: use gnat11 to unbreak build #184352

merged 3 commits into from Aug 3, 2022

Commits on Jul 31, 2022

  1. ghdl: use gnat11 to unbreak build

    ghdl-1.0.0 does not build with gnat12.  The fixes appear to be
    upstream, but are spread across several patches.  I tried
    cherry-picking the following:
    
      https://github.com/ghdl/ghdl/pull/2057/commits/4c3825daf54f81433e5de46cc25fdfac7189ffab.patch
      https://github.com/ghdl/ghdl/pull/2057/commits/8c5689b93e68ac34cdf7dd089a3990ae22f0049c.patch
      https://github.com/ghdl/ghdl/commit/f8b87697e8b893b6293ebbfc34670c32bfb49397.patch
      https://github.com/ghdl/ghdl/commit/54a18dda071449e80982da9e31be4685da30f0ed.patch
    
    ... but eventually ran up against a failure in a file which had been
    deleted from upstream prior to their "fix gnat12" push, so there is no
    simple cherry-pick.
    
    Let's fall back to gnat11 until we can update to a newer ghdl.
    Adam Joseph committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    11f01bf View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Update pkgs/development/compilers/ghdl/default.nix

    Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
    Adam Joseph and SuperSandro2000 authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    39c2c98 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. fix the breakage

    Adam Joseph committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b2094cc View commit details
    Browse the repository at this point in the history