Issue 17657 - 11rc3: stlport patch for OS X buildability
Summary: 11rc3: stlport patch for OS X buildability
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC2
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 1.1 RC
Assignee: fa
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks: 17274
  Show dependency tree
 
Reported: 2003-07-30 17:29 UTC by fa
Modified: 2004-02-15 07:31 UTC (History)
5 users (show)

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


Attachments
cd stlport, patch -p0 < /path/to/patchfile (680 bytes, patch)
2003-07-30 17:30 UTC, fa
no flags Details | Diff
place in stlport, replacing any previous copy (9.61 KB, patch)
2003-07-30 17:35 UTC, fa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description fa 2003-07-30 17:29:31 UTC
Allow delivery and symlinking of STLport libs, plus some compile option changes for OS X.
Comment 1 fa 2003-07-30 17:30:41 UTC
Created attachment 8162 [details]
cd stlport, patch -p0 < /path/to/patchfile
Comment 2 fa 2003-07-30 17:35:38 UTC
Created attachment 8163 [details]
place in stlport, replacing any previous copy
Comment 3 fa 2003-07-31 16:51:38 UTC
I have cross-checked the STLport-4.5.patch file and it builds fine in RH 9 / gcc 3.2.2.
Comment 4 khendricks 2003-08-03 22:14:13 UTC
Hi, 
 
Approved since cross-checked by Dan under Linux if rc3 is still open for commits. 
 
Kevin 
 
Comment 5 fa 2003-08-04 05:23:43 UTC
Committed to cws_srx645_ooo11rc3
Comment 6 sparcmoz 2003-08-05 12:38:33 UTC
something about this patch is bad for sparc linux?
=============
Building project stlport
=============
/usr/local/oo_src/stlport
-------------
sed     -e 's#GXX_INCLUDE_PATH#/usr/local/include/c++/3.3#g' <
STLport-4.5.patch > ./unxlngs.pro/misc/STLport-4.5.patch
cd ./unxlngs.pro/misc/build && cat
../../.././unxlngs.pro/misc/STLport-4.5.patch | patch -b -p2 && touch
so_patched_so_stlport
patching file STLport-4.5/src/dll_main.cpp
patching file STLport-4.5/src/gcc-3.0-macosx.mak
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file
STLport-4.5/src/gcc-3.0-macosx.mak.rej
patching file STLport-4.5/src/gcc-3.0.mak
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file
STLport-4.5/src/gcc-3.0.mak.rej
patching file STLport-4.5/src/gcc-freebsd.mak
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file
STLport-4.5/src/gcc-freebsd.mak.rej
patching file STLport-4.5/stlport/config/stl_gcc.h
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file
STLport-4.5/stlport/config/stl_gcc.h.rej
patching file STLport-4.5/stlport/cwchar
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file
STLport-4.5/stlport/cwchar.rej
patching file STLport-4.5/stlport/stdexcept
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file
STLport-4.5/stlport/stdexcept.rej
patching file STLport-4.5/stlport/stl/_threads.h
patching file STLport-4.5/src/gcc-3.0-freebsd.mak
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file
STLport-4.5/src/gcc-3.0-freebsd.mak.rej
dmake:  Error code 1, while making
'./unxlngs.pro/misc/build/so_patched_so_stlport'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making /usr/local/oo_src/stlport
Comment 7 fa 2003-08-05 14:20:13 UTC
Hi,

Someone just committed a fix for this problem I think (its a makefile dependency 
issue).  CVS update your ooo11rc3 checkout to get revision 1.22.2.1.

Dan
Comment 8 Martin Hollmichel 2003-08-15 14:52:44 UTC
added __APPLE__ to avoid change on existing Linux platform. committed
to master as 1.11.6.2
Comment 9 Martin Hollmichel 2004-02-15 07:28:28 UTC
verfied in 1.1.0.
Comment 10 Martin Hollmichel 2004-02-15 07:31:37 UTC
close issue