$ guix describe
  guix fc5e106
    repository URL: https://git.guix.gnu.org/guix.git
    branch: master
    commit: fc5e1063d0c4c49e849b1d11ba9b5d6002ea3151

$ guix build dvdbackup
# ...
dvdbackup.c:1212:36: error: ‘ifo_handle_t’ has no member named ‘file’
 1212 |         size = DVDFileSize(ifo_file->file) * DVD_VIDEO_LB_LEN;
      |                                    ^~
dvdbackup.c:1223:29: error: ‘ifo_handle_t’ has no member named ‘file’
 1223 |         DVDFileSeek(ifo_file->file, 0);
      |                             ^~
dvdbackup.c:1225:34: error: ‘ifo_handle_t’ has no member named ‘file’
 1225 |         if (DVDReadBytes(ifo_file->file,buffer,size) != size) {
      |                                  ^~
# ...

Attachment: signature.asc
Description: PGP signature

Reply via email to