[tools-issues] [Issue 112242] [solenv] setsolar environ ment on unxlngi6 incomplete: use --sysroot

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


User mst changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Sep 28 10:36:44 + 
2010 ---
CWS ause125 setsolar build on ubuntu x86_64 host succeeded = 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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 112242] [solenv] setsolar environ ment on unxlngi6 incomplete: use --sysroot

2010-09-27 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112242


User hjs changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from h...@openoffice.org Mon Sep 27 13:45:27 + 
2010 ---
changed in solenv/inc/unxlng.mk

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 112242] [solenv] setsolar environ ment on unxlngi6 incomplete: use --sysroot

2010-09-24 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112242


User hjs changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|OOo 3.x   |DevTools





--- Additional comments from h...@openoffice.org Fri Sep 24 12:19:48 + 
2010 ---
added to CWS ause125

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 112242] [solenv] setsolar environ ment on unxlngi6 incomplete: use --sysroot

2010-06-10 Thread vg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112242


User vg changed the following:

What|Old value |New value

  CC|'b_michaelsen,hr,kr,mba,mh|'b_michaelsen,hjs,hr,kr,mb
|u,rt,sb,vg'   |a,mhu,rt,sb,vg'





--- Additional comments from v...@openoffice.org Thu Jun 10 14:11:41 + 
2010 ---
@hjs: your opinion?

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[tools-issues] [Issue 112242] [solenv] setsolar environ ment on unxlngi6 incomplete: use --sysroot

2010-06-09 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112242
 Issue #|112242
 Summary|[solenv] setsolar environment on unxlngi6 incomplete: 
|use --sysroot
   Component|tools
 Version|DEV300m80
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|solenv
 Assigned to|hjs
 Reported by|mst





--- Additional comments from m...@openoffice.org Wed Jun  9 10:23:59 + 
2010 ---
currently the setsolar environment on unxlngi6 uses GCC's -isystem flag to get
it to use
the baseline headers instead of the ones in /usr.

-isystem dir
Search dir for header files, after all directories specified by -I
but before the standard system directories.  Mark it as a system
directory, so that it gets the same special treatment as is applied
to the standard system directories.

GCC also has another flag with a similar purpose:

--sysroot=dir
Use dir as the logical root directory for headers and libraries.
For example, if the compiler would normally search for headers in
/usr/include and libraries in /usr/lib, it will instead search
dir/usr/include and dir/usr/lib.
 
If you use both this option and the -isysroot option, then the
--sysroot option will apply to libraries, but the -isysroot option
will apply to header files.
 
The GNU linker (beginning with version 2.16) has the necessary sup‐
port for this option.  If your linker does not support this option,
the header file aspect of --sysroot will still work, but the
library aspect will not.

the difference seems to be that:
1. -isystem only works for headers, not libraries, but --sysroot does both
2. -isystem merely inserts the given directory before system directories,
but --sysroot actually removes the system directories from the search path

so with --sysroot an incomplete baseline should lead to a broken build (as it
should be);
the build will not erroneously succeed by building against whatever happens to
be installed in /usr,
as it does currently.

-
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: issues-unsubscr...@tools.openoffice.org
For additional commands, e-mail: issues-h...@tools.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org