[MacPorts] #38354: Install latest kmymoney4
#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
#38354: Install latest kmymoney4 --------------------------+--------------------- Reporter: renang010@… | Owner: markd@… Type: defect | Status: closed Priority: Normal | Milestone: Component: base | Version: 2.1.3 Resolution: invalid | Keywords: Port: | --------------------------+--------------------- Changes (by larryv@…): * status: new => closed * type: request => defect * component: guide => base * resolution: => invalid Old description:
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
New description: 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 -- Comment: This is not a bug; it’s a support issue. Please post a message to the [[MailingLists|macports-users]] mailing list. (Although I suspect I know what the issue is.) -- Ticket URL: <https://trac.macports.org/ticket/38354#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#38354: Install latest kmymoney4 --------------------------+---------------------- Reporter: renang010@… | Owner: markd@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: guide | Version: 2.1.3 Resolution: | Keywords: Port: | --------------------------+---------------------- Changes (by larryv@…): * status: closed => reopened * component: base => guide * resolution: invalid => Comment: Actually, I do suppose this could be considered a problem with the guide. Can you attach the output of "port -d sync"? -- Ticket URL: <https://trac.macports.org/ticket/38354#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#38354: Install latest kmymoney4 --------------------------+---------------------- Reporter: renang010@… | Owner: markd@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: guide | Version: 2.1.3 Resolution: | Keywords: Port: | --------------------------+---------------------- Comment (by renang010@…): macmini:mports Renan$ sudo port -d sync[[BR]] DEBUG: Copying /Users/Renan/Library/Preferences/com.apple.dt.Xcode.plist to /opt/local/var/macports/home/Library/Preferences[[BR]] ---> Updating the ports tree Synchronizing local ports tree from file:///opt/mports/trunk/dports[[BR]] DEBUG: /usr/bin/svn update --non-interactive /opt/mports/trunk/dports[[BR]] DEBUG: changing euid/egid - current euid: 0 - current egid: 0[[BR]] svn: OPTIONS of 'https://svn.macports.org/repository/macports/trunk': Server certificate verification failed: issuer is not trusted (https://svn.macports.org)[[BR]] Command failed: /usr/bin/svn update --non-interactive /opt/mports/trunk/dports[[BR]] Exit code: 1[[BR]] DEBUG: command execution failed while executing "system $svn_commandline"[[BR]] Error: Synchronization of the local ports tree failed doing an svn update DEBUG: Synchronization of 1 source(s) failed while executing "mportsync [array get global_options]" port sync failed: Synchronization of 1 source(s) failed -- Ticket URL: <https://trac.macports.org/ticket/38354#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#38354: Install latest kmymoney4 --------------------------+---------------------- Reporter: renang010@… | Owner: markd@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: guide | Version: 2.1.3 Resolution: | Keywords: Port: | --------------------------+---------------------- Comment (by larryv@…): The system Subversion often has issues recognizing the validity of our certificates. By which I mean, it usually doesn’t. Try switching back to rsync, doing a selfupdate, and installing MacPorts' Subversion (`sudo port install subversion`). Then you can switch back to using a Subversion port tree, since MacPorts' Subversion has no problems accepting our certificate. -- Ticket URL: <https://trac.macports.org/ticket/38354#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
#38354: Install latest kmymoney4 --------------------------+---------------------- Reporter: renang010@… | Owner: markd@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: guide | Version: 2.1.3 Resolution: | Keywords: Port: | --------------------------+---------------------- Comment (by ryandesign@…): Is this still an issue? -- Ticket URL: <https://trac.macports.org/ticket/38354#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
#38354: Install latest kmymoney4 --------------------------+-------------------------------- Reporter: renang010@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: guide | Version: 2.1.3 Resolution: | Keywords: Port: | --------------------------+-------------------------------- Changes (by mf2k@…): * status: reopened => new * owner: markd@… => macports-tickets@… Comment: markd has retired. See #44782. -- Ticket URL: <https://trac.macports.org/ticket/38354#comment:6> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts