On Mon, Jul 20, 2009 at 04:08:01PM -0400, Anurag Maskey wrote: > That was a problem. Don't know how this machine ended up > /usr/gnu/bin in its PATH.
It's default on OpenSolaris systems, so unless you set your PATH yourself, it ends up first. > However, there's a different error now. > > anu...@dell-xps:~/ips_repo/ips-gate/src$ /usr/bin/make > /export/home/anurag/ips_repo/ips-gate/src/web > /export/home/anurag/ips_repo/ips-gate/src/gui > /export/home/anurag/ips_repo/ips-gate/src/um > /export/home/anurag/ips_repo/ips-gate/src/po > msgfmt -o es.mo es.po > msgfmt -o fr.mo fr.po > fr.po:1507: `msgid' and `msgstr' entries do not both end with '\n' This is part of the same thing -- you're using GNU msgfmt, not Solaris. You should just change PATH to put /usr/bin before /usr/gnu/bin. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
