From owner-freebsd-current@freebsd.org Mon Sep 10 15:45:58 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62D451093A1A for ; Mon, 10 Sep 2018 15:45:58 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B89B987627 for ; Mon, 10 Sep 2018 15:45:57 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by mail-lf1-x12c.google.com with SMTP id x26-v6so17831442lfi.7 for ; Mon, 10 Sep 2018 08:45:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xaZdsG+Fgju+b9VrGdFBKBqG9qjQD9vdzyu8agXe6OQ=; b=o+utA90rL3to3FL4eoapR85D3rk4sLq5lDCX1FpO88kj5LIewNDvrR+YYomoeCqrFk caAiJOGp6Oah9sx5yOfpMU0cMYuTmelraVG2VEfhO9jZ+Dh8Mp588BoRA+hWrBfDnM/K 2FzeOR72K2RyISP6i2rEdAy+0/v5JfVMQxjHQRfTrOksnnVX3ZJDWcyv/x5TmwLNiAph 5hPLijl3pzIQUK0GIN0SlIpwO3MFtbXIpwWozUBRiCAsXe2XbpAB7thURvs8xAAiwvSa ViffRkol08Er6Izo2lPzHhSDHJbegf8tvvtPqKNb8iPOMJ7tI/Az6bit2uvnrIApiFQg Fg2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xaZdsG+Fgju+b9VrGdFBKBqG9qjQD9vdzyu8agXe6OQ=; b=qcYfRCNFFRsku8mskZ5sHuVG5o5rAU1UOHgwj97g7SeC7DsFdxQfZ7n9YY6pvWKUxD KmzZo+3y7bZq8RUCsbtsIcay4hwxvS3TzpmCz7GnrKoPUvViHzsZesgVF7WG9nYNHwga 3Fwh6H1bgtWnYKgHFOlHglAX4BY3To3WTT/VGb5V6P3Ay/1br354WAhaTAEbWr9S0yhJ tTW+W/DNyVZDMFDdbkOaAAkK5kQm6LJ4q6SU1GAwGgHE+viBLtwGihHrT3/lpFMKCht/ ijXEQNg7YdEhlFeHkwzJ2H8ab9IFmQIXKpRz3UTftd/YDhibMDJyYq34yvV89zYHpQZZ UlIw== X-Gm-Message-State: APzg51DYss5WjYDSUiiE8XcKoRct9D4wovVANu2UsguB9RL3xrdbl+WX TL2p6BAW1DuLXEK1SFGlVrLu5uo72Qikm+rYyLdXs1C9 X-Google-Smtp-Source: ANB0VdaRqX1g2sRpA0wGIBKxnJJbxFa4FYCackRZ9pZ2TAxjWmc8gST7ooDwfJsQFQOoxM0atccFOFXTCAUS2hy5U9k= X-Received: by 2002:a19:1388:: with SMTP id 8-v6mr13496513lft.12.1536594355679; Mon, 10 Sep 2018 08:45:55 -0700 (PDT) MIME-Version: 1.0 From: Andreas Nilsson Date: Mon, 10 Sep 2018 17:45:43 +0200 Message-ID: Subject: make packages fails recent -current To: Current FreeBSD Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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, 10 Sep 2018 15:45:58 -0000 Hello, I have for about a week been trying to get new (base)packages built. make buildworld/buildkernel works as expected, however make packages has been failing: ===> Creating FreeBSD-runtime-12.0.s20180910124534 pkg: duplicate directory listing: /boot, ignoring pkg: duplicate directory listing: /etc, ignoring ... pkg: duplicate directory listing: /etc/syslog.d, ignoring pkg: duplicate directory listing: /root, ignoring pkg: duplicate directory listing: /root, ignoring pkg: duplicate directory listing: /root, ignoring pkg: Plist error, @config /root/.cshrc: not a regular file pkg: Plist error, @config /root/.profile: not a regular file pkg: duplicate file listing: /usr/bin/zstdegrep, ignoring pkg: duplicate directory listing: /usr/lib, ignoring pkg: duplicate directory listing: /usr/lib/dtrace, ignoring pkg: duplicate directory listing: /usr/lib/dtrace, ignoring pkg: duplicate directory listing: /usr/lib32, ignoring ... Is anyone else seeing this? This is on git 4e22ee37542 . I use metamode for building. I'm currently building from scratch just to rule out metamode. Best regards Andreas