Ticket #9422 (closed defect: worksforme)
BUG: gnome-desktop
| Reported by: | jakerosoft@… | Owned by: | rhwood@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.2 |
| Keywords: | Cc: | gnome-darwinports@… | |
| Port: |
Description
While trying to build gnome-desktop I receive the following error.
---> Building gnome-desktop with target all <SNIP> Making all in desktop-docs Making all in fdl make[3]: Nothing to be done for `all'. Making all in gpl make[3]: Nothing to be done for `all'. Making all in lgpl if ! test -d es/; then mkdir es/; fi case "." in /*) sd=".";; *) sd="../.";; esac; \ if [ -f "C/lgpl.xml" ]; then d="../"; else d="$sd/"; fi; \ (cd es/ && \
which xml2po -e -p \
"${d}es/es.po" \ "${d}C/lgpl.xml" > lgpl.xml.tmp && \ cp lgpl.xml.tmp lgpl.xml && rm -f lgpl.xml.tmp)
/bin/sh: line 1: Setting: command not found make[3]: *** [es/lgpl.xml] Error 127 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
% which xml2po /opt/local/bin/xml2po

