undefined: mmap_syscall OS X 10.7.3
Bug #1016729 reported by
Ian Leitch
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
gommap |
Confirmed
|
Undecided
|
Gustavo Niemeyer |
Bug Description
I installed Go 1.0.1 using Brew.
[master*] $ sudo go get launchpad.
# launchpad.
/usr/local/
Do you need more details to resolve this?
Related branches
lp:~karl-excors/gommap/gommap-darwin64
- Dave Chapeskie (community): Abstain
- Matt Joiner (community): Approve
- Wade Simmons (community): Approve
- Gustavo Niemeyer: Pending requested
-
Diff: 12 lines (+8/-0)1 file modifiedmmap_darwin_amd64.go (+8/-0)
Changed in gommap: | |
status: | New → Confirmed |
Changed in gommap: | |
assignee: | nobody → Gustavo Niemeyer (niemeyer) |
To post a comment you must log in.
There are two implementations for mmap_syscall so far: for 386 and amd64. Darwin is neither, I presume? That's what missing.
Maybe you could look at what's inside current implementations, look up your documentation and propose an implementation?