New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21000 (closed defect: duplicate)

Opened 2 years ago

Last modified 2 years ago

selfupdate fails (couldn't execute "svn": no such file or directory)

Reported by: vinc17@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: base Version: 1.8.0
Keywords: Cc:
Port:

Description

sudo port -v selfupdate gives the following error:

===> making install in src/programs/daemondo
mkdir -p build
/usr/bin/install -c -o root -g admin -m 555 build/daemondo /opt/local/bin
[ ! -f /opt/local/etc/macports/mp_version ] || rm -vf /opt/local/etc/macports/mp_version
/usr/bin/install -c -o root -g admin -m 444 setupenv.bash  /opt/local/share/macports/
/usr/bin/tclsh src/upgrade_sources_conf_default.tcl /opt/local
couldn't execute "svn": no such file or directory
    while executing
"while {[gets $sourcesConfChannel line] >= 0} {
   set addDefault false
   if {!$defaultSeen && ![regexp {^\s*#|^$} $line]} {
      if {[regexp {^([\w-..."
    (file "src/upgrade_sources_conf_default.tcl" line 34)
make: *** [install] Error 1

Note: I can execute svn manually without any problem.

Change History

  Changed 2 years ago by vinc17@…

  • component changed from ports to base

follow-up: ↓ 4   Changed 2 years ago by toby@…

What OS are you on? What version are you updating from?

  Changed 2 years ago by blb@…

Could be related to #20760.

in reply to: ↑ 2   Changed 2 years ago by vinc17@…

Replying to toby@…:

What OS are you on? What version are you updating from?

Tiger PowerPC. I'm upgrading from the previous version.

  Changed 2 years ago by ryandesign@…

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #20760.

Note: See TracTickets for help on using tickets.