Your message dated Sat, 10 Aug 2024 14:41:48 +0000
with message-id <e1scnhw-00aha4...@fasolo.debian.org>
and subject line Bug#1078283: fixed in hugo 0.129.0-1
has caused the Debian Bug report #1078283,
regarding hugo: FTBFS:
src/github.com/gohugoio/hugo/identity/identityhash.go:47:37: not enough
arguments in call to hashstructure.Hash
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1078283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078283
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:hugo
Version: 0.128.2-2
Severity: serious
Tags: ftbfs
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules binary
dh binary --builddirectory=_build
dh_update_autotools_config -O--builddirectory=_build
dh_autoreconf -O--builddirectory=_build
debian/rules execute_before_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
for i in github.com/getkin/kin-openapi; do \
mkdir -p _build/src/$(dirname $i) ; \
ln -s /<<PKGBUILDDIR>>/debian/go/src/$i _build/src/$(dirname $i)/ ; \
done
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_configure -O--builddirectory=_build
debian/rules execute_after_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# github.com/gohugoio/go-i18n/v2 (Fix multiple unknown language codes)
# See https://github.com/gohugoio/hugo/issues/7838
ln -s /<<PKGBUILDDIR>>/debian/go/src/github.com/gohugoio/go-i18n \
_build/src/github.com/gohugoio/
# github.com/gohugoio/httpcache
ln -s /<<PKGBUILDDIR>>/debian/go/src/github.com/gohugoio/httpcache \
_build/src/github.com/gohugoio/
# github.com/gohugoio/hugo-goldmark-extensions/{extras,passthrough}
ln -s
/<<PKGBUILDDIR>>/debian/go/src/github.com/gohugoio/hugo-goldmark-extensions \
_build/src/github.com/gohugoio/
# github.com/gohugoio/locales
cp -a /usr/share/gocode/src/github.com/go-playground/locales \
_build/src/github.com/gohugoio/
cd _build/src/github.com/gohugoio/locales && \
sed -i 's/go-playground/gohugoio/' *.go */*.go
# github.com/gohugoio/localescompressed
ln -s /<<PKGBUILDDIR>>/debian/go/src/github.com/gohugoio/localescompressed \
_build/src/github.com/gohugoio/
# github.com/gohugoio/testmodBuilder is for testing only
# and will not be packaged separately for Debian
ln -s /<<PKGBUILDDIR>>/debian/go/src/github.com/gohugoio/testmodBuilder \
_build/src/github.com/gohugoio/
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
go is /usr/bin/go
go version go1.22.6 linux/amd64
dh_auto_build -- -ldflags '-X
"github.com/gohugoio/hugo/common/hugo.buildDate=2024-07-15T06:08:31Z" -X
"github.com/gohugoio/hugo/common/hugo.vendorInfo=debian:0.128.2-2"' -tags 'dev extended'
cd _build && go install -trimpath -v -p 2 -ldflags "-X
\"github.com/gohugoio/hugo/common/hugo.buildDate=2024-07-15T06:08:31Z\" -X
\"github.com/gohugoio/hugo/common/hugo.vendorInfo=debian:0.128.2-2\"" -tags "dev extended"
github.com/gohugoio/hugo github.com/gohugoio/hugo/bufferpool github.com/gohugoio/hugo/cache
github.com/gohugoio/hugo/cache/dynacache github.com/gohugoio/hugo/cache/filecache github.com/gohugoio/hugo/cache/httpcache
github.com/gohugoio/hugo/codegen github.com/gohugoio/hugo/commands github.com/gohugoio/hugo/common
github.com/gohugoio/hugo/common/collections github.com/gohugoio/hugo/common/constants github.com/gohugoio/hugo/common/hcontext
github.com/gohugoio/hugo/common/herrors github.com/gohugoio/hugo/common/hexec github.com/gohugoio/hugo/common/hreflect
github.com/gohugoio/hugo/common/hstrings github.com/gohugoio/hugo/common/htime github.com/gohugoio/hugo/common/hugio
github.com/gohugoio/hugo/common/hugo github.com/gohugoio/hugo/common/loggers github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/common/math github.com/gohugoio/hugo/common/para github.com/gohugoio/hugo/common/paths
github.com/gohugoio/hugo/common/predicate github.com/gohugoio/hugo/common/rungroup github.com/gohugoio/hugo/common/tasks
github.com/gohugoio/hugo/common/terminal github.com/gohugoio/hugo/common/text github.com/gohugoio/hugo/common/types
github.com/gohugoio/hugo/common/types/css github.com/gohugoio/hugo/common/types/hstring github.com/gohugoio/hugo/common/urls
github.com/gohugoio/hugo/compare github.com/gohugoio/hugo/config github.com/gohugoio/hugo/config/allconfig
github.com/gohugoio/hugo/config/privacy github.com/gohugoio/hugo/config/security github.com/gohugoio/hugo/config/services
github.com/gohugoio/hugo/config/testconfig github.com/gohugoio/hugo/create github.com/gohugoio/hugo/create/skeletons
github.com/gohugoio/hugo/deploy github.com/gohugoio/hugo/deploy/deployconfig github.com/gohugoio/hugo/deps
github.com/gohugoio/hugo/docshelper github.com/gohugoio/hugo/helpers github.com/gohugoio/hugo/htesting
github.com/gohugoio/hugo/htesting/hqt github.com/gohugoio/hugo/hugofs github.com/gohugoio/hugo/hugofs/files
github.com/gohugoio/hugo/hugofs/glob github.com/gohugoio/hugo/hugolib github.com/gohugoio/hugo/hugolib/doctree
github.com/gohugoio/hugo/hugolib/filesystems github.com/gohugoio/hugo/hugolib/pagesfromdata
github.com/gohugoio/hugo/hugolib/paths github.com/gohugoio/hugo/hugolib/segments github.com/gohugoio/hugo/identity
github.com/gohugoio/hugo/identity/identitytesting github.com/gohugoio/hugo/langs github.com/gohugoio/hugo/langs/i18n
github.com/gohugoio/hugo/lazy github.com/gohugoio/hugo/livereload github.com/gohugoio/hugo/markup
github.com/gohugoio/hugo/markup/asciidocext github.com/gohugoio/hugo/markup/asciidocext/asciidocext_config
github.com/gohugoio/hugo/markup/asciidocext/internal github.com/gohugoio/hugo/markup/blackfriday
github.com/gohugoio/hugo/markup/converter github.com/gohugoio/hugo/markup/converter/hooks
github.com/gohugoio/hugo/markup/goldmark github.com/gohugoio/hugo/markup/goldmark/codeblocks
github.com/gohugoio/hugo/markup/goldmark/goldmark_config github.com/gohugoio/hugo/markup/goldmark/hugocontext
github.com/gohugoio/hugo/markup/goldmark/images github.com/gohugoio/hugo/markup/goldmark/internal/extensions/attributes
github.com/gohugoio/hugo/markup/goldmark/internal/render github.com/gohugoio/hugo/markup/highlight
github.com/gohugoio/hugo/markup/highlight/chromalexers github.com/gohugoio/hugo/markup/internal
github.com/gohugoio/hugo/markup/internal/attributes github.com/gohugoio/hugo/markup/markup_config
github.com/gohugoio/hugo/markup/org github.com/gohugoio/hugo/markup/pandoc github.com/gohugoio/hugo/markup/rst
github.com/gohugoio/hugo/markup/tableofcontents github.com/gohugoio/hugo/media github.com/gohugoio/hugo/metrics
github.com/gohugoio/hugo/minifiers github.com/gohugoio/hugo/modules github.com/gohugoio/hugo/modules/npm
github.com/gohugoio/hugo/navigation github.com/gohugoio/hugo/output github.com/gohugoio/hugo/output/layouts
github.com/gohugoio/hugo/parser github.com/gohugoio/hugo/parser/metadecoders github.com/gohugoio/hugo/parser/pageparser
github.com/gohugoio/hugo/publisher github.com/gohugoio/hugo/related github.com/gohugoio/hugo/releaser
github.com/gohugoio/hugo/resources github.com/gohugoio/hugo/resources/images github.com/gohugoio/hugo/resources/images/exif
github.com/gohugoio/hugo/resources/images/webp github.com/gohugoio/hugo/resources/internal
github.com/gohugoio/hugo/resources/jsconfig github.com/gohugoio/hugo/resources/kinds github.com/gohugoio/hugo/resources/page
github.com/gohugoio/hugo/resources/page/page_generate github.com/gohugoio/hugo/resources/page/pagemeta
github.com/gohugoio/hugo/resources/page/siteidentities github.com/gohugoio/hugo/resources/postpub
github.com/gohugoio/hugo/resources/resource github.com/gohugoio/hugo/resources/resource_factories/bundler
github.com/gohugoio/hugo/resources/resource_factories/create github.com/gohugoio/hugo/resources/resource_transformers/babel
github.com/gohugoio/hugo/resources/resource_transformers/cssjs
github.com/gohugoio/hugo/resources/resource_transformers/htesting
github.com/gohugoio/hugo/resources/resource_transformers/integrity github.com/gohugoio/hugo/resources/resource_transformers/js
github.com/gohugoio/hugo/resources/resource_transformers/minifier
github.com/gohugoio/hugo/resources/resource_transformers/templates
github.com/gohugoio/hugo/resources/resource_transformers/tocss/dartsass
github.com/gohugoio/hugo/resources/resource_transformers/tocss/internal/sass
github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss github.com/gohugoio/hugo/source
github.com/gohugoio/hugo/tpl github.com/gohugoio/hugo/tpl/cast github.com/gohugoio/hugo/tpl/collections
github.com/gohugoio/hugo/tpl/compare github.com/gohugoio/hugo/tpl/crypto github.com/gohugoio/hugo/tpl/css
github.com/gohugoio/hugo/tpl/data github.com/gohugoio/hugo/tpl/debug github.com/gohugoio/hugo/tpl/diagrams
github.com/gohugoio/hugo/tpl/encoding github.com/gohugoio/hugo/tpl/fmt github.com/gohugoio/hugo/tpl/hugo
github.com/gohugoio/hugo/tpl/images github.com/gohugoio/hugo/tpl/inflect github.com/gohugoio/hugo/tpl/internal
github.com/gohugoio/hugo/tpl/internal/go_templates/cfg github.com/gohugoio/hugo/tpl/internal/go_templates/fmtsort
github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate github.com/gohugoio/hugo/tpl/internal/go_templates/testenv
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse github.com/gohugoio/hugo/tpl/internal/resourcehelpers
github.com/gohugoio/hugo/tpl/js github.com/gohugoio/hugo/tpl/lang github.com/gohugoio/hugo/tpl/math
github.com/gohugoio/hugo/tpl/openapi github.com/gohugoio/hugo/tpl/openapi/openapi3 github.com/gohugoio/hugo/tpl/os
github.com/gohugoio/hugo/tpl/page github.com/gohugoio/hugo/tpl/partials github.com/gohugoio/hugo/tpl/path
github.com/gohugoio/hugo/tpl/reflect github.com/gohugoio/hugo/tpl/resources github.com/gohugoio/hugo/tpl/safe
github.com/gohugoio/hugo/tpl/site github.com/gohugoio/hugo/tpl/strings github.com/gohugoio/hugo/tpl/templates
github.com/gohugoio/hugo/tpl/time github.com/gohugoio/hugo/tpl/tplimpl github.com/gohugoio/hugo/tpl/transform
github.com/gohugoio/hugo/tpl/urls github.com/gohugoio/hugo/transform github.com/gohugoio/hugo/transform/livereloadinject
github.com/gohugoio/hugo/transform/metainject github.com/gohugoio/hugo/transform/urlreplacers github.com/gohugoio/hugo/watcher
github.com/gohugoio/hugo/watcher/filenotify
internal/unsafeheader
internal/goarch
internal/cpu
internal/abi
internal/bytealg
internal/chacha8rand
internal/coverage/rtcov
internal/godebugs
internal/goexperiment
internal/goos
runtime/internal/atomic
runtime/internal/math
runtime/internal/sys
runtime/internal/syscall
internal/race
sync/atomic
runtime
unicode
unicode/utf8
internal/itoa
container/list
math/bits
math
crypto/internal/alias
crypto/subtle
crypto/internal/boring/sig
cmp
slices
unicode/utf16
vendor/golang.org/x/crypto/cryptobyte/asn1
internal/nettrace
vendor/golang.org/x/crypto/internal/alias
encoding
log/internal
google.golang.org/protobuf/internal/flags
google.golang.org/protobuf/internal/set
github.com/gobwas/glob/util/runes
github.com/pelletier/go-toml/v2/internal/characters
github.com/gohugoio/locales/currency
golang.org/x/net/html/atom
golang.org/x/exp/maps
github.com/google/go-cmp/cmp/internal/flags
github.com/gohugoio/hugo/markup/asciidocext/asciidocext_config
github.com/gohugoio/hugo/common/types/hstring
github.com/gohugoio/hugo/markup/goldmark/goldmark_config
github.com/gohugoio/hugo/markup/blackfriday
github.com/rivo/uniseg
github.com/gohugoio/hugo/common/predicate
github.com/tdewolff/parse/strconv
github.com/bep/gowebp/libwebp/webpoptions
image/color
golang.org/x/image/math/f64
golang.org/x/image/font/gofont/goregular
golang.org/x/text/encoding/internal/identifier
image/color/palette
github.com/gohugoio/hugo/common/constants
github.com/gohugoio/hugo/common/types/css
github.com/evanw/esbuild/internal/api_helpers
maps
github.com/aws/aws-sdk-go-v2/internal/sdkio
github.com/aws/aws-sdk-go/aws/client/metadata
github.com/aws/aws-sdk-go/internal/sdkmath
github.com/google/wire
go.opencensus.io/internal/tagencoding
google.golang.org/grpc/serviceconfig
golang.org/x/xerrors/internal
github.com/golang/groupcache/lru
go.opencensus.io
go.opencensus.io/trace/internal
github.com/aws/smithy-go/container/private/cache
github.com/aws/smithy-go/container/private/cache/lru
github.com/gohugoio/hugo/cache
github.com/gohugoio/hugo/common
github.com/gohugoio/hugo/tpl/internal/go_templates/cfg
github.com/gohugoio/hugo/tpl/openapi
internal/reflectlite
sync
internal/testlog
internal/bisect
errors
sort
io
bytes
internal/oserror
syscall
hash
strconv
crypto
reflect
time
context
crypto/internal/nistec/fiat
encoding/binary
path
crypto/cipher
crypto/internal/edwards25519/field
io/fs
crypto/internal/boring
crypto/aes
crypto/des
embed
crypto/internal/randutil
internal/fmtsort
crypto/internal/nistec
internal/syscall/unix
internal/poll
internal/safefilepath
internal/syscall/execenv
crypto/ecdh
os
internal/godebug
math/rand
strings
crypto/sha512
fmt
crypto/internal/edwards25519
crypto/hmac
crypto/md5
crypto/rc4
crypto/sha1
math/big
crypto/sha256
encoding/hex
encoding/base64
encoding/pem
vendor/golang.org/x/net/dns/dnsmessage
internal/singleflight
internal/intern
net/netip
crypto/elliptic
crypto/internal/bigmod
crypto/internal/boring/bbig
encoding/asn1
crypto/rand
crypto/ed25519
crypto/rsa
vendor/golang.org/x/crypto/cryptobyte
crypto/dsa
crypto/x509/pkix
runtime/cgo
crypto/ecdsa
net/url
path/filepath
vendor/golang.org/x/crypto/chacha20
vendor/golang.org/x/crypto/internal/poly1305
vendor/golang.org/x/sys/cpu
vendor/golang.org/x/crypto/chacha20poly1305
vendor/golang.org/x/crypto/hkdf
bufio
encoding/csv
encoding/json
compress/flate
hash/crc32
compress/gzip
encoding/xml
net
github.com/dlclark/regexp2/syntax
github.com/dlclark/regexp2
regexp/syntax
regexp
github.com/alecthomas/chroma/v2
html
github.com/alecthomas/chroma/v2/formatters/html
github.com/alecthomas/chroma/v2/styles
github.com/bep/clocks
github.com/bep/debounce
github.com/hashicorp/golang-lru/v2/internal
github.com/hashicorp/golang-lru/v2/simplelru
github.com/bep/lazycache
github.com/pkg/errors
log
github.com/bep/logg
flag
golang.org/x/text/transform
golang.org/x/text/unicode/bidi
crypto/x509
golang.org/x/text/secure/bidirule
golang.org/x/text/unicode/norm
crypto/tls
golang.org/x/net/idna
io/ioutil
mime
net/textproto
net/mail
os/exec
os/user
runtime/debug
golang.org/x/crypto/pbkdf2
software.sslmate.com/src/go-pkcs12/internal/rc2
github.com/spf13/afero/internal/common
software.sslmate.com/src/go-pkcs12
github.com/spf13/afero/mem
golang.org/x/text/runes
vendor/golang.org/x/text/transform
github.com/bep/mclib/internal
vendor/golang.org/x/text/unicode/bidi
github.com/bep/mclib
vendor/golang.org/x/text/unicode/norm
vendor/golang.org/x/text/secure/bidirule
vendor/golang.org/x/net/http2/hpack
mime/quotedprintable
mime/multipart
net/http/httptrace
net/http/internal
vendor/golang.org/x/net/idna
net/http/internal/ascii
github.com/spf13/pflag
vendor/golang.org/x/net/http/httpguts
vendor/golang.org/x/net/http/httpproxy
net/http
text/template/parse
text/template
github.com/spf13/cobra
github.com/bep/simplecobra
golang.org/x/sys/unix
github.com/spf13/afero
github.com/fsnotify/fsnotify
hash/fnv
google.golang.org/protobuf/internal/detrand
google.golang.org/protobuf/internal/errors
google.golang.org/protobuf/encoding/protowire
google.golang.org/protobuf/internal/pragma
google.golang.org/protobuf/reflect/protoreflect
github.com/bep/overlayfs
google.golang.org/protobuf/internal/editiondefaults
go/token
google.golang.org/protobuf/internal/version
github.com/cli/safeexec
github.com/bep/golibsass/libsass/libsasserrors
html/template
google.golang.org/protobuf/internal/descfmt
google.golang.org/protobuf/internal/descopts
google.golang.org/protobuf/internal/strs
google.golang.org/protobuf/internal/encoding/text
google.golang.org/protobuf/internal/encoding/defval
google.golang.org/protobuf/internal/encoding/messageset
google.golang.org/protobuf/internal/genid
google.golang.org/protobuf/internal/order
google.golang.org/protobuf/reflect/protoregistry
google.golang.org/protobuf/runtime/protoiface
github.com/spf13/cast
google.golang.org/protobuf/proto
github.com/gohugoio/hugo/common/types
github.com/gohugoio/hugo/hugofs/files
github.com/gohugoio/hugo/compare
github.com/gobwas/glob/util/strings
github.com/gobwas/glob/match
google.golang.org/protobuf/internal/filedesc
google.golang.org/protobuf/encoding/prototext
github.com/gobwas/glob/syntax/lexer
github.com/gobwas/glob/syntax/ast
github.com/gobwas/glob/compiler
github.com/gobwas/glob/syntax
github.com/gobwas/glob
github.com/gohugoio/hugo/hugofs/glob
google.golang.org/protobuf/internal/encoding/tag
github.com/mitchellh/hashstructure
google.golang.org/protobuf/internal/impl
github.com/gohugoio/hugo/identity
# github.com/gohugoio/hugo/identity
src/github.com/gohugoio/hugo/identity/identityhash.go:47:37: not enough
arguments in call to hashstructure.Hash
have (any, nil)
want (interface{}, hashstructure.Format, *hashstructure.HashOptions)
github.com/mattn/go-isatty
github.com/gohugoio/hugo/common/terminal
github.com/gohugoio/hugo/common/text
github.com/pelletier/go-toml/v2/internal/danger
github.com/pelletier/go-toml/v2/unstable
github.com/pelletier/go-toml/v2/internal/tracker
github.com/pelletier/go-toml/v2
github.com/tdewolff/parse
github.com/gohugoio/hugo/common/hstrings
github.com/gohugoio/locales
github.com/gohugoio/hugo/common/htime
github.com/gohugoio/hugo/common/hugio
github.com/bep/logg/handlers/multi
github.com/mattn/go-colorable
github.com/fatih/color
github.com/gohugoio/hugo/common/collections
github.com/gohugoio/hugo/common/math
github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/common/urls
github.com/gohugoio/localescompressed
google.golang.org/protobuf/internal/filetype
google.golang.org/protobuf/runtime/protoimpl
github.com/bep/godartsass/internal/embeddedsassv1
github.com/bep/godartsass
github.com/bep/godartsass/v2/internal/embeddedsass
github.com/bep/godartsass/v2
github.com/mitchellh/mapstructure
golang.org/x/text/internal/tag
golang.org/x/text/internal/language
golang.org/x/text/internal/language/compact
golang.org/x/text/language
golang.org/x/text/internal/colltab
golang.org/x/text/collate
internal/saferio
encoding/gob
github.com/clbanning/mxj/v2
golang.org/x/net/html
github.com/niklasfasching/go-org/org
gopkg.in/yaml.v2
github.com/pbnjay/memory
github.com/gohugoio/hugo/common/hreflect
github.com/armon/go-radix
github.com/BurntSushi/locker
net/http/httputil
github.com/gohugoio/httpcache
github.com/alecthomas/chroma/v2/lexers
github.com/gohugoio/hugo/bufferpool
github.com/gohugoio/hugo/docshelper
github.com/google/go-cmp/cmp/internal/diff
github.com/google/go-cmp/cmp/internal/function
github.com/google/go-cmp/cmp/internal/value
github.com/google/go-cmp/cmp
github.com/google/go-cmp/cmp/cmpopts
github.com/kr/text
github.com/rogpeppe/go-internal/fmtsort
text/tabwriter
github.com/kr/pretty
github.com/gohugoio/hugo/langs
go/scanner
go/build/constraint
go/ast
go/doc/comment
internal/sysinfo
runtime/trace
testing
go/internal/typeparams
go/parser
go/printer
golang.org/x/mod/internal/lazyregexp
golang.org/x/mod/semver
golang.org/x/mod/module
github.com/rogpeppe/go-internal/lockedfile/internal/filelock
github.com/rogpeppe/go-internal/lockedfile
github.com/yuin/goldmark/util
github.com/frankban/quicktest
github.com/gohugoio/hugo/htesting
github.com/gohugoio/hugo/markup/highlight/chromalexers
github.com/gohugoio/hugo/markup/tableofcontents
github.com/yuin/goldmark-emoji/definition
github.com/yuin/goldmark/text
github.com/yuin/goldmark/ast
github.com/gohugoio/hugo/markup/internal/attributes
github.com/gohugoio/hugo/markup/converter/hooks
github.com/yuin/goldmark/parser
github.com/yuin/goldmark/renderer
github.com/yuin/goldmark/renderer/html
github.com/yuin/goldmark-emoji/ast
github.com/yuin/goldmark/extension/ast
github.com/yuin/goldmark
github.com/gohugoio/hugo-goldmark-extensions/extras
github.com/gohugoio/hugo-goldmark-extensions/passthrough
github.com/gohugoio/hugo/markup/goldmark/images
github.com/gohugoio/hugo/markup/goldmark/internal/extensions/attributes
github.com/yuin/goldmark-emoji
github.com/yuin/goldmark/extension
github.com/jdkato/prose/internal/util
github.com/jdkato/prose/transform
github.com/kyokomi/emoji/v2
github.com/mattn/go-runewidth
github.com/olekukonko/tablewriter
github.com/gohugoio/hugo/output/layouts
github.com/tdewolff/parse/buffer
github.com/tdewolff/minify
github.com/tdewolff/parse/css
github.com/tdewolff/minify/css
github.com/tdewolff/parse/html
github.com/tdewolff/minify/html
github.com/tdewolff/parse/js
github.com/tdewolff/parse/json
github.com/tdewolff/minify/json
github.com/tdewolff/parse/xml
github.com/tdewolff/minify/xml
github.com/tdewolff/minify/svg
github.com/gohugoio/hugo/related
image
github.com/tdewolff/minify/js
image/internal/imageutil
image/draw
github.com/disintegration/gift
github.com/bep/tmc
github.com/rwcarlsen/goexif/tiff
github.com/rwcarlsen/goexif/exif
github.com/bep/gowebp/internal/libwebp
github.com/gohugoio/hugo/resources/images/exif
github.com/makeworld-the-better-one/dither
github.com/muesli/smartcrop/options
golang.org/x/image/draw
image/jpeg
hash/adler32
compress/zlib
image/png
github.com/muesli/smartcrop
golang.org/x/image/bmp
golang.org/x/image/math/fixed
golang.org/x/image/font
golang.org/x/text/encoding
golang.org/x/text/encoding/internal
golang.org/x/text/encoding/charmap
golang.org/x/image/font/sfnt
github.com/bep/gowebp/libwebp
github.com/gohugoio/hugo/resources/images/webp
golang.org/x/image/vector
golang.org/x/image/ccitt
golang.org/x/image/font/opentype
golang.org/x/image/tiff/lzw
compress/lzw
golang.org/x/image/tiff
image/gif
github.com/gohugoio/hugo/resources/kinds
golang.org/x/sync/errgroup
github.com/gohugoio/hugo/lazy
github.com/gohugoio/hugo/common/para
github.com/bep/gitmap
github.com/gobuffalo/flect
github.com/gohugoio/hugo/common/rungroup
github.com/gohugoio/hugo/common/hcontext
github.com/gohugoio/hugo/resources/jsconfig
github.com/gohugoio/hugo/tpl/internal/go_templates/fmtsort
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse
github.com/marekm4/color-extractor
golang.org/x/image/riff
golang.org/x/image/vp8
golang.org/x/image/vp8l
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate
golang.org/x/image/webp
github.com/gohugoio/go-i18n/v2/internal
github.com/gohugoio/go-i18n/v2/internal/plural
github.com/gohugoio/go-i18n/v2/i18n
internal/lazyregexp
go/doc
github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate
github.com/gohugoio/hugo/resources/resource_transformers/tocss/internal/sass
github.com/bep/golibsass/internal/libsass
github.com/bep/goat
github.com/evanw/esbuild/internal/logger
github.com/evanw/esbuild/internal/helpers
github.com/evanw/esbuild/internal/ast
encoding/base32
github.com/evanw/esbuild/internal/css_lexer
github.com/evanw/esbuild/internal/css_ast
github.com/evanw/esbuild/internal/compat
github.com/evanw/esbuild/internal/js_ast
github.com/evanw/esbuild/internal/config
github.com/evanw/esbuild/internal/css_parser
github.com/bep/golibsass/libsass
archive/zip
github.com/evanw/esbuild/internal/js_lexer
github.com/evanw/esbuild/internal/renamer
github.com/evanw/esbuild/internal/runtime
github.com/evanw/esbuild/internal/sourcemap
github.com/evanw/esbuild/internal/fs
github.com/evanw/esbuild/internal/js_parser
github.com/evanw/esbuild/internal/xxhash
github.com/evanw/esbuild/internal/css_printer
github.com/evanw/esbuild/internal/js_printer
github.com/josharian/intern
github.com/mailru/easyjson/jlexer
github.com/mailru/easyjson/buffer
github.com/mailru/easyjson/jwriter
gopkg.in/yaml.v3
github.com/go-openapi/swag
github.com/evanw/esbuild/internal/cache
github.com/evanw/esbuild/internal/resolver
github.com/go-openapi/jsonpointer
github.com/invopop/yaml
github.com/mohae/deepcopy
github.com/perimeterx/marshmallow
github.com/getkin/kin-openapi/openapi3
github.com/evanw/esbuild/internal/graph
github.com/evanw/esbuild/internal/bundler
github.com/evanw/esbuild/internal/linker
github.com/ghodss/yaml
github.com/gohugoio/hugo/common/tasks
github.com/rogpeppe/go-internal/diff
github.com/hairyhenderson/go-codeowners
golang.org/x/tools/txtar
github.com/aws/aws-sdk-go-v2/internal/rand
github.com/aws/aws-sdk-go-v2/internal/sdk
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
github.com/aws/smithy-go/context
github.com/aws/smithy-go/internal/sync/singleflight
github.com/aws/smithy-go/logging
github.com/aws/smithy-go/middleware
github.com/evanw/esbuild/pkg/api
github.com/aws/smithy-go
github.com/aws/smithy-go/auth
github.com/aws/smithy-go/time
github.com/aws/smithy-go/transport/http/internal/io
github.com/aws/smithy-go/transport/http
github.com/aws/smithy-go/auth/bearer
github.com/aws/smithy-go/ptr
github.com/aws/smithy-go/rand
github.com/aws/aws-sdk-go-v2/aws
github.com/aws/aws-sdk-go-v2/aws/protocol/xml
github.com/aws/aws-sdk-go-v2/aws/middleware/private/metrics
github.com/aws/aws-sdk-go-v2/aws/ratelimit
github.com/aws/aws-sdk-go-v2/internal/timeconv
github.com/aws/aws-sdk-go-v2/internal/strings
github.com/aws/aws-sdk-go-v2/internal/auth
github.com/aws/smithy-go/encoding/httpbinding
github.com/aws/aws-sdk-go-v2/aws/defaults
github.com/aws/aws-sdk-go-v2/aws/middleware
github.com/aws/aws-sdk-go-v2/aws/signer/internal/v4
github.com/aws/aws-sdk-go-v2/aws/retry
github.com/aws/aws-sdk-go-v2/aws/signer/v4
github.com/aws/aws-sdk-go-v2/aws/transport/http
github.com/aws/aws-sdk-go-v2/internal/auth/smithy
github.com/aws/aws-sdk-go-v2/internal/configsources
github.com/aws/aws-sdk-go-v2/internal/endpoints
github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfn
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
github.com/aws/smithy-go/document
github.com/aws/aws-sdk-go-v2/service/cloudfront/internal/endpoints
github.com/aws/aws-sdk-go-v2/service/cloudfront/types
github.com/aws/smithy-go/encoding
github.com/aws/smithy-go/encoding/xml
github.com/aws/smithy-go/endpoints
github.com/aws/smithy-go/io
github.com/aws/smithy-go/waiter
github.com/jmespath/go-jmespath
github.com/dustin/go-humanize
github.com/aws/aws-sdk-go-v2/credentials
github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/config
github.com/aws/aws-sdk-go-v2/feature/ec2/imds
github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds
github.com/aws/aws-sdk-go-v2/credentials/endpointcreds/internal/client
github.com/aws/aws-sdk-go-v2/service/cloudfront
github.com/aws/aws-sdk-go-v2/credentials/endpointcreds
github.com/aws/aws-sdk-go-v2/credentials/processcreds
github.com/aws/aws-sdk-go-v2/internal/shareddefaults
github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
github.com/aws/aws-sdk-go-v2/service/sso/internal/endpoints
github.com/aws/aws-sdk-go-v2/service/sso/types
github.com/aws/aws-sdk-go-v2/service/sso
github.com/aws/aws-sdk-go-v2/service/ssooidc/internal/endpoints
github.com/aws/aws-sdk-go-v2/service/ssooidc/types
github.com/aws/smithy-go/encoding/json
github.com/aws/aws-sdk-go-v2/service/ssooidc
github.com/aws/aws-sdk-go-v2/credentials/ssocreds
github.com/aws/aws-sdk-go-v2/aws/protocol/query
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url
github.com/aws/aws-sdk-go-v2/service/sts/internal/endpoints
github.com/aws/aws-sdk-go-v2/service/sts/types
github.com/aws/aws-sdk-go-v2/service/sts
github.com/aws/aws-sdk-go-v2/credentials/stscreds
github.com/aws/aws-sdk-go-v2/internal/ini
github.com/aws/smithy-go/private/requestcompression
github.com/aws/aws-sdk-go-v2/config
github.com/aws/aws-sdk-go/aws/awserr
github.com/aws/aws-sdk-go/internal/ini
github.com/aws/aws-sdk-go/internal/shareddefaults
github.com/aws/aws-sdk-go/internal/sync/singleflight
github.com/aws/aws-sdk-go/aws/credentials
github.com/aws/aws-sdk-go/aws/endpoints
github.com/aws/aws-sdk-go/internal/sdkio
github.com/aws/aws-sdk-go/aws
github.com/aws/aws-sdk-go/aws/awsutil
github.com/aws/aws-sdk-go/aws/request
github.com/aws/aws-sdk-go/internal/sdkrand
github.com/aws/aws-sdk-go/aws/client
github.com/aws/aws-sdk-go/aws/corehandlers
github.com/aws/aws-sdk-go/aws/credentials/processcreds
github.com/aws/aws-sdk-go/aws/auth/bearer
github.com/aws/aws-sdk-go/internal/strings
github.com/aws/aws-sdk-go/private/protocol
github.com/aws/aws-sdk-go/private/protocol/rest
github.com/aws/aws-sdk-go/aws/signer/v4
github.com/aws/aws-sdk-go/private/protocol/json/jsonutil
github.com/aws/aws-sdk-go/private/protocol/jsonrpc
github.com/aws/aws-sdk-go/private/protocol/restjson
github.com/aws/aws-sdk-go/service/sso
github.com/aws/aws-sdk-go/service/sso/ssoiface
github.com/aws/aws-sdk-go/service/ssooidc
github.com/aws/aws-sdk-go/private/protocol/query/queryutil
github.com/aws/aws-sdk-go/aws/credentials/ssocreds
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
github.com/aws/aws-sdk-go/aws/csm
github.com/aws/aws-sdk-go/private/protocol/query
github.com/aws/aws-sdk-go/service/sts
github.com/aws/aws-sdk-go/internal/sdkuri
github.com/aws/aws-sdk-go/aws/ec2metadata
github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
github.com/aws/aws-sdk-go/aws/credentials/endpointcreds
github.com/aws/aws-sdk-go/service/sts/stsiface
github.com/aws/aws-sdk-go/aws/credentials/stscreds
github.com/aws/aws-sdk-go/aws/defaults
go.opencensus.io/resource
go.opencensus.io/metric/metricdata
github.com/aws/aws-sdk-go/aws/session
runtime/pprof
go.opencensus.io/tag
gocloud.dev/aws
go.opencensus.io/stats/internal
go.opencensus.io/stats
go.opencensus.io/metric/metricproducer
golang.org/x/net/internal/timeseries
go.opencensus.io/stats/view
golang.org/x/net/trace
google.golang.org/grpc/backoff
google.golang.org/grpc/internal/grpclog
google.golang.org/grpc/grpclog
google.golang.org/grpc/connectivity
google.golang.org/grpc/attributes
google.golang.org/grpc/internal/credentials
google.golang.org/grpc/internal
google.golang.org/grpc/credentials
google.golang.org/grpc/metadata
google.golang.org/grpc/internal/grpcrand
google.golang.org/grpc/codes
google.golang.org/grpc/internal/channelz
google.golang.org/grpc/resolver
google.golang.org/grpc/credentials/insecure
google.golang.org/grpc/internal/grpcutil
google.golang.org/grpc/encoding
google.golang.org/protobuf/protoadapt
google.golang.org/grpc/encoding/proto
google.golang.org/grpc/channelz
google.golang.org/grpc/balancer
google.golang.org/grpc/internal/backoff
google.golang.org/grpc/internal/balancerload
google.golang.org/protobuf/types/known/durationpb
google.golang.org/grpc/balancer/base
github.com/golang/protobuf/ptypes/duration
google.golang.org/grpc/balancer/roundrobin
google.golang.org/grpc/internal/balancer/gracefulswitch
google.golang.org/protobuf/types/known/timestamppb
github.com/golang/protobuf/ptypes/timestamp
google.golang.org/protobuf/types/known/anypb
google.golang.org/grpc/binarylog/grpc_binarylog_v1
google.golang.org/genproto/googleapis/rpc/status
google.golang.org/grpc/internal/status
google.golang.org/grpc/internal/buffer
google.golang.org/grpc/internal/grpcsync
google.golang.org/grpc/status
google.golang.org/grpc/internal/idle
google.golang.org/grpc/internal/binarylog
google.golang.org/grpc/internal/metadata
google.golang.org/protobuf/internal/encoding/json
google.golang.org/grpc/internal/serviceconfig
google.golang.org/grpc/internal/resolver
google.golang.org/grpc/internal/resolver/passthrough
google.golang.org/protobuf/encoding/protojson
google.golang.org/grpc/internal/transport/networktype
google.golang.org/grpc/internal/resolver/unix
golang.org/x/net/http/httpguts
golang.org/x/net/http2/hpack
golang.org/x/net/http2
google.golang.org/grpc/internal/pretty
google.golang.org/grpc/internal/syscall
google.golang.org/grpc/keepalive
google.golang.org/grpc/peer
google.golang.org/grpc/stats
google.golang.org/grpc/tap
google.golang.org/grpc/balancer/grpclb/state
google.golang.org/grpc/internal/envconfig
google.golang.org/grpc/internal/resolver/dns/internal
google.golang.org/grpc/internal/resolver/dns
google.golang.org/grpc/resolver/dns
golang.org/x/xerrors
go.opencensus.io/internal
go.opencensus.io/trace/tracestate
go.opencensus.io/trace
go.opencensus.io/trace/propagation
go.opencensus.io/plugin/ocgrpc
gocloud.dev/internal/openurl
github.com/mattn/go-ieproxy
log/syslog
github.com/Azure/azure-pipeline-go/pipeline
database/sql/driver
github.com/google/uuid
google.golang.org/grpc/internal/transport
github.com/Azure/azure-storage-blob-go/azblob
google.golang.org/grpc
github.com/googleapis/gax-go/v2
gocloud.dev/internal/retry
gocloud.dev/internal/gcerr
gocloud.dev/gcerrors
gocloud.dev/blob/driver
gocloud.dev/internal/oc
gocloud.dev/blob
github.com/Azure/go-autorest/autorest/date
github.com/Azure/go-autorest/logger
github.com/Azure/go-autorest/tracing
github.com/golang-jwt/jwt
golang.org/x/crypto/pkcs12/internal/rc2
golang.org/x/crypto/pkcs12
net/http/cookiejar
github.com/Azure/go-autorest/autorest/adal
github.com/Azure/go-autorest/autorest
gocloud.dev/internal/escape
golang.org/x/oauth2/internal
golang.org/x/oauth2
cloud.google.com/go/compute/metadata
github.com/Azure/go-autorest/autorest/azure
golang.org/x/oauth2/authhandler
golang.org/x/oauth2/google/internal/stsexchange
golang.org/x/oauth2/google/internal/externalaccount
golang.org/x/oauth2/google/internal/externalaccountauthorizeduser
golang.org/x/oauth2/jws
golang.org/x/oauth2/jwt
google.golang.org/api/internal/impersonate
golang.org/x/oauth2/google
gocloud.dev/blob/fileblob
google.golang.org/api/internal
google.golang.org/api/transport/cert
google.golang.org/grpc/balancer/grpclb/grpc_lb_v1
google.golang.org/api/option
gocloud.dev/internal/useragent
google.golang.org/api/transport/internal/dca
gocloud.dev/blob/azureblob
google.golang.org/grpc/resolver/manual
google.golang.org/grpc/balancer/grpclb
google.golang.org/grpc/credentials/alts/internal
golang.org/x/sync/semaphore
google.golang.org/grpc/credentials/alts/internal/proto/grpc_gcp
google.golang.org/grpc/credentials/alts/internal/conn
google.golang.org/grpc/credentials/alts/internal/handshaker/service
google.golang.org/grpc/internal/googlecloud
google.golang.org/grpc/credentials/oauth
google.golang.org/grpc/credentials/alts/internal/authinfo
google.golang.org/grpc/internal/xds
google.golang.org/protobuf/types/descriptorpb
google.golang.org/grpc/credentials/alts/internal/handshaker
google.golang.org/grpc/credentials/alts
google.golang.org/grpc/credentials/google
google.golang.org/api/transport/grpc
google.golang.org/genproto/googleapis/type/expr
google.golang.org/api/internal/third_party/uritemplates
google.golang.org/genproto/googleapis/api/annotations
google.golang.org/api/googleapi
cloud.google.com/go/internal
cloud.google.com/go/internal/optional
google.golang.org/genproto/googleapis/iam/credentials/v1
google.golang.org/genproto/googleapis/iam/v1
cloud.google.com/go/iam/credentials/apiv1
cloud.google.com/go/iam
google.golang.org/genproto/googleapis/rpc/code
cloud.google.com/go/internal/version
google.golang.org/api/iterator
cloud.google.com/go/internal/trace
google.golang.org/api/internal/gensupport
google.golang.org/api/option/internaloption
go.opencensus.io/plugin/ochttp/propagation/b3
go.opencensus.io/plugin/ochttp
google.golang.org/api/googleapi/transport
google.golang.org/api/transport/http/internal/propagation
gocloud.dev/gcp
github.com/aws/aws-sdk-go-v2/aws/arn
github.com/aws/aws-sdk-go-v2/internal/awsutil
github.com/aws/aws-sdk-go-v2/internal/context
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
google.golang.org/api/transport/http
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream/eventstreamapi
github.com/aws/aws-sdk-go-v2/internal/v4a/internal/crypto
google.golang.org/api/storage/v1
github.com/aws/aws-sdk-go-v2/internal/v4a/internal/v4
github.com/aws/aws-sdk-go-v2/internal/v4a
github.com/aws/aws-sdk-go-v2/service/internal/checksum
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn
github.com/aws/aws-sdk-go-v2/service/internal/s3shared
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/config
github.com/aws/aws-sdk-go-v2/service/s3/internal/arn
github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
github.com/aws/aws-sdk-go-v2/service/s3/types
cloud.google.com/go/storage
github.com/aws/smithy-go/endpoints/private/rulesfn
github.com/aws/smithy-go/sync
github.com/aws/aws-sdk-go-v2/service/s3
gocloud.dev/blob/gcsblob
github.com/aws/aws-sdk-go/aws/arn
github.com/aws/aws-sdk-go/internal/s3shared/arn
github.com/aws/aws-sdk-go/internal/s3shared
github.com/aws/aws-sdk-go/internal/s3shared/s3err
github.com/aws/aws-sdk-go/private/checksum
github.com/aws/aws-sdk-go/private/protocol/eventstream
github.com/aws/aws-sdk-go/private/protocol/eventstream/eventstreamapi
github.com/aws/aws-sdk-go/private/protocol/restxml
github.com/aws/aws-sdk-go/service/s3
github.com/aws/aws-sdk-go/service/s3/s3iface
github.com/aws/aws-sdk-go/service/s3/s3manager
google.golang.org/api/compute/v1
github.com/aws/aws-sdk-go-v2/feature/s3/manager
gocloud.dev/blob/s3blob
github.com/gorilla/websocket/vendor/golang.org/x/net/internal/socks
github.com/gorilla/websocket/vendor/golang.org/x/net/proxy
github.com/gorilla/websocket
github.com/russross/blackfriday/v2
github.com/cpuguy83/go-md2man/v2/md2man
github.com/spf13/cobra/doc
github.com/spf13/fsync
go.uber.org/automaxprocs/internal/cgroups
go.uber.org/automaxprocs/internal/runtime
go.uber.org/automaxprocs/maxprocs
internal/profile
net/http/pprof
os/signal
github.com/gohugoio/hugo/codegen
github.com/gohugoio/hugo/htesting/hqt
github.com/gohugoio/hugo/tpl/internal/go_templates/testenv
dh_auto_build: error: cd _build && go install -trimpath -v -p 2 -ldflags "-X
\"github.com/gohugoio/hugo/common/hugo.buildDate=2024-07-15T06:08:31Z\" -X
\"github.com/gohugoio/hugo/common/hugo.vendorInfo=debian:0.128.2-2\"" -tags "dev extended"
github.com/gohugoio/hugo github.com/gohugoio/hugo/bufferpool github.com/gohugoio/hugo/cache
github.com/gohugoio/hugo/cache/dynacache github.com/gohugoio/hugo/cache/filecache github.com/gohugoio/hugo/cache/httpcache
github.com/gohugoio/hugo/codegen github.com/gohugoio/hugo/commands github.com/gohugoio/hugo/common
github.com/gohugoio/hugo/common/collections github.com/gohugoio/hugo/common/constants github.com/gohugoio/hugo/common/hcontext
github.com/gohugoio/hugo/common/herrors github.com/gohugoio/hugo/common/hexec github.com/gohugoio/hugo/common/hreflect
github.com/gohugoio/hugo/common/hstrings github.com/gohugoio/hugo/common/htime github.com/gohugoio/hugo/common/hugio
github.com/gohugoio/hugo/common/hugo github.com/gohugoio/hugo/common/loggers github.com/gohugoio/hugo/common/maps
github.com/gohugoio/hugo/common/math github.com/gohugoio/hugo/common/para github.com/gohugoio/hugo/common/paths
github.com/gohugoio/hugo/common/predicate github.com/gohugoio/hugo/common/rungroup github.com/gohugoio/hugo/common/tasks
github.com/gohugoio/hugo/common/terminal github.com/gohugoio/hugo/common/text github.com/gohugoio/hugo/common/types
github.com/gohugoio/hugo/common/types/css github.com/gohugoio/hugo/common/types/hstring github.com/gohugoio/hugo/common/urls
github.com/gohugoio/hugo/compare github.com/gohugoio/hugo/config github.com/gohugoio/hugo/config/allconfig
github.com/gohugoio/hugo/config/privacy github.com/gohugoio/hugo/config/security github.com/gohugoio/hugo/config/services
github.com/gohugoio/hugo/config/testconfig github.com/gohugoio/hugo/create github.com/gohugoio/hugo/create/skeletons
github.com/gohugoio/hugo/deploy github.com/gohugoio/hugo/deploy/deployconfig github.com/gohugoio/hugo/deps
github.com/gohugoio/hugo/docshelper github.com/gohugoio/hugo/helpers github.com/gohugoio/hugo/htesting
github.com/gohugoio/hugo/htesting/hqt github.com/gohugoio/hugo/hugofs github.com/gohugoio/hugo/hugofs/files
github.com/gohugoio/hugo/hugofs/glob github.com/gohugoio/hugo/hugolib github.com/gohugoio/hugo/hugolib/doctree
github.com/gohugoio/hugo/hugolib/filesystems github.com/gohugoio/hugo/hugolib/pagesfromdata
github.com/gohugoio/hugo/hugolib/paths github.com/gohugoio/hugo/hugolib/segments github.com/gohugoio/hugo/identity
github.com/gohugoio/hugo/identity/identitytesting github.com/gohugoio/hugo/langs github.com/gohugoio/hugo/langs/i18n
github.com/gohugoio/hugo/lazy github.com/gohugoio/hugo/livereload github.com/gohugoio/hugo/markup
github.com/gohugoio/hugo/markup/asciidocext github.com/gohugoio/hugo/markup/asciidocext/asciidocext_config
github.com/gohugoio/hugo/markup/asciidocext/internal github.com/gohugoio/hugo/markup/blackfriday
github.com/gohugoio/hugo/markup/converter github.com/gohugoio/hugo/markup/converter/hooks
github.com/gohugoio/hugo/markup/goldmark github.com/gohugoio/hugo/markup/goldmark/codeblocks
github.com/gohugoio/hugo/markup/goldmark/goldmark_config github.com/gohugoio/hugo/markup/goldmark/hugocontext
github.com/gohugoio/hugo/markup/goldmark/images github.com/gohugoio/hugo/markup/goldmark/internal/extensions/attributes
github.com/gohugoio/hugo/markup/goldmark/internal/render github.com/gohugoio/hugo/markup/highlight
github.com/gohugoio/hugo/markup/highlight/chromalexers github.com/gohugoio/hugo/markup/internal
github.com/gohugoio/hugo/markup/internal/attributes github.com/gohugoio/hugo/markup/markup_config
github.com/gohugoio/hugo/markup/org github.com/gohugoio/hugo/markup/pandoc github.com/gohugoio/hugo/markup/rst
github.com/gohugoio/hugo/markup/tableofcontents github.com/gohugoio/hugo/media github.com/gohugoio/hugo/metrics
github.com/gohugoio/hugo/minifiers github.com/gohugoio/hugo/modules github.com/gohugoio/hugo/modules/npm
github.com/gohugoio/hugo/navigation github.com/gohugoio/hugo/output github.com/gohugoio/hugo/output/layouts
github.com/gohugoio/hugo/parser github.com/gohugoio/hugo/parser/metadecoders github.com/gohugoio/hugo/parser/pageparser
github.com/gohugoio/hugo/publisher github.com/gohugoio/hugo/related github.com/gohugoio/hugo/releaser
github.com/gohugoio/hugo/resources github.com/gohugoio/hugo/resources/images github.com/gohugoio/hugo/resources/images/exif
github.com/gohugoio/hugo/resources/images/webp github.com/gohugoio/hugo/resources/internal
github.com/gohugoio/hugo/resources/jsconfig github.com/gohugoio/hugo/resources/kinds github.com/gohugoio/hugo/resources/page
github.com/gohugoio/hugo/resources/page/page_generate github.com/gohugoio/hugo/resources/page/pagemeta
github.com/gohugoio/hugo/resources/page/siteidentities github.com/gohugoio/hugo/resources/postpub
github.com/gohugoio/hugo/resources/resource github.com/gohugoio/hugo/resources/resource_factories/bundler
github.com/gohugoio/hugo/resources/resource_factories/create github.com/gohugoio/hugo/resources/resource_transformers/babel
github.com/gohugoio/hugo/resources/resource_transformers/cssjs
github.com/gohugoio/hugo/resources/resource_transformers/htesting
github.com/gohugoio/hugo/resources/resource_transformers/integrity github.com/gohugoio/hugo/resources/resource_transformers/js
github.com/gohugoio/hugo/resources/resource_transformers/minifier
github.com/gohugoio/hugo/resources/resource_transformers/templates
github.com/gohugoio/hugo/resources/resource_transformers/tocss/dartsass
github.com/gohugoio/hugo/resources/resource_transformers/tocss/internal/sass
github.com/gohugoio/hugo/resources/resource_transformers/tocss/scss github.com/gohugoio/hugo/source
github.com/gohugoio/hugo/tpl github.com/gohugoio/hugo/tpl/cast github.com/gohugoio/hugo/tpl/collections
github.com/gohugoio/hugo/tpl/compare github.com/gohugoio/hugo/tpl/crypto github.com/gohugoio/hugo/tpl/css
github.com/gohugoio/hugo/tpl/data github.com/gohugoio/hugo/tpl/debug github.com/gohugoio/hugo/tpl/diagrams
github.com/gohugoio/hugo/tpl/encoding github.com/gohugoio/hugo/tpl/fmt github.com/gohugoio/hugo/tpl/hugo
github.com/gohugoio/hugo/tpl/images github.com/gohugoio/hugo/tpl/inflect github.com/gohugoio/hugo/tpl/internal
github.com/gohugoio/hugo/tpl/internal/go_templates/cfg github.com/gohugoio/hugo/tpl/internal/go_templates/fmtsort
github.com/gohugoio/hugo/tpl/internal/go_templates/htmltemplate github.com/gohugoio/hugo/tpl/internal/go_templates/testenv
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate
github.com/gohugoio/hugo/tpl/internal/go_templates/texttemplate/parse github.com/gohugoio/hugo/tpl/internal/resourcehelpers
github.com/gohugoio/hugo/tpl/js github.com/gohugoio/hugo/tpl/lang github.com/gohugoio/hugo/tpl/math
github.com/gohugoio/hugo/tpl/openapi github.com/gohugoio/hugo/tpl/openapi/openapi3 github.com/gohugoio/hugo/tpl/os
github.com/gohugoio/hugo/tpl/page github.com/gohugoio/hugo/tpl/partials github.com/gohugoio/hugo/tpl/path
github.com/gohugoio/hugo/tpl/reflect github.com/gohugoio/hugo/tpl/resources github.com/gohugoio/hugo/tpl/safe
github.com/gohugoio/hugo/tpl/site github.com/gohugoio/hugo/tpl/strings github.com/gohugoio/hugo/tpl/templates
github.com/gohugoio/hugo/tpl/time github.com/gohugoio/hugo/tpl/tplimpl github.com/gohugoio/hugo/tpl/transform
github.com/gohugoio/hugo/tpl/urls github.com/gohugoio/hugo/transform github.com/gohugoio/hugo/transform/livereloadinject
github.com/gohugoio/hugo/transform/metainject github.com/gohugoio/hugo/transform/urlreplacers github.com/gohugoio/hugo/watcher
github.com/gohugoio/hugo/watcher/filenotify returned exit code 1
make[1]: *** [debian/rules:103: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:62: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202408/
About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: hugo
Source-Version: 0.129.0-1
Done: Anthony Fok <f...@debian.org>
We believe that the bug you reported is fixed in the latest version of
hugo, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1078...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anthony Fok <f...@debian.org> (supplier of updated hugo package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 10 Aug 2024 06:12:46 -0600
Source: hugo
Architecture: source
Version: 0.129.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Anthony Fok <f...@debian.org>
Closes: 1078283
Changes:
hugo (0.129.0-1) unstable; urgency=medium
.
* New upstream version 0.129.0
* Bump versioned dependencies as per go.mod
* Add temporary local copy of github.com/mitchellh/hashstructure v1.1.0.
golang-github-mitchellh-hashstructure-dev was inadvertently upgraded
to v2.0.2, which is incompatible with v1.1.0, for Docker 26.1.4+dfsg1-9.
That said, Hugo v0.131.0 bumps to its own fork of
github.com/mitchellh/hashstructure/v2 v2.0.2 because it is no longer
maintained.
Fixes "FTBFS: src/github.com/gohugoio/hugo/identity/identityhash.go:47:37:
not enough arguments in call to hashstructure.Hash".
Thanks to Santiago Vila for notifying me of the FTBFS! (Closes: #1078283)
Checksums-Sha1:
63565794f5e2a315417d4108f17f73866ae75198 5761 hugo_0.129.0-1.dsc
a25284506a1a93cae1df70d12d1a47e6cd6519c9 20241492 hugo_0.129.0.orig.tar.gz
c0a89bff03d2409e23a4b2ccb4949190e0d1d6b3 615416 hugo_0.129.0-1.debian.tar.xz
127692ed12536c8648da64e305237a0c68773957 19233 hugo_0.129.0-1_amd64.buildinfo
Checksums-Sha256:
3a49057bcca06726330f9faf744a009fc9ba05dc19c5d77f16914f4cf8a9e6eb 5761
hugo_0.129.0-1.dsc
e78d43b8c1570061ed965d72cd7dc4cd7c7cfc176e7b591e281586ffd2749685 20241492
hugo_0.129.0.orig.tar.gz
0ed6688bdf557ae30923b26f69173e0ae45d4858cf30b59492373e8cae7e5dec 615416
hugo_0.129.0-1.debian.tar.xz
5b0991769c51e34eb47430356683375588755250cbc8bf34137d3572eae3ca42 19233
hugo_0.129.0-1_amd64.buildinfo
Files:
d33c7e01963a8c1555b1b1f1f1dcf7fb 5761 web optional hugo_0.129.0-1.dsc
8877cf0982d401d42a76cb08ef050918 20241492 web optional hugo_0.129.0.orig.tar.gz
02abdc1ceb906a73b1fdf71ebf483ac7 615416 web optional
hugo_0.129.0-1.debian.tar.xz
5696ea46c2bce277d2081460c5270c29 19233 web optional
hugo_0.129.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJEBAEBCAAuFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAma3by0QHGZva2FAZGVi
aWFuLm9yZwAKCRDqJQC0EsWaz3wnD/9lOzzdTEJMo9OHqV5wVgtOPWtlDeJLHxHU
bPjs8R4u6dO9CJJavaTYZnQ5WRi09OI9Tn1bG19fsER7d/iSCxXBIpPpNorLeOz/
cE+lgzroZkgNK3L7nqnZCsqGfK+BGbNtVCOmngUd4kbbQ/FXMRX+8yVQkcvt8uhL
eb/DcI5JloTReMnjweVsLhsubHI/DDxk9tal720vwbwKXEFsuonbsZ20CpBEFkWU
N+TW+mkOvXJtzdm4xWY7JUqD5d3OSlA8p1oKV6hDuufVMekmrHw4hr6QHM+R/yei
9OlbeU5xmqs6mOP+1YGLwpbmJj+rnch/GBKaWrTXgXf7GwYXLJAZYJnDi7gOrewO
VCgh6NfK91iqx9IT7hVr+fxv9P7SKTxsMCBEg0YKYQ+02balF6SQsg1c+ZLNEHWu
sLu6uiOM7a3UmQDuj2k/znRqslg8tk54Q2nh05ZRFD3reQ1hStMLLwU2qZiSmoIW
xHfxLpQ4qxz+cHWLywl/XDc63Q6DELPB2p9a+2qvTZWsJSNrGZBVAT12Uv5FBTzm
6vxfeCrHgVaOkw4VNhNK+heAxYKsg7Igz8D+VsNuXRfNR5OEcFtIADTD1tt/mdz9
gxZHTh1LYQu7YyTQXLUXdMjsbufGp+/kst0lmmkXij/fbHLNZxF+r0r9Hwomudrg
kbe3RrKUxg==
=QVNg
-----END PGP SIGNATURE-----
pgpVA4Uar1zOW.pgp
Description: PGP signature
--- End Message ---