[Bug 233862] make buildworld fails: /usr/bin/ld: error: undefined symbol: version on usr.sbin/traceroute

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 30 03:38:40 UTC 2018


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

Gleb Kurtsou <gleb at FreeBSD.org> changed:

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

--- Comment #3 from Gleb Kurtsou <gleb at FreeBSD.org> ---
I had the same problem. My guess is that installed world is newer than kernel.
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

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


More information about the freebsd-bugs mailing list