NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.35k stars 13.59k forks source link

mkvtoolnix does not build on Darwin #68928

Closed bdesham closed 4 years ago

bdesham commented 4 years ago

Describe the bug

Trying to build mkvtoolnix under Darwin produces several errors along the lines of

fatal error: no member named 'random_shuffle' in namespace 'std'; did you mean simply 'random_shuffle'?

To reproduce

  1. Add the following to the packageOverrides section of your config.nix:

    mkvtoolnix = pkgs.mkvtoolnix.override { withGUI = false; };

    This is necessary because Darwin is not a supported platform for this package if withGUI is true.

  2. Run nix-env -i -A nixpkgs.mkvtoolnix

Full build output
installing 'mkvtoolnix-37.0.0'
these derivations will be built:
  /nix/store/cp5qiwwcgl1y0p8a272xgbmvddq6qag7-mkvtoolnix-37.0.0.drv
building '/nix/store/cp5qiwwcgl1y0p8a272xgbmvddq6qag7-mkvtoolnix-37.0.0.drv'...
unpacking sources
unpacking source archive /nix/store/nwrl6b9i1dd6zam7gfriq08v7yscrldd-source
source root is source
patching sources
configuring
Generating configuration files for mkvtoolnix, please wait....
  autoheader
  autoconf
  automake --add-missing --copy

