Skip to content

Go 1.23 build error on Debian 12 64bit #424

@zoonderkins

Description

@zoonderkins

Here is the error
go env: go version go1.23.4 linux/amd64

➜ ~ GO111MODULE=on go install  github.com/folbricht/routedns/cmd/routedns@latest
go: downloading github.com/folbricht/routedns v0.1.88
go: downloading github.com/sthorne/odoh-go v1.0.4
go: finding module for package github.com/BurntSushi/toml/internal
go: finding module for package github.com/emirpasic/gods/queues/linkedlistqueue
go: finding module for package github.com/emirpasic/gods/stacks/linkedliststack
go: finding module for package golang.org/x/exp/rand
go: downloading golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
go: found github.com/BurntSushi/toml/internal in github.com/BurntSushi/toml v1.4.0
go: found golang.org/x/exp/rand in golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8
go: finding module for package github.com/emirpasic/gods/queues/linkedlistqueue
go: finding module for package github.com/emirpasic/gods/stacks/linkedliststack
go/pkg/mod/github.com/heimdalr/[email protected]/visitor.go:6:2: module github.com/emirpasic/gods@latest found (v1.18.1), but does not contain package github.com/emirpasic/gods/queues/linkedlistqueue
go/pkg/mod/github.com/heimdalr/[email protected]/visitor.go:7:2: module github.com/emirpasic/gods@latest found (v1.18.1), but does not contain package github.com/emirpasic/gods/stacks/linkedliststack

Also when I try to download prebuild binary, no file exist

https://github.com/cbuijs/routedns-binaries/raw/master/linux/amd64/routedns
Resolving github.com (github.com)... 20.27.177.113
Connecting to github.com (github.com)|20.27.177.113|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2025-01-11 07:39:47 ERROR 404: Not Found.```

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