Opened 14 years ago
Closed 14 years ago
#26546 closed defect (fixed)
libassuan @2.0.1 Configure error - Missing "libgpg-error" requirement
Reported by: | gaal@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | libassuan |
Description
There's a missing library requirement in the 2.0.1 version of the libassuan port : libgpg-error
The upgrade from gnupg 2.0.13_0 to 2.0.16_0 depends on this lib.
Solution :
macbook:libassuan Gael$ diff --normal Portfile.original Portfile 26c26 < depends_lib port:pth --- > depends_lib port:pth port:libgpg-error
configure log :
checking for struct cmsghdr.cmsg_len... yes checking for gpg-error-config... /opt/local/bin/gpg-error-config checking for GPG Error - version >= 1.8... no configure: error: libgpg-error was not found shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libassuan/work/libassuan-2.0.1" && ./configure --prefix=/opt/local " returned error 1 Error: Target org.macports.configure returned: configure failure: shell command failed Warning: the following items did not execute (for libassuan): org.macports.destroot org.macports.configure org.macports.build Log for libassuan is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libassuan/main.log Error: Unable to upgrade port: 1
Change History (2)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Milestone: | MacPorts 1.9.2 |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | libassuan added |
Status: | new → assigned |
comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for reporting this problem. Fixed in r71703.