You can run './configure' followed by 'rake' now.
patching script interpreter paths in .
./packaging/debian/mkvtoolnix.preinst: interpreter directive changed from " /bin/sh" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/sh"
./packaging/debian/mkvtoolnix-gui.preinst: interpreter directive changed from " /bin/sh" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/sh"
./packaging/debian/rules: interpreter directive changed from "/usr/bin/make -f" to "/nix/store/zjpd32jlgl0rhy08k19mr33sshwf02g0-gnumake-4.2.1/bin/make -f"
./packaging/appimage/select-binary.sh: interpreter directive changed from "/bin/bash" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/bash"
./packaging/appimage/build.sh: interpreter directive changed from "/bin/bash" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/bash"
./packaging/windows/setup_cross_compilation_env.sh: interpreter directive changed from "/bin/bash" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/bash"
./packaging/windows/file_list_to_nsi_uninstaller_instructions.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./packaging/windows/copy_dll_dependencies.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./packaging/windows/conf.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./tools/development/update_translations.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./tools/development/news_to_releases_xml.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./tools/development/add_icons.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./configure: interpreter directive changed from " /bin/sh" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/sh"
./tests/test-516hevc_rap_sample_grouping.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-437ac3_from_avi_with_garbage.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-576codec_delay_in_identification.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-431ssa_comments_exclamation_mark.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-461truehd_from_mpeg_ts.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-656mpeg_ts_bad_utf8_in_service_names2.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-471mp3_bit_id3_tag_at_start_of_file.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-633payload_signalled_but_no_payload_bytes.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-459append_chapters_same_uid_with_sub_chapters.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-390timecode_info_on_resync.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-562segfaults_issue_1780_part_5.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-478ui_locale_sr_RS_latin.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-314ui_locale_tr_TR.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-617aac_adts_parse_program_config_element_for_channels.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-451aac_loas_latm_raw.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-440chapter_display_language_default_value.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-591hevc_wrong_number_of_parameter_sets.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-557dts_hd_ma_xll_extension.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-428mkv_misdetected_as_ass.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-644mp3_with_discard_padding.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-480dts_express.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-466mkvextract_avi_8bpp.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-460truehd.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-528handbrake_chapter_uids.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-495default_durataion_and_sync.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-521mp4_edit_list_constant_offset_with_segment_duration_not_0.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-660propedit_replace_one_byte_with_ebmlvoid_all_surrounding_elements_coded_size_length_8.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-539ui_locale_ko_KR.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-321vc1_without_markers.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-455he_aacv2_ps.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-312ui_locale_nl_NL.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-482hevc_no_aspect_ratio_in_sps.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-650chapter_generation_no_names.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-359split_parts.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-546teletext_multiple_pages_in_single_track.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-515aac_sampling_frequency_8000_is_not_sbr.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-347h264_misdetected_as_ac3.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-594hevc_split_parts_discarding_start_endless_loop.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-426extract_write_bom_only_once.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-493truehd_ac3_setting_track_properties_mpeg_ts.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-593flac_with_picture_metadata.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-609propedit_video_colour_attributes.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-581mp4_multiple_moov_atoms.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-434mkvpropedit_no_track_uid.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-425mpeg_ts_timestamp_outlier.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-439pcm_in_m2ts.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-511propedit_ensure_seek_head_exists_at_front.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-445teletext_subs_missing_second_line.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-538teletext_many_packets_same_content.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-550wavpack4_stream_version_0x410.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-238ac3_in_wav_acm_mode.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-311ui_locale_lt_LT.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-429track_statistics_tags.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-585h264_wrong_mapping_of_timestamps_to_frames.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-636flac_with_id3_tags.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-423deprecated_iso639_codes.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-643mpeg_ts_bad_utf8_in_service_names.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-317ui_locale_zh_TW.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-577keep_codec_delay_during_remux.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-453mp4_with_hevc.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-479dts_7_1_channels.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-436extract_ssa_extradata_after_events.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-267mkvextract_clusters_with_unknown_size.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-565hevc_detection_failed_due_to_width_height.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-404opus_extraction.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-298ts_language.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-632flv_aac_codec_initialization_more_than_5_bytes.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-621propedit_remove_date.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-427ui_locale_pt_BR.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-635propedit_update_doc_type_version.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-452mkvinfo_track_statistics_frame_order.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-614white_colour_coordinates_from_mkv.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-038X_ac3.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-620ac3_incomplete_frame_with_timestamp_from_matroska.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-469avi_keyframes.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-597mpeg_ts_starting_with_avc_start_code.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-432concatenate_two_ac3_files.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-447mkvinfo_rounded_timecodes.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-356tags.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-329X_timecodes_v2.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-526propedit_bibliographic_and_terminology_iso_639_2.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-361file_concatenation.rb: interpreter directive changed from "/usr/bin/ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./tests/test-457mpeg_ts_all_pmts_with_crc_errors.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-421svq3_from_mov.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-571bluray_pcm_odd_number_of_channels.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-540teletext_non_subtitle_pages.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-648append_matroska_first_timestamp_not_zero.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-332eac3_misdetected_as_avc.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-622aac_adts_8_channels_no_pce.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-307ui_locale_es_ES.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-641keep_display_unit.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-217file_identification.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-304eac3_pes_private_but_no_pmt_descriptor_tag.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-355chapters.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-623text_files_utf16le_different_line_endings.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-420matroska_attachment_no_fileuid.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-494dont_abort_with_aac_error_proection_specific_config.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-604append_only_one_video_track_with_codec_private.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-418ac3_frame_size_0.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-446mkvinfo_output.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-500mp4_eac3_fourcc_ec_3.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-316ui_locale_zh_CN.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-276h264_without_nalus_in_avi.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-530avi_negative_video_height.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-558segfaults_issue_1780_part_1.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-657av1_from_mp4.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-302pat_pmt_only_once.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-659av1_timing_info_in_bitstream.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-654text_subtitles_without_duration.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-417mkvextract_tracks_at_end_of_file.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-371doc_and_read_version.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-034ac3misdetected_as_mp2.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-568dts_wav_14_in_16_detection_failures.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-523mpeg_ts_pes_size_0.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-448mpeg_ts_with_hevc.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-638av1_ivf_webm.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-522mpeg_1_2_es_no_start_code_at_beginning.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-517h264_forbidden_byte_sequence_in_slice_nalu.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-438pcm_in_vob.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-552chapter_generation_appending_file_name_variables.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-402opus_output_order.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-646ogg_opus_gap_page_missing.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-616more_than_128_tracks.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-613vorbis_in_mp4.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-555appending_with_square_brackets.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-532chapter_generation_when_appending.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-441mkvmerge_mp4_big_endian_pcm.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-612dts_provided_timestamp_used_too_early.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-505cisco_talos_can_0036.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-419mov_pcm_sample_size_1_sample_table_empty.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-570h264_misdetected_as_mpeg_ts.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-295vc1_rederiving_frame_types.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-510propedit_add_attachments_without_meta_seek_present.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-286vp8_in_ogg.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-630propedit_add_statistics_tags_with_compression.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-509rerender_track_headers_chapters_attachments.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-590invalid_track_language_elements.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-492truehd_ac3_setting_track_properties.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-513vp9_10bit_key_frame_detection.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-487matroska_version_and_read_version_with_opus.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-608ui_locale_ro_RO.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-506cisco_talos_can_0037.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-600mpeg_ts_multiple_programs.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-443hevc_keep_user_data.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-531simple_chapter_extraction.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-519truehd.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-416dts_in_mp4.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-489dts_es.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-490sequence_numbers_no_0_in_first_gop.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-353ac3_from_ts_with_missing_tcs_with_non_zero_first_tc.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-395remove_bitstream_ar_info.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-627h264_sps_pps_between_slices_of_same_frame.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-545avi_incomplete_audio_chunk_at_end.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-308ui_locale_fr_FR.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-592mpeg_ts_aac_wrong_track_parameters_detected.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-518mlp.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-533chapter_generation_interval.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-410extract_vp9.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-406ogm_chapters_ansi_encoded.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-507rerender_track_headers.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-649unsupported_file_types.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-433matroska_no_track_uid.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-669ssa_ass_zero_duration.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-306ui_locale_de_DE.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-634dialog_normalization_gain_removal.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-481dts_hd_high_resolution.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-338h264_width_height_pixl_format_non_420.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-503pcm_in_mkv_varying_samples_per_packet.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-534chapter_generation_when_appending_audio_only.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-401opus_experimental_remux.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-502ui_locale_sr_RS.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-615opus_discard_padding_in_the_middle.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-491auto_additional_files_only_with_vts_prefix.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-624h264_fix_bitstream_timing_info_exactly.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-378deprecated_iso_639_2_codes.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-537srt_bom_precedence_over_sub_charset.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-476hevc_append_and_set_default_duration.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-442ui_locale_ca_ES.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-640no_date.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-611info_null_pointer_dereference_for_ebmlbinary.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-548generate_chapters_interval.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-663mp4_wrong_atom_size_in_track_headers.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-551deprecated_cctld_codes.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-560segfaults_issue_1780_part_3.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-601mp4_mpeg2_via_esds.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-595h264_bogus_timing_info.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-305ui_locale_en_US.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-341vob_interlaced_mpeg2.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-456tta.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-535chapter_generation_interval_audio_only.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-631ogg_opus_packet_without_data.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-374extract_chapters_with_ebml_void.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-543webvtt.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-525truehd_doesnt_start_with_sync_frame.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-567propedit_muxing_writing_application.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-512json_identification.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-266mkvmerge_clusters_with_unknown_size.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-498mp2_misidentification.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-251vc1_truehd_eac3_from_evo.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-473quicktime_cinepak_pcm.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-508splitting_by_parts_with_segment_linking.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-403opus_remux_final.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-335ui_locale_cs_CZ.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-598aac_track_not_listed_in_pmt.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-405packet_ordering_and_default_duration.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-486m2ts_eac3_with_extension_in_own_packet.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-411ui_locale_pt_PT.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-628srt_no_decimal_places.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-642avc_es_clear_internal_buffers_after_reading_headers.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-303mpeg_ts_eac3_pmt_descriptor_tag_0x7a.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-527quicktime_v1_sound_stsd_zero_values.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-529aac_program_config_element_with_empty_comment_at_end.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-467mpeg_ts_eac3_type_0xa1.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-414vc1_no_sequence_headers_before_key_frames.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-586h265_invalid_default_display_window_in_sps_vui.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-370propedit_attachments.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-255aspect_ratio_display_dimensions.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-241ac3_with_id3_tags.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-260version_numbers.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-579vobsub_in_matroska_without_codecprivate.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-372ui_locale_eu_ES.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-645ogg_opus_first_timestamp_negative.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-477ui_locale_sv_SE.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-265mkvinfo_clusters_with_unknown_size.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-520truehd_mlp_atmos_detection.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-504dts_96_24_identification.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-542h264_interlaced_bottom_field_first.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-605h264_changing_sps_pps_wrong_frame_order_and_timestamps.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-588h265_must_copy_bitstream_restriction_info_in_vui_parameters.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-458pcm_big_endian_in_matroska.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-474quicktime_rpza.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-673srt_different_eol_styles.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-475quicktime_ima4_audio.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-572hdmv_textst.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-352timecode_scale_auto_libmatroska_assert.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-573teletext_subs_data_unit_id_0x02_and_multiple_magazines.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-566opus_with_comment_header.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-536extract_big_endian_pcm.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-619ac_3_misdetected_as_mpeg_ps_and_encrypted.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-658X_av1.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-313ui_locale_ru_RU.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-450aac_loas_latm_in_mpeg_ts.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-580mp4_dash_moof_after_moov_and_mdat.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-468extract_cues.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-564segfaults_issue_1780_part_7.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-483select_tracks_by_language.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-575mpeg_ts_subtitle_timestamps_way_off_from_video_timestamps.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-409mux_vp9.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-232h264_changing_sps_pps.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-603mpeg_ps_ac3_not_enough_data_in_first_packet.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-497crash_in_base64_decoder.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-398flv1_no_pixel_dimensions.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-424avc_recover_point_sei_before_second_field.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-339eac3_dependent_frames.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-463a_ms_acm_with_track_tags.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-618e_ac_3_with_core_and_extensions_in_different_blocks.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-465propedit_gaps_of_130_bytes.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-310ui_locale_ja_JP.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-412ui_locale_pl_PL.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-299ts_ghost_entries_in_pmt.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-247attachment_selection.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-563segfaults_issue_1780_part_6.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-360X_chapters_hex_format.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-574tta_with_apev2_tags.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-589h264_forcing_default_duration_in_fields_with_source_matroska.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-662cisco_talos_2018_0694.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-362xtr_avc.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-549truehd_96khz_sample_rate.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-033timecode_scale.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-337vc1_es_sequence_header_not_at_start.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-399h264_append_and_default_duration.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-496segment_size_0.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-407empty_tag_and_chapter_files.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-647recode_textsubs_from_matroska.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-524mpeg2_misdetected_as_truehd.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-449segfaults_assertions.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-472flv_headers_signal_no_tracks.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-237ac3_in_wav_iec61937_mode.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-454mp4_dash.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-596mpeg_ts_aac_loas_latm_misdetected_as_adts.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-578iso639_2_codes_qaa_qad.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-651sync_chapter_timestamps.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-413memory_resize_nonfree_smaller.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-005flac.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-514remove_track_statistics_tags_during_remux.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-556prores.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-664generate_chapters_interval_first_video_timestamp_bigger_than_0.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-561segfaults_issue_1780_part_4.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-653X_text_subtitles_without_duration.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-671emojis.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-288identify_files_by_amg.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-315ui_locale_uk_UA.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-655mpeg_ts_teletext_subs_long_gap_until_end_of_display.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-209ac3misdeetected_as_mpeges.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-464mp4_mp3_track_sampling_rate_0.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-626X_avc_two_consecutive_idr_with_same_idr_pic_id.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-484dts_without_core_xll_substream.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-666propedit_update_cues_after_cluster_was_moved.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-415create_webm.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-541dts_hd_ma_reduce_to_core_channels.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-501mpeg_ts_pat_and_pmt_crc_errors.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-652quicktime_pcm_in24.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-665X_aac_program_config_element_in_audio_specific_config.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-488hevc_conformance_window_with_cropping.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-587X_ssa_ass_shorter_non_standard_event_format.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-625h264_fix_bitstream_timing_info_in_framed_packetizer.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-485dtshd_file_format.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-275srt_mixed_eol_styles.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-333wavpack_with_correction.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-231X_ac3_header_removal.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-599mp4_nclx_colour_type_in_colr_atom.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-639vobsub_missing_duration_in_matroska.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-435mp4_edit_list_duration_uses_global_time_scale.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-584ac_3_misdetected_as_mp3.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-351h264_vfr_with_timecode_file.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-569wav_dts_ac3_track_properties.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-396X_pcm_mono_16bit.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-309ui_locale_it_IT.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-236ac3_in_mov.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-583dvbsub_four_bytes_codecprivate.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-544X_webvtt.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-430cues_multiple_blocks_same_timecode.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-610video_projection.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-408utf_encodings_with_bom.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-462dtshd_reduce_to_core.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-602vob_with_garbage_at_start.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-672codec_name.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-422ac3_rederive_track_parameters_from_bitstream.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-397mpeg_ts_broken_pes_track_detection.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-607wave64.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-629mpeg_ts_broken_pes_packets.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-499propedit_tags_and_track_properties.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-668flush_on_close.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-667ogg_chapters_use_name_template.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-637mp4_8_channels_in_track_headers_but_7_in_codec_specific_config.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-582reading_mp4_with_and_without_track_order.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-661av1_in_matroska_by_mkvmerge_28_0_0.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-003ac3.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-268X_vp8.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-554ogg_vp8.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-553ogg_kate.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/run.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./tests/test-559segfaults_issue_1780_part_2.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-328dts_detected_as_ac3.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-400opus_experimental.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-444pcm_statistics_from_packaged_sources.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-547mpeg_ts_ac3_stream_type_0x87.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./tests/test-670h265_interlaced.rb: interpreter directive changed from "/usr/bin/ruby -w" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby -w"
./config.guess: interpreter directive changed from " /bin/sh" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/sh"
./config.sub: interpreter directive changed from " /bin/sh" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/sh"
./rake.d/gtest.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./rake.d/format_string_verifier.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
./mkinstalldirs: interpreter directive changed from " /bin/sh" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/sh"
./autogen.sh: interpreter directive changed from "/bin/sh" to "/nix/store/9jd5ihjm10rwm3m6aj1wwbyx7f3cc902-bash-4.4-p23/bin/sh"
./src/scripts/simpletags_to_json.rb: interpreter directive changed from "/usr/bin/env ruby" to "/nix/store/9lywmsbfjcwjgdfvp6p9whx8gl3hyf71-ruby-2.6.4/bin/ruby"
configure flags: --disable-static --prefix=/nix/store/a3i07zzihifgnl95vjr6rja986syq5r5-mkvtoolnix-37.0.0 --enable-magic --enable-optimization --with-boost-libdir=/nix/store/kax15wfxz89cfw0c56mij4gb6cg8kmd3-boost-1.67.0/lib --disable-debug --disable-profiling --disable-precompiled-headers --disable-static-qt --with-gettext --with-docbook-xsl-root=/nix/store/9zfwqa9dlsvsgvhq0h20a75j7d99h6d1-docbook-xsl-nons-1.79.2/share/xml/docbook-xsl --disable-qt
checking build system type... x86_64-apple-darwin18.7.0
checking host system type... x86_64-apple-darwin18.7.0
checking target system type... x86_64-apple-darwin18.7.0
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking whether clang and cc understand -c and -o together... yes
checking how to run the C preprocessor... clang -E
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking how to run the C++ preprocessor... clang++ -E
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /nix/store/x6a3r9rsazlildaxzqay73scy6nv1inz-coreutils-8.31/bin/install -c
checking for ranlib... ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for strings... strings
checking for objdump... no
checking for pkg-config... /nix/store/bm6k3mwnylg18p8xl588xmx9swappg2i-pkg-config-0.29.2/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for grep that handles long lines and -e... /nix/store/4srqly43mp9b7jnb3cxiz92la2s2z5rs-gnugrep-3.3/bin/grep
checking for egrep... /nix/store/4srqly43mp9b7jnb3cxiz92la2s2z5rs-gnugrep-3.3/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for sys/types.h... (cached) yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking for vsscanf... yes
checking for syscall... yes
checking compiler type and version... clang 7.1.0
checking for lld... no
checking for support for the "-std=c++17" flag... -std=c++17
checking for support for C++11 feature "initializer lists"... yes
checking for support for C++11 feature "range-based 'for'"... yes
checking for support for C++11 feature "right angle brackets"... yes
checking for support for C++11 feature "'auto' keyword"... yes
checking for support for C++11 feature "lambda functions"... yes
checking for support for C++11 feature "nullptr"... yes
checking for support for C++11 feature "tuples"... yes
checking for support for C++11 feature "alias declarations"... yes
checking for support for C++14 feature "std::make_unique"... yes
checking for support for C++14 feature "digit separators"... yes
checking for support for C++14 feature "binary literals"... yes
checking for support for C++14 feature "generic lambdas"... yes
checking for support for C++14 feature "User-defined literals for std::string"... yes
checking whether the byte order is big-endian... no
checking if being compiled with mingw32... no
checking for int64_t... yes
checking for uint64_t... yes
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking for PRId64 and PRIu64... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo... yes
checking for ogg_sync_init in -logg... yes
checking ogg/ogg.h usability... yes
checking ogg/ogg.h presence... yes
checking for ogg/ogg.h... yes
checking for vorbis_synthesis_init in -lvorbis... yes
checking vorbis/codec.h usability... yes
checking vorbis/codec.h presence... yes
checking for vorbis/codec.h... yes
checking for FLAC__stream_decoder_new in -lFLAC... yes
checking for FLAC__StreamMetadata_StreamInfo.sample_rate... yes
checking for FLAC__stream_decoder_skip_single_frame in -lFLAC... yes
checking for EBML... yes
checking for MATROSKA... yes
checking if libEBML contains FindNextChild... yes
checking pugixml.hpp usability... no
checking pugixml.hpp presence... no
checking for pugixml.hpp... no
configure: Using the internal version of the pugixml library
checking nlohmann's json-cpp... no
configure: Using the internal version of nlohmann json-cpp
checking utf8.h usability... no
checking utf8.h presence... no
checking for utf8.h... no
configure: Using the internal version of UTF8-CPP
checking fmt... yes
checking for ZLIB... yes
*** Not checking for Qt: disabled by user request
checking for magic_open in -lmagic... yes
checking magic.h usability... yes
checking magic.h presence... yes
checking for magic.h... yes
checking for boostlib >= 1.49.0... yes
checking whether the Boost::System library is available... yes
checking for exit in -lboost_system... yes
checking whether the Boost::Filesystem library is available... yes
checking for exit in -lboost_filesystem... yes
checking whether the Boost::Regex library is available... yes
checking for exit in -lboost_regex... yes
checking whether the Boost::Date_Time library is available... yes
checking for exit in -lboost_date_time... yes
checking boost/rational.hpp usability... yes
checking boost/rational.hpp presence... yes
checking for boost/rational.hpp... yes
checking boost/logic/tribool.hpp usability... yes
checking boost/logic/tribool.hpp presence... yes
checking for boost/logic/tribool.hpp... yes
checking boost/lexical_cast.hpp usability... yes
checking boost/lexical_cast.hpp presence... yes
checking for boost/lexical_cast.hpp... yes
checking boost/integer/common_factor.hpp usability... yes
checking boost/integer/common_factor.hpp presence... yes
checking for boost/integer/common_factor.hpp... yes
checking boost/range.hpp usability... yes
checking boost/range.hpp presence... yes
checking for boost/range.hpp... yes
checking boost/variant.hpp usability... yes
checking boost/variant.hpp presence... yes
checking for boost/variant.hpp... yes
checking for main in -lgtest_main... no
checking gtest/gtest.h usability... no
checking gtest/gtest.h presence... no
checking for gtest/gtest.h... no
checking for valgrind... no
checking for main in -lbenchmark... no
checking benchmark/benchmark.h usability... no
checking benchmark/benchmark.h presence... no
checking for benchmark/benchmark.h... no
checking for pandoc... no
checking for DocBook XSL root directory... using supplied /nix/store/9zfwqa9dlsvsgvhq0h20a75j7d99h6d1-docbook-xsl-nons-1.79.2/share/xml/docbook-xsl
checking for xsltproc... /nix/store/lhz9dx8dqzblqa9z78l8zl52b67mhfaf-libxslt-1.1.33-bin/bin/xsltproc
checking whether xsltproc works... yes
checking POSIX termios... yes
checking whether termios.h defines TIOCGWINSZ... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for po4a... no
checking for po4a-translate... no
checking for gettext... no
checking for gettext in -lintl... yes
checking for msgfmt... /nix/store/jvrzrfxqq369mr77j85x93xrpcxjr7cb-gettext-0.19.8.1/bin/msgfmt
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking the translations to install... ca cs de es eu fr it ja ko lt nl pl pt pt_BR ro ru sr_RS sr_RS@latin sv tr uk zh_CN zh_TW
checking the manpage translation languages to install... ca de es ja ko nl pl uk zh_CN
configure: creating ./config.status
config.status: creating build-config
config.status: creating config.h

