Re: [dev] Build problems with updated cws 0dff05

2008-12-20 Thread Regina Henschel

Hi Jens,

Regina Henschel schrieb:

Hi Jens,

thanks for your very fast reply. I've done the suggested deletes and 
started a new build. I'll report when finished.




After I removed all .svn in die wntmsci12.pro directory, the build 
finished and OOo works without problem. Thanks for you help.


kind regards
Regina

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] Build problems with updated cws 0dff05

2008-12-19 Thread Regina Henschel

Hi all,

I had build cws odff05 as soon as it was on subversion. It build without 
problems and I could provide some patches.


Then I have updated my local copy of cws odff05 using SVN update to 
the actual version as Eike told me. But now I don't get it build. I have 
used the same configure commands as before. It breaks with the error 
message:


Building module instsetoo_native
/cygdrive/c/SoftwareArchiv2/odff05/instsetoo_native/inc_openoffice/windows/msi_languages
-
/cygdrive/c/SoftwareArchiv2/odff05/instsetoo_native/util
-
mkdir.exe -p ../wntmsci12.pro/misc/openoffice/msi_templates
mkdir.exe -p ../wntmsci12.pro/misc/ooolangpack/msi_templates
mkdir.exe -p ../wntmsci12.pro/misc/ure/msi_templates
mkdir.exe -p ../wntmsci12.pro/misc/sdkoo/msi_templates
C:/cygwin/bin/cp.exe -ua ../inc_openoffice/windows/msi_templates 
../wntmsci12.pro/misc/openoffice
C:/cygwin/bin/cp: cannot create regular file 
`../wntmsci12.pro/misc/openoffice/msi_templates/.svn/entries': 
Permission denied
C:/cygwin/bin/cp: cannot create regular file 
`../wntmsci12.pro/misc/openoffice/msi_templates/Binary/.svn/entries': 
Permission denied

dmake:  Error code 1, while making 'hack_msitemplates'

ERROR: Error 65280 occurred while making 
/cygdrive/c/SoftwareArchiv2/odff05/instsetoo_native/util

rmdir /cygdrive/c/Temp/2244

What to do?

kind regards
Regina

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Build problems with updated cws 0dff05

2008-12-19 Thread Jens-Heiner Rechtien
Hi Regina,

the target for copying the templates is a bit to broad, it copies the
.svn directories to the output tree. The second time you try this it may
fail due to lacking write permissions

One fast way to solve the problem is to simply remove the complete
output tree  wntsmc12.pro and rebuild or just the offending .svn
directories in wntmsci12.pro/misc/openoffice/misc/msi_templates

Heiner

Regina Henschel wrote:
 Hi all,
 
 I had build cws odff05 as soon as it was on subversion. It build without
 problems and I could provide some patches.
 
 Then I have updated my local copy of cws odff05 using SVN update to
 the actual version as Eike told me. But now I don't get it build. I have
 used the same configure commands as before. It breaks with the error
 message:
 
 Building module instsetoo_native
 /cygdrive/c/SoftwareArchiv2/odff05/instsetoo_native/inc_openoffice/windows/msi_languages
 
 -
 /cygdrive/c/SoftwareArchiv2/odff05/instsetoo_native/util
 -
 mkdir.exe -p ../wntmsci12.pro/misc/openoffice/msi_templates
 mkdir.exe -p ../wntmsci12.pro/misc/ooolangpack/msi_templates
 mkdir.exe -p ../wntmsci12.pro/misc/ure/msi_templates
 mkdir.exe -p ../wntmsci12.pro/misc/sdkoo/msi_templates
 C:/cygwin/bin/cp.exe -ua ../inc_openoffice/windows/msi_templates
 ../wntmsci12.pro/misc/openoffice
 C:/cygwin/bin/cp: cannot create regular file
 `../wntmsci12.pro/misc/openoffice/msi_templates/.svn/entries':
 Permission denied
 C:/cygwin/bin/cp: cannot create regular file
 `../wntmsci12.pro/misc/openoffice/msi_templates/Binary/.svn/entries':
 Permission denied
 dmake:  Error code 1, while making 'hack_msitemplates'
 
 ERROR: Error 65280 occurred while making
 /cygdrive/c/SoftwareArchiv2/odff05/instsetoo_native/util
 rmdir /cygdrive/c/Temp/2244
 
 What to do?
 
 kind regards
 Regina
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
 For additional commands, e-mail: dev-h...@openoffice.org
 


-- 
Jens-Heiner Rechtien
recht...@sun.com

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] Build problems with updated cws 0dff05

2008-12-19 Thread Regina Henschel

Hi Jens,

thanks for your very fast reply. I've done the suggested deletes and 
started a new build. I'll report when finished.


kind regards
Regina


Jens-Heiner Rechtien schrieb:

Hi Regina,

the target for copying the templates is a bit to broad, it copies the
.svn directories to the output tree. The second time you try this it may
fail due to lacking write permissions

One fast way to solve the problem is to simply remove the complete
output tree  wntsmc12.pro and rebuild or just the offending .svn
directories in wntmsci12.pro/misc/openoffice/misc/msi_templates

Heiner

Regina Henschel wrote:

Hi all,

I had build cws odff05 as soon as it was on subversion. It build without
problems and I could provide some patches.

Then I have updated my local copy of cws odff05 using SVN update to
the actual version as Eike told me. But now I don't get it build. I have
used the same configure commands as before. It breaks with the error
message:

Building module instsetoo_native
/cygdrive/c/SoftwareArchiv2/odff05/instsetoo_native/inc_openoffice/windows/msi_languages

-
/cygdrive/c/SoftwareArchiv2/odff05/instsetoo_native/util
-
mkdir.exe -p ../wntmsci12.pro/misc/openoffice/msi_templates
mkdir.exe -p ../wntmsci12.pro/misc/ooolangpack/msi_templates
mkdir.exe -p ../wntmsci12.pro/misc/ure/msi_templates
mkdir.exe -p ../wntmsci12.pro/misc/sdkoo/msi_templates
C:/cygwin/bin/cp.exe -ua ../inc_openoffice/windows/msi_templates
../wntmsci12.pro/misc/openoffice
C:/cygwin/bin/cp: cannot create regular file
`../wntmsci12.pro/misc/openoffice/msi_templates/.svn/entries':
Permission denied
C:/cygwin/bin/cp: cannot create regular file
`../wntmsci12.pro/misc/openoffice/msi_templates/Binary/.svn/entries':
Permission denied
dmake:  Error code 1, while making 'hack_msitemplates'

ERROR: Error 65280 occurred while making
/cygdrive/c/SoftwareArchiv2/odff05/instsetoo_native/util
rmdir /cygdrive/c/Temp/2244

What to do?

kind regards
Regina

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org







-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org