On Monday 14 July 2003 01:28, Paulo Jorge de Oliveira Cantante de Matos wrote:
> Hi all,
>
> No matter which texmacs version I emerge I always get:
> [EMAIL PROTECTED] pmatos $ texmacs
>
> Fatal error: guile seems not to be installed on your system in
> 'install_texmacs'
>
> I've tried to emerge emacs in a new gentoo system (just after
> bootstraping it) and I get the same after emerge.
> Any ideas what's this about?
>
> Was anybody able to solve this situation?

TeXmacs works now for me, after setting a symlink:

# ln -s /usr/share/guile/1.6/ /usr/share/guile/1.6.4

I found this after checking with

$ strace -e open texmacs

what files are opened during the startup. That log ended with

open("/usr/share/guile/1.6.4/ice-9/boot-9.scm", O_RDONLY) = -1 ENOENT (No such file or 
directory)

So I just made a try in linking the missing 1.6.4 directory to the existing 1.6.
It worked for me, so I guess it can't be to wrong, although I'm no expert
in guile.

Hope it works for you, too. Please tell if it works so we can do a bug report.

Frank



--
[EMAIL PROTECTED] mailing list

Reply via email to