User Activity

  • Posted a comment on ticket #7 on libcdaudio

    Hi @sebras, libcdaudio is looking for a maintainer. Would you accept becoming a maintainer of the project, and apply the patch yourself?

  • Posted a comment on ticket #7 on libcdaudio

    Perfect! However, cdcd/libcdaudio is looking for a maintainer. Would you accept becoming a maintainer, so that you can integrate the change directly?

  • Posted a comment on ticket #8 on libcdaudio

    Hello, In src/compat.h we define: #ifdef CDROMEJECT #define CDAUDIO_EJECT CDROMEJECT #endif So we really use CDROMEJECT. The error message comes from this function in src/cdaudio.c: /* Eject the tray */ int cd_eject(int cd_desc) { int r = ioctl(cd_desc, CDAUDIO_EJECT); if(r) { printf("ioctl returned %d\n", r); return -1; } return 0; } What we could add here is an additional print of the errno (with e.g. perror()) to better understand the error. Note that libcdaudio and cdcd are currently in search...

  • Posted a comment on ticket #5 on libcdaudio

    Hello, I have not checked it but there are certainly lots of things to do in the...

  • Posted a comment on ticket #7 on libcdaudio

    Well done, I confirm that this is a problem. Please feel free to submit a fix. I'm...

  • Committed [3fac24]

    .gitignore: ignore generated files.

  • Committed [0fd476]

    Clean & make ./autogen.sh nicer.

  • Committed [bb3fac]

    Do not depend on bash.

View All

Personal Data

Username:
noon
Joined:
2000-04-09 15:58:13

Projects

This is a list of open source software projects that Fabrice Bauzac is associated with:

MongoDB Logo MongoDB