From nobody@FreeBSD.org  Mon Nov 14 22:54:01 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 04DE41065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Nov 2011 22:54:01 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id E9BFD8FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Nov 2011 22:54:00 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pAEMs0kf010181
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Nov 2011 22:54:00 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id pAEMs0NN010176;
	Mon, 14 Nov 2011 22:54:00 GMT
	(envelope-from nobody)
Message-Id: <201111142254.pAEMs0NN010176@red.freebsd.org>
Date: Mon, 14 Nov 2011 22:54:00 GMT
From: Paralon <paralon05@mail.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: PHP5 with FPM compile problems
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         162568
>Category:       ports
>Synopsis:       lang/php5 with FPM compile problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ale
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 14 23:00:19 UTC 2011
>Closed-Date:    Fri Nov 18 10:29:39 UTC 2011
>Last-Modified:  Fri Nov 18 10:29:39 UTC 2011
>Originator:     Paralon
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD test 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Tue Nov 15 00:44:01 MSK 2011     root@:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
php with fpm failed to compile

/usr/ports/lang/php5/work/php-5.3.8/sapi/fpm/fpm/fpm_sockets.c: In function 'fpm_socket_get_listening_queue':
/usr/ports/lang/php5/work/php-5.3.8/sapi/fpm/fpm/fpm_sockets.c:400: error: 'struct tcp_info' has no member named 'tcpi_sacked'
/usr/ports/lang/php5/work/php-5.3.8/sapi/fpm/fpm/fpm_sockets.c:405: error: 'struct tcp_info' has no member named 'tcpi_unacked'
/usr/ports/lang/php5/work/php-5.3.8/sapi/fpm/fpm/fpm_sockets.c:409: error: 'struct tcp_info' has no member named 'tcpi_sacked'
>How-To-Repeat:
compile php with fpm
>Fix:
just replace in file fpm_sockets.c :
1)info.tcpi_sacked => info.__tcpi_sacked
2)info.tcpi_unacked => info.__tcpi_unacked


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ale 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Nov 15 07:54:22 UTC 2011 
Responsible-Changed-Why:  
Fix synopsis and assign. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162568 
State-Changed-From-To: open->closed 
State-Changed-By: ale 
State-Changed-When: Fri Nov 18 10:29:21 UTC 2011 
State-Changed-Why:  
It should be fixed now. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162568 
>Unformatted:
