Opened 15 years ago

Closed 15 years ago

#19666 closed enhancement (fixed)

gnat-gcc: dependency on external compiler

Reported by: anddam (Andrea D'Amore) Owned by: krischik@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: gnat-gcc

Description

I had the same issue of #18415 .

I suggest to :

  • explicitly add a note into description warning the user about the need to have a bootstrap compiler
  • add dependencies into the Portfile to avoid building the port at all if no compiler is found rather than let it break while trying to.

Change History (3)

comment:1 Changed 15 years ago by anddam (Andrea D'Amore)

Owner: changed from krischik to krischik@…

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: Dependency on external compilergnat-gcc: dependency on external compiler

I would not burden the description with this, but the port should definitely detect if it has what it needs to build, and if not, tell the user what to do to fix it. Many ports do similar things already, for example to check that a recent-enough version of Xcode is installed.

comment:3 Changed 15 years ago by krischik@…

Resolution: fixed
Status: newclosed

Appropriate notes have been added with the last release.

Note: See TracTickets for help on using tickets.