Opened 12 years ago
Closed 11 years ago
#35888 closed defect (fixed)
hs-zip-archive @0.1.1.7 dependencies digest >=0.0.0.1 and utf8-string >=0.3.1 are missing
Reported by: | m@… | Owned by: | singingwolfboy@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | neverpanic (Clemens Lang) | |
Port: | hs-zip-archive |
Description
I am trying sudo port clean hs-zip-archive; sudo port install hs-zip-archive
but I get the following error:
:info:configure Configuring zip-archive-0.1.1.7... :info:configure Setup: At least the following dependencies are missing: :info:configure digest >=0.0.0.1, utf8-string >=0.3.1 :info:configure Command failed: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_hs-zip-archive/hs-zip-archive/work/zip-archive-0.1.1.7" && runhaskell Setup configure --prefix=/opt/local --with-compiler=/opt/local/bin/ghc :info:configure Exit code: 1
Attachments (1)
Change History (7)
Changed 12 years ago by m@…
Attachment: | hs-zip-archive_main.log added |
---|
comment:1 Changed 12 years ago by m@…
comment:3 follow-up: 4 Changed 12 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to singingwolfboy@… |
---|
comment:4 Changed 12 years ago by gorticus (Jason Mitchell)
Replying to jmr@…:
I see the same error initially attempting to install zip-archive 0.1.1.7
. A quick check of ghc-pkg
indicates ghc
does not see digest
or utf8-string
. If I remove those deps from the portfile
, I see still stranger package confusion. Namely, when executing register.sh
it complains:
Reading package info from stdin ... done. utf8-string-0.3.6: Warning: haddock-interfaces: /opt/local/share/doc/utf8-string-0.3.6/html/utf8-string.haddock doesn't exist or isn't a file utf8-string-0.3.6: Warning: haddock-html: /opt/local/share/doc/utf8-string-0.3.6/html doesn't exist or isn't a directory utf8-string-0.3.6: missing id field utf8-string-0.3.6: dependency "base-4.1.0.0" doesn't exist (use --force to override) utf8-string-0.3.6: dependency "bytestring-0.9.1.4" doesn't exist (use --force to override) Command failed: /opt/local/libexec/hs-utf8-string/register.sh
but, again, checking ghc-pkg list -v
shows:
base-4.5.1.0 (base-4.5.1.0-81d626fb996bc7e140a3fd4481b338cd) bytestring-0.9.2.1 (bytestring-0.9.2.1-0044644a71adfe5e950e6c6f6ca13065)
If I --force
the install, manually adding an id
hash, it will appear in the ghc-pkg
but shows as broken, as expected.
I have ghc @7.4.2_1+gcc47 (active)
with the following additionals hs
pkgs:
hs-binary @0.6.4.0_0 (active) hs-citeproc @0.3.1_1 (active) hs-digest @0.0.0.9_0 (active) hs-dlist @0.5_0 (active) hs-haddock @2.5.0_1 (active) hs-http @4000.2.3_0 (active) hs-json @0.5_0 (active) hs-mtl @2.1.2_0 (active) hs-network @2.3.0.14_0 (active) hs-pandoc-types @1.8_0 (active) hs-parsec @3.1.3_0 (active) hs-tagsoup @0.12_0 (active) hs-texmath @0.5_0 (active) hs-text @0.11.2.2_0 (active) hs-transformers @0.3.0.0_0 (active) hs-utf8-string @0.3.6_0 (active) hs-xml @1.3.7_0 (active) hs-zlib @0.5.3.3_0 (active)
comment:6 Changed 11 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed since r106869.
Note: See
TracTickets for help on using
tickets.
I have installed:
I think dependencies actually should met therefore.