Issue 15914 - python: not ready to SMP build
Summary: python: not ready to SMP build
Status: CLOSED FIXED
Alias: None
Product: udk
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Linux, all
: P4 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: pavel
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-22 17:01 UTC by pavel
Modified: 2003-06-29 11:17 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
patch to make python project ready for smp-builds (2.17 KB, patch)
2003-06-22 22:03 UTC, joergbudi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description pavel 2003-06-22 17:01:01 UTC
Hi,

I can not build python project using MAXPROCESS > 1:

pavel@oo:~/BuildDir/ooo_11rc_src/python> export MAXPROCESS=2; build -from python
build -- version: 1.83


=============
Building project python
=============
/mnt/hdc2/pavel/BuildDir/ooo_11rc_src/python
------------------------------
dmake subdmake=true  -f makefile.mk  depend=t ALLDPC
-------------
Making: ./unxlngi4.pro/misc/so_python.dpc
dmake:  Error -- `./unxlngi4.pro/misc/build/Python-2.2.2/libpython2.2.a' not
found, and can't be made
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making
/mnt/hdc2/pavel/BuildDir/ooo_11rc_src/python
pavel@oo:~/BuildDir/ooo_11rc_src/python> 

Using MAXPROCESS=1 is OK.
Comment 1 joergbudi 2003-06-22 22:03:23 UTC
Created attachment 7045 [details]
patch to make python project ready for smp-builds
Comment 2 joergbudi 2003-06-22 22:04:33 UTC
Hi,

Pavel, can you verify, that the patch works for you 
(python/makefile.mk) ?

Comment 3 pavel 2003-06-22 22:21:27 UTC
Yes, it works perfectly!

Thank you.
Comment 4 pavel 2003-06-23 21:48:01 UTC
Will you commit it?
Comment 5 joergbudi 2003-06-23 22:13:06 UTC
Hi Martin,

can you commit the attached patch, please ?

Bye, Joerg
Comment 6 pavel 2003-06-24 14:02:25 UTC
I will commit it.
Comment 7 pavel 2003-06-24 14:04:44 UTC
Done.
Comment 8 pavel 2003-06-29 11:17:32 UTC
Closing