On 2017-04-03 23:14, Andrew Schulman wrote:
I'm building orpie 1.5.2 with cygport 0.24.0 and ocaml 4.04.0. cygport script is below.
WFM: >>> Packaging orpie-1.5.2-3.x86_64 >>> Creating binary package(s) >>> orpie-1.5.2-3.tar.xz [snip] >>> Checking packages for missing or duplicate files >>> Creating source patches 0 files changed >>> Creating source package [snip] >>> orpie requires: cygwin libgsl19 libncursesw10 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
orpie builds and runs fine. But surprisingly, 'cygport dep' comes back empty: $ cygport orpie.cygport dep $
The list and dep commands will display their results in a pager when run in an interactive console. What does cygport put in the .hint files?
even though /usr/bin/orpie depends on libgsl19, libncursesw10, and libblas0:
libblas0 is an indirect dependency of libgsl19, so it won't be listed. -- Yaakov