Issue 16420

Summary: 11rc: python update for DLLPOST
Product: porting Reporter: fa <dan>
Component: codeAssignee: fa <dan>
Status: CLOSED FIXED QA Contact: issues@porting <issues>
Severity: Trivial    
Priority: P3 CC: ed, issues, khendricks, quetschke
Version: OOo 1.1 RC   
Target Milestone: OOo 1.1 RC   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 16413    
Attachments:
Description Flags
cd python, patch -p0 < /path/to/patchfile
none
cd to python, patch -p0 < /path/to/patchfile SUPERCEDES previous python patch, makes sure d.lst delivers dylibs
none
cd to python, patch -p0 < /path/to/patchfile SUPERCEDES previous python.xxx.11rc patches
none
place file in python/, replacing existing file Many changes to build OS X .dylibs (rather than frameworks)
none
Merge with ooo11rc2 changes for Win32
none
Correct missing statement inside if/else/fi none

Description fa 2003-07-03 19:58:03 UTC
Update python to convert hardcoded .so -> DLLPOST
Comment 1 fa 2003-07-03 19:58:57 UTC
Created attachment 7388 [details]
cd python, patch -p0 < /path/to/patchfile
Comment 2 Martin Hollmichel 2003-07-04 07:54:52 UTC
set target milestone
Comment 3 fa 2003-07-10 01:06:15 UTC
Created attachment 7522 [details]
cd to python, patch -p0 < /path/to/patchfile  SUPERCEDES previous python patch, makes sure d.lst delivers dylibs
Comment 4 fa 2003-07-10 17:09:41 UTC
Created attachment 7539 [details]
cd to python, patch -p0 < /path/to/patchfile   SUPERCEDES previous python.xxx.11rc patches
Comment 5 fa 2003-07-10 17:11:03 UTC
Created attachment 7540 [details]
place file in python/, replacing existing file   Many changes to build OS X .dylibs (rather than frameworks)
Comment 6 khendricks 2003-07-10 19:01:43 UTC
Hi Dan,

This looks good since the changes seem to be completely MacOSX
specific.

Approved for OOo 1.1

Kevin
Comment 7 fa 2003-07-14 19:13:13 UTC
committed to cws_srx645_ooo11rc2
Comment 8 quetschke 2003-07-14 23:25:26 UTC
Hi Dan, I'll revert this patch in a minute.

I'm not sure where the problem is. The '*&!? .NET compiler doesn't
give me a clue besides:

Kompilieren...
timemodule.c
\v1\cws_srx645_ooo11rc2cyg\python\wntmsci8.pro\misc\build\Python-2.2.2\Modules\timemodule.c(54)
: fatal error C1083: Include-Datei kann nicht geöffnet werden:
'largeint.h': No such file or directory
_hotshot.c
\v1\cws_srx645_ooo11rc2cyg\python\wntmsci8.pro\misc\build\Python-2.2.2\Modules\_hotshot.c(17)
: fatal error C1083: Include-Datei kann nicht geöffnet werden:
'largeint.h': No such file or directory

As a guess: You made your patch against rc, but this errors were
fixed in rc2, and you just overrode them.

Please create a new patch against rc2

Volker
Comment 9 fa 2003-07-15 00:43:45 UTC
Will create new patch from the 11rc2 patch.
Comment 10 fa 2003-07-15 01:54:00 UTC
Created attachment 7660 [details]
Merge with ooo11rc2 changes for Win32
Comment 11 fa 2003-07-15 01:55:56 UTC
Merge with ooo11rc2 patch complete, attached.
Comment 12 fa 2003-07-15 02:25:47 UTC
Created attachment 7661 [details]
Correct missing statement inside if/else/fi
Comment 13 fa 2003-07-15 02:53:42 UTC
2003-07-14 18:25 PDT patch committed to ooo11rc2.  Should clear up Win32 issues.
Comment 14 sander_traveling 2003-07-15 03:14:34 UTC
also built on my machine with .net so should be fine
Comment 15 Martin Hollmichel 2004-02-15 07:28:35 UTC
verfied in 1.1.0.
Comment 16 Martin Hollmichel 2004-02-15 07:31:44 UTC
close issue