Abortar: xxxx.bundle versão do pacote desconhecido 20

1

Eu sou bastante novo em usar o Mercurial, e verde no Debian também. Eu tenho tentado desmembrar este arquivo para suporte a CCAT no meu mestre EtherCAT.

wget https://github.com/Beckhoff/CCAT/raw/master/etherlab.bundle
hg unbundle etherlab.bundle

Recebo um erro de volta

abort: etherlab.bundle: unknown bundle version 20

Alguém sabe como contornar isso? Ou o que é isso?

    
por John Helfrich 22.03.2017 / 02:44

1 resposta

1

A versão do Mercurial no Debian 8 é muito antiga para lidar com o pacote. Felizmente, a versão disponível nos backports de Jessie pode ser desfeita.

Você precisa ativar os backports, se ainda não tiver; como root:

echo deb http://http.debian.net/debian jessie-backports main > /etc/apt/sources.list.d/jessie-backports.list
apt-get update

Em seguida, atualize o Mercurial:

apt-get -t jessie-backports install mercurial

Agora você poderá desfazer o pacote que baixou.

    
por 22.03.2017 / 07:21

Tags