Hello,
my computer is back. The file system was more or less untouched,
including the mail with the output of "make install", which I appended
to this mail, and continued. LyX does not crash anymore.
I'm sorry for nazgul, and mostly for the work lost and that
awaiting. Where should donations be sent? If its in EC, I can send it
in the local currency.
Cheers,
Etienne
======================================================================
Hello,
> What is the output from "make install"?
>
> Try to rename the "~/.lyx" directory to "~/.lyxbackup", and then start
> LyX. Let it create your personal directory, and then run Options,
> reconfigure.
>
> What is your system directory (see Help->About)?
> What is the "ls -l" of the system directory?
Ok, Here we go :
======================================================================
etienne@anonimo: mv ~/.lyx/ ~/.lyxbackup
======================================================================
# Now, I'm root
anonimo# pwd
/home/etienne/prog/lyx/lyx-1.0.0pre2
anonimo# make install
./config/mkinstalldirs /usr/local/bin \
/usr/local/man/man1
for dir in intl po src lib ; do \
(cd $dir ; make install) || exit 1 ; \
done
make[1]: Entering directory `/home/etienne/prog/lyx/lyx-1.0.0pre2/intl'
if test "lyx" = "gettext" \
&& test 'intl-compat.o' = 'intl-compat.o'; then \
if test -r config/mkinstalldirs; then \
config/mkinstalldirs /usr/local/lib /usr/local/include; \
else \
../mkinstalldirs /usr/local/lib /usr/local/include; \
fi; \
/usr/bin/install -c -m 644 intlh.inst /usr/local/include/libintl.h; \
/usr/bin/install -c -m 644 libintl.a /usr/local/lib/libintl.a; \
else \
: ; \
fi
if test "lyx" = "gettext"; then \
if test -r config/mkinstalldirs; then \
config/mkinstalldirs /usr/local/share/gettext/intl; \
else \
../mkinstalldirs /usr/local/share/gettext/intl; \
fi; \
/usr/bin/install -c -m 644 VERSION /usr/local/share/gettext/intl/VERSION; \
dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h
gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c
gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c
explodename.c intl-compat.c cat-compat.c"; \
for file in $dists; do \
/usr/bin/install -c -m 644 ./$file /usr/local/share/gettext/intl/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory `/home/etienne/prog/lyx/lyx-1.0.0pre2/intl'
make[1]: Entering directory `/home/etienne/prog/lyx/lyx-1.0.0pre2/po'
if test -r ../config/mkinstalldirs; then \
../config/mkinstalldirs /usr/local/share; \
else \
../mkinstalldirs /usr/local/share; \
fi
installing da.gmo as /usr/local/share/locale/da/LC_MESSAGES/lyx.mo
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/lyx.mo
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/lyx.mo
installing fi.gmo as /usr/local/share/locale/fi/LC_MESSAGES/lyx.mo
installing fr.gmo as /usr/local/share/locale/fr/LC_MESSAGES/lyx.mo
installing hu.gmo as /usr/local/share/locale/hu/LC_MESSAGES/lyx.mo
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/lyx.mo
installing no.gmo as /usr/local/share/locale/no/LC_MESSAGES/lyx.mo
installing sv.gmo as /usr/local/share/locale/sv/LC_MESSAGES/lyx.mo
installing tr.gmo as /usr/local/share/locale/tr/LC_MESSAGES/lyx.mo
if test "lyx" = "gettext"; then \
if test -r ../config/mkinstalldirs; then \
../config/mkinstalldirs /usr/local/share/gettext/po; \
else \
../mkinstalldirs /usr/local/share/gettext/po; \
fi; \
/usr/bin/install -c -m 644 ./Makefile.in.in \
/usr/local/share/gettext/po/Makefile.in.in; \
else \
: ; \
fi
make[1]: Leaving directory `/home/etienne/prog/lyx/lyx-1.0.0pre2/po'
make[1]: Entering directory `/home/etienne/prog/lyx/lyx-1.0.0pre2/src'
/usr/bin/install -c lyx /usr/local/bin/lyx
if test no = no ; then \
strip /usr/local/bin/lyx ;\
fi
make[1]: Leaving directory `/home/etienne/prog/lyx/lyx-1.0.0pre2/src'
make[1]: Entering directory `/home/etienne/prog/lyx/lyx-1.0.0pre2/lib'
for dir in clipart layouts doc kbd templates bind examples tex images; do \
../config/mkinstalldirs /usr/local/share/lyx/$dir ; \
done
../config/mkinstalldirs /usr/local/share/lyx/reLyX \
/usr/local/share/lyx/reLyX/Text
files=`cd . ; echo reLyX/*.pm reLyX/*.pl reLyX/README reLyX/BUGS reLyX/CHANGES
reLyX/Text/*.pm reLyX/reLyX.pod reLyX/syntax.default ` ; \
for i in ${files} ; do \
/usr/bin/install -c -m 644 ./$i /usr/local/share/lyx/$i ; \
done ;
/usr/bin/install -c reLyX/reLyX /usr/local/bin/reLyX
/usr/bin/install -c -m 644 ./reLyX/reLyX.man \
/usr/local/man/man1/reLyX.1
files=`cd . ; echo clipart/*.eps layouts/*.layout layouts/*.inc doc/*.lyx
doc/LaTeXConfig.lyx.in doc/*.eps kbd/*.kmap kbd/*.cdef doc/*.lyx
doc/LaTeXConfig.lyx.in doc/*.eps kbd/*.kmap kbd/*.cdef templates/*.lyx bind/*.bind
examples/*.lyx tex/*.cls images/*.xpm images/*.xbm lyxrc CREDITS chkconfig.ltx` ; \
for i in ${files} ; do \
/usr/bin/install -c -m 644 ./$i /usr/local/share/lyx/$i ; \
done
files=`cd . ; echo configure` ; \
for i in ${files} ; do \
/usr/bin/install -c ./$i /usr/local/share/lyx/$i ; \
done
for i in lyxrc.defaults doc/LaTeXConfig.lyx textclass.lst packages.lst ; do \
/usr/bin/install -c -m 644 $i /usr/local/share/lyx/$i ; \
done;
make[1]: Leaving directory `/home/etienne/prog/lyx/lyx-1.0.0pre2/lib'
/usr/bin/install -c -m 644 ./lyx.man \
/usr/local/man/man1/lyx.1
======================================================================
# Now, I'm etienne
etienne@anonimo: lyx
======================================================================
Works fine, again! (no crash like in my previous mail).
> What is your system directory (see Help->About)?
^ Version
It is /usr/local/share/lyx.
======================================================================
etienne@anonimo: ls -l /usr/local/share/lyx/
total 62
-rw-r--r-- 1 root root 4170 Oct 26 15:52 CREDITS
drwxr-xr-x 2 root root 1024 Oct 26 15:52 bind
-rw-r--r-- 1 root root 8812 Oct 26 15:52 chkconfig.ltx
drwxr-xr-x 2 root root 1024 Oct 26 15:52 clipart
-rwxr-xr-x 1 root root 14256 Oct 26 15:52 configure
drwxr-xr-x 2 etienne root 1024 Oct 26 15:52 doc
drwxr-xr-x 2 root root 1024 Oct 26 15:52 examples
drwxr-xr-x 2 root root 1024 Oct 26 15:52 images
drwxr-xr-x 2 root root 1024 Oct 26 15:52 kbd
drwxr-xr-x 2 root root 1024 Oct 26 15:52 layouts
-rw-r--r-- 1 root root 19122 Oct 26 15:52 lyxrc
-rw-r--r-- 1 root root 657 Oct 26 15:52 lyxrc.defaults
-rw-r--r-- 1 root root 113 Oct 26 15:52 packages.lst
drwxr-xr-x 3 root root 1024 Oct 26 15:52 reLyX
drwxr-xr-x 2 root root 1024 Oct 26 15:52 templates
drwxr-xr-x 2 root root 1024 Oct 26 15:52 tex
-rw-r--r-- 1 root root 894 Oct 26 15:52 textclass.lst
Cheers
Etienne