From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32c.google.com (mail-ot1-x32c.google.com [IPv6:2607:f8b0:4864:20::32c]) by sourceware.org (Postfix) with ESMTPS id 645EC395ACE9 for ; Fri, 12 Jun 2020 15:06:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 645EC395ACE9 Received: by mail-ot1-x32c.google.com with SMTP id b18so7550677oti.1 for ; Fri, 12 Jun 2020 08:06:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=HRXYc1n+acUn5nfFghvWCgFZXSPFTMzyRiyeuURv7TY=; b=nOsrZl301mGfLgIg2n54iFmP1l/VVllwkykXE//dSB0NojoKCNTcUAiAgYXRReeTDC 1YEl4tR3+jrCcYZvdwHe+a6EiuFKZw9P6m4Ks8q8c9LWGHxu1FpFJQiqVOfTOpoyH/UV HhTjvoAvcsSAHhmcnojDdMOzS1DW6rPR0xWk1Z8AA4eFNihX4aJ7dIUdnsYU2s2NpDM6 16/zKAYV/zZAzgjK2K2Dlk1M3olHRpCD3NCG8H8OM0X9hSDQ+bhcpYniyU0IXrFkh79z XEGJGMNNVN1+zfZicXwMQzUOPTI5a8RQLuMb25zxScPuotYbydQbNYX95iOCOoNXXwOp yD7A== X-Gm-Message-State: AOAM530p1+vFYktoIev/Szt5wJKxeP0Dl9qZUE67qjANZyc9KL2Al+bN MZradzEoz+Mu6WNrWRc8xxbCLIQVVUw= X-Google-Smtp-Source: ABdhPJzQ10K3QSI2TP2fcqeHpgWVYK1/h73sTvS8wrORchwVp8SFrbfroqfLY4LExEmkGZt7ZbraEQ== X-Received: by 2002:a9d:8b7:: with SMTP id 52mr10856485otf.212.1591974393462; Fri, 12 Jun 2020 08:06:33 -0700 (PDT) Received: from rocky.local (072-182-035-054.res.spectrum.com. [72.182.35.54]) by smtp.gmail.com with ESMTPSA id l20sm1396559otp.35.2020.06.12.08.06.32 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 12 Jun 2020 08:06:32 -0700 (PDT) Sender: DRC Subject: Re: cygport does not automatically generate dependencies To: cygwin-apps@cygwin.com References: <87pna4epfy.fsf@Otto.invalid> From: DRC Message-ID: Date: Fri, 12 Jun 2020 10:06:31 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2020 15:06:35 -0000 On 6/12/20 4:29 AM, Marco Atzeri via Cygwin-apps wrote: >> That only works when you don't cross-compile and you didn't say whether >> you are or not. > > and if you have installed the cygwin packages for the build > and you are not using your own hand installed one. > >   cygport --debug deps > > will be very verbose on the dependencies check I figured it out. Apparently the cygport script requires .exe files to have execute permissions in order to check dependencies on them, and for whatever reason, when running my build on a shared network drive, those files weren't created with the correct permissions. I ran the build on a local drive, and it works properly now.