Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] gcc-ada is broken and cant compile
@ 2020-05-05  7:20 tankf33der
  2020-05-05 13:39 ` abenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tankf33der @ 2020-05-05  7:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 436 bytes --]

New issue by tankf33der on void-packages repository

https://github.com/void-linux/void-packages/issues/21642

Description:
install gcc-ada and try compile "hello world" code:
```
$ cat hello.adb
with Text_IO; use Text_IO;
procedure hello is
begin
   Put_Line("Hello world!");
end hello;
$ gnatmake hello.adb
fatal error, run-time library not installed correctly
cannot locate file system.ads
gnatmake: *** make failed.
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gcc-ada is broken and cant compile
  2020-05-05  7:20 [ISSUE] gcc-ada is broken and cant compile tankf33der
@ 2020-05-05 13:39 ` abenson
  2020-05-05 14:00 ` tankf33der
  2020-05-05 14:24 ` [ISSUE] [CLOSED] " Gottox
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-05-05 13:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/issues/21642#issuecomment-624061513

Comment:
You're missing `libada-devel`. Seems its not pulled in by default.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gcc-ada is broken and cant compile
  2020-05-05  7:20 [ISSUE] gcc-ada is broken and cant compile tankf33der
  2020-05-05 13:39 ` abenson
@ 2020-05-05 14:00 ` tankf33der
  2020-05-05 14:24 ` [ISSUE] [CLOSED] " Gottox
  2 siblings, 0 replies; 4+ messages in thread
From: tankf33der @ 2020-05-05 14:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New comment by tankf33der on void-packages repository

https://github.com/void-linux/void-packages/issues/21642#issuecomment-624073055

Comment:
> 
> 
> You're missing `libada-devel`. Seems its not pulled in by default.

indeed. helped.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] gcc-ada is broken and cant compile
  2020-05-05  7:20 [ISSUE] gcc-ada is broken and cant compile tankf33der
  2020-05-05 13:39 ` abenson
  2020-05-05 14:00 ` tankf33der
@ 2020-05-05 14:24 ` Gottox
  2 siblings, 0 replies; 4+ messages in thread
From: Gottox @ 2020-05-05 14:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 439 bytes --]

Closed issue by tankf33der on void-packages repository

https://github.com/void-linux/void-packages/issues/21642

Description:
install gcc-ada and try compile "hello world" code:
```
$ cat hello.adb
with Text_IO; use Text_IO;
procedure hello is
begin
   Put_Line("Hello world!");
end hello;
$ gnatmake hello.adb
fatal error, run-time library not installed correctly
cannot locate file system.ads
gnatmake: *** make failed.
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-05 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05  7:20 [ISSUE] gcc-ada is broken and cant compile tankf33der
2020-05-05 13:39 ` abenson
2020-05-05 14:00 ` tankf33der
2020-05-05 14:24 ` [ISSUE] [CLOSED] " Gottox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).