Bug 77336 - OpenOffice 2.0 needs python dependency
Summary: OpenOffice 2.0 needs python dependency
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-openoffice (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-10 06:20 UTC by Oliver Lehmann
Modified: 2005-05-28 11:04 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Lehmann freebsd_committer freebsd_triage 2005-02-10 06:20:18 UTC
	OpenOffice 2.0 port lacks a dependency to python23


mkdir ./Lib/plat-freebsd6
cp ./Lib/plat-generic/regen ./Lib/plat-freebsd6/regen
export PATH; PATH="`pwd`:$PATH"; \
export PYTHONPATH; PYTHONPATH="`pwd`/Lib"; \
export DYLD_FRAMEWORK_PATH; DYLD_FRAMEWORK_PATH="`pwd`"; \
export EXE; EXE=""; \
cd ./Lib/plat-freebsd6; ./regen
python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
/libexec/ld-elf.so.1: Shared object "libpython2.3.so.1.0" not found, required by "python"
gmake: *** [Lib/plat-freebsd6] Error 1
dmake:  Error code 2, while making './unxfbsd.pro/misc/build/so_built_so_python'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making /usr/obj/i386-6.0/usr/ports/editors/openoffice-2.0-devel/work/python
dmake:  Error code 1, while making 'instsetoo_native/prj/build_all'
'---* tg_merge.mk *---'
*** Error code 255

Stop in /usr/ports/editors/openoffice-2.0-devel.
Exit 1
root@curry openoffice-2.0-devel>

Fix: 

Add USE_PYTHON=YES to openoffice-2.0's Makefile
How-To-Repeat: 	pkg_del python*
	cd /usr/ports/editors/openoffice-2.0
	make
Comment 1 Oliver Lehmann freebsd_committer freebsd_triage 2005-02-10 06:21:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->openoffice

hand it over to the maintainers
Comment 2 Norikatsu Shigemura freebsd_committer freebsd_triage 2005-02-10 15:52:31 UTC
State Changed
From-To: open->feedback

OOo is not dependency on external python.  This problem is 
OOo self bugs.  So if ports/lang/python23 is installed, 
this problem is not resolved.
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2005-02-10 16:41:37 UTC
Norikatsu Shigemura wrote:

> OOo is not dependency on external python.  This problem is
> OOo self bugs.  So if ports/lang/python23 is installed,
> this problem is not resolved.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=77336

So, what do you expect me to do (because you put it on feedback). After I 
installed python23, I was able to continue openoffice build.


-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/
Comment 4 Oliver Lehmann freebsd_committer freebsd_triage 2005-05-28 11:03:40 UTC
State Changed
From-To: feedback->closed

it works now w/o the extra python23