[Bug 223938] multimedia/ffmpeg build error
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 28 14:12:43 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223938
--- Comment #3 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to flfq from comment #2)
> I don't know which port is installed automatically
Ports are strongly discouraged to install stuff outside of PREFIX (i.e.,
/usr/local). Maybe check which package the file belongs to:
$ pkg which /usr/include/asm/types.h
If the result is negative repopulate /usr/include by
$ mv /usr/include /usr/include.old
$ make distrib-dirs installincludes -C /usr/src
$ diff -ur /usr/include.old /usr/include
$ rm -rf /usr/include.old
Obviously, /usr/src have to be in sync with the installed system.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-multimedia
mailing list