To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51745
                  Issue #:|51745
                  Summary:|parallel build in cpputools/source/registercomponent
                Component:|tools
                  Version:|680m115
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|hjs
              Reported by:|pjanik





------- Additional comments from [EMAIL PROTECTED] Fri Jul  8 23:54:11 -0700 
2005 -------
Hi,

while building with MAXPROCESS=4 I got this:


rm -f ../../unxlngi6.pro/lib/pyuno_services.rdb
../../unxlngi6.pro/lib/pyuno_services.tmp 
../../unxlngi6.pro/lib/pyuno_services.rdb
cd ../../unxlngi6.pro/lib && regcomp -register -r pyuno_services.tmp -c
typeconverter.uno -c invocation.uno -c reflection.uno -c introspection.uno -c
invocadapt.uno -c proxyfac.uno -c pythonloader.uno
cd ../../unxlngi6.pro/lib && mv pyuno_services.tmp pyuno_services.rdb
/home/oo/BuildDir/ooo_SRC680_m115_src/solver/680/unxlngi6.pro/bin/regcomp:
Permission denied.
dmake:  Error code 1, while making '../../unxlngi6.pro/lib/pyuno_services.rdb'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while making
/home/oo/BuildDir/ooo_SRC680_m115_src/pyuno/source/loader
dmake:  Error code 1, while making 'instsetoo_native/prj/build_all'

This is because of this in module cpputools:

/home/oo/BuildDir/ooo_SRC680_m115_src/cpputools/source/registercomponent
------------------------------
Making: ../../unxlngi6.pro/misc/regcomp.dpc
dmake subdmake=true  -f makefile.mk product="full" depend=t ALLDPC
NOT-Making: Depend-Lists
cppumaker @/tmp/mkZe3pcl 
cppumaker @/tmp/mkjCnYrj   
cppumaker @/tmp/mkLX5AIh
cppumaker @/tmp/mkrCIb0f
cppumaker @/tmp/mkDBCaie
Making ../../unxlngi6.pro/misc/regcomp.sh
chmod +x ../../unxlngi6.pro/misc/regcomp.sh
chmod: failed to get attributes of `../../unxlngi6.pro/misc/regcomp.sh': No such
file or directory

makefile.mk contains:

.IF "$(GUI)"=="UNX"
ALLTAR: REGCOMPSH

REGCOMPSH :
        +-chmod +x $(MISC)$/regcomp.sh
.ENDIF  

Looks like REGCOMPSH should depend on $(UNIXTEXT) or something like that.
Proposed patch attached.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to