Hi
Building Gnome-desktop 2.28 from Blfs gives the following error - has
any one seen this?
make[3]: Entering directory
`/home/sources/gnome-desktop-2.28.0/desktop-docs/fdl'
if ! test -d ar/; then mkdir ar/; fi
if [ -f "C/fdl.xml" ]; then d="../"; else
d="/home/sources/gnome-desktop-2.28.0/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 "/opt/gnome/bin/xml2po", line 185, in <module>
main(sys.argv[1:])
File "/opt/gnome/bin/xml2po", line 88, in main
from xml2po import Main
ImportError: No module named xml2po
make[3]: *** [ar/fdl.xml] Error 1
make[3]: Leaving directory
`/home/sources/gnome-desktop-2.28.0/desktop-docs/fdl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/sources/gnome-desktop-2.28.0/desktop-docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sources/gnome-desktop-2.28.0'
make: *** [all] Error 2
I'm running Python 2.6.2 and libxml2 2.7.6
I'm installing into /opt/gnome, xml2pro is present here under
/lib/python.
I have made all the configuration changes to /etc/profile
I can find nothing on google about this particular module in relation
to gnome-desktop - can you help?
MAC
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page