* how can I use the "keep going" command when updating packages
@ 2023-04-29 10:16 Gottfried
2023-04-30 6:14 ` Efraim Flashner
0 siblings, 1 reply; 5+ messages in thread
From: Gottfried @ 2023-04-29 10:16 UTC (permalink / raw)
To: help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 134 bytes --]
Hi,
"guix package --upgrade --keep-going"
does not work
how can I use the command "keep-going"
Kind regards
Gottfried
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how can I use the "keep going" command when updating packages
2023-04-29 10:16 how can I use the "keep going" command when updating packages Gottfried
@ 2023-04-30 6:14 ` Efraim Flashner
2023-04-30 11:09 ` Gottfried
2023-05-11 9:21 ` Gottfried
0 siblings, 2 replies; 5+ messages in thread
From: Efraim Flashner @ 2023-04-30 6:14 UTC (permalink / raw)
To: Gottfried; +Cc: help-guix
[-- Attachment #1: Type: text/plain, Size: 612 bytes --]
On Sat, Apr 29, 2023 at 10:16:35AM +0000, Gottfried wrote:
> Hi,
>
> "guix package --upgrade --keep-going"
> does not work
>
> how can I use the command "keep-going"
'--upgrade' can take a list of packages to upgrade, so you'll have to
change your command to 'guix package --upgrade . --keep-going' to
upgrade everything, or 'guix package --keep-going --upgrade' for the
same effect.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how can I use the "keep going" command when updating packages
2023-04-30 6:14 ` Efraim Flashner
@ 2023-04-30 11:09 ` Gottfried
2023-05-11 9:21 ` Gottfried
1 sibling, 0 replies; 5+ messages in thread
From: Gottfried @ 2023-04-30 11:09 UTC (permalink / raw)
To: help-guix
[-- Attachment #1.1.1: Type: text/plain, Size: 555 bytes --]
Ηι,
thank you very much for the explanation.
Kind regards
Gottfried
Am 30.04.23 um 08:14 schrieb Efraim Flashner:
> On Sat, Apr 29, 2023 at 10:16:35AM +0000, Gottfried wrote:
>> Hi,
>>
>> "guix package --upgrade --keep-going"
>> does not work
>>
>> how can I use the command "keep-going"
>
> '--upgrade' can take a list of packages to upgrade, so you'll have to
> change your command to 'guix package --upgrade . --keep-going' to
> upgrade everything, or 'guix package --keep-going --upgrade' for the
> same effect.
>
--
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how can I use the "keep going" command when updating packages
2023-04-30 6:14 ` Efraim Flashner
2023-04-30 11:09 ` Gottfried
@ 2023-05-11 9:21 ` Gottfried
2023-05-11 18:27 ` Csepp
1 sibling, 1 reply; 5+ messages in thread
From: Gottfried @ 2023-05-11 9:21 UTC (permalink / raw)
To: help-guix, Efraim Flashner
[-- Attachment #1.1.1: Type: text/plain, Size: 1449 bytes --]
Hi,
thanks for your help
> 'guix package --upgrade . --keep-going' to
>> upgrade everything, or 'guix package --keep-going --upgrade' for the
>> same effect.
I tried both commands, both are not working.
the update breaks after not managing one package and it doesn’t continue
with updating other packages.
So at the moment it is
1. impossible to update my Lilypond profil (after several attempts)
2. imposssible to update my packages in the default profile (since weeks)
3. impossible to install "plasma-desktop",(after several attempts)
it wants to build 11 packages locally, one needed 3 hours to build,
after that it broke because it couldn’t solve one dependent package.
and it is not sure at all, if after installing all packages it will work.
4. impossible to use the additional monitor for MATE-desktop because the
display manager gdm doesn’t work well.
Kind regards
Gottfried
Am 30.04.23 um 08:14 schrieb Efraim Flashner:
> On Sat, Apr 29, 2023 at 10:16:35AM +0000, Gottfried wrote:
>> Hi,
>>
>> "guix package --upgrade --keep-going"
>> does not work
>>
>> how can I use the command "keep-going"
>
> '--upgrade' can take a list of packages to upgrade, so you'll have to
> change your command to 'guix package --upgrade . --keep-going' to
> upgrade everything, or 'guix package --keep-going --upgrade' for the
> same effect.
>
--
Kind regards
Gottfried
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: how can I use the "keep going" command when updating packages
2023-05-11 9:21 ` Gottfried
@ 2023-05-11 18:27 ` Csepp
0 siblings, 0 replies; 5+ messages in thread
From: Csepp @ 2023-05-11 18:27 UTC (permalink / raw)
To: Gottfried; +Cc: Efraim Flashner, help-guix
Gottfried <gottfried@posteo.de> writes:
> [[PGP Signed Part:Undecided]]
> Hi,
>
> thanks for your help
>
>> 'guix package --upgrade . --keep-going' to
>>> upgrade everything, or 'guix package --keep-going --upgrade' for the
>>> same effect.
I'm pretty sure --keep-going just means trying to *build* everything.
If you don't want to upgrade a profile and skip packages that don't
build, you have to explicitly use --do-not-upgrade.
So:
guix upgrade --do-not-upgrade=one-package --do-not-upgrade='(this-one|or-this)'
Keep in mind that it treats its arguments as regular expressions.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-05-11 18:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-29 10:16 how can I use the "keep going" command when updating packages Gottfried
2023-04-30 6:14 ` Efraim Flashner
2023-04-30 11:09 ` Gottfried
2023-05-11 9:21 ` Gottfried
2023-05-11 18:27 ` Csepp
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.