Re: guile-fibers timerfd_create bug (was: Re: [ANN] Guile-Parallel 1.0.0 released)

2023-01-03 Thread Olivier Dion via General Guile related discussions
On Tue, 03 Jan 2023, Damien Mattei wrote: > no i did not test fibers ,just look at it, but perhaps it is necessary for > parallel ? i saw the configure file (of parallel) claim about fibers? > i Only for running a certain benchmark against fibers. > will download fibers and test on Mac again an

Re: guile-fibers timerfd_create bug (was: Re: [ANN] Guile-Parallel 1.0.0 released)

2023-01-03 Thread Maxime Devos
On 03-01-2023 23:38, Damien Mattei wrote: no i did not test fibersĀ  ,just look at it, but perhaps it is necessary for parallel ? [...] IIUC, it's a bug report for Guile Parallel then? i saw the configure file (of parallel) claim about fibers? i will download fibers and test on Mac again

Re: guile-fibers timerfd_create bug (was: Re: [ANN] Guile-Parallel 1.0.0 released)

2023-01-03 Thread Damien Mattei
no i did not test fibers ,just look at it, but perhaps it is necessary for parallel ? i saw the configure file (of parallel) claim about fibers? i will download fibers and test on Mac again and hope to finish reinstalling the recent Linux tomorrow (complicated because triple boot,MacOS, Linux kick

Re: [ANN] Guile-Parallel 1.0.0 released

2023-01-03 Thread Damien Mattei
timerf_create does not exist on Mac OS system.Perhaps a call to a posix function will be ok. I'm reinstalling a new linux so i can not compare, i try on a Linux with Guile 3.0.1 but unfortunately (foreign-library) is missing.Hope i could have more info tomorrow On Tue, Jan 3, 2023 at 11:06 PM

Re: [ANN] Guile-Parallel 1.0.0 released

2023-01-03 Thread Olivier Dion via General Guile related discussions
On Tue, 03 Jan 2023, Damien Mattei wrote: > on Mac os i have (only) one error: > In procedure dlsym: Error resolving "timerfd_create": "dlsym(RTLD_DEFAULT, > timerfd_create): symbol not found" I can replace timerfd with timer_create(). It's POSIX compliant. -- Olivier Dion oldiob.dev

guile-fibers timerfd_create bug (was: Re: [ANN] Guile-Parallel 1.0.0 released)

2023-01-03 Thread Maxime Devos
On 03-01-2023 11:57, Damien Mattei wrote: on Mac os i have (only) one error: In procedure dlsym: Error resolving "timerfd_create": "dlsym(RTLD_DEFAULT, timerfd_create): symbol not found" Is this a bug report for Guile-Fibers? If so, could you provide basic information like which commit you

Re: [ANN] Guile-Parallel 1.0.0 released

2023-01-03 Thread dsmich
> From: "Olivier Dion via General Guile related discussions" > On Mon, 02 Jan 2023, Olivier Dion via General Guile related discussions wrote: > On Mon, 02 Jan 2023, Greg Troxel wrote: > > Hmm from a description I see on Guix, libev has relative timers. I > > don't know if it's portable like li

Re: [ANN] Guile-Parallel 1.0.0 released

2023-01-03 Thread Damien Mattei
on Mac os i have (only) one error: In procedure dlsym: Error resolving "timerfd_create": "dlsym(RTLD_DEFAULT, timerfd_create): symbol not found" On Tue, Jan 3, 2023 at 12:57 AM Olivier Dion via General Guile related discussions wrote: > On Mon, 02 Jan 2023, Olivier Dion via General Guile relate