Skip to content

hashit does not compile on illumos #15

Description

@lispstudent

I am trying to compile hashit on SmartOS, based on illumos, since pkgsrc lacks such tool.

But I get:

# go install

# modernc.org/libc
vendor/modernc.org/libc/libc_unix.go:1311:34: (*ctime.Tm)(unsafe.Pointer(tm)).Ftm_gmtoff undefined (type *"modernc.org/libc/time".Tm has no field or method Ftm_gmtoff)
vendor/modernc.org/libc/libc_unix.go:1312:34: (*ctime.Tm)(unsafe.Pointer(tm)).Ftm_zone undefined (type *"modernc.org/libc/time".Tm has no field or method Ftm_zone)

I have been successfully compiling other go apps on SmartOS.

Is there anything I can do to compile it?

Thank you for considering this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions