Issue 15778 - configure should add python variables to environment script
Summary: configure should add python variables to environment script
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 Beta2
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 1.1 Beta2
Assignee: foskey
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks: 15607
  Show dependency tree
 
Reported: 2003-06-18 19:47 UTC by joergbudi
Modified: 2004-02-07 07:04 UTC (History)
3 users (show)

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


Attachments
Addition to unix environment scripts (192 bytes, text/plain)
2003-06-18 19:57 UTC, joergbudi
no flags Details
Addition to windows environment script (174 bytes, text/plain)
2003-06-18 20:00 UTC, joergbudi
no flags Details
Patch for set_soenv.in (1.65 KB, patch)
2003-06-29 15:15 UTC, quetschke
no flags Details | Diff
Patch for config_office/set_soenv.in (1.38 KB, patch)
2003-08-15 19:04 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description joergbudi 2003-06-18 19:47:29 UTC
As pyuno is now integrated into OOo1.1RC1, two environment variables must be
defined in the environment script for each platform.
Comment 1 joergbudi 2003-06-18 19:57:44 UTC
Created attachment 6974 [details]
Addition to unix environment scripts
Comment 2 joergbudi 2003-06-18 20:00:23 UTC
Created attachment 6975 [details]
Addition to windows environment script
Comment 3 Martin Hollmichel 2003-06-23 13:49:31 UTC
mh->waratah: can we integrate this into configure ?
Comment 4 quetschke 2003-06-29 15:15:40 UTC
Created attachment 7221 [details]
Patch for set_soenv.in
Comment 5 quetschke 2003-06-29 15:16:40 UTC
The patch above adds PYTHONHOME and PYTHONPATH to *env.set|bat.
Comment 6 foskey 2003-06-29 15:20:39 UTC
Please commit the python changes into set_soenv.in.  Should not be
detrimental to anything.
Comment 7 quetschke 2003-06-29 15:37:34 UTC
Committed to RC
Comment 8 quetschke 2003-08-15 19:03:24 UTC
Oops, I made an error as I wrote the patch for set_soenv.in.

PYTHONPATH and PYTHONHOME are not set for non winnt!

configure on Freebsd (and on every non winnt system) shows:
----
The variable USE_SHELL         is set to: tcsh
Type "j" only intended for Windows! 
use "e" to set and unset variables. 
Type "j" only intended for Windows! 
use "e" to set and unset variables. 
...
----

The following patch fixes this.
Comment 9 quetschke 2003-08-15 19:04:31 UTC
Created attachment 8487 [details]
Patch for config_office/set_soenv.in
Comment 10 Martin Hollmichel 2003-08-18 15:37:07 UTC
committed to mws_srx645
Checking in set_soenv.in;
/cvs/tools/config_office/set_soenv.in,v  <--  set_soenv.in
new revision: 1.10.6.2; previous revision: 1.10.6.1
done
Comment 11 foskey 2003-12-20 13:44:33 UTC
verifying.
Comment 12 Martin Hollmichel 2004-02-07 07:04:00 UTC
close issue.