From owner-freebsd-stable@FreeBSD.ORG Wed Jul 25 21:45:37 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B5BC106566B; Wed, 25 Jul 2012 21:45:37 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by mx1.freebsd.org (Postfix) with ESMTP id 85F218FC14; Wed, 25 Jul 2012 21:45:36 +0000 (UTC) Received: by wibhm11 with SMTP id hm11so4515877wib.13 for ; Wed, 25 Jul 2012 14:45:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type; bh=PeHRZDPgGNqrgjl545rfLb135B/w3782IpNKuL4CnrM=; b=UsIhDEQUZp3a9uIHrfCf5Y7kSm5nnQzj4dc8vUNWiCHefeQn/EPmLEaXpckcxyh7j6 W9Y3xe5J3hEbbDB51d8MSCZkMZQkU5nLofJ7Hej3qiaiGm0Q9DBpWg771VLymbJBCbgv C+wcMVQLpbuDovG+dzzTlT74N01v5rLXS7nFaADBbJN3gnLReGhOfoSvvMHL1jgxRJ1y ONjmvmObtVEj52448biGEGYdQAjSXB7y9jVZ6KjeJ+3yxK3GQomM+j8QKmqYiq5SaZE/ tnsBCkQ1MUUTriTv/kZ65RYNwrPWtrSuOWEAt4hGQr5w8n2EGXIVVzOHLuh7FgFs7f2s 6E9w== Received: by 10.180.76.135 with SMTP id k7mr8007101wiw.7.1343252735381; Wed, 25 Jul 2012 14:45:35 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.223.4.196 with HTTP; Wed, 25 Jul 2012 14:45:15 -0700 (PDT) From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Wed, 25 Jul 2012 23:45:15 +0200 X-Google-Sender-Auth: 3TVGmBW5U4OionszhIuEN98AgpY Message-ID: To: freebsd-stable@freebsd.org, tuexen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Problem for compiling net-mgmt/net-snmp (sctp related) in 9-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2012 21:45:37 -0000 Hi all, I've got a problem with 9-stable and sctp since the 20 july (seems related to SVN rev 238613 on 2012-07-19 09:32:59Z by tuexen) : If I put this date in my csup config file: src-all tag=RELENG_9 "date=2012.07.19.00.00.00" => After a csup/rebuild-insall world (without sctp in my kernel config file), I've got no problem for building net-mgmt/net-snmp But if I increment one day in my csup config file: src-all tag=RELENG_9 "date=2012.07.20.00.00.00" This update changes only theses files: Updating collection src-all/cvs Edit src/sys/netinet/sctp_asconf.c Edit src/sys/netinet/sctp_output.c Edit src/sys/netinet/sctp_uio.h Edit src/sys/netinet/sctp_usrreq.c Edit src/sys/netinet6/sctp6_usrreq.c Edit src/usr.bin/netstat/Makefile Edit src/usr.bin/netstat/sctp.c => After a new csup/rebuild+install world (still without sctp in my kernel config file), I can't no more compile net-mgmt/net-snmp. The error message is: sctp-mib/sctpTables_freebsd.c: In function 'parse_assoc_local_addresses': sctp-mib/sctpTables_freebsd.c:40: error: 'union sctp_sockstore' has no member named 'sin' sctp-mib/sctpTables_freebsd.c: In function 'parse_remaddr_xraddr': sctp-mib/sctpTables_freebsd.c:157: error: 'union sctp_sockstore' has no member named 'sin' *** [sctp-mib/sctpTables_freebsd.lo] Error code 1 Can someone check the problem ? Thanks, Olivier