Changes between Initial Version and Version 4 of Ticket #19132


Ignore:
Timestamp:
Apr 4, 2009, 3:54:05 AM (15 years ago)
Author:
jmroot (Joshua Root)
Comment:

Please remember to use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19132 – Description

    initial v4  
    11I have an iBook G4 running OSX 10.3.9
    22Here's my port version btw:
     3{{{
    34% port version
    45Version: 1.710
     6}}}
    57
    68I tried to install 'texlive', but it failed like so:
     9{{{
    710% sudo port install texlive
    811Password:
     
    5457Error: The following dependencies failed to build: texi2html texinfo lzmautils texlive_texmf-full texlive_texmf-minimal xorg-libXaw
    5558Error: Status 1 encountered during processing.
    56 
     59}}}
    5760==============================================
    5861So I tried to istall the depedencies one by one, so I did:
     62{{{
    5963% sudo port -f install xorg-libXaw
    6064% sudo port -f install texlive_texmf-minimal
     
    6266% sudo port -f install lzmautils
    6367% sudo port -f install texinfo
     68}}}
    6469which all completed without complaint.
    6570
    6671When I tried to install 'texi2html' I got the following error:
     72{{{
    6773% sudo port -f install texi2html--->  Building texi2html
    6874Error: 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
     
    7682
    7783Error: Status 1 encountered during processing.
    78 
     84}}}
    7985==============================================
    8086
     
    96102
    97103So 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{{{
    99105% sudo port -f install texlive
    100106--->  Installing texi2html @1.80_0
     
    102108Error: The following dependencies failed to build: texlive_base texi2html
    103109Error: Status 1 encountered during processing.
    104 
     110}}}
    105111
    106112=================================================================
    107113
    108114So I tried to install 'texlive_base', but the sam problem:
     115{{{
    109116% sudo port -f install texlive_base
    110117--->  Installing texi2html @1.80_0
     
    112119Error: The following dependencies failed to build: texi2html
    113120Error: Status 1 encountered during processing.
    114 
     121}}}
    115122=============================================================
    116123
     
    119126
    120127Thanks in advance for your help.
    121