Can't build OpenOffice 2.0.2rc2 with LOCALIZED_LANG=ru WITH_KDE=yes WITHOUT_MOZILLA=yes. Of course ports tree is up to date and moz-patch_i59729 is present. Compilation fails with if test -f /usr/local/bin/python -o -h /usr/local/bin/python; \ then rm -f /usr/local/bin/python; \ else true; \ fi (cd /usr/local/bin; ln python2.3 python) /usr/bin/install -c -m 644 ./Misc/python.man \ /usr/local/man/man1/python.1 chmod: /mnt/work.0/usr/ports/editors/openoffice.org-2.0/work/OOB680_m2/python/unxfbsd.pro/misc/build/python-inst: No such file or directory dmake: Error code 1, while making './unxfbsd.pro/misc/build/so_built_so_python' '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /mnt/work.0/usr/ports/editors/openoffice.org-2.0/work/OOB680_m2/python dmake: Error code 1, while making 'build_instsetoo_native' '---* *---' *** Error code 255 P.S. As with KDE I have Python 2.4.2 installed, may be this is a point? Fix: No idea How-To-Repeat: cd /usr/ports/editors/openoffice.org-2.0 make LOCALIZED_LANG=ru WITH_KDE=yes WITHOUT_MOZILLA=yes
I experienced the same error and reinstalling *bash* solved it. Do portupgrade -f bash or pkg_delete/portinstall, and you can build openoff= ice. Please save your bash and /etc/shells before reinstalling bash because I've already lost my old bash installation. And if you find any difference between old and new bashes, please report it= ... Thanks. Hiroto
Responsible Changed From-To: freebsd-ports-bugs->openoffice Over to maintainer.
Hiroto Kagotani wrote: Hello! It looks misterious but You have right. After reinstalling bash compilation continues. And I found no difference between versions. > I experienced the same error and reinstalling *bash* solved it. > Do portupgrade -f bash or pkg_delete/portinstall, and you can build openoffice. > Please save your bash and /etc/shells before reinstalling bash > because I've already lost my old bash installation. > And if you find any difference between old and new bashes, please report it... > Thanks. > > Hiroto > > With respect, Boris
State Changed From-To: open->closed It seems to be fixed, doesn't it?