From owner-svn-src-all@FreeBSD.ORG Mon Jun 13 01:15:09 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 286BD106564A; Mon, 13 Jun 2011 01:15:09 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id BE5498FC12; Mon, 13 Jun 2011 01:15:08 +0000 (UTC) Received: by iwn33 with SMTP id 33so5104281iwn.13 for ; Sun, 12 Jun 2011 18:15:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=V0K0Wz2yWeQ0qREBYSHxgk18n/4Aiv3nfE3MjVlzAiU=; b=AYe+tjkm3RUuquNY9mCI5j0fXgyVAaWAKgX33MiOm+n7x/D5cST+beXfAasHNyisOL USRnqfEw3OswnBKL6ajlpoUIQ9pVysghQGzrQkV1K0EGjkbQvvD5JfL48xLwlFM0swiy 3b+Sb0gAvIZ0iZ6JVueywyZwmwbxxw8a6iRP0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=tTQQ3tv7S6eHCPF7n2Iu8ipPkV69fVidCoyxJaKv0DKbmrkkYujwtZNkGtbHoNc5H0 3SRMRF8caEhUpmxD9U2o4nYjDQJuhR8LVxoV+he3Q8g2H/Ajpt0xCayyN7Y5IXHYBqRn MwYVrgcpkXjXgeuGQuusxyYP2rcZWgEn0K9U8= MIME-Version: 1.0 Received: by 10.231.51.17 with SMTP id b17mr5185589ibg.0.1307926148859; Sun, 12 Jun 2011 17:49:08 -0700 (PDT) Received: by 10.231.35.75 with HTTP; Sun, 12 Jun 2011 17:49:08 -0700 (PDT) In-Reply-To: <201106122309.p5CN91jN045181@svn.freebsd.org> References: <201106122309.p5CN91jN045181@svn.freebsd.org> Date: Mon, 13 Jun 2011 08:49:08 +0800 Message-ID: From: Buganini To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r223025 - head/usr.sbin/makefs/ffs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2011 01:15:09 -0000 still broken: cc -O2 -pipe -I/usr/src/usr.sbin/makefs -I/usr/src/usr.sbin/makefs/../../sys/fs/cd9660/ -I/usr/src/usr.sbin/makefs/../../sys/ufs/ffs -I/usr/src/usr.sbin/makefs/compat -DHAVE_STRUCT_STAT_ST_FLAGS=1 -DHAVE_STRUCT_STAT_ST_GEN=1 -I/usr/src/usr.sbin/makefs/../mtree -std=gnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/usr.sbin/makefs/ffs/ffs_bswap.c In file included from /usr/src/usr.sbin/makefs/ffs/ffs_bswap.c:52: /usr/obj/usr/src/tmp/usr/include/ufs/ffs/ffs_extern.h:176: error: field 'sn_lock' has incomplete type *** Error code 1 Stop in /usr/src/usr.sbin/makefs. *** Error code 1 Following lock(9): #include #include #include fix it. and another breakage: cc -O2 -pipe -I/usr/src/usr.sbin/makefs -I/usr/src/usr.sbin/makefs/../../sys/fs/cd9660/ -I/usr/src/usr.sbin/makefs/../../sys/ufs/ffs -I/usr/src/usr.sbin/makefs/compat -DHAVE_STRUCT_STAT_ST_FLAGS=1 -DHAVE_STRUCT_STAT_ST_GEN=1 -I/usr/src/usr.sbin/makefs/../mtree -std=gnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/usr.sbin/makefs/ffs/ffs_subr.c In file included from /usr/src/usr.sbin/makefs/ffs/ffs_subr.c:48: /usr/obj/usr/src/tmp/usr/include/ufs/ffs/ffs_extern.h:169: warning: data definition has no type or storage class /usr/obj/usr/src/tmp/usr/include/ufs/ffs/ffs_extern.h:169: warning: parameter names (without types) in function declaration /usr/obj/usr/src/tmp/usr/include/ufs/ffs/ffs_extern.h:172: error: expected specifier-qualifier-list before 'LIST_ENTRY' *** Error code 1 #include #include #include #include fix it.