Issue 41026 - bump configure unxlngi to be unxlngi6
Summary: bump configure unxlngi to be unxlngi6
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: 680m72
Hardware: All Linux, all
: P1 (highest) Trivial (vote)
Target Milestone: OOo 2.0
Assignee: caolanm
QA Contact: issues@porting
URL:
Keywords:
Depends on: 37731
Blocks: 34676
  Show dependency tree
 
Reported: 2005-01-20 12:10 UTC by caolanm
Modified: 2005-03-07 12:24 UTC (History)
6 users (show)

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


Attachments
bump to unxlngi6 in config_office (1.76 KB, patch)
2005-01-20 12:10 UTC, caolanm
no flags Details | Diff
reflect unxlngi4.mk's extra -W for CFLAGSWALL into unxlngi6.mk (580 bytes, patch)
2005-01-20 12:11 UTC, caolanm
no flags Details | Diff
extra patch (684 bytes, patch)
2005-02-28 09:01 UTC, caolanm
no flags Details | Diff
without leading octal 0 (682 bytes, patch)
2005-03-01 09:26 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2005-01-20 12:10:00 UTC
To sync with the Hamburg environment, and to pick up with linking with CXX and
optimizing with -Os I propose the following patches to make config_office use
unxlngi6.mk. It also reflects in the extra -W for CFLAGSWALL which are in
unxlngi4.mk and not unxlngi6.mk, which may or may not be desirable.
Comment 1 caolanm 2005-01-20 12:10:33 UTC
Created attachment 21718 [details]
bump to unxlngi6 in config_office
Comment 2 caolanm 2005-01-20 12:11:07 UTC
Created attachment 21719 [details]
reflect unxlngi4.mk's extra -W for CFLAGSWALL into unxlngi6.mk
Comment 3 caolanm 2005-01-20 12:11:39 UTC
as a happy aside it would make #i34676# redundant.
Comment 4 caolanm 2005-02-15 11:36:46 UTC
done in cmcfixes2, if gcc > 3.4.1 and unxlngi then be like Hamburg and use
unxlngi6.pro, i.e. results in default linking with CXX (as a sideeffect makes
#i34676# redundant) , using -Os optimization and -O1 link optimization
Comment 5 caolanm 2005-02-15 11:41:41 UTC
.
Comment 6 hjs 2005-02-21 12:56:56 UTC
.
Comment 7 pavel 2005-02-27 22:32:38 UTC
This breaks the build on m82 on Solaris/SPARC and also on Windows.

syntax error at ./set_soenv line 381, near "(  >="
syntax error at ./set_soenv line 460, near "}"

set_soenv contains:

      if(  >= 30401 ) {

because @GCCVER@ is empty on these systems.

Please fix this before m82 is marked as ready, because this makes it unusable.
Comment 8 caolanm 2005-02-28 09:01:23 UTC
Created attachment 23101 [details]
extra patch
Comment 9 caolanm 2005-02-28 09:02:22 UTC
Presumably this is because the perl is syntatically invalid on those platforms
even though the code in question is not run for those platforms. Adding a
default val for GCCVER like so should work around I suppose.
Comment 10 pavel 2005-02-28 19:35:53 UTC
config.status: creating set_soenv
Illegal octal digit '9' at ./set_soenv line 381, at end of line
Illegal octal digit '9' at ./set_soenv line 381, at end of line
BEGIN not safe after errors--compilation aborted at ./set_soenv line 767.

After removing the leading 0 from GCCVER it works OK.
Comment 11 caolanm 2005-03-01 09:26:53 UTC
Created attachment 23166 [details]
without leading octal 0
Comment 12 rt 2005-03-01 09:47:42 UTC
Commited cmc's latest patch for configure.in and a new configure to cvs HEAD for
SRC680 m82.
Comment 13 caolanm 2005-03-07 12:24:24 UTC
close