[porting-issues] [Issue 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

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


User pjanik changed the following:

  What|Old value |New value

Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Sun Apr 10 13:15:52 -0700 
2005 ---
Closing.


-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-22 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074


User pjanik changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Tue Feb 22 10:43:07 -0800 
2005 ---
OK, I have committed this changed Python patch to macosx02 after resyncing it to
m80.


-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-22 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074


User pjanik changed the following:

  What|Old value |New value

Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Tue Feb 22 10:44:19 -0800 
2005 ---
According to:

 Additional comments from ericb Sat Feb 19 02:24:09 -0800 2005

this patch works - marking 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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-21 Thread kendy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074





--- Additional comments from [EMAIL PROTECTED] Mon Feb 21 06:12:04 -0800 
2005 ---
jbu: With the systempython2 patch and a correct setting of PYTHONPATH it works 
for me now. Thank you! 

-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-21 Thread sparcmoz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074





--- Additional comments from [EMAIL PROTECTED] Mon Feb 21 18:59:23 -0800 
2005 ---
jbu: the problem has gone away from linux sparc after a complete fresh source
checkout and rebuild.

-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-21 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074


User pjanik changed the following:

  What|Old value |New value

   Assigned to|jbu   |pjanik





--- Additional comments from [EMAIL PROTECTED] Mon Feb 21 23:50:03 -0800 
2005 ---
Ok, so it seems that the problem is only MacOS X specific thus I can take care
of it now ;-)

If you have anything new, please file separate issue :-0


-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-20 Thread jbu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074





--- Additional comments from [EMAIL PROTECTED] Sun Feb 20 10:44:23 -0800 
2005 ---
Hi,

@pjanik, others: Do you have a cws to commit the macos-x-patch ? During the next
weeks, I won't have time to create and maintain a cws.

Some more comments for the problems with linux sparc and --with-system-python
(as we can have the debug session not before next week, this may help you find
the probem yourself).

Ensure that,

- $SRC_ROOT/solver/680/unx.pro/lib is within PYTHONPATH environment variable
- SRC_ROOT/solver/680/unx.pro/lib/pyuno.so exists
- SRC_ROOT/solver/680/unx.pro/lib/libpyuno.so must exists
- ldd -r $SRC_ROOT/solver/680/unx.pro/lib/pyuno.so does not give any errors
- ldd -r $SRC_ROOT/solver/680/unx.pro/lib/pyuno.so does not give any errors.

As this problem makes creating installation sets impossible, you may think about
temporarily removing the python component in scp2 (have a look at
scp2/source/python/file_python.scp and decomment the section around
pythonscript.py), but don't commit this ! (You will not be able to use python
scripts via the Tools/Macro dialog).

Bye,

Joerg


-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-20 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074





--- Additional comments from [EMAIL PROTECTED] Sun Feb 20 10:51:40 -0800 
2005 ---
jbu: I'll take care about MacOS X specific change, yes.


-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-19 Thread jbu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074





--- Additional comments from [EMAIL PROTECTED] Sat Feb 19 00:20:25 -0800 
2005 ---
Hi,

@pjanik: There may be multiple ways to fix it. On linux x86, an 

import pyuno

loads pyuno.so, which is just a very small wrapper, that dynmamically loads
libpyuno.so. Both libs are built in pyuno/source/module. Maybe a solution is to
link pyuno.so not as .dylib (actually, I do not understand the details of
mac-os-x linking here, so I cannot evaluate that rightnow).

@sparcmoz: This should work on any linux as far as I know, as the semantics for
dynamically loading shared libraries are the same for each linux. Maybe, you can
give me access to your machine again, I could start debugging this around in
during the weekend ?

@kendy: On which linux are you trying with --system-python ? Can it be something
related to http://qa.openoffice.org/issues/show_bug.cgi?id=41994 ? Caolon, do
you have an idea, what might be wrong ?

Bye,

Joerg

-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-19 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074


User pjanik changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=22815) My current
  |  |Python patch for MacOS X





--- Additional comments from [EMAIL PROTECTED] Sat Feb 19 00:24:29 -0800 
2005 ---
Created an attachment (id=22815)
My current Python patch for MacOS X


-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-19 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074





--- Additional comments from [EMAIL PROTECTED] Sat Feb 19 00:26:10 -0800 
2005 ---
jbu: on MacOS X, it is very simple. Some ** only changed .so to .dylib.
Thats all.

The attached patch shows the problems for MacOS X. I use it in my builds. The
question is if it is solved in newer versions of Python etc.


-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

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





--- Additional comments from [EMAIL PROTECTED] Sat Feb 19 02:24:09 -0800 
2005 ---
Hi,

I confirm your patch works for me. Thank you very much Pavel ! 
About new versions of python, yes, this type of patch will probably be a
problem. What do yo propose ?




-
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 43074] SRC680 m79 MacOS X: break in instsetoo_native no module named pyuno

2005-02-18 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43074


User pjanik changed the following:

  What|Old value |New value

   Assigned to|pjanik|jbu

   Summary|SRC680 m79 Mac OSX break  |SRC680 m79 MacOS X: break
  |in instsetoo_native  no  |in instsetoo_native  no
  |module named pyuno   |module named pyuno





--- Additional comments from [EMAIL PROTECTED] Fri Feb 18 13:11:39 -0800 
2005 ---
OK, but I'm not going to fix this for all platforms ;-)

Some platforms (like Linux/x86, Solaris/SPARC, Windows) are OK.

- jbu.



-
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]