Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Dec 2018 03:38:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 233862] make buildworld fails: /usr/bin/ld: error: undefined symbol: version on  usr.sbin/traceroute
Message-ID:  <bug-233862-227-2G0EcVu2Tn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233862-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233862-227@https.bugs.freebsd.org/bugzilla/>

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

Gleb Kurtsou <gleb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gleb@FreeBSD.org

--- Comment #3 from Gleb Kurtsou <gleb@FreeBSD.org> ---
I had the same problem. My guess is that installed world is newer than kern=
el.
Generated version.c was empty.

/usr/bin/head was failing in my case. If 'head' fails replace it with
/rescue/head and restart the build.

Expected result:
% head -1 /usr/src/contrib/traceroute/VERSION
1.4a12+FreeBSD

--=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-233862-227-2G0EcVu2Tn>