[MacPorts] #36113: hs-dataenc fails to configure
#36113: hs-dataenc fails to configure ------------------------+-------------------------------- Reporter: easieste@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: hs-dataenc ------------------------+-------------------------------- hs-dataenc, a dependency of darcs, fails to install with the following error in its configuration message {{{ tethys:~$ sudo port -v install hs-dataenc ---> Computing dependencies for hs-dataenc. ---> Fetching distfiles for hs-dataenc ---> Verifying checksum(s) for hs-dataenc ---> Checksumming dataenc-0.13.0.2.tar.gz ---> Extracting hs-dataenc ---> Extracting dataenc-0.13.0.2.tar.gz ---> Configuring hs-dataenc Configuring dataenc-0.13.0.2... Setup: At least the following dependencies are missing: array >=0.1.0 && <0.4, base >=3.0.0 && <4.2, containers >=0.1.0 && <0.4 Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_devel_hs-dataenc/hs- dataenc/work/dataenc-0.13.0.2" && runhaskell Setup configure --prefix=/opt/local --with-compiler=/opt/local/bin/ghc -v --enable- library-profiling --with-gcc=/usr/bin/clang Exit code: 1 Error: org.macports.configure for port hs-dataenc returned: configure failure: command execution failed Warning: targets not executed for hs-dataenc: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Please see the log file for port hs-dataenc for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_devel_hs-dataenc/hs-dataenc/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port hs-dataenc failed }}} -- Ticket URL: <https://trac.macports.org/ticket/36113> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36113: hs-dataenc fails to configure -------------------------+-------------------------------- Reporter: easieste@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: hs-dataenc | -------------------------+-------------------------------- Comment (by jrh@…): There are similar configure errors for another darcs dependency, hs- haskeline: {{{ $ sudo port -Ruv install hs-haskeline ---> Computing dependencies for hs-haskeline. ---> Fetching archive for hs-haskeline [...] ---> Fetching distfiles for hs-haskeline ---> Verifying checksum(s) for hs-haskeline ---> Checksumming haskeline-0.6.1.6.tar.gz ---> Extracting hs-haskeline ---> Extracting haskeline-0.6.1.6.tar.gz ---> Configuring hs-haskeline Configuring haskeline-0.6.1.6... Setup: At least the following dependencies are missing: filepath ==1.1.*, mtl ==1.1.*, unix >=2.0 && <2.4 Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_devel_hs-haskeline/hs- haskeline/work/haskeline-0.6.1.6" && runhaskell Setup configure --prefix=/opt/local --with-compiler=/opt/local/bin/ghc --enable-library- profiling -v --with-gcc=/usr/bin/clang Exit code: 1 Error: org.macports.configure for port hs-haskeline returned: configure failure: command execution failed Warning: targets not executed for hs-haskeline: org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install Please see the log file for port hs-haskeline for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_devel_hs-haskeline/hs-haskeline/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port hs-haskeline failed }}} as well as build errors for hs-platform-mtl. I wonder whether addressing #27633 "darcs 2.5 / Haskell issues" would resolve these as well. -- Ticket URL: <https://trac.macports.org/ticket/36113#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36113: hs-dataenc fails to configure -------------------------+-------------------------------- Reporter: easieste@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: hs-dataenc | -------------------------+-------------------------------- Comment (by jmr@…): Probably just needs an update; 0.13.0.2 is from 3 years ago, and the dependency version ranges exclude the module versions that come with the current ghc. -- Ticket URL: <https://trac.macports.org/ticket/36113#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36113: hs-dataenc fails to configure -------------------------+---------------------- Reporter: easieste@… | Owner: cal@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: hs-dataenc | -------------------------+---------------------- Changes (by cal@…): * owner: macports-tickets@… => cal@… * status: new => assigned Comment: Replying to [comment:3 jmr@…]:
Probably just needs an update; 0.13.0.2 is from 3 years ago, and the dependency version ranges exclude the module versions that come with the current ghc.
Yes. I haven't gotten to updating most hs-* packages, because I considered updating `haskell-platform` to be of higher priority. Now that that has been done, I'll try to have a look. -- Ticket URL: <https://trac.macports.org/ticket/36113#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36113: hs-dataenc fails to configure -------------------------+---------------------- Reporter: easieste@… | Owner: cal@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: hs-dataenc | -------------------------+---------------------- Comment (by lostprogrammer@…): Could you please fix it? darcs won't compile without hs-dataenc. -- Ticket URL: <https://trac.macports.org/ticket/36113#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#36113: hs-dataenc fails to configure -------------------------+-------------------- Reporter: easieste@… | Owner: cal@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: fixed | Keywords: Port: hs-dataenc | -------------------------+-------------------- Changes (by cal@…): * status: assigned => closed * resolution: => fixed Comment: `hs-dataenc` works for me after the recent haskell-platform update and r106839. `darcs` also builds for me since r106848. -- Ticket URL: <https://trac.macports.org/ticket/36113#comment:12> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts