Opened 15 years ago
Closed 14 years ago
#20916 closed defect (fixed)
gpgme with +smime variant does not finish properly
Reported by: | illogic-al@… | Owned by: | boeyms@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | smime variant, missing gpg | Cc: | |
Port: | gpgme |
Description
If gpgme 1.1.18 is built with the smime variant the build does not complete normally. A compile error is encountered close to the end of the build which complains about a missing command: gpg. Since +smime builds with gnupg2, instead of gnupg gpg is missing. However, the portfile has in its smime variant section
configure.args-append --with-gpg=${prefix}/bin/gpg2
So this should not be a problem. There seems to be some issue with this being set properly as symlinking ${prefix}/bin/gpg2 to ${prefix}/bin/gpg, and running the install command again allows the port to complete the build, and install.
Change History (2)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to boeyms@… |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
1.2.0 seems to be OK.