The mkvtoolnix configuration is complete.
Optional features that are built:
   * online update check in the GUI
   * compiler optimizations (-O3)
   * FLAC audio
   * libMagic file type detection
   * translations (gettext)
Optional features that are NOT built:
   * AppImage compatibility
   * debugging information
   * profiling support
   * development technique 'address sanitizer'
   * development technique 'undefined behavior sanitizer'
   * pre-compiled headers
   * make a static build of the applications
   * MKVToolNix GUI
   * man page translations (po4a)
building
           CXX src/merge/timestamp_calculator.cpp
           CXX src/merge/cluster_helper.cpp
           CXX src/merge/libmatroska_extensions.cpp
           CXX src/merge/generic_reader.cpp
           CXX src/merge/mkvmerge.cpp
           CXX src/merge/output_control.cpp
           CXX src/merge/id_result.cpp
           CXX src/merge/generic_packetizer.cpp
In file included from In file included from In file included from src/merge/id_result.cpp:src/merge/cluster_helper.cpp:1215:
In file included from :
src/common/common_pch.hIn file included from In file included from :src/common/common_pch.hsrc/merge/timestamp_calculator.cpp:1:1:
:
In file included from 14In file included from src/common/common.h:
:src/common/common.hIn file included from 56:src/common/common_pch.h56:
:
:In file included from 1include/boost/range/algorithm.hpp:
:In file included from 64src/common/common.h:
:56include/boost/range/algorithm/random_shuffle.hpp:
:In file included from 33include/boost/range/algorithm.hpp::564::
 fatal error: include/boost/range/algorithm/random_shuffle.hpp:33no member named 'random_shuffle' in namespace 'std'; did you mean simply 'random_shuffle'?:5
