Bug 704515
| Summary: | TeXmacs fails to build with guile-2.0.1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Miroslav Lichvar <mlichvar> | ||||
| Component: | TeXmacs | Assignee: | Jindrich Novy <jnovy> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | jnovy, jsynacek, pknirsch | ||||
| 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: | 2013-02-19 07:42:08 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 678238 | ||||||
| Attachments: |
|
||||||
|
Description
Miroslav Lichvar
2011-05-13 14:09:10 UTC
Created attachment 587614 [details]
Fixes compilation against guile 2
Tested with guile 1.8.8 and 2.0.3.
Unfortunately, I wasn't able to verify if it's working properly.
Texmacs complains when started:
<snip>
Backtrace:
In unknown file:
?: 7 [boot-closure #t #<catch-closure 420e600> ...]
?: 6 [catch-closure]
?: 5 [boot-closure #t #<catch-closure 4b59180> #<catch-closure 4b59160>]
?: 4 [catch-closure]
?: 3 [boot-closure #t #<catch-closure 4b5ade0> #<catch-closure 4b5adc0>]
?: 2 [catch-closure]
?: 1 [primitive-eval (if (os-mingw?) (load "kernel/boot/boot.scm") ...)]
?: 0 [primitive-load "/usr/share/TeXmacs/progs/xxx"]
ERROR: In procedure primitive-load:
ERROR: In procedure open-file: No such file or directory: "/usr/share/TeXmacs/progs/xxx"
<snip>
The 'xxx' in the path suggests that something went wrong, but I wasn't able to really track down the cause.
TeXmacs is now successfully built against guile-2.0.7 in rawhide. |