Changes between Initial Version and Version 1 of Ticket #66905
- Timestamp:
- Feb 12, 2023, 5:56:05 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66905 – Description
initial v1 1 1 I'm running macOS Sierra 10.12.6. I tried to update my version of texlive by doing this: 2 2 {{{ 3 3 sudo port upgrade texlive-bin 4 4 }}} 5 5 After a long time it got stuck at a point where it was installing alex. Below I have put the contents of the file: 6 {{{ 6 7 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_alex/alex/main.log 8 }}} 7 9 which I hope can help somebody help me to fix this problem. 8 10 9 11 Right now pdflatex is totally broken, because it apparently did part of the install but it did not complete. When I run pdflatex I get this error: 10 12 {{{ 11 13 $ pdflatex exam.tex 12 14 This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022/MacPorts 2022.62882_2) (preloaded format=pdflatex) … … 14 16 ---! /opt/local/var/db/texmf/web2c/pdftex/pdflatex.fmt made by different executable version, strings are different 15 17 (Fatal format file error; I'm stymied) 16 18 }}} 17 19 Any help would be appreciated. If I can get the old working install back that would be better than nothing. 18 20 Thanks. 19 21 20 22 ---Danny Sleator 21 23 {{{ 22 24 version:1 23 25 :debug:clean Starting logging for alex @3.2.7.1_2+haskell_cabal_use_prebuilt … … 613 615 :debug:build "$procedure $targetname" 614 616 :error:build See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_alex/alex/main.log for details. 617 }}}