Opened 4 years ago

Closed 4 years ago

#60359 closed defect (fixed)

Failed to build hs-zlib: command execution failed

Reported by: oojmail-jerry Owned by: neverpanic (Clemens Lang)
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: hs-zlib

Description

hs-zlib problem with build. The details log below.

Attachments (1)

main.log (18.8 KB) - added by oojmail-jerry 4 years ago.
log for hs-zlib build

Download all attachments as: .zip

Change History (5)

Changed 4 years ago by oojmail-jerry

Attachment: main.log added

log for hs-zlib build

comment:1 Changed 4 years ago by jmroot (Joshua Root)

Keywords: hs-zlib removed
Owner: set to neverpanic
Status: newassigned

comment:2 Changed 4 years ago by neverpanic (Clemens Lang)

This is part of haskell-platform, which is basically broken. Our current recommendation is to install the stack port and use that for your haskell development needs.

The hs-zlib port, along with haskell-platform and all other hs-* ports should go away. I will probably eventually just delete it.

comment:3 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)

Here's the PR from Clemens to delete these ports: ​https://github.com/macports/macports-ports/pull/8636

comment:4 Changed 4 years ago by neverpanic (Clemens Lang)

Resolution: fixed
Status: assignedclosed

In e5c6a53381ccb92fa84a7ee6f422dd6afeacaec7/macports-ports (master):

haskell-platform, hs-*: Delete

It is too complicated to keep up with the development of
haskell-platform in its current state, and while there is technically
nothing wrong with the approach, it has turned out that nobody has the
time to maintain copies of the hundreds of libraries that are required
to provide the full haskell platform as defined at [1].

Fortunately, there is a more modern alternative available in the form of
stack, which works similar to virtualenvs for python. We are now using
stack (in the form of the haskell_stack PortGroup) for all Haskell tools
we are packaging in MacPorts (e.g. darcs, git-annex, pandoc or
shellcheck). It is also the best alternative for our users.

I am not marking haskell-platform or any of the hs-* ports as obsoleted
using the obsolete PortGroup, because these ports have not built
successfully for a while now, and the users that still have successfully
compiled copies of these tools and libraries would likely rather keep
them around than having them replaced by a file telling them that the
ports are obsolete.

This currently breaks the following ports:

  • hedgewars
  • hsshellscript
  • distract
  • buddha

[1]: https://www.haskell.org/platform/contents.html

Closes: #53652
Closes: #60241
Closes: #60359
Closes: #61020
Closes: #61162
Closes: #61218
Closes: #61263

Note: See TracTickets for help on using tickets.