Bug 520337
| Summary: | Load failure due to out-of-date SBCL internal command | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Robert Andrew Uhl <eadmund42> | ||||
| Component: | common-lisp-controller | Assignee: | Anthony Green <green> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 11 | CC: | green, rdieter | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-02-18 18:17:24 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Robert Andrew Uhl
2009-08-30 21:02:53 UTC
Created attachment 361980 [details]
Patch to use SB-IMPL::NATIVE-FILE-KIND
This changes SB-UNIX:UNIX-FILE-KIND to SB-IMPL::NATIVE-FILE-KIND
Looks backwards to me? --- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -64,1 +64,1 @@ - (sb-impl::native-file-kind (namestring directory))) + (sb-unix:unix-file-kind (namestring directory))) ok, looks like the same stuff as bug #499182 *** This bug has been marked as a duplicate of bug 499182 *** |