Ticket #45 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

gpg package does not depend on curl

Reported by: tsukasa Owned by: saurik
Priority: major Component: General
Keywords: gnupg, missing library Cc: greg@…

Description

If you do not install the curl package manually, you get the following error message when you try to download a gpg key via hpk. Once you install this library, then the program works correctly

dyld: Library not loaded: /usr/lib/libcurl.4.dylib
  Referenced from: /usr/libexec/gnupg/gpgkeys_hkp
  Reason: image not found

Change History

Changed 8 months ago by saurik

  • status changed from new to closed
  • resolution set to fixed

The new Telesphoreo build environment isolates packages so that dependencies don't leak. This binary no longer seems to require curl. Does it need curl? If it needs curl then I can now add it as a true dependency. In this case, someone should re-open this bug.

Changed 8 months ago by tsukasa

  • cc greg@… added

gpg seems to function correctly now without curl being installed.

Note: See TracTickets for help on using tickets.