CodelyTV / dotly

馃寶 Modular and easy to customize dotfiles framework
https://codely.com/cursos
MIT License
1.21k stars 115 forks source link

Error durante instalaci贸n: No se ha podido localizar el paquete docpars #153

Closed davidfolch closed 3 years ago

davidfolch commented 3 years ago

Durante la instalaci贸n de dependencias salta un error al intentar instalar docpars

> docpars not installed, installing
E: No se ha podido localizar el paquete docpars
error: no override and no default toolchain set
bgnotify_end:5: condition expected: 0x0  

Intalando en Ubuntu 21.04

gtrabanco commented 3 years ago

@rgomezcasas @JavierCane

gtrabanco commented 3 years ago

Can you give us the content of $HOME/dotly.log?

davidfolch commented 3 years ago

No es muy aclaratorio

 cat $HOME/dotly.log                                                                
----- 2021-05-26 16:41:25 - Initializing repository -----
ayuda: Using 'master' as the name for the initial branch. This default branch name
ayuda: is subject to change. To configure the initial branch name to use in all
ayuda: of your new repositories, which will suppress this warning, call:
ayuda: 
ayuda:  git config --global init.defaultBranch <name>
ayuda: 
ayuda: Names commonly chosen instead of 'master' are 'main', 'trunk' and
ayuda: 'development'. The just-created branch can be renamed via this command:
ayuda: 
ayuda:  git branch -m <name>
Inicializado repositorio Git vac铆o en /home/david/.dotfiles/.git/

----- 2021-05-26 16:41:25 - Adding dotly submodule -----
Clonando en '/home/david/.dotfiles/modules/dotly'...

----- 2021-05-26 16:41:26 - Installing dotly dependencies -----
Subm贸dulo 'modules/dotbot' (https://github.com/anishathalye/dotbot.git) registrado para ruta 'modules/dotly/modules/dotbot'
Subm贸dulo 'modules/z' (https://github.com/rupa/z.git) registrado para ruta 'modules/dotly/modules/z'
Subm贸dulo 'modules/zimfw' (https://github.com/zimfw/zimfw.git) registrado para ruta 'modules/dotly/modules/zimfw'
Clonando en '/home/david/.dotfiles/modules/dotly/modules/dotbot'...
Clonando en '/home/david/.dotfiles/modules/dotly/modules/z'...
Clonando en '/home/david/.dotfiles/modules/dotly/modules/zimfw'...
Ruta de subm贸dulo 'modules/dotly/modules/dotbot': check out realizado a 'cf366bbf6676d1c95f412eb514509f16322b5c9c'
Subm贸dulo 'lib/pyyaml' (https://github.com/yaml/pyyaml) registrado para ruta 'modules/dotly/modules/dotbot/lib/pyyaml'
Clonando en '/home/david/.dotfiles/modules/dotly/modules/dotbot/lib/pyyaml'...
Ruta de subm贸dulo 'modules/dotly/modules/dotbot/lib/pyyaml': check out realizado a '2f463cf5b0e98a52bc20e348d1e69761bf263b86'
Ruta de subm贸dulo 'modules/dotly/modules/z': check out realizado a '125f4dc47e15891739dd8262d5b23077fe8fb9ab'
Ruta de subm贸dulo 'modules/dotly/modules/zimfw': check out realizado a 'dfbe535430271c5ee0bbd7cfac6df42222e8cdf0'

----- 2021-05-26 16:41:32 - Installing docpars -----
gtrabanco commented 3 years ago

La verdad es que no. Y no consigo reproducir el error 馃槹

S茅 con toda seguridad que la instalaci贸n de rust y docpars si la haces primero funciona, pero claro... 驴Qu茅 sentido tiene el installer entonces? 馃槄

davidfolch commented 3 years ago

he instalado cargo por separado y ahora va bien, faltar谩 como dependencia cargo. ahora me ha dado error la dependencia de git-delta por que no encuentra el paquete, pero no ha interrumpido la instalaci贸n como antes, ha finalizado con 茅xito

gtrabanco commented 3 years ago

S铆, luego instala git-delta:

dot package install git-delta

Si no tendr谩s problemas cuando hagas un git diff

gtrabanco commented 3 years ago

@rgomezcasas 茅chale un vistazo a esta issue porque a m铆 tambi茅n me ha pasado lo de git-delta y lo de rust al instalar de 0 los dotfiles... Hay algo que no est谩 como antes que no s茅 que es, porque al instalar mis dotfiles tira a la primera.

rgomezcasas commented 3 years ago

With #158 this should be fixed 馃槉

Can you try now?