Hi,
I get an error message when installing the revision 2237.
Everything works till it comes to
make install
I get some error messages which I've stored in a file I attach. Hope you
can use it, because it is partially German.
It has to do with Lynn's script regarding Gnome-panel.
I did:
apt-get build-dep gnome-orca
and
apt-get install gnome-panel
without success.
Regards
Hermann
Making install in docs
make[1]: Betrete Verzeichnis '/root/orca/docs'
Making install in pydoc
make[2]: Betrete Verzeichnis '/root/orca/docs/pydoc'
make[3]: Betrete Verzeichnis '/root/orca/docs/pydoc'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/root/orca/docs/pydoc'
make[2]: Verlasse Verzeichnis '/root/orca/docs/pydoc'
Making install in man
make[2]: Betrete Verzeichnis '/root/orca/docs/man'
make[3]: Betrete Verzeichnis '/root/orca/docs/man'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/share/man/man1" || mkdir -p -- "/usr/share/man/man1"
/usr/bin/install -c -m 644 './orca.1' '/usr/share/man/man1/orca.1'
make[3]: Verlasse Verzeichnis '/root/orca/docs/man'
make[2]: Verlasse Verzeichnis '/root/orca/docs/man'
make[2]: Betrete Verzeichnis '/root/orca/docs'
make[3]: Betrete Verzeichnis '/root/orca/docs'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[3]: Für das Ziel »install-data-am« ist nichts zu tun.
make[3]: Verlasse Verzeichnis '/root/orca/docs'
make[2]: Verlasse Verzeichnis '/root/orca/docs'
make[1]: Verlasse Verzeichnis '/root/orca/docs'
Making install in po
make[1]: Betrete Verzeichnis '/root/orca/po'
/root/orca/install-sh -d /usr/share/locale
if test -n "ar bg bn bn_IN ca cs cy da de dz el en_CA en_GB es et eu fi fr gl gu hi hu it ja ko lt lv mk ml mr nb ne nl or pa pl pt pt_BR ru rw sl sr sr Latn sv ta th tr uk vi zh_CN zh_HK zh_TW"; then \
linguas="ar bg bn bn_IN ca cs cy da de dz el en_CA en_GB es et eu fi fr gl gu hi hu it ja ko lt lv mk ml mr nb ne nl or pa pl pt pt_BR ru rw sl sr sr Latn sv ta th tr uk vi zh_CN zh_HK zh_TW"; \
else \
linguas=""; \
fi; \
for lang in $linguas; do \
dir=/usr/share/locale/$lang/LC_MESSAGES; \
/root/orca/install-sh -d $dir; \
if test -r $lang.gmo; then \
/usr/bin/install -c -m 644 $lang.gmo $dir/orca.mo; \
echo "installing $lang.gmo as $dir/orca.mo"; \
else \
/usr/bin/install -c -m 644 ./$lang.gmo $dir/orca.mo; \
echo "installing ./$lang.gmo as" \
"$dir/orca.mo"; \
fi; \
if test -r $lang.gmo.m; then \
/usr/bin/install -c -m 644 $lang.gmo.m $dir/orca.mo.m; \
echo "installing $lang.gmo.m as $dir/orca.mo.m"; \
else \
if test -r ./$lang.gmo.m ; then \
/usr/bin/install -c -m 644 ./$lang.gmo.m \
$dir/orca.mo.m; \
echo "installing ./$lang.gmo.m as" \
"$dir/orca.mo.m"; \
else \
true; \
fi; \
fi; \
done
installing ar.gmo as /usr/share/locale/ar/LC_MESSAGES/orca.mo
installing bg.gmo as /usr/share/locale/bg/LC_MESSAGES/orca.mo
installing bn.gmo as /usr/share/locale/bn/LC_MESSAGES/orca.mo
installing bn_IN.gmo as /usr/share/locale/bn_IN/LC_MESSAGES/orca.mo
installing ca.gmo as /usr/share/locale/ca/LC_MESSAGES/orca.mo
installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/orca.mo
installing cy.gmo as /usr/share/locale/cy/LC_MESSAGES/orca.mo
installing da.gmo as /usr/share/locale/da/LC_MESSAGES/orca.mo
installing de.gmo as /usr/share/locale/de/LC_MESSAGES/orca.mo
installing dz.gmo as /usr/share/locale/dz/LC_MESSAGES/orca.mo
installing el.gmo as /usr/share/locale/el/LC_MESSAGES/orca.mo
installing en_CA.gmo as /usr/share/locale/en_CA/LC_MESSAGES/orca.mo
installing en_GB.gmo as /usr/share/locale/en_GB/LC_MESSAGES/orca.mo
installing es.gmo as /usr/share/locale/es/LC_MESSAGES/orca.mo
installing et.gmo as /usr/share/locale/et/LC_MESSAGES/orca.mo
installing eu.gmo as /usr/share/locale/eu/LC_MESSAGES/orca.mo
installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/orca.mo
installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/orca.mo
installing gl.gmo as /usr/share/locale/gl/LC_MESSAGES/orca.mo
installing gu.gmo as /usr/share/locale/gu/LC_MESSAGES/orca.mo
installing hi.gmo as /usr/share/locale/hi/LC_MESSAGES/orca.mo
installing hu.gmo as /usr/share/locale/hu/LC_MESSAGES/orca.mo
installing it.gmo as /usr/share/locale/it/LC_MESSAGES/orca.mo
installing ja.gmo as /usr/share/locale/ja/LC_MESSAGES/orca.mo
installing ko.gmo as /usr/share/locale/ko/LC_MESSAGES/orca.mo
installing lt.gmo as /usr/share/locale/lt/LC_MESSAGES/orca.mo
installing lv.gmo as /usr/share/locale/lv/LC_MESSAGES/orca.mo
installing mk.gmo as /usr/share/locale/mk/LC_MESSAGES/orca.mo
installing ml.gmo as /usr/share/locale/ml/LC_MESSAGES/orca.mo
installing mr.gmo as /usr/share/locale/mr/LC_MESSAGES/orca.mo
installing nb.gmo as /usr/share/locale/nb/LC_MESSAGES/orca.mo
installing ne.gmo as /usr/share/locale/ne/LC_MESSAGES/orca.mo
installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/orca.mo
installing or.gmo as /usr/share/locale/or/LC_MESSAGES/orca.mo
installing pa.gmo as /usr/share/locale/pa/LC_MESSAGES/orca.mo
installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/orca.mo
installing pt.gmo as /usr/share/locale/pt/LC_MESSAGES/orca.mo
installing pt_BR.gmo as /usr/share/locale/pt_BR/LC_MESSAGES/orca.mo
installing ru.gmo as /usr/share/locale/ru/LC_MESSAGES/orca.mo
installing rw.gmo as /usr/share/locale/rw/LC_MESSAGES/orca.mo
installing sl.gmo as /usr/share/locale/sl/LC_MESSAGES/orca.mo
installing sr.gmo as /usr/share/locale/sr/LC_MESSAGES/orca.mo
installing sr Latn gmo as /usr/share/locale/sr Latn/LC_MESSAGES/orca.mo
installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/orca.mo
installing ta.gmo as /usr/share/locale/ta/LC_MESSAGES/orca.mo
installing th.gmo as /usr/share/locale/th/LC_MESSAGES/orca.mo
installing tr.gmo as /usr/share/locale/tr/LC_MESSAGES/orca.mo
installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/orca.mo
installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/orca.mo
installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/orca.mo
installing zh_HK.gmo as /usr/share/locale/zh_HK/LC_MESSAGES/orca.mo
installing zh_TW.gmo as /usr/share/locale/zh_TW/LC_MESSAGES/orca.mo
make[1]: Verlasse Verzeichnis '/root/orca/po'
Making install in src
make[1]: Betrete Verzeichnis '/root/orca/src'
Making install in brl
make[2]: Betrete Verzeichnis '/root/orca/src/brl'
make[3]: Betrete Verzeichnis '/root/orca/src/brl'
make[3]: Für das Ziel »install-exec-am« ist nichts zu tun.
test -z "/usr/lib/python2.4/site-packages/orca" || mkdir -p -- "/usr/lib/python2.4/site-packages/orca"
/bin/bash ../../libtool --mode=install /usr/bin/install -c 'brlmodule.la' '/usr/lib/python2.4/site-packages/orca/brlmodule.la'
/usr/bin/install -c .libs/brlmodule.so /usr/lib/python2.4/site-packages/orca/brlmodule.so
/usr/bin/install -c .libs/brlmodule.lai /usr/lib/python2.4/site-packages/orca/brlmodule.la
PATH="$PATH:/sbin" ldconfig -n /usr/lib/python2.4/site-packages/orca
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib/python2.4/site-packages/orca
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[3]: Verlasse Verzeichnis '/root/orca/src/brl'
make[2]: Verlasse Verzeichnis '/root/orca/src/brl'
Making install in orca
make[2]: Betrete Verzeichnis '/root/orca/src/orca'
Making install in scripts
make[3]: Betrete Verzeichnis '/root/orca/src/orca/scripts'
make[4]: Betrete Verzeichnis '/root/orca/src/orca/scripts'
make[4]: Für das Ziel »install-exec-am« ist nichts zu tun.
make[4]: *** Keine Regel vorhanden, um das Target »gnome-panel.py«,
benötigt von »install-orca_pythonPYTHON«, zu erstellen. Schluss.
make[4]: Verlasse Verzeichnis '/root/orca/src/orca/scripts'
make[3]: *** [install-am] Fehler 2
make[3]: Verlasse Verzeichnis '/root/orca/src/orca/scripts'
make[2]: *** [install-recursive] Fehler 1
make[2]: Verlasse Verzeichnis '/root/orca/src/orca'
make[1]: *** [install-recursive] Fehler 1
make[1]: Verlasse Verzeichnis '/root/orca/src'
make: *** [install-recursive] Fehler 1
_______________________________________________
Orca-list mailing list
Orca-list gnome org
http://mail.gnome.org/mailman/listinfo/orca-list
Visit http://live.gnome.org/Orca for more information on Orca