Changes between Initial Version and Version 2 of Ticket #60879


Ignore:
Timestamp:
Jul 20, 2020, 2:52:50 AM (4 years ago)
Author:
randomshinichi (Andrew Chiw)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60879

    • Property Keywords powerpc leopard added
    • Property Version changed from to 2.6.3
  • Ticket #60879 – Description

    initial v2  
    22
    33However, when I ran sudo port install libxml2, it offered to start installing its dependencies and prompted me with yes or no!
     4
     5{{{
     6Users/shinichi] > install openssh
     7--->  Computing dependencies for openssh
     8Error: Cannot install clang-7.0 for the arch 'powerpc' because
     9Error: its dependency libxml2 does not build for the required arch by default
     10Error: and the configured universal_archs 'i386 ppc' are not sufficient.
     11Error: Follow https://guide.macports.org/#project.tickets to report a bug.
     12Error: Processing of port openssh failed
     13[Users/shinichi] > install libxml2
     14--->  Computing dependencies for libxml2
     15The following dependencies will be installed:
     16 bzip2
     17 cctools
     18 db48
     19 expat
     20 gcc7
     21 gcc_select
     22 gdbm
     23 gmp
     24 icu
     25 isl
     26 ld64
     27 ld64-127
     28 libedit
     29 libffi
     30 libgcc
     31 libgcc7
     32 libmpc
     33 llvm-3.3
     34 llvm_select
     35 mpfr
     36 openssl
     37 perl5
     38 perl5.28
     39 python27
     40 python2_select
     41 python_select
     42 readline
     43 sqlite3
     44 xz
     45 zlib
     46Continue? [Y/n]: y
     47
     48}}}
    449
    550Whatever openssh needs (and I doubt it really needs clang), it should work on powerpc because I've seen it here