libcdio-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libcdio-devel] Release 0.90 around Oct 27


From: Adrian Reber
Subject: Re: [Libcdio-devel] Release 0.90 around Oct 27
Date: Thu, 11 Oct 2012 11:24:59 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Thanks a lot for the quick fix!

On Wed, Oct 10, 2012 at 10:54:58PM -0400, Rocky Bernstein wrote:
> You are in luck. Without too much trouble I was able to reproduce this. Git
> commit b62ea79 I think should address this.
> 
> On Wed, Oct 10, 2012 at 5:10 AM, Adrian Reber <address@hidden> wrote:
> 
> > On Tue, Oct 09, 2012 at 10:50:37PM -0400, Rocky Bernstein wrote:
> > > It's that time of year again. I'm planning a release around Oct 27th so
> > now
> > > is the time to test or give comments.
> >
> > With following code:
> >
> >         CdIo_t * pCdio=NULL;
> >
> >         if (!cdio_init()) {
> >                 return EXIT_FAILURE;
> >         }
> >
> >         pCdio = cdio_open_cd(NULL);
> >         if (pCdio==NULL) {
> >                 return EXIT_FAILURE;
> >         }
> >
> >         if (cdio_get_media_changed(pCdio)) {
> >                 /* fails with DRIVER_IO_ERROR */
> >                 driver_return_code_t ret = cdio_eject_media(&pCdio);
> >         }
> >
> >
> > I get lots of errors like
> >
> > ++ WARN: Problems resolving device rootfs: No such file or directory
> >
> > ++ WARN: Problems resolving device proc: No such file or directory
> >
> > ++ WARN: Problems resolving device sysfs: No such file or directory
> >
> > ++ WARN: Problems resolving device devtmpfs: No such file or directory
> >
> > ++ WARN: Problems resolving device devpts: No such file or directory
> >
> > ++ WARN: Problems resolving device tmpfs: No such file or directory
> >
> > ++ WARN: Problems resolving device tmpfs: No such file or directory
> >
> > ++ WARN: Problems resolving device securityfs: No such file or directory
> >
> > ++ WARN: Problems resolving device selinuxfs: No such file or directory
> >
> > ++ WARN: Problems resolving device tmpfs: No such file or directory
> >
> > ++ WARN: Problems resolving device cgroup: No such file or directory
> >
> > ++ WARN: Problems resolving device cgroup: No such file or directory
> >
> > ++ WARN: Problems resolving device cgroup: No such file or directory
> >
> > ++ WARN: Problems resolving device cgroup: No such file or directory
> >
> > ++ WARN: Problems resolving device cgroup: No such file or directory
> >
> > ++ WARN: Problems resolving device cgroup: No such file or directory
> >
> > ++ WARN: Problems resolving device cgroup: No such file or directory
> >
> > ++ WARN: Problems resolving device cgroup: No such file or directory
> >
> > ++ WARN: Problems resolving device cgroup: No such file or directory
> >
> > ++ WARN: Problems resolving device systemd-1: No such file or directory
> >
> > (and much more of them).
> >
> > Would it be possible to disable warning messages like these?
> >
> >
> >                 Adrian
> >
> >



reply via email to

[Prev in Thread] Current Thread [Next in Thread]