Issue 12859 - ODK compilation error
Summary: ODK compilation error
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-31 06:17 UTC by oldfield
Modified: 2003-06-27 09:19 UTC (History)
2 users (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 oldfield 2003-03-31 06:17:05 UTC
Here's what I got, I compile it in Windows 2000, and the same machine has been 
used to compile 643C source tree without problem:

- Screen Dump -

echo Solar-Version: 644m5s1(Build:8557) >> ..\..\..\..\..\..\wntmsci7.pro\class\
META-INF\MANIFEST.MF
cd ..\..\..\..\..\..\wntmsci7.pro\class && zip -u -r officebean.jar  META-INF\MA
NIFEST.MF  com/sun/star/beans
updating: META-INF/MANIFEST.MF (176 bytes security) (deflated 10%)
-------------
/cygdrive/e/cws_srx644_ooo11beta/odk/source/OOSupport
/cygdrive/e/cws_srx644_ooo11beta/odk/source/bean/native/win32
-------------
/cygdrive/e/cws_srx644_ooo11beta/odk/pack/copying
/cygdrive/e/cws_srx644_ooo11beta/odk/pack/gendocu
C:\cygwin\bin\cp.exe -u e:\cws_srx644_ooo11beta\solver\644\wntmsci7.pro\bin\jurt
_src.zip ..\..\wntmsci7.pro\misc\java_src\jurt_src.zip
/usr/bin/cp: cannot create regular file `..\\..\\wntmsci7.pro\\misc\\java_src\\j
urt_src.zip': No such file or directory
dmake.exe:  Error code 129, while making '..\..\wntmsci7.pro\misc\java_src\jurt_
src.zip'
---*RULES.MK*---

ERROR: Error 65280 occurred while making /cygdrive/e/cws_srx644_ooo11beta/odk/pa
ck/gendocu
Comment 1 quetschke 2003-03-31 08:10:12 UTC
Oldfield: Can you please confirm that you use an old cygwin?

The new cygwin works, by chance, for the following command:

C:\cygwin\bin\cp.exe -u
e:\cws_srx644_ooo11beta\solver\644\wntmsci7.pro\bin\jurt
_src.zip ..\..\wntmsci7.pro\misc\java_src\jurt_src.zip

ause: This is DOS file notation with backslashes and a cygwin tool.
This is another case where $(COPY) should have been used instead
of just cp.
Comment 2 oldfield 2003-04-01 01:44:24 UTC
I used the same cygwin for "configure" for 643C source.

On typing uname in cygwin, it shows CYGWIN_NT-5.0, is that old?

Thanks.
Comment 3 quetschke 2003-04-01 07:25:43 UTC
Please try "uname -a"

Cygwin 1.3.x is considered new.
Comment 4 oldfield 2003-04-03 01:05:22 UTC
Here's what I got by "uname -a":

CYGWIN_NT-5.0 TOWINDOWS 1.3.13(0.62/3/2) 2002-10-13 23:15 i686 unknown

thx.
Comment 5 quetschke 2003-04-03 08:22:00 UTC
This is a new (not very new) cygwin. Then probably it's not a cygwin
version problem.

Did you do a complete rebuild after your changes to 4nt.ini?

Do you have an odk\wntmsci7.pro\misc\java_src\ directory?

Does solver\644\wntmsci7.pro\bin\jurt_src.zip exist?

Can you please attach your winenv.bat?
Comment 6 oldfield 2003-04-23 03:45:27 UTC
After fixing my 4nt.ini, the problem is gone... sorry for my ignorance
and silly mistake.
Comment 7 quetschke 2003-04-23 08:06:45 UTC
closed
Comment 8 quetschke 2003-06-27 09:19:02 UTC
close