Date: Sat, 29 Jul 2023 14:18:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 272797] www/ungoogled-chromium: fails to build if CODECS off "proprietary_codecs required for enable_mse_mpeg2ts_stream_parser" Message-ID: <bug-272797-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272797 Bug ID: 272797 Summary: www/ungoogled-chromium: fails to build if CODECS off "proprietary_codecs required for enable_mse_mpeg2ts_stream_parser" Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: chromium@FreeBSD.org Reporter: vvd@FreeBSD.org Assignee: chromium@FreeBSD.org Flags: maintainer-feedback?(chromium@FreeBSD.org) Attachment #243690 maintainer-approval? Flags: Flags: merge-quarterly? Created attachment 243690 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D243690&action= =3Dedit Fix build if CODECS off Build fails if CODECS option off with error: cd /wrkdirs/usr/ports/www/ungoogled-chromium/work/chromium-115.0.5790.110 && /usr/bin/env MAKE=3Dgmake ac_cv_path_PERL=3D/usr/local/bin/perl ac_cv_path_PERL_PATH=3D/usr/local/bin/perl PERL_USE_UNSAFE_INC=3D1 PKG_CONFIG=3Dpkgconf PYTHON=3D"/usr/local/bin/python3.9" QT_SELECT=3Dqt5 QMAKEMODULES=3D"/wrkdirs/usr/ports/www/ungoogled-chromium/work/chromium-115= .0.5790.110/mkspecs/modules:/usr/local/lib/qt5/mkspecs/modules" XDG_DATA_HOME=3D/wrkdirs/usr/ports/www/ungoogled-chromium/work=20 XDG_CONFIG_HOME=3D/wrkdirs/usr/ports/www/ungoogled-chromium/work=20 XDG_CACHE_HOME=3D/wrkdirs/usr/ports/www/ungoogled-chromium/work/.cache=20 HOME=3D/wrkdirs/usr/ports/www/ungoogled-chromium/work TMPDIR=3D"/tmp" PATH=3D/wrkdirs/usr/ports/www/ungoogled-chromium/work/.bin:/sbin:/bin:/usr/= sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/nonexistent/bin PKG_CONFIG_LIBDIR=3D/wrkdirs/usr/ports/www/ungoogled-chromium/work/.pkgconf= ig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkg= config SHELL=3D/bin/sh CONFIG_SHELL=3D/bin/sh CMAKE_PREFIX_PATH=3D"/usr/local" LANG=3Den_US.UTF-8 LC_ALL=3Den_US.UTF-8 ./out/Release/gn gen --args=3D'fatal_linker_warnings=3Dfalse icu_use_data_file=3Dfalse is_clan= g=3Dtrue=20 optimize_webui=3Dtrue toolkit_views=3Dtrue use_allocator_shim=3Dfalse=20 use_aura=3Dtrue use_custom_libcxx=3Dfalse use_gnome_keyring=3Dfalse use_= lld=3Dtrue=20 use_partition_alloc=3Dtrue use_partition_alloc_as_malloc=3Dfalse=20 use_sysroot=3Dfalse use_system_freetype=3Dfalse use_system_harfbuzz=3Dtru= e=20 use_system_libffi=3Dtrue use_system_libjpeg=3Dtrue use_udev=3Dfalse=20 extra_cxxflags=3D"-O2 -pipe -march=3Dnehalem -fstack-protector-strong -isys= tem /usr/local/include -fno-strict-aliasing -isystem /usr/local/include "=20 extra_ldflags=3D" -fstack-protector-strong -L/usr/local/lib "=20 ffmpeg_branding=3D"Chromium" build_with_tflite_lib=3Dfalse chrome_pgo_phas= e=3D0=20 clang_use_chrome_plugins=3Dfalse disable_fieldtrial_testing_config=3Dtrue= =20 enable_backup_ref_ptr_support=3Dfalse enable_hangout_services_extension=3D= false=20 enable_mdns=3Dfalse enable_mse_mpeg2ts_stream_parser=3Dtrue enable_nacl= =3Dfalse=20 enable_reading_list=3Dfalse enable_remoting=3Dfalse enable_reporting=3Dfa= lse=20 enable_rust=3Dfalse enable_service_discovery=3Dfalse exclude_unwind_table= s=3Dtrue=20 google_api_key=3D"" google_default_client_id=3D"" google_default_client_s= ecret=3D"" safe_browsing_mode=3D0 treat_warnings_as_errors=3Dfalse=20 use_official_google_api_keys=3Dfalse use_unofficial_version_number=3Dfalse use_alsa=3Dfalse proprietary_codecs=3Dfalse use_cups=3Dfalse blink_symbol_l= evel=3D0 is_debug=3Dfalse is_official_build=3Dtrue symbol_level=3D0 use_kerberos=3Df= alse use_thin_lto=3Dfalse use_pulseaudio=3Dfalse use_sndio=3Dfalse' out/Release ERROR at //media/media_options.gni:151:1: Assertion failed. assert(!enable_mse_mpeg2ts_stream_parser || proprietary_codecs, ^----- proprietary_codecs required for enable_mse_mpeg2ts_stream_parser See //BUILD.gn:28:1: whence it was imported. import("//media/media_options.gni") ^--------------------------------- Fix is trivial - patch attached. --=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-272797-7788>