From owner-svn-ports-head@FreeBSD.ORG Sun Jul 27 17:04:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF3D4A7C for ; Sun, 27 Jul 2014 17:04:49 +0000 (UTC) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 457652E04 for ; Sun, 27 Jul 2014 17:04:48 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id w7so5047929lbi.15 for ; Sun, 27 Jul 2014 10:04:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=bg4UBnlFU3NL4H3SJQmsQx65G1WWvE+nsK7qQ5Nm8+M=; b=UgWVu2APQ2fRUDp0RAo2AWzL1627ySnuCw5xwSGbI5WynRxH+JrViQEwKpkK7DhdQR p6Wt0Bbd/Omx2qsBHo2OBXdVbcMskR6ERipdDK9Wdklk5NoJqWQJfvAtKcrHYLurss5U 89e6wRl+YzLnQRpbYtGnVin1fG9T9yDdytciIQXSx8dURdq6Wss1z8QP2ciCoiyJBG1c tPYa+aWfxmnzwSYBKbA/SCR1qHYSzSV1KGP56+HUIkdam9NcPXWiviNt8QchjnVFYV+l Qs3b6kVR1PlFpGDwC/cC+zNzzma7dR9JUZpDHIBSaQdt9IUMDogt8lmouAEs2hzXNVx7 wZOg== X-Gm-Message-State: ALoCoQnkN6DsNoxFF71h6Q0ngQpF463vcCSpBy34MBmI3aXRxglWIh0g7i07uv+VLles6xC7866T X-Received: by 10.152.36.225 with SMTP id t1mr16626962laj.65.1406480686188; Sun, 27 Jul 2014 10:04:46 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.161.100 with HTTP; Sun, 27 Jul 2014 10:04:25 -0700 (PDT) In-Reply-To: <20140726172241.GA43498@mouf.net> References: <201407260644.s6Q6iVmg037692@svn.freebsd.org> <20140726172241.GA43498@mouf.net> From: Sunpoet Po-Chuan Hsieh Date: Mon, 28 Jul 2014 01:04:25 +0800 X-Google-Sender-Auth: UVIZ_y6NAaaOCAg2lN7hkkIsK2A Message-ID: Subject: Re: svn commit: r362957 - head/net/gssdp To: Steve Wills Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jul 2014 17:04:49 -0000 On Sun, Jul 27, 2014 at 1:22 AM, Steve Wills wrote: > Hi, > > FYI: > > > https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/362957/logs/errors/gssdp-0.14.9.log > > https://jenkins.freebsd.org/pci/head-i386/poudriere/data/headi386-default/362957/logs/errors/gssdp-0.14.9.log > > ===> Checking for directories owned by MTREEs > Error: Owned by MTREE: @dirrmtry lib/girepository-1.0 > Error: Owned by MTREE: @dirrmtry share/gir-1.0 > > Could you take a look? > > Thanks, > Steve > > Hi Steve, These two directories are listed in gnome mtree (${LOCALBASE}/etc/mtree/BSD.gnome.dist, installed by misc/gnomehier). I'll remove them after svn.freebsd.org back to work. Thanks. Regards, sunpoet