https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226194

            Bug ID: 226194
           Summary: make update failure
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: yama...@kbh.biglobe.ne.jp

# cd /usr/src
# make update
--------------------------------------------------------------
>>> Updating /usr/src using Subversion
--------------------------------------------------------------
Updating '.':
svn: E170000: Unrecognized URL scheme for 'http://svn.freebsd.org/base/head'
*** Error code 1

Stop.
make[1]: stopped in /usr/src
*** Error code 1

Stop.
make: stopped in /usr/src
#

REASON:
(1) SVN variable in /etc/make.conf is ignored.
 # r329678? bug
(2) search priority
 /usr/local/bin/svn
 /usr/bin/svnlite
 /usr/bin/svn
 # I think reverse order is better.

I set SVN=/usr/bin/svn in /etc/make.conf, but "make update" uses
/usr/local/bin/svn without SERF option.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to