Skip to content

Commit

Permalink
gnat: Mark broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Mar 7, 2018
1 parent cc5e442 commit 6ac7b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/development/compilers/gcc/4.5/default.nix
Expand Up @@ -467,6 +467,8 @@ stdenv.mkDerivation ({
description = "Complete VHDL simulator, using the GCC technology (gcc ${version})";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
# https://hydra.nixos.org/build/70177899
broken = langAda;
};

})
3 changes: 2 additions & 1 deletion pkgs/top-level/release-small.nix
Expand Up @@ -48,7 +48,8 @@ with import ./release-lib.nix { inherit supportedSystems; };
gcj = linux;
glibc = linux;
glibcLocales = linux;
gnat = linux;
# Broken.
# gnat = linux;
gnugrep = all;
gnum4 = all;
gnumake = all;
Expand Down

7 comments on commit 6ac7b19

@shlevy
Copy link
Member Author

@shlevy shlevy commented on 6ac7b19 Mar 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@viric FYI this is broken on master.

@vcunat
Copy link
Member

@vcunat vcunat commented on 6ac7b19 Mar 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should just remove it. (later?) AFAIK it has been more burden than use in the past few years.

@shlevy
Copy link
Member Author

@shlevy shlevy commented on 6ac7b19 Mar 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Barring objections from @viric I agree.

@vcunat
Copy link
Member

@vcunat vcunat commented on 6ac7b19 Mar 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course, if anyone will keep it working somehow, I'll be happier.

@viric
Copy link
Member

@viric viric commented on 6ac7b19 Mar 7, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for letting me know - I don't depend on it now, which was basically ghdl. It is a tough thing, to bootstrap this.

@matthewbauer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has anyone tried GNAT with newer GCC than 4.5? It looks like it is also broken on 4.6 and 4.8 but maybe 5.* works?

@vcunat
Copy link
Member

@vcunat vcunat commented on 6ac7b19 Apr 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have given it a quick try IIRC.

Please sign in to comment.