Skip to content

Conversation

@mvertes
Copy link
Collaborator

@mvertes mvertes commented Jun 30, 2020

The standard library syscall package for Solaris defines unimplemented
symbols Syscall6 and RawSyscall6 which makes the build fails on
Solaris platform, now that yaegi command imports syscall symbols.

As the standard library package is locked down, this will remain
unchanged. We just skip those symbols.

Fixes #725.

The standard library syscall package for Solaris defines unimplemented
symbols Syscall6 and RawSyscall6 which makes the build fails on
Solaris platform, now that yaegi command imports syscall symbols.

As the standard library package is locked down, this will remain
unchanged. We just skip those symbols.

Fixes #725.
@mvertes mvertes changed the title fix: goexports skisp unimplemented solaris Syscall6 feature: goexports skips unimplemented solaris Syscall6 Jun 30, 2020
@mvertes mvertes added area/extract wrapper generation enhancement New feature or request labels Jun 30, 2020
@mvertes mvertes added this to the v0.8.x milestone Jun 30, 2020
@mvertes mvertes requested a review from mpl June 30, 2020 09:43
@mvertes mvertes merged commit 55f2fe3 into master Jun 30, 2020
@mvertes mvertes deleted the fix-725 branch June 30, 2020 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/extract wrapper generation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

go build fails for solaris-amd64: relocation target syscall.Syscall6 not defined

3 participants