Issue 7770 - OOO_STABLE_1_PORTS needs stlport and dbaccess patches
Summary: OOO_STABLE_1_PORTS needs stlport and dbaccess patches
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: OOo 1.0.0
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 1.0.4
Assignee: ed
QA Contact: issues@porting
URL:
Keywords: merge_pending
Depends on:
Blocks: 2588
  Show dependency tree
 
Reported: 2002-09-17 18:24 UTC by pluby
Modified: 2004-05-19 16:37 UTC (History)
1 user (show)

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


Attachments
Patch to correct stlport/prj/d.lst (669 bytes, patch)
2002-09-17 18:29 UTC, pluby
no flags Details | Diff
Patch to deliver *.dylib files in dbaccess project (546 bytes, patch)
2002-09-23 18:25 UTC, pluby
no flags Details | Diff
cd to SRC_ROOT/stlport, patch -p0 /path/to/patchfile Removes versioned deliver of stlport libs for MacOS X (667 bytes, patch)
2002-11-21 22:06 UTC, fa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description pluby 2002-09-17 18:24:51 UTC
The stlport/prj/d.lst file is not delivering the *.dylib files on Mac OS X when
STLport-4.0 is used.
Comment 1 pluby 2002-09-17 18:29:30 UTC
Created attachment 2888 [details]
Patch to correct stlport/prj/d.lst
Comment 2 pluby 2002-09-19 18:05:01 UTC
This patch should be applied to a clean checkout of the stlport module
using the OOO_STABLE_1_PORTS branch. Apply the patch using the
following command:

  cd $SRC_ROOT/stlport ; patch -p0 < /the/patch/file
Comment 3 pluby 2002-09-23 18:25:25 UTC
Created attachment 2943 [details]
Patch to deliver *.dylib files in dbaccess project
Comment 4 pluby 2002-09-23 18:27:38 UTC
The dbaccess/prj/d.lst file is also not delivering the *.dylib files
on Mac OS X.

This patch can be applied by executing the following commands:

  cd $SRC_ROOT/dbaccess ; patch -p0 < /path/to/patch/file
Comment 5 pluby 2002-09-24 00:19:16 UTC
Change "Assigned To" field
Comment 6 ed 2002-10-12 14:20:31 UTC
Accept issue and request approval.
Comment 7 khendricks 2002-11-21 14:08:23 UTC
Hi, 
 
Approved. 
 
Please note your stlport will deliver *.dylib* which will deliver 
the versioned libstlport_gcc.dylib.4.5 instead of just the 
libstlport_gcc.dylib 
 
I thought you decided to remove all stlport versioning to prevent 
problems. 
 
If so, you should probably remove the * from that d.lst entry just 
to be safe (it gets used by people building with external stlport as 
well). 
 
Kevin 
 
Comment 8 fa 2002-11-21 22:05:21 UTC
dbaccess.OOO_STABLE_1_PORTS.092302.patch
stlport.OOO_STABLE_1_PORTS.112002
committed to _PORTS.

New stlport patch modified to deliver lib*.dylib instead of
lib*.dylib*.  As said by kevin, we are attempting to get away from
versioning the stlport libraries explicitly.

Dan
Comment 9 fa 2002-11-21 22:06:30 UTC
Created attachment 3699 [details]
cd to SRC_ROOT/stlport, patch -p0 /path/to/patchfile  Removes versioned deliver of stlport libs for MacOS X
Comment 10 fa 2002-11-21 23:10:20 UTC
Changed to merge_pending.

Merge:
1) stlport.OOO_STABLE_1_PORTS.112002.patch
2) dbaccess.OOO_STABLE_1_PORTS.092302.patch

dAn
Comment 11 fa 2004-05-19 16:36:52 UTC
these patches are merged
Comment 12 fa 2004-05-19 16:37:43 UTC
closing