I did an archive/reinstall the other week (needlessly as it turns out)
and am rebuilding all my ports since some things seem not to be quite
right.

It looks like gnome-panel2 is kicking back this error on xml2po and it
looks very familiar to me.

Making all in clock
if ! test -d de/; then mkdir de/; fi
if [ -f "C/clock.xml" ]; then d="../"; else
d="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-panel/work/gnome-panel-2.18.2/help/clock/";
fi; \
        (cd de/ && \
                `which xml2po` -e -p \
                "${d}de/de.po" \
                "${d}C/clock.xml" > clock.xml.tmp && \
                cp clock.xml.tmp clock.xml && rm -f clock.xml.tmp)
        Traceback (most recent call last):
                File "/opt/local/bin/xml2po", line 35, in <module>
                        import libxml2
                ImportError: No module named libxml2
                make[3]: *** [de/clock.xml] Error 1
                make[2]: *** [all-recursive] Error 1
                make[1]: *** [all-recursive] Error 1
                make: *** [all] Error 2
                Error: Unable to upgrade port: 1

any idea what might be crossways here?
-- 
Paul Beard / www.paulbeard.org/
<[EMAIL PROTECTED]/[EMAIL PROTECTED]>
_______________________________________________
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to