Issue 15917 - pyuno not buildable with MAXPROCESS > 1
Summary: pyuno not buildable with MAXPROCESS > 1
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: ---
Assignee: joergbudi
QA Contact: issues@udk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-22 17:31 UTC by pavel
Modified: 2003-06-29 10:03 UTC (History)
1 user (show)

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


Attachments

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

I'm not able to buidl pyuno with MAXPROCESS=4:

chmod +x ../unxlngi4.pro/bin/python-core-2.2.2/bin/python
rm -f ../unxlngi4.pro/bin/python-core-2.2.2/lib/lib-old/whatsound.py
cat
/mnt/hdc2/pavel/BuildDir/ooo_11rc_src/solver/645/unxlngi4.pro/lib/python/lib-old/whatsound.py
> ../unxlngi4.pro/bin/python-core-2.2.2/lib/lib-old/whatsound.py
rm -f ../unxlngi4.pro/bin/python-core-2.2.2/lib/lib-old/zmod.py
cat
/mnt/hdc2/pavel/BuildDir/ooo_11rc_src/solver/645/unxlngi4.pro/lib/python/lib-old/zmod.py
> ../unxlngi4.pro/bin/python-core-2.2.2/lib/lib-old/zmod.py
rm -f ../unxlngi4.pro/bin/python-core-2.2.2/lib/lib-old/addpack.py
../unxlngi4.pro/bin/python-core-2.2.2/lib/lib-old/whatsound.py: No such file or
directory.
dmake:  Error code 1, while making
'../unxlngi4.pro/bin/python-core-2.2.2/lib/lib-old/whatsound.py'
mkdir: cannot create directory
`../unxlngi4.pro/bin/python-core-2.2.2/lib//mnt/hdc2/pavel/BuildDir/ooo_11rc_src/solver/645/unxlngi4.pro/lib/python':
No such file or directory
mkdir: cannot create directory `../unxlngi4.pro/bin/python-core-2.2.2/lib/test':
File exists
---* RULES.MK *---

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

with MAXPROCESS=1 it is OK though.
Comment 1 joergbudi 2003-06-22 22:08:20 UTC
Actually, I don't know how to do this. I need to create directories, 
where files get copied. So semantically, the files depend on 
directories. 

However, when a file is created within a directory, the directory 
timestamp is touched. This means, that rerunning the build will copy 
all the files again.

Any suggestion, how to solve this ?

Can I deactivate MAXPROCESS in with a switch in the concrete 
makefile.mk ?



Comment 2 pavel 2003-06-24 14:00:51 UTC
I think I have no suggestion, maybe we should ask on dev@?
Comment 3 pavel 2003-06-29 08:09:40 UTC
I asked on dev@
Comment 4 joergbudi 2003-06-29 09:20:16 UTC
fixed on ooo1rc, thanks to hjs.
Comment 5 pavel 2003-06-29 10:03:35 UTC
Great!