Re: confirm 9e385a5d3f5a8c672c1e4bfc2f17a18151d8fc60
I want to install the gnome-port on my OS CRUX 2.4 with command: "prt-get depinst --install-scripts gnome-light", but installation failed on "gnome-desktop" package. Port libxml2 is installed. This is the part of installation log. ------------------------------------------------------------------------------------------------ make[2]: Leaving directory `/usr/ports/gnome/gnome-desktop/work/src/gnome-desktop-2.20.2/pixmaps' Making all in desktop-docs make[2]: Entering directory `/usr/ports/gnome/gnome-desktop/work/src/gnome-desktop-2.20.2/desktop-docs' Making all in fdl make[3]: Entering directory `/usr/ports/gnome/gnome-desktop/work/src/gnome-desktop-2.20.2/desktop-docs/fdl' if ! test -d ar/; then mkdir ar/; fi if [ -f "C/fdl.xml" ]; then d="../"; else d="/usr/ports/gnome/gnome-desktop/work/src/gnome-desktop-2.20.2/desktop-docs/fdl/"; fi; \ (cd ar/ && \ `which xml2po` -e -p \ "${d}ar/ar.po" \ "${d}C/fdl.xml" > fdl.xml.tmp && \ cp fdl.xml.tmp fdl.xml && rm -f fdl.xml.tmp) Traceback (most recent call last): File "/usr/bin/xml2po", line 35, in <module> import libxml2 ImportError: No module named libxml2 make[3]: *** [ar/fdl.xml] Error 1 make[3]: Leaving directory `/usr/ports/gnome/gnome-desktop/work/src/gnome-desktop-2.20.2/desktop-docs/fdl' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/ports/gnome/gnome-desktop/work/src/gnome-desktop-2.20.2/desktop-docs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/ports/gnome/gnome-desktop/work/src/gnome-desktop-2.20.2' make: *** [all] Error 2 =======> ERROR: Building '/usr/ports/packages/gnome-desktop#2.20.2-1.pkg.tar.gz' failed. prt-get: error while install -- Packages where install failed gnome-desktop ------------------------------------------------------------------------------------------------ Help, if this is possible. Thank you. ulins
Кожухов Евгений [2008-01-20 13:52]:
I want to install the gnome-port on my OS CRUX 2.4 with command: "prt-get depinst --install-scripts gnome-light", but installation failed on "gnome-desktop" package. Port libxml2 is installed.
This is the part of installation log. ------------------------------------------------------------------------------------------------ "${d}C/fdl.xml" > fdl.xml.tmp && \ cp fdl.xml.tmp fdl.xml && rm -f fdl.xml.tmp) Traceback (most recent call last): File "/usr/bin/xml2po", line 35, in <module> import libxml2 ImportError: No module named libxml2
Looks like you're missing the Python bindings for libxml2. Try installing the libxml2-python port. Regards, Tilman -- A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail?
participants (2)
-
Tilman Sauerbeck
-
Кожухов Евгений