Bug 94126

Summary: Can not build OpenOffice 2.0.2rc2
Product: Ports & Packages Reporter: Boris Kovalenko <boris>
Component: Individual Port(s)Assignee: freebsd-openoffice (Nobody) <openoffice>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Boris Kovalenko 2006-03-06 06:20:04 UTC
	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
Comment 1 hiroto.kagotani 2006-03-06 08:56:56 UTC
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
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2006-03-06 09:52:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->openoffice

Over to maintainer.
Comment 3 Boris Kovalenko 2006-03-06 10:14:57 UTC
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
Comment 4 Maho Nakata freebsd_committer freebsd_triage 2006-05-28 10:59:39 UTC
State Changed
From-To: open->closed

It seems to be fixed, doesn't it?