Ticket #30760 (closed defect: fixed)
cannot install slime +clisp, because of architecture mismatch
| Reported by: | fu7mu4@… | Owned by: | easieste@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.1 |
| Keywords: | Cc: | waqar@… | |
| Port: | slime clisp |
Description (last modified by jmr@…) (diff)
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
comment:1 Changed 22 months ago by jmr@…
- Cc waqar@… added
- Owner changed from macports-tickets@… to easieste@…
- Summary changed from cannot instal slime, because of architecture mismatch to cannot install slime +clisp, because of architecture mismatch
- Port set to slime clisp
- Description modified (diff)
comment:2 follow-up: ↓ 3 Changed 22 months ago by 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.
comment:3 in reply to: ↑ 2 Changed 22 months ago by 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 20 months ago by jmr@…
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?


Please remember to fill in the Port field and cc the maintainer.