Summary: | strongswan-2.1.5 for sparc masked | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Kyle Orozco <korozco> |
Component: | [OLD] Server | Assignee: | Sparc Porters <sparc> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | pfeifer |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | Sparc | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Kyle Orozco
2004-08-18 13:32:40 UTC
One thing to note.. all 3 USE flags need to be tested (which means unmasking the opensc stuff after testing) before this can be unmasked. ... 6 years later ... So I tried testing this today on some 2.6 ~sparc boxes, and it seems that the awk code in the shell scripts in strongswan-2.4.1 don't agree with gawk-3.1.4-r4. I also had this issue on an ~amd64 box. All 4 boxes I tested (3 ~sparc and 1 ~amd64) were running the latest and greatest versions of everything. The error I get when starting this via the init.d script is; * Starting IPSEC ... ... awk: cmd. line:104: default[""] = "" awk: cmd. line:104: ^ syntax error awk: cmd. line:324: } else if (search in default) awk: cmd. line:324: ^ syntax error awk: cmd. line:328: default[search] = rest awk: cmd. line:328: ^ syntax error awk: cmd. line:329: else awk: cmd. line:329: ^ syntax error awk: cmd. line:390: if (name in default) awk: cmd. line:390: ^ syntax error awk: cmd. line:392: default[name] = value awk: cmd. line:392: ^ syntax error awk: cmd. line:413: for (name in default) awk: cmd. line:413: ^ syntax error awk: cmd. line:415: output(o_parm, name, default[name]) awk: cmd. line:415: ^ syntax error awk: cmd. line:417: if (default[search] in wanted) awk: cmd. line:417: ^ syntax error ipsec_setup: ipsec setup: /usr/lib/ipsec/_realsetup must be called by ipsec_setup [ !! ] It also appears we are a few versions behind on strongswan, so this may be addressed in newer versions. Weeve, try 2.5.7 (the awk fixes were in before this) but it should not give those issues. Everything looks good now, so ~sparc keyword added. Thanks for the bug report :) |