Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 14:12:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 223938] multimedia/ffmpeg build error
Message-ID:  <bug-223938-12827-6oIyAKfAYp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-223938-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-223938-12827@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=3D223938

--- Comment #3 from Jan Beich <jbeich@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.

--=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-223938-12827-6oIyAKfAYp>