From owner-freebsd-ports@freebsd.org Sat May 26 14:59:12 2018 Return-Path: Delivered-To: freebsd-ports@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 572B5F782C8 for ; Sat, 26 May 2018 14:59:12 +0000 (UTC) (envelope-from adamw@adamw.org) Received: from mail-yb0-x230.google.com (mail-yb0-x230.google.com [IPv6:2607:f8b0:4002:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 00D4772CE5 for ; Sat, 26 May 2018 14:59:11 +0000 (UTC) (envelope-from adamw@adamw.org) Received: by mail-yb0-x230.google.com with SMTP id p22-v6so2782644yba.13 for ; Sat, 26 May 2018 07:59:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamw-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BUkZxr0CtqUo5NuU5QmirfazF770x1yMinJzl9e4aCM=; b=drGOB+5OiDWxp/aViZK1pUOSyJvZBcB1qnGPCn97qqF9g+UQfbiibLHRCdahhH6fgg 7nedQaihOtvOg2MrGi4M9hlaUL00kMy/lZ+ZfIXVlN2dZUvV30w3qGg1z6D9/TC7+NT+ xvojBTJpzS9RCC3TTrFovFnUjYUHnsoG/uDCx1z86Nx1NIndZsxJph/ofUMHiV+Ysi4E RobkeBwMy6OxdNnZg8XP4lWNI9ka8TDKPK3QYT89NpyZdgvbTQsSbJva4Yy5t0Of30hU 9u6UZB17zyYQflYUKdVBA8bAtQz6ZhZL/bqECRoKSt/jQUd3VQZGNDJz8fEmG+NPXG7t CAfQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=BUkZxr0CtqUo5NuU5QmirfazF770x1yMinJzl9e4aCM=; b=V7QP2idCnVcwf/rv9TNDl8TRmtKb5zYLO+YJ6S+YYG5YHts81GO+dMptqsz+Ow4WYC 28b0DgVfl8+ULBzUv4DKe5XC3V6hA8YJ0RtQ4xTi5I45fPp4QPf63n7HbYXEgWfs9HJ5 Ro567Hdb9Pgh31qpXKLnjiXAFXK9h/x0bUOnq1n3jRJtD/jjUoVR3zAV/NjKW6iZR7pL EBtsrmhnd30FaLPnIwHK3gr+241yoLsQYJSms5J0eQUrapkOugqUKiQ0+znTiYLEmvfS duQKQ9SGgkF6d3LmxMEzjytHU7HvhKLKv8IB+asmI7Vl+9rVlmt9BtdpUPES/lMNVMoq unMQ== X-Gm-Message-State: ALKqPwdS/gSxuHafoNM74pmm4m/Cx7dx0Tx9FJnH8pKMS+CFi9YiGfyM G1wd4RItWYSHbU0NcUL7uOR1a76HgAB4DiTaLBrq/eRa X-Google-Smtp-Source: ADUXVKITucRC1lpQHQevxUVDWl3EB0dJZ9Shd8ZCaudBrK9RqNVSHTMWmprc8E927rMk+likMehdoUUY9ZNGVe4Z3e0= X-Received: by 2002:a25:a442:: with SMTP id f60-v6mr3724305ybi.57.1527346751368; Sat, 26 May 2018 07:59:11 -0700 (PDT) MIME-Version: 1.0 References: <4e795677-e0a1-55c8-77de-017b416aa367@FreeBSD.org> In-Reply-To: <4e795677-e0a1-55c8-77de-017b416aa367@FreeBSD.org> From: Adam Weinberger Date: Sat, 26 May 2018 08:58:55 -0600 Message-ID: Subject: Re: How to debug this... To: matthew@freebsd.org Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 May 2018 14:59:12 -0000 On Sat, May 26, 2018 at 5:20 AM Matthew Seaman wrote: > Hi, Folks, > Here's something that's had me head-scratching for a while. I've what > should be a pretty routine update to sysutils/rsyslog8 in the works, > except that my test builds in poudriere all bomb out with: > ======================= ============================ > make: don't know how to make check-sanity. Stop > make: stopped in /usr/ports/sysutils/rsyslog8 > =>> Cleaning up wrkdir > ===> Cleaning for rsyslog-8.35.0 > build of sysutils/rsyslog8 | rsyslog-8.35.0 ended at Fri May 25 08:51:36 > BST 2018 > build time: 00:00:01 > !!! build failure encountered !!! > It looks like a fairly obvious problem -- or it should be. Except that > I can't reproduce this in a way that I can debug it effectively. Just > building the updated port ... works fine. Using poudriere -i to go into > the poudriere build environment and building the port there ... works > fine. Anything else I've tried -- no improvement, enlightenment still > proving elusive. > It's definitely specific to this version of rsyslog -- 8.34.0 builds > just fine, and I've not seen anything similar for any of the multitude > of other ports I've built. > Any ideas? > Cheers, > Matthew Hi Matthew, Does it work properly against the version in head? If so, what's your patch look like? # Adam -- Adam Weinberger adamw@adamw.org https://www.adamw.org