Opened 15 years ago

Closed 15 years ago

#21000 closed defect (duplicate)

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 (5)

comment:1 Changed 15 years ago by vinc17@…

Component: portsbase

comment:2 Changed 15 years ago by tobypeterson

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

comment:3 Changed 15 years ago by blb@…

Could be related to #20760.

comment:4 in reply to:  2 Changed 15 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.

comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed

Duplicate of #20760.

Note: See TracTickets for help on using tickets.