Changes between Initial Version and Version 4 of Ticket #19132
- Timestamp:
- Apr 4, 2009, 3:54:05 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19132 – Description
initial v4 1 1 I have an iBook G4 running OSX 10.3.9 2 2 Here's my port version btw: 3 {{{ 3 4 % port version 4 5 Version: 1.710 6 }}} 5 7 6 8 I tried to install 'texlive', but it failed like so: 9 {{{ 7 10 % sudo port install texlive 8 11 Password: … … 54 57 Error: The following dependencies failed to build: texi2html texinfo lzmautils texlive_texmf-full texlive_texmf-minimal xorg-libXaw 55 58 Error: Status 1 encountered during processing. 56 59 }}} 57 60 ============================================== 58 61 So I tried to istall the depedencies one by one, so I did: 62 {{{ 59 63 % sudo port -f install xorg-libXaw 60 64 % sudo port -f install texlive_texmf-minimal … … 62 66 % sudo port -f install lzmautils 63 67 % sudo port -f install texinfo 68 }}} 64 69 which all completed without complaint. 65 70 66 71 When I tried to install 'texi2html' I got the following error: 72 {{{ 67 73 % sudo port -f install texi2html---> Building texi2html 68 74 Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_texi2html/work/texi2html-1.80" && make all " returned error 2 … … 76 82 77 83 Error: Status 1 encountered during processing. 78 84 }}} 79 85 ============================================== 80 86 … … 96 102 97 103 So I was feeling all pleased with myself that I got it to compile, but when I tried to install(also tried build btw) 'texlive' again I got the following error: 98 104 {{{ 99 105 % sudo port -f install texlive 100 106 ---> Installing texi2html @1.80_0 … … 102 108 Error: The following dependencies failed to build: texlive_base texi2html 103 109 Error: Status 1 encountered during processing. 104 110 }}} 105 111 106 112 ================================================================= 107 113 108 114 So I tried to install 'texlive_base', but the sam problem: 115 {{{ 109 116 % sudo port -f install texlive_base 110 117 ---> Installing texi2html @1.80_0 … … 112 119 Error: The following dependencies failed to build: texi2html 113 120 Error: Status 1 encountered during processing. 114 121 }}} 115 122 ============================================================= 116 123 … … 119 126 120 127 Thanks in advance for your help. 121