[MacPorts] #38354: Install latest kmymoney4
MacPorts
noreply at macports.org
Sun Mar 10 11:05:59 PDT 2013
#38354: Install latest kmymoney4
-------------------------+---------------------
Reporter: renang010@… | Owner: markd@…
Type: request | Status: new
Priority: Normal | Milestone:
Component: guide | Version: 2.1.3
Keywords: | Port:
-------------------------+---------------------
Hi,
I want to install the latest kmymoney4 from the subversion repository.
I started a clean macports installation doing this:
1) Check out MacPorts source
%% mkdir -p /opt/mports
%% cd /opt/mports
%% svn checkout https://svn.macports.org/repository/macports/trunk
2) Build and Install MacPorts
%% cd /opt/mports/trunk/base
%% ./configure --enable-readline
%% make
%% sudo make install
%% make distclean
3) Configure MacPorts to use port information from Subversion
Open /opt/local/etc/macports/sources.conf in a text editor.
Change the last line from:
rsync://rsync.macports.org/release/tarballs/ports.tar [default]
to:
file:///opt/mports/trunk/dports [default]
4) Set the path
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
Up to here, everything went fine.
Now my problems began. I firstly tried:
sudo port install kmymoney4
and got:
Error: Port kmymoney4 not found
So I thought I should do a selfupdate:
sudo port selfupdate
and got:
---> Updating MacPorts base sources using rsync
MacPorts base version 2.1.99 installed,
MacPorts base version 2.1.3 downloaded.
---> Updating the ports tree
Error: Synchronization of the local ports tree failed doing an svn update
Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the
ports tree: Synchronization of 1 source(s) failed
Can someone help me?
Renan
--
Ticket URL: <https://trac.macports.org/ticket/38354>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list