Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2018 13:26:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 226194] make update failure
Message-ID:  <bug-226194-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226194

            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: yamayan@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=3D/usr/bin/svn in /etc/make.conf, but "make update" uses
/usr/local/bin/svn without SERF option.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226194-8>