Build failure with Rust nightly at HEAD (570d7fe
) #487
Etiquetas
Nenhum rótulo
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
Sem marco
Sem projeto
Sem responsáveis
2 participantes
Notificações
Data limite
Não há data limite definida.
Dependências
Não há dependências definidas.
Referência: Plume/Plume#487
Carregando…
Adicionar tabela
Referência em uma nova issue
Nenhuma descrição fornecida.
Excluir branch "%!s()"
Apagar um branch é permanente. Ainda que o branch apagado possa continuar a existir por um breve período antes de ser realmente apagado, isso NÃO PODE ser desfeito na maioria dos casos. Continuar?
570d7fe
Add markdown support for summary (#482)I have a suspicion that this is due to not having 'gettext' package installed. If this is the case, will close this issue and report bug against gettext_macros crate for the unclear error message.
Closing. See https://github.com/Plume-org/gettext-macros/issues/7
I was able to resolve the gettext failure, as mentioned above.
However, I'm now bumping into https://github.com/rust-lang/rust/issues/58922 while installing the sqlite crate:
Is there a version of rustc/cargo which is known to work?
there is a compiler release tagged in
./rust-toolchain
, it should have been used by cargo instead of your default one, I don't know why it did notIt looks like this was due to bad precedence in $PATH -- the rustup toolchain bin dir was in the $PATH explicitly and came before the cargo bin dir.