[porting-issues] [Issue 68948] Wrong install names in dyn amic shared libraries (e.g. berkeleydb)

2006-12-06 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68948


User pjanik changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Dec  6 02:51:20 -0800 
2006 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 68948] Wrong install names in dyn amic shared libraries (e.g. berkeleydb)

2006-10-19 Thread ericb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68948





--- Additional comments from [EMAIL PROTECTED] Thu Oct 19 04:30:46 -0700 
2006 ---
Looks ok too.

Issue verified fixed



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 68948] Wrong install names in dyn amic shared libraries (e.g. berkeleydb)

2006-10-01 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68948


User pjanik changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Sun Oct  1 05:17:34 -0700 
2006 ---
good so marking this issue as verified.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 68948] Wrong install names in dyn amic shared libraries (e.g. berkeleydb)

2006-09-30 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68948





--- Additional comments from [EMAIL PROTECTED] Sat Sep 30 00:00:22 -0700 
2006 ---
Verified with rebuilding, delivering the following modules and otool -L:ing
them. (m181 + changed files from cws pj59)

berkeleydb (berkeleydb/db-4.2.52.patch)
libxmlsec  (libxmlsec/xmlsec1-1.2.6.patch)
salhelper  (solenv/bin/macosx-create-bundle)

Sorry, but my PB12 is too slow for rebuilds of the complete codebase...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 68948] Wrong install names in dyn amic shared libraries (e.g. berkeleydb)

2006-09-28 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68948


User pjanik changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Sep 28 12:24:42 -0700 
2006 ---
Fixed in pj59.

Mox: can you please verify? Changed files:

 berkeleydb/db-4.2.52.patch  |   17 
 libxmlsec/xmlsec1-1.2.6.patch   |   21 ++--
 solenv/bin/macosx-create-bundle |2 +


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 68948] Wrong install names in dyn amic shared libraries (e.g. berkeleydb)

2006-09-16 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68948





--- Additional comments from [EMAIL PROTECTED] Sat Sep 16 13:11:18 -0700 
2006 ---
I tried to change macosx-create-bundle to set install_name of every library to
@executable_path/$filename but two problems remained:

1.
libdb_java-4.2.jnilib:
/usr/local/BerkeleyDB.4.2/lib/libdb_java-4.2.jnilib (compatibility
version 0.0.0, current version 0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
88.1.6)

macosx-create-bundle is not called on every .jnilib - it is called for .dylibs
only. The question is who, and why needs to load this library.

2.

libxmlsec1-nss.dylib:
@executable_path/libxmlsec1-nss.1.2.6.dylib (compatibility version
4.0.0, current version 4.6.0)
/usr/local/lib/libxmlsec1.1.dylib (compatibility version 4.0.0, current
version 4.6.0)

This means that libxmlsec1-nss has to load usr/local/lib/libxmlsec1.1.dylib...
BTW - Eric: isn't the reason for not working signatures somewhere? IIRC we have
some issue for this...

- we can't change macosx-create-bundle only. It is not enough.

I'll investigate further...


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 68948] Wrong install names in dyn amic shared libraries (e.g. berkeleydb)

2006-08-28 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68948


User pjanik changed the following:

What|Old value |New value

  CC|''|'ericb,maho,tra'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |STARTED

 Summary|Wrong install names in syn|Wrong install names in dyn
|amic shared libraries (e.g|amic shared libraries (e.g
|. berkeleydb) |. berkeleydb)

Target milestone|---   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 04:41:10 -0700 
2006 ---
accepted.

For me it happens in the same libs as for you.

I thought a bit about it and I do not like to fiddle with the build process of
every lib with this problem. I think we can change macosx-create-bundle to
change the install_name of all shared libraries at the end when they are build.

What do you think?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 68948] Wrong install names in dyn amic shared libraries (e.g. berkeleydb)

2006-08-28 Thread mox
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68948





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 06:35:22 -0700 
2006 ---
Sounds like reasonable solution. It is not very smart to have lots of MACOSX
specific #IFDEF's all around the codebase, if there is a way to specify it in
one single place.

Besides, your solution would make it possible to relatively easily reposition,
if needed, the folder where the .dylibs are located.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]