From owner-freebsd-current@FreeBSD.ORG Mon Oct 28 21:34:23 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D91174BA; Mon, 28 Oct 2013 21:34:23 +0000 (UTC) (envelope-from outbackdingo@gmail.com) Received: from mail-oa0-x22e.google.com (mail-oa0-x22e.google.com [IPv6:2607:f8b0:4003:c02::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97E6820A8; Mon, 28 Oct 2013 21:34:23 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id g12so4283695oah.19 for ; Mon, 28 Oct 2013 14:34:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VJnFFr7JHWoSsi1g/za7wLeF2LA6W9SNU5qZYoPGNZ8=; b=0H/DMXDxcmRF/gZ8tLPj/qobi6kekMqeza25UPKKiJNCvSw0/EnO5hZEM36H7/6BWX pyieG0AYhJbgjv2mDXaE2rCGMx1yOql4hdHwMnZqcD9kcYe9MfFG5vMT8WNaY52tvUfW W4bHzjQj2LWRJrHFSrjQwLMzpbzqDvqerh6ZF15mvil9nrjjJwWXJQFk7YLczxi7DlLf VEIwabJL/N3U8Sji3HJGGWiX67hQUap5fiac9lRp66zDFGUxKs5mvgMglKDRZ+u5PhGg bBycxtkEv5t6/ct+Gcx1xCLRMxbgXFqjODLXEenp5ikP1786vg4Wp/4Z+UrLF5q+HWhF ytLw== MIME-Version: 1.0 X-Received: by 10.182.81.99 with SMTP id z3mr2790828obx.64.1382996062837; Mon, 28 Oct 2013 14:34:22 -0700 (PDT) Received: by 10.76.19.115 with HTTP; Mon, 28 Oct 2013 14:34:22 -0700 (PDT) In-Reply-To: <1382977664.1545.25.camel@localhost> References: <1382977664.1545.25.camel@localhost> Date: Mon, 28 Oct 2013 17:34:22 -0400 Message-ID: Subject: Re: CURRENT issue with /dev/cs From: Outback Dingo To: sbruno@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 21:34:23 -0000 On Mon, Oct 28, 2013 at 12:27 PM, Sean Bruno wrote: > On Mon, 2013-10-28 at 10:27 -0400, Outback Dingo wrote: > > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall > -Wredundant-decls > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith > > -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions > > -Wmissing-include-dirs -fdiagnostics-show-option > > -Wno-error-tautological-compare -Wno-error-empty-body > > -Wno-error-parentheses-equality -nostdinc -I. -I/usr/src/sys > > -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL > > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > -fno-omit-frame-pointer > > -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel > > -mno-red-zone -mno-mmx -mno-sse -msoft-float > > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror > > /usr/src/sys/dev/cs/if_cs.c > > ctfconvert -L VERSION -g if_cs.o > > cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -g -Wall > -Wredundant-decls > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith > > -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions > > -Wmissing-include-dirs -fdiagnostics-show-option > > -Wno-error-tautological-compare -Wno-error-empty-body > > -Wno-error-parentheses-equality -nostdinc -I. -I/usr/src/sys > > -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/libfdt -D_KERNEL > > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h > -fno-omit-frame-pointer > > -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel > > -mno-red-zone -mno-mmx -mno-sse -msoft-float > > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror > > /usr/src/sys/dev/cs/if_cs_isa.c > > In file included from /usr/src/sys/dev/cs/if_cs_isa.c:48: > > /usr/src/sys/dev/cs/if_csvar.h:68:17: error: field has incomplete type > > 'struct callout' > > struct callout timer; > > ^ > > /usr/src/sys/dev/cs/if_csvar.h:68:9: note: forward declaration of 'struct > > callout' > > struct callout timer; > > ^ > > 1 error generated. > > *** Error code 1 > > > > Stop. > > bmake[2]: stopped in /usr/obj/usr/src/sys/GENERIC > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to " > freebsd-current-unsubscribe@freebsd.org" > > > thanks for catching this. I've committed a fix for this at svn R257262 > great thanks though seems now xen netback broken even worse :P ill quit for the day and update tomorrow > > sean >