[Bug 226194] make update failure

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Feb 25 13:26:33 UTC 2018


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 at FreeBSD.org
          Reporter: yamayan at 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.


More information about the freebsd-bugs mailing list