Never mind, I was able to file https://github.com/golang/go/issues/42241

On Tue, Oct 27, 2020 at 6:55 PM Chris Keller <xyl...@gmail.com> wrote:

> Hi folks,
>
> I'm involved in developing an amateur radio email application called Pat;
> Pat uses this  library <https://github.com/albenik/go-serial> for serial
> I/O. I was trying to update Pat's dependencies
> <https://github.com/la5nta/pat/pull/222> when I discovered that the
> serial library is getting a compile error and filed an issue
> <https://github.com/albenik/go-serial/issues/15> for them.
>
> Digging in, it seems the serial library is using mksyscall.pl to generate
> its system call code. The problem is that Darwin/OS X recently deprecated
> the use of a particular low-level symbol (unix.SYS_IOCTL), but
> mksyscall.pl is still using it. I'm not sure where to file an issue
> against that, so I'm asking for help here. Is that perl script still
> maintained?
>
> Thanks, Chris
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "golang-nuts" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/golang-nuts/m-nHloFUcdY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/golang-nuts/e4ec80ed-ee5e-4bc5-addd-78e4dc8d79c4n%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/e4ec80ed-ee5e-4bc5-addd-78e4dc8d79c4n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAAY2tUgjY%3DVTZBEQug8JjNBQ2hcCn9fD7akAhb2xARPt_bMDYw%40mail.gmail.com.

Reply via email to