Package Details: doggo 0.5.7-1

Git Clone URL: https://aur.archlinux.org/doggo.git (read-only, click to copy)
Package Base: doggo
Description: Command-line DNS Client for Humans.
Upstream URL: https://github.com/mr-karan/doggo
Keywords: dns go
Licenses: GPL
Conflicts: doggo-git
Provides: doggo
Submitter: sysroot
Maintainer: sysroot
Last Packager: sysroot
Votes: 3
Popularity: 0.000005
First Submitted: 2020-12-18 19:40 (UTC)
Last Updated: 2023-09-14 00:55 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

thcrt commented on 2023-08-27 13:56 (UTC) (edited on 2023-08-27 13:57 (UTC) by thcrt)

Fails for me with:

~/go/pkg/mod/github.com/quic-go/quic-go@v0.37.0/internal/handshake/crypto_setup.go:334:37: cannot use h.allow0RTT (variable of type bool) as tls.QUICSessionTicketOptions value in argument to h.conn.SendSessionTicket

Package doggo-git builds without issue.

Henry78 commented on 2022-11-26 22:25 (UTC)

Building the package fails for me with

.../go/pkg/mod/github.com/lucas-clemente/quic-go@v0.26.0/internal/qtls/go119.go:6:13: cannot use "quic-go doesn't build on Go 1.19 yet." (untyped string constant) as int value in variable declaration

database64128 commented on 2022-05-23 17:43 (UTC)

I'm seeing the same error as @djmattyg007.

djmattyg007 commented on 2022-04-15 09:09 (UTC)

This package is failing to build for me in a clean chroot:

# github.com/mr-karan/doggo/cmd/doggo
_cgo_callers: relocation target x_cgo_callers not defined
_cgo_init: relocation target x_cgo_init not defined
_cgo_mmap: relocation target x_cgo_mmap not defined
_cgo_munmap: relocation target x_cgo_munmap not defined
_cgo_notify_runtime_init_done: relocation target x_cgo_notify_runtime_init_done not defined
_cgo_sigaction: relocation target x_cgo_sigaction not defined
_cgo_thread_start: relocation target x_cgo_thread_start not defined
net._cgo_6cc2654a8ed3_C2func_getaddrinfo: relocation target _cgo_6cc2654a8ed3_C2func_getaddrinfo not defined
net._cgo_6cc2654a8ed3_C2func_getnameinfo: relocation target _cgo_6cc2654a8ed3_C2func_getnameinfo not defined
net._cgo_6cc2654a8ed3_Cfunc_freeaddrinfo: relocation target _cgo_6cc2654a8ed3_Cfunc_freeaddrinfo not defined
net._cgo_6cc2654a8ed3_Cfunc_gai_strerror: relocation target _cgo_6cc2654a8ed3_Cfunc_gai_strerror not defined
runtime._cgo_setenv: relocation target x_cgo_setenv not defined
runtime._cgo_unsetenv: relocation target x_cgo_unsetenv not defined
runtime.cgo_yield: relocation target _cgo_yield not defined
.rela: relocation target _cgo_yield not defined
.rela: relocation target x_cgo_setenv not defined
.rela: relocation target x_cgo_unsetenv not defined
.rela: relocation target _cgo_6cc2654a8ed3_C2func_getaddrinfo not defined
.rela: relocation target _cgo_6cc2654a8ed3_C2func_getnameinfo not defined
.rela: relocation target _cgo_6cc2654a8ed3_Cfunc_freeaddrinfo not defined
.rela: relocation target _cgo_6cc2654a8ed3_Cfunc_gai_strerror not defined
/usr/lib/go/pkg/tool/linux_amd64/link: too many errors

djmattyg007 commented on 2021-06-14 02:21 (UTC)

I also have some other recommendations:

  • Upstream provides shell completions for zsh and fish. These should be added to the package.
  • In lieu of a man page from upstream, it would be nice if the readme could be included and stored somewhere like /usr/share/doc/doggo.
  • There's an unnecessary slash in the source URL.

djmattyg007 commented on 2021-06-14 02:20 (UTC)

The usages of $pkgname in the package() function need to be quoted.

sysroot commented on 2021-03-05 01:55 (UTC)

thank you!, upstream url fixed.

djmattyg007 commented on 2021-03-05 00:58 (UTC)

The upstream URL needs to be fixed. Currently it 404s.

Fx62 commented on 2020-12-24 04:17 (UTC)

this package is amazing!!!