From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32e.google.com (mail-ot1-x32e.google.com [IPv6:2607:f8b0:4864:20::32e]) by sourceware.org (Postfix) with ESMTPS id 1E3C73851C17 for ; Fri, 12 Jun 2020 05:44:20 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1E3C73851C17 Received: by mail-ot1-x32e.google.com with SMTP id g5so6476419otg.6 for ; Thu, 11 Jun 2020 22:44:20 -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:to:from:subject:message-id:date :user-agent:mime-version:content-language:content-transfer-encoding; bh=8B1Pd4YIdEmSC8ShrxSckHT9Nf+KCv34ijz/qyh9PpI=; b=HAoNMo90e8hfnIzpqkSyHnArTYeT57NjNLcItaAK54PoeWG2YCt++uWrsZqjSMV2ml WmCBJdijkpWsbuUfZ3UnvY7vcPBf0nqVkrm+sAqlFnE5bpPD8G3Cw2mRMxouJkIVBCll Xjm1UjmNJqWJ+GFEhMmdampXyvg0znx154EJ8/VtVeEY9P2jYaHA97R0g294goaClHJH FsfK59ju//P9mLnY02/E3VZJmPNiJhhddtOYOtwSK+GVDhu2EMJFHmD0HT/5nCqec+O8 iGcK1v/Oxq2sVyCL94iuemyNVaU3IEZ7ZmyFZjXJEUVyqNJDfdmAUgjslTaBzJ4cRDvt uhQA== X-Gm-Message-State: AOAM533+fKJdGvb9qz1YuckK5AUkxLf6IS1hD/jibZBSMVtNmsutRdhV lHwGAJhZqa4KLxC8Me98/za+2xsFav4= X-Google-Smtp-Source: ABdhPJxiHQ5c3gxPD/vnl9GMB2mkF8KP4cWuj0EbbfyttJxvaOeOGGrKtz+2MzRiNWRwTVmqSBFDWg== X-Received: by 2002:a05:6830:2004:: with SMTP id e4mr9622487otp.85.1591940659253; Thu, 11 Jun 2020 22:44:19 -0700 (PDT) Received: from rocky.local (072-182-035-054.res.spectrum.com. [72.182.35.54]) by smtp.gmail.com with ESMTPSA id d64sm1154259oib.56.2020.06.11.22.44.18 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 11 Jun 2020 22:44:18 -0700 (PDT) Sender: DRC To: cygwin-apps@cygwin.com From: DRC Subject: cygport does not automatically generate dependencies Message-ID: Date: Fri, 12 Jun 2020 00:44:18 -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 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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 05:44:21 -0000 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. I've spent the last two hours googling for a solution, to no avail. What am I missing? The package builds three executables that should depend on libGL1, libX11_6, libXext6, libXtst6, and libturbojpeg0. DRC