Opened 13 years ago
Closed 11 years ago
#34030 closed defect (worksforme)
hs-HTTP expecting to find /usr/bin/gcc-4.2
Reported by: | dave@… | Owned by: | kitchen.andy@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.4 |
Keywords: | Cc: | singingwolfboy@…, neverpanic (Clemens Lang) | |
Port: | hs-http |
Description
pluto:~ dave% sudo port install pandoc ---> Computing dependencies for pandoc ---> Dependencies to be installed: hs-HTTP hs-citeproc hs-json hs-pandoc-types hs-utf8-string hs-xml hs-dlist hs-haddock hs-ghc-paths hs-tagsoup hs-texmath hs-zip-archive hs-binary hs-digest hs-zlib ---> Configuring hs-HTTP Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) Error: Failed to install hs-HTTP Log for hs-HTTP is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_hs-HTTP/hs-HTTP/main.log Error: The following dependencies were not installed: hs-HTTP hs-citeproc hs-json hs-pandoc-types hs-utf8-string hs-xml hs-dlist hs-haddock hs-ghc-paths hs-tagsoup hs-texmath hs-zip-archive hs-binary hs-digest hs-zlib Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets> elease_tarballs_ports_devel_hs-HTTP/hs-HTTP/main.log pluto:~ dave% ls -l /usr/bin/gcc* lrwxr-xr-x 1 root wheel 12 Nov 12 12:54 /usr/bin/gcc -> llvm-gcc-4.2 pluto:~ dave% cd /usr/bin pluto:/usr/bin dave% sudo ln -s llvm-gcc-4.2 gcc-4.2 pluto:/usr/bin dave% sudo port install pandoc ---> Computing dependencies for pandoc ---> Dependencies to be installed: hs-HTTP hs-citeproc hs-json hs-pandoc-types hs-utf8-string hs-xml hs-dlist hs-haddock hs-ghc-paths hs-tagsoup hs-texmath hs-zip-archive hs-binary hs-digest hs-zlib ---> Configuring hs-HTTP ---> Building hs-HTTP ---> Staging hs-HTTP into destroot ---> Installing hs-HTTP @4000.1.1_0 ---> Activating hs-HTTP @4000.1.1_0 ---> Cleaning hs-HTTP
Change History (7)
comment:1 Changed 13 years ago by olorin86@…
comment:5 Changed 12 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to singingwolfboy@… |
---|
comment:6 Changed 12 years ago by jmroot (Joshua Root)
Cc: | singingwolfboy@… added |
---|---|
Owner: | changed from singingwolfboy@… to kitchen.andy@… |
Port: | hs-http added; hs-HTTP removed |
comment:7 Changed 11 years ago by neverpanic (Clemens Lang)
Cc: | cal@… added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
ht-http
currently uses the same compiler all other haskell ports (and ghc
) use. I don't think this still is a problem.
Note: See
TracTickets for help on using
tickets.
had the same problem. worked around it the same way. thanks.