Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jan 2024 05:49:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 276469] multimedia/ffmpeg4: build error with GLSLANG option set
Message-ID:  <bug-276469-12827@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 276469
           Summary: multimedia/ffmpeg4: build error with GLSLANG option
                    set
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: discipline@tiscali.it
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)
          Assignee: multimedia@FreeBSD.org

After the PORTREVISION bump due to "multimedia/libvpx: update 1.14.0"
(589aaaeb09b7daeb6a2053a684f5056d9fcfed0e) I'm facing an error while buildi=
ng
multimedia/ffmpeg4 with GLSLANG option set:

libavfilter/glslang.cpp:164:5: error: use of undeclared identifier 'assert'
  164 |     assert(glslang_refcount);
      |     ^
2 warnings and 1 error generated.
gmake[2]: *** [ffbuild/common.mak:70: libavfilter/glslang.o] Error 1

Adding
    #include <assert.h>
in libavfilter/glslang.cpp fixed the build, but I'm not sure that is correc=
t.


The ports has been previously built (from updated ports) on 31st Dec. 2023 =
with
success and the only change is the PORTREVISION bump 9=3D>10.

If that could be of interest, in the meanwhile...
- graphics/glslang has been updated (twice, on 4th Jan. 2024)
- I updated my box tracking stable/13 on 8th Jan. 2024, so llvm project in =
base
has been upgraded from version 16 to 17

--=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-276469-12827>