Changes between Initial Version and Version 1 of Ticket #38354


Ignore:
Timestamp:
Mar 10, 2013, 7:08:19 PM (12 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

This is not a bug; it’s a support issue. Please post a message to the macports-users mailing list. (Although I suspect I know what the issue is.)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38354

    • Property Status changed from new to closed
    • Property Component changed from guide to base
    • Property Resolution changed from to invalid
    • Property Type changed from request to defect
  • Ticket #38354 – Description

    initial v1  
    1 Hi,
     1Hi,\\
    22I want to install the latest kmymoney4 from the subversion repository.
    33
     
    661) Check out MacPorts source
    77
     8{{{
    89%% mkdir -p /opt/mports
    910%% cd /opt/mports
    1011%% svn checkout https://svn.macports.org/repository/macports/trunk
     12}}}
    1113
    12142) Build and Install MacPorts
    1315
     16{{{
    1417%% cd /opt/mports/trunk/base
    1518%% ./configure --enable-readline
     
    1720%% sudo make install
    1821%% make distclean
     22}}}
    1923
    20243) Configure MacPorts to use port information from Subversion
    2125
    22 Open /opt/local/etc/macports/sources.conf in a text editor.
     26Open /opt/local/etc/macports/sources.conf in a text editor.\\
    2327Change the last line from:
    2428
     29{{{
    2530rsync://rsync.macports.org/release/tarballs/ports.tar [default]
     31}}}
    2632
    2733to:
    2834
     35{{{
    2936file:///opt/mports/trunk/dports [default]
     37}}}
    3038
    31394) Set the path
    3240
     41{{{
    3342export PATH=/opt/local/bin:/opt/local/sbin:$PATH
     43}}}
    3444
    3545Up to here, everything went fine.
     
    3747Now my problems began. I firstly tried:
    3848
     49{{{
    3950sudo port install kmymoney4
     51}}}
    4052
    4153and got:
    4254
     55{{{
    4356Error: Port kmymoney4 not found
     57}}}
    4458
    4559So I thought I should do a selfupdate:
    4660
     61{{{
    4762sudo port selfupdate
     63}}}
    4864
    4965and got:
    5066
     67{{{
    5168--->  Updating MacPorts base sources using rsync
    5269MacPorts base version 2.1.99 installed,
     
    5572Error: Synchronization of the local ports tree failed doing an svn update
    5673Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization of 1 source(s) failed
     74}}}
    5775
    5876Can someone help me?