From owner-freebsd-current@FreeBSD.ORG Sun Jan 10 13:49:17 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE9CA1065672 for ; Sun, 10 Jan 2010 13:49:17 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 52D318FC14 for ; Sun, 10 Jan 2010 13:49:16 +0000 (UTC) Received: by bwz5 with SMTP id 5so13205618bwz.3 for ; Sun, 10 Jan 2010 05:49:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=fajH+4Jwu3yWyn7BNLPBIarfLWHUdN6lB+fowu9gItk=; b=Gun31OdJJgl4QTorbW0EgFto96PIVgezz2B+Z8KB+cl14pH3XlSuEEABQa3Ff9A8Js GDK3Xi4ie7NxOOS2PoqomNBbLqghXbmAP1gg+kCN8t4LdfvNnopVoDxzie+84CaU37oY g8ECi7tFEALnYXBCS6WxCTlkdsZaAjpq3nWmQ= 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=SL7gqd71vrDNk6YnrAYyFgcnYjp5QxsZjxFBVCMR48htorD9HXm29xbSlt+QIvoMTd k8cDbsEUH3gPoDz9dq0wQSa1t1r2ywgWXERpO5aJo43oMRlSr8udtVcoyU5vDi44BpuK jFMXlb0zO8eXC2ChH16bjnLH827aEauIey5ew= MIME-Version: 1.0 Received: by 10.204.35.79 with SMTP id o15mr2778867bkd.41.1263131350828; Sun, 10 Jan 2010 05:49:10 -0800 (PST) In-Reply-To: <201001101526.49411.dima_bsd@inbox.lv> References: <201001101526.49411.dima_bsd@inbox.lv> Date: Sun, 10 Jan 2010 16:49:10 +0300 Message-ID: From: pluknet To: Dmitriy Demidov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: Help test softupdates journaling (SUJ) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 10 Jan 2010 13:49:17 -0000 2010/1/10 Dmitriy Demidov : > Error while building world on today's CURRENT. > Patch applied without errors. > > cc -O0 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount -g -DRESCUE -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /usr/src/sbin/fsck_ffs/suj.c > In file included from /usr/src/sbin/fsck_ffs/suj.c:1982: > /usr/src/sbin/fsck_ffs/fsck.h:72: error: redefinition of 'union dinode' [...] After looking on line numbers I'd suggest you to check if you've applied the patch two times (so suj.c "duplicates" itself). -- wbr, pluknet