Changes between Version 1 and Version 3 of Ticket #58994


Ignore:
Timestamp:
Sep 9, 2019, 1:07:31 PM (5 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58994

    • Property Status changed from assigned to closed
    • Property Resolution changed from to duplicate
  • Ticket #58994 – Description

    v1 v3  
    11Trying to update mailx form 12.4 rev5  to 12.4 rev6 gives me:
    2 
     2{{{
    33$ sudo port install -vst mailx
    44--->  Computing dependencies for mailx
     
    1414Error: Follow https://guide.macports.org/#project.tickets to report a bug.
    1515Error: Processing of port mailx failed
    16 
     16}}}
    1717Running the build command manually shows:
    18 
     18{{{
    1919$ sudo /usr/bin/make -j4 -w all                                                                                                                                                                      make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_mail_mailx/mailx/work/mailx-12.4'
    2020/usr/bin/clang -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 aux.o base64.o cache.o cmd1.o cmd2.o cmd3.o cmdtab.o collect.o dotlock.o edit.o fio.o getname.o getopt.o head.o hmac.o imap.o imap_search.o junk.o lex.o list.o lzw.o macro.o maildir.o main.o md5.o mime.o names.o nss.o openssl.o pop3.o popen.o quit.o send.o sendout.o smtp.o ssl.o strings.o temp.o thread.o tty.o v7.local.o vars.o version.o `grep '^[^#]' LIBS`  -o mailx
     
    2828make: *** [mailx] Error 1
    2929make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_mail_mailx/mailx/work/mailx-12.4'
    30 
     30}}}
    3131I've installed mailx 12.4 rev5 only a few hours ago when I still had openssl 1.0.2s installed. While running "port upgrade outdated", openssl was first updated to 1.1.1c and then the attempt updating mailx to 12.4 rev6 failed as above.