Opened 13 years ago
Closed 12 years ago
#30760 closed defect (fixed)
cannot install slime +clisp, because of architecture mismatch
Reported by: | fu7mu4 (fu7mu4) | Owned by: | easye |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.1 |
Keywords: | Cc: | waqar@… | |
Port: | slime clisp |
Description (last modified by jmroot (Joshua Root))
On SnowLeopard x86_64, I cannot install slime after clisp installed. How do I use clisp on slime ?
my command is "sudo port install slime +clisp"
port system says following lines:
---> Computing dependencies for slime Error: Cannot install slime for the arch(s) 'x86_64' because Error: its dependency clisp only supports the arch(s) 'ppc i386'. Error: Unable to execute port: architecture mismatch To report a bug, see <http://guide.macports.org/#project.tickets>
Change History (7)
comment:1 Changed 13 years ago by jmroot (Joshua Root)
Cc: | waqar@… added |
---|---|
Description: | modified (diff) |
Owner: | changed from macports-tickets@… to easieste@… |
Port: | slime clisp added |
Summary: | cannot instal slime, because of architecture mismatch → cannot install slime +clisp, because of architecture mismatch |
comment:2 follow-up: 3 Changed 13 years ago by easye
The Lisp implementation variants ('+clisp', '+sbcl', '+abcl', etc.) for SLIME are more a convenience than a necessity as SLIME has no build or "real" runtime dependencies on the Lisp implementation. "Real" meaning that SLIME merely needs an inferior Lisp to be superior to at runtime.
My recommendation would be just to install SLIME without a variant. You should be able to use it just fine with clisp after installing both separately.
comment:3 Changed 13 years ago by fu7mu4 (fu7mu4)
Replying to easieste@…:
The Lisp implementation variants ('+clisp', '+sbcl', '+abcl', etc.) for SLIME are more a convenience than a necessity as SLIME has no build or "real" runtime dependencies on the Lisp implementation. "Real" meaning that SLIME merely needs an inferior Lisp to be superior to at runtime.
My recommendation would be just to install SLIME without a variant. You should be able to use it just fine with clisp after installing both separately.
thanks for your replay, I could install it without variants
comment:4 Changed 13 years ago by jmroot (Joshua Root)
If it doesn't actually care what the archs are then you can use depends_skip_archcheck. Come to think of it, is slime noarch?
comment:5 Changed 12 years ago by jmroot (Joshua Root)
Ping. Can you comment on the above question and suggestion, or do you want to close this as wontfix?
comment:7 Changed 12 years ago by easye
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r93297 by adding noarch.
Please remember to fill in the Port field and cc the maintainer.