From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x433.google.com (mail-wr1-x433.google.com [IPv6:2a00:1450:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id E1D9B3870869 for ; Fri, 12 Jun 2020 09:29:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E1D9B3870869 Received: by mail-wr1-x433.google.com with SMTP id y17so8994426wrn.11 for ; Fri, 12 Jun 2020 02:29:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=06Gi5mjsZqERXEgKNytKiiUWC9MIB183A0KyFnq9YQM=; b=kEmmEmz7yrx2I5dsZC8wWtcCveCdeqeiG7fdUSaV+aOgoUsZyVonBruh/3zt0yc9t7 i0qY7EJf/8P29qWAFp3fL7g4gKK4tSayXZNlU6cnI+DaKI/GOFPxob+5vB6mcJi1VqMV wVC2s3ZJnwKx+BxR0+K+dbC8Z2TYt1lISTz2TgGR5JzBYGrMSPJEB72tG2uBxUAR2zi2 pnyeb32UHP77n9NRDwfpgTfDJxLIu0XaDBrx5j3jELPjhQZvWdNPBkQq1ZBNVWhajpLC y5UAfkeU0Ubr/Bpt3+bhvX8O6Mi3jz1ZQLPJ3SOSW4SLSD5zNjTCZTuqdSchWGQ1uJ+p HdHQ== X-Gm-Message-State: AOAM5314iWXcIjpHgtKiAcWGrevlbv6fjOynLbm1f/CixaGyQvFiy90j YUoSPNlciQKPd6mQfGZl9xapHdDJ X-Google-Smtp-Source: ABdhPJyr6R1Zeln0DmG/7SHMFzPjYPS84ei0UissGRO+7K9ksbEBjD7aOS8xYQotde0EZPD1i77WMw== X-Received: by 2002:adf:e44c:: with SMTP id t12mr13385710wrm.181.1591954197813; Fri, 12 Jun 2020 02:29:57 -0700 (PDT) Received: from ?IPv6:2003:cc:9f3b:4c50:50ad:44de:a6ac:2220? (p200300cc9f3b4c5050ad44dea6ac2220.dip0.t-ipconnect.de. [2003:cc:9f3b:4c50:50ad:44de:a6ac:2220]) by smtp.gmail.com with ESMTPSA id h18sm9169742wru.7.2020.06.12.02.29.57 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 12 Jun 2020 02:29:57 -0700 (PDT) Subject: Re: cygport does not automatically generate dependencies To: cygwin-apps@cygwin.com References: <87pna4epfy.fsf@Otto.invalid> From: Marco Atzeri Message-ID: Date: Fri, 12 Jun 2020 11:29:57 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <87pna4epfy.fsf@Otto.invalid> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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 09:30:00 -0000 On 12.06.2020 09:03, ASSI wrote: > DRC via Cygwin-apps writes: >> I am attempting to create a new Cygwin package for my open source >> software (VirtualGL) using cygport. The package is generated correctly, >> but the "requires" field in the auto-generated hint is empty. The >> documentation for cygport implies that it should automatically generate >> package dependencies. > > 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 > Regards, > Achim. > Regards Marco