: fatal error: no member named 'random_shuffle' in namespace 'std'; did you mean simply 'random_shuffle'?
    std::random_shuffle(boost::begin(rng), boost::end(rng));In file included from
    ^~~~~
include/boost/range/algorithm.hpp:64:
include/boost/range/algorithm/random_shuffle.hpp:30:27:     std::random_shuffle(boost::begin(rng), boost::end(rng));note
: 'random_shuffle' declared here    ^~~~~

include/boost/range/algorithm/random_shuffle.hpp:30inline RandomAccessRange& random_shuffle(RandomAccessRange& rng):
27:                          ^
note: 'random_shuffle' declared here
include/boost/range/algorithm/random_shuffle.hppinline RandomAccessRange& random_shuffle(RandomAccessRange& rng)
                          ^
:33:5: fatal error: no member named 'random_shuffle' in namespace 'std'; did you mean simply 'random_shuffle'?
    std::random_shuffle(boost::begin(rng), boost::end(rng));
    ^~~~~
include/boost/range/algorithm/random_shuffle.hpp:30:27: note: 'random_shuffle' declared heresrc/merge/generic_reader.cpp
:14:
In file included from src/common/common_pch.h:1:
In file included from src/common/common.h:56:
In file included from include/boost/range/algorithm.hpp:inline RandomAccessRange& random_shuffle(RandomAccessRange& rng)
                          ^
64:
include/boost/range/algorithm/random_shuffle.hpp:33:5: fatal error: no member named 'random_shuffle' in namespace 'std'; did you mean simply 'random_shuffle'?
    std::random_shuffle(boost::begin(rng), boost::end(rng));
    ^~~~~
include/boost/range/algorithm/random_shuffle.hpp:30:27: note: 'random_shuffle' declared here
inline RandomAccessRange& random_shuffle(RandomAccessRange& rng)
                          ^
In file included from src/merge/output_control.cpp:16:
In file included from src/common/common_pch.h:1:
In file included from src/common/common.h:56:
In file included from include/boost/range/algorithm.hpp:64:
include/boost/range/algorithm/random_shuffle.hpp:33:5: fatal error: no member named 'random_shuffle' in namespace 'std'; did you mean simply 'random_shuffle'?
    std::random_shuffle(boost::begin(rng), boost::end(rng));
    ^~~~~
include/boost/range/algorithm/random_shuffle.hpp:30:27: note: 'random_shuffle' declared here
inline RandomAccessRange& random_shuffle(RandomAccessRange& rng)
                          ^
In file included from src/merge/libmatroska_extensions.cpp:15:
In file included from src/common/common_pch.h:1:
In file included from src/common/common.h:56:
In file included from include/boost/range/algorithm.hpp:64:
include/boost/range/algorithm/random_shuffle.hpp:33:5: fatal error: no member named 'random_shuffle' in namespace 'std'; did you mean simply 'random_shuffle'?
    std::random_shuffle(boost::begin(rng), boost::end(rng));
    ^~~~~
include/boost/range/algorithm/random_shuffle.hpp:30:27: note: 'random_shuffle' declared here
inline RandomAccessRange& random_shuffle(RandomAccessRange& rng)
                          ^
In file included from src/merge/generic_packetizer.cpp:14:
In file included from src/common/common_pch.h:1:
In file included from src/common/common.h:56:
In file included from include/boost/range/algorithm.hpp:64:
include/boost/range/algorithm/random_shuffle.hpp:33:5: fatal error: no member named 'random_shuffle' in namespace 'std'; did you mean simply 'random_shuffle'?
    std::random_shuffle(boost::begin(rng), boost::end(rng));
    ^~~~~
include/boost/range/algorithm/random_shuffle.hpp:30:27: note: 'random_shuffle' declared here
inline RandomAccessRange& random_shuffle(RandomAccessRange& rng)
                          ^
In file included from src/merge/mkvmerge.cpp:16:
In file included from src/common/common_pch.h:1:
In file included from src/common/common.h:56:
In file included from include/boost/range/algorithm.hpp:64:
include/boost/range/algorithm/random_shuffle.hpp:33:5: fatal error: no member named 'random_shuffle' in namespace 'std'; did you mean simply 'random_shuffle'?
    std::random_shuffle(boost::begin(rng), boost::end(rng));
    ^~~~~
include/boost/range/algorithm/random_shuffle.hpp:30:27: note: 'random_shuffle' declared here
inline RandomAccessRange& random_shuffle(RandomAccessRange& rng)
                          ^
1 error generated.
1 error generated.
1 error generated.
1 error generated.
1 error generated.
1 error generated.
1 error generated.
1 error generated.
builder for '/nix/store/cp5qiwwcgl1y0p8a272xgbmvddq6qag7-mkvtoolnix-37.0.0.drv' failed with exit code 1
error: build of '/nix/store/cp5qiwwcgl1y0p8a272xgbmvddq6qag7-mkvtoolnix-37.0.0.drv' failed

Metadata

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute: mkvtoolnix

cc @codyopel @Fuuzetsu @rnhmjoj

rnhmjoj commented 4 years ago

I checked in homebrew but I couldn't find any specific patch or configuration in their formula, so I guess it's something in our version of boost. I can't help you much because I don't have access to any darwin (build) machine.

veprbl commented 4 years ago

Maybe it would help to use gcc. Try setting stdenv = pkgs.stdenvGcc in your override.