Re: Compile problem on CentOS only when building RPM??

2013-07-30 Thread Eliezer Croitoru
On 07/30/2013 12:38 AM, Amos Jeffries wrote: It looks like a packaging thing. Possibly the -fPIC flag being stripped out wrongly? That flag is required for libraries, it can be sent to the compiler alongside -fPIE -pie but is not interchangeable. Amos Well possibly!! Since the old RH SRPM

Re: [RFC] Time to talk about StringNG merge again?

2013-07-30 Thread Kinkie
Ok, it's now done, including documentation. lp:~squid/squid/stringng-cherrypick has the most uptodate code. On Mon, Jul 29, 2013 at 11:55 PM, Alex Rousskov rouss...@measurement-factory.com wrote: On 07/29/2013 01:38 PM, Kinkie wrote: So to implement this I should: - rename current

Jenkins build is back to normal : 3.HEAD-amd64-ubuntu-raring #4

2013-07-30 Thread noc
See http://build.squid-cache.org/job/3.HEAD-amd64-ubuntu-raring/4/changes

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Tsantilas Christos
Hi all, I am posting an alternate patch. This patch: 1) If token starts from ( do not consider it as function parameters start point and return a token from ( to the next white space 2) If configuration_includes_quoted_values is set to on (new style enabled) and token ends on a ( character,

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Amos Jeffries
On 31/07/2013 3:03 a.m., Tsantilas Christos wrote: Hi all, I am posting an alternate patch. This patch: 1) If token starts from ( do not consider it as function parameters start point and return a token from ( to the next white space OK. 2) If configuration_includes_quoted_values is set

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Alex Rousskov
On 07/30/2013 10:04 AM, Amos Jeffries wrote: On 31/07/2013 3:03 a.m., Tsantilas Christos wrote: 2) If configuration_includes_quoted_values is set to on (new style enabled) and token ends on a ( character, consider it as function name. If the token is parameters return FunctionParameters type

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Amos Jeffries
I just ran your patch past my set of test cases built from the user complaints so far: 2013/07/31 04:56:39| Processing: configuration_includes_quoted_values off ... 2013/07/31 04:56:39| Processing: acl notAfunction url_regex ^somethingOLD(.*) 2013/07/31 04:56:39| Processing: acl notAmacro

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Tsantilas Christos
On 07/30/2013 08:03 PM, Alex Rousskov wrote: On 07/30/2013 10:04 AM, Amos Jeffries wrote: On 31/07/2013 3:03 a.m., Tsantilas Christos wrote: 2) If configuration_includes_quoted_values is set to on (new style enabled) and token ends on a ( character, consider it as function name. If the

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Amos Jeffries
On 31/07/2013 5:46 a.m., Tsantilas Christos wrote: On 07/30/2013 08:03 PM, Alex Rousskov wrote: On 07/30/2013 10:04 AM, Amos Jeffries wrote: On 31/07/2013 3:03 a.m., Tsantilas Christos wrote: 2) If configuration_includes_quoted_values is set to on (new style enabled) and token ends on a (

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Tsantilas Christos
On 07/30/2013 08:12 PM, Amos Jeffries wrote: I just ran your patch past my set of test cases built from the user complaints so far: 2013/07/31 04:56:39| Processing: configuration_includes_quoted_values off ... 2013/07/31 04:56:39| Processing: acl notAfunction url_regex ^somethingOLD(.*)

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Tsantilas Christos
On 07/30/2013 09:17 PM, Amos Jeffries wrote: However Amos refers to an other case. For the following line: Simple Tokens we may want to retrieve the token Simple Do we have any example where this is required? (Not for regex, for regex we have an exception...) In most places where we

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Amos Jeffries
On 31/07/2013 6:23 a.m., Tsantilas Christos wrote: On 07/30/2013 08:12 PM, Amos Jeffries wrote: I just ran your patch past my set of test cases built from the user complaints so far: 2013/07/31 04:56:39| Processing: configuration_includes_quoted_values off ... 2013/07/31 04:56:39| Processing:

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Amos Jeffries
On 31/07/2013 6:47 a.m., Tsantilas Christos wrote: On 07/30/2013 09:17 PM, Amos Jeffries wrote: However Amos refers to an other case. For the following line: Simple Tokens we may want to retrieve the token Simple Do we have any example where this is required? (Not for regex, for regex we have

Re: [PATCH] Unknown cfg function

2013-07-30 Thread Amos Jeffries
On 31/07/2013 7:52 a.m., Amos Jeffries wrote: On 31/07/2013 6:23 a.m., Tsantilas Christos wrote: On 07/30/2013 08:12 PM, Amos Jeffries wrote: I just ran your patch past my set of test cases built from the user complaints so far: 2013/07/31 04:56:39| Processing:

Re: Windows compilation error

2013-07-30 Thread Henrik Nordström
Found this expired in the list moderation queue. Sorry, can't really help much with mingw build environment issues but maybe someone on the list knows? or at least what mingw installation documentation to read? ons 2013-05-15 klockan 14:25 +0100 skrev Srini: Hi, I am trying to compile Squid

Re: [RFC] Time to talk about StringNG merge again?

2013-07-30 Thread Alex Rousskov
On 07/30/2013 03:56 AM, Kinkie wrote: lp:~squid/squid/stringng-cherrypick has the most uptodate code. I did not finish the review before running out of time, but I found one or two bugs in r12761 (in the code I have not looked at before). There are also a few polishing issues: typedef

Re: Windows compilation error

2013-07-30 Thread Amos Jeffries
On 31/07/2013 12:43 p.m., Henrik Nordström wrote: Found this expired in the list moderation queue. Sorry, can't really help much with mingw build environment issues but maybe someone on the list knows? or at least what mingw installation documentation to read? ons 2013-05-15 klockan 14:25