[Yaourt] Gestionnaire de paquetages pour Archlinux

Annonces, dépannage, évolution du projet yaourt
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Re: [Yaourt] Gestionnaire de paquetages pour Archlinux

Message par tuxce »

s/paquet orphelin/paquet étranger pour "Foreign packages"
En bref, les paquets n'existant pas dans les dépôts configurés.
varepsilon
newbie
Messages : 1
Inscription : sam. 18 févr. 2012, 16:15

Re: [Yaourt] Gestionnaire de paquetages pour Archlinux

Message par varepsilon »

Est-il possible de re-construire (rebuild) paquet sans le telecharger?
Avatar de l’utilisateur
tuxce
Maître du Kyudo
Messages : 6677
Inscription : mer. 12 sept. 2007, 16:03

Re: [Yaourt] Gestionnaire de paquetages pour Archlinux

Message par tuxce »

"-b" permet de reconstruire un paquet.
idainet
newbie
Messages : 2
Inscription : dim. 29 avr. 2012, 22:27

Re: [Yaourt] Gestionnaire de paquetages pour Archlinux

Message par idainet »

Hi,

Sorry, i would write in English cause don't know French. BTW in "British English" interface at registration control question is still in French :]

Today I was updating my system using yaourt and found few unconvinient things updating AUR packages.

1. Answering negative to the question "Continue building abc-package ? [Y/n]" aborts update process. I choosed packages which I would like to update at start, but after reading comments in "abc-package" theme I decided to not update this package - but not all packages!
2. Error while building a package (which is not rare) also aborts update process
3. Quering root-password while processing package by package. I was updating a lot of packages (about 40) and typing each time password (sometimes twice) is very very annoing (I have a long one :] ).

So i would like to propose a little bit different logic for update process, which (as I think) would be more convenient to use:
1. yaourt forms list of updateble packages, giving ability to choose which to update (all as it is now)
2. Build package by package without installing them.
a) In case of build failure just prompt about and go forward. If error was critical user will abort update on the next step by himself.
b) In situations like in p.1 from above list just unset package as if it was unset at the start
3. Provide list of built packages giving ability to choose which to install
4. Query root password and install them all at once

Possibly, such a scheme would be inconvenient for using yaourt in some other ways, I don't know (but I didn't found such). Hope for your comments

Thanks.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17186
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [Yaourt] Gestionnaire de paquetages pour Archlinux

Message par benjarobin »

Interesting ideas, at least for question 3) just setup sudo :-)
But the main problem is dependency during the build process, yours ideas are fine if yours AUR packages are independent and do not depend on others AUR packages

For 2) are you sure ? I may be wrong, and if it is the case, I think it will be an easier fix than the other proportion (See Tuxce for that :-) )
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
idainet
newbie
Messages : 2
Inscription : dim. 29 avr. 2012, 22:27

Re: [Yaourt] Gestionnaire de paquetages pour Archlinux

Message par idainet »

Yes, sudo is a choice, but it raises up other security questions.
It looks like yaourt has enough to build dependency graph for selected packages and exclude rejected/build-failed with dependent ones using BFS. Or you meant something else? (Sorry, i didn't looked at sources, yet)
Répondre