You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Hugo are you using (hugo version)?
latest
Does this issue reproduce with the latest release?
yes
How to reproduce ?
I have only done this on a Mac m2.
Hugo still installs and works, but I wanted to just raise this, as originally I thought the install failed, due to the message. Maybe there is an easy way to fix this message occurring, so I figured that it is worth raising.
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest
# github.com/gohugoio/hugo
ld: warning: ignoring duplicate libraries: '-lc++', '-lm'
hugo version
hugo v0.128.2+extended darwin/arm64 BuildDate=unknown
-tags extended,osusergo,netgo works still
CGO_ENABLED=1 go install -tags extended,osusergo,netgo github.com/gohugoio/hugo@latest
# github.com/gohugoio/hugo
ld: warning: ignoring duplicate libraries: '-lc++', '-lm'
hugo version
hugo v0.128.2+extended darwin/arm64 BuildDate=unknown
The text was updated successfully, but these errors were encountered:
I have patched similar warnings before, but this library is deprecated, and we will most likely remove this sooner rather than later, so I don't think we can spend much time on this.
What version of Hugo are you using (
hugo version
)?latest
Does this issue reproduce with the latest release?
yes
How to reproduce ?
I have only done this on a Mac m2.
Hugo still installs and works, but I wanted to just raise this, as originally I thought the install failed, due to the message. Maybe there is an easy way to fix this message occurring, so I figured that it is worth raising.
-tags extended,osusergo,netgo works still
The text was updated successfully, but these errors were encountered: