Running phase: unpackPhase unpacking source archive /nix/store/h3jmcf9mb5vgscf8fgid5by703pxfd2y-lxdvdrip-1.77.tgz source root is lxdvdrip setting SOURCE_DATE_EPOCH to timestamp 1319924107 of file "lxdvdrip/doc-pak/Changelog.fr" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash PREFIX=/nix/store/bpj3fhs8v1n6isv0nk5w3b0wg1zg71k2-lxdvdrip-1.77 if test -f badsect.o; then rm *.o; fi gcc -g -c badsect.c gcc -g -c cputest.c gcc -g -c dvdbackup.c dvdbackup.c: In function 'UpdateIfo': dvdbackup.c:503:52: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 503 | Vobu_t * vobu = RemapVobu( &cell_playback[j].first_sector ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:506:36: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 506 | RemapVobu( &cell_playback[j].first_ilvu_end_sector ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:509:51: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 509 | vobu = RemapVobu( &cell_playback[j].last_vobu_start_sector ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:545:51: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 545 | Vobu_t * vobu = RemapVobu(&cell_playback[j].first_sector); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:555:50: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 555 | vobu = RemapVobu(&cell_playback[j].last_vobu_start_sector); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c: In function 'UpdateVob': dvdbackup.c:735:43: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 735 | vobu = RemapVobu( &dsiPack.dsi_gi.nv_pck_lbn ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:746:53: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 746 | RemapOffset(sector, &dsiPack.vobu_sri.next_video,1 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:748:60: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 748 | RemapOffset(sector,&dsiPack.vobu_sri.fwda[i],1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:750:52: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 750 | RemapOffset(sector,&dsiPack.vobu_sri.next_vobu,1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:751:52: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 751 | RemapOffset(sector,&dsiPack.vobu_sri.prev_vobu,-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:753:60: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 753 | RemapOffset(sector,&dsiPack.vobu_sri.bwda[i],-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c:755:52: warning: taking address of packed member of 'struct ' may result in an unaligned pointer value [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Waddress-of-packed-member-Waddress-of-packed-member8;;] 755 | RemapOffset(sector,&dsiPack.vobu_sri.prev_video,-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ dvdbackup.c: In function 'FullBackupDvd': dvdbackup.c:1346:34: error: implicit declaration of function 'GetAudioId'; did you mean 'stAudio'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 1346 | int id = GetAudioId( noPisteVideo, audioMap->audioTracks[i]-1 ); | ^~~~~~~~~~ | stAudio dvdbackup.c:1353:34: error: implicit declaration of function 'GetSubId' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 1353 | int id = GetSubId( noPisteVideo, subMap->subTracks[i]-1 ); | ^~~~~~~~ dvdbackup.c:1333:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 1333 | system( sysCmd ); | ^~~~~~~~~~~~~~~~ dvdbackup.c:1335:9: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 1335 | system( sysCmd ); | ^~~~~~~~~~~~~~~~ make: *** [Makefile:10: all] Error 1