Changes between Initial Version and Version 2 of Ticket #46167


Ignore:
Timestamp:
Dec 8, 2014, 6:50:48 PM (9 years ago)
Author:
mf2k (Frank Schima)
Comment:

Forget my WikiFormatting comment. Reformatted with code tags.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46167

    • Property Owner changed from macports-tickets@… to css@…
    • Property Port cmake added
  • Ticket #46167 – Description

    initial v2  
    55Background:
    66There was a previous version of macports installed on the system (before the upgrade to Yosemite), which was uninstalled entirely (together with complete removal of the /opt/local/ directory). In particular, for the previous version I gave the following:
    7     $ sudo port -f uninstall installed \\
     7{{{
     8    $ sudo port -f uninstall installed
    89    $ sudo port clean all
     10}}}
    911
    1012For this version (2.3.3) I also gave a
     13{{{
    1114    $ make clean
     15}}}
    1216before I started.
    1317
    1418This time I attempted a custom installation with the following command for configuration:
     19{{{
    1520    $ env PATH=/usr/bin:/bin:/usr/sbin:/sbin CFLAGS="-pipe -Os" ./configure --prefix=/opt/macports/yosemite --with-applications-dir=/opt/macports/yosemite/Applications
     21}}}
    1622
    1723Other than that
    18     $ make \\
    19     $ sudo make install \\
    20     $ sudo port selfupdate \\
    21     $ sudo port upgrade outdated \\
     24{{{
     25    $ make
     26    $ sudo make install
     27    $ sudo port selfupdate
     28    $ sudo port upgrade outdated
     29}}}
    2230(everything as expected; meanwhile I also gave at some point `xcode-select --install`, so that's not a problem either)
    2331
    2432Then:
     33{{{
    2534    $ sudo port install cmake
     35}}}
    2636fails on the last package, when attempting to bring in cmake.
    2737
    2838Upon the error:
    29     $ sudo port clean cmake \\
     39{{{
     40    $ sudo port clean cmake
    3041    $ sudo port install cmake
     42}}}
    3143
    3244Same problem (even with a restart). Log attached. Running Xcode 6.1.1 on OS X 10.10.1.