From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.6 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 91A801F8C6 for ; Thu, 9 Sep 2021 21:29:36 +0000 (UTC) Received: by mail-qk1-x736.google.com with SMTP id a10so3528522qka.12 for ; Thu, 09 Sep 2021 14:29:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=ZYoYqXsgTyJXBHl7+cPrxbrVkTSWFCmU26LwDhEZD2c=; b=Yyrrq724srxKo/pdd15OJum2zfHPlE2HKjo8l2pveTMqBvN6uK2PHmM60OHEUoz/14 5SkW1hbnWBDO29u0x0EMpZHOfG2GB4kRY6uWAIdZm0KQmVUUlMb2SZcKvAvMfmMVL1Ra 0iUBUyLrGn13pdveUXmYvdJNZeOnGEBInmxp8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=ZYoYqXsgTyJXBHl7+cPrxbrVkTSWFCmU26LwDhEZD2c=; b=Leu9ieRJdwJQdSdeMRdaY894yIrIQf8D+O1Pm5VFEsnxlaFnCbl0DDHlOnK7wAf04V xaECEIlyMNJBFMW0lZRLotfz141NIpfDgKTeUN97aeyhNu2tQd+alA+YpnxrFQFzudMv BOOA2O8h6/jLMlsNJuWbvCjO4oEMB8asM7K0avxAMTrS59zLNqwbRJo6EVBvXgoiRnnv zrBcE32CLTdGR9fJwAUev1i1F9lJyv8kZy4E/BXbj6dG1r19mExKIyVmdfxhcnmEaj5L udYWhjd/ZGMzXfX0RY6m/5aJnc/7wVKBYSE/qgaLsgFrJVIxVcqXmKsdzTJ6J9cot/55 F36g== X-Gm-Message-State: AOAM531xhxVvhEBmP3GIppNddO1wwhxeV4t+X1Rw8xBlY3mZzsVclYM0 D/BypwxrtLkHtO3lYuNRLjM/Pu6w+4f3Mw== X-Google-Smtp-Source: ABdhPJxGUs942zu4NHDw6SV0eccHXlVSiE+gu6R+VCK4fIY1Go5KjrYqidQV9OPZ/vwZRHtgBVYtIQ== X-Received: by 2002:ae9:ea19:: with SMTP id f25mr4859998qkg.341.1631222975118; Thu, 09 Sep 2021 14:29:35 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id s16sm1914521qtq.31.2021.09.09.14.29.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Sep 2021 14:29:34 -0700 (PDT) Date: Thu, 9 Sep 2021 17:29:33 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH] gcf2: die if pkg-config is missing Message-ID: <20210909212933.adpgxheppjnorncd@meerkat.local> References: <20210909182350.yzhdw3znylowb3im@meerkat.local> <20210909204541.GA11866@dcvr> <20210909210138.ssiv5tri65mf4l4o@meerkat.local> <20210909211436.GA29028@dcvr> <20210909212105.qbrdlu37b6bbz2ij@meerkat.local> <20210909212348.GA31420@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210909212348.GA31420@dcvr> List-Id: On Thu, Sep 09, 2021 at 09:23:48PM +0000, Eric Wong wrote: > > Annoyingly, after I blow away the container to start fresh, I get: > > > > t/gcf2.t ..................... skipped: PublicInbox::Gcf2 missing for t/gcf2.t > > > > That means gcf2 isn't getting built, right? > > Yeah, assuming all dependencies are there; > is PERL_INLINE_DIRECTORY set (or ~/.cache/public-inbox/inline-c exists?) Ah, yes, when I build as part of the dockerfile image, that dir is absent. It shouldn't matter for actual usage, though -- so we can ignore this. Sorry for a lot of noise about it, just want to make sure I got everything working. :) I'll follow up with my draft instructions on how to get things running with toolbox. Best, -K