* bug#46269: first guix-pull on foreign distro doesn't create directories
@ 2021-02-03 11:19 Efraim Flashner
2021-02-07 20:53 ` Leo Famulari
2021-03-04 22:33 ` Edgar Vincent
0 siblings, 2 replies; 8+ messages in thread
From: Efraim Flashner @ 2021-02-03 11:19 UTC (permalink / raw)
To: 46269
[-- Attachment #1: Type: text/plain, Size: 563 bytes --]
I just installed guix on a foreign distro. In my $HOME I didn't have a
.config directory.
(ins)efraimf@tux03:~$ time guix pull --commit=1b3dcb3dd266fda9732b7a8194bd24e80043fb7a
guix pull: error: while creating symlink '/home/efraimf/.config/guix/current': No such file or directory
Only after creating $HOME/.config/guix did guix pull work.
--
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] 8+ messages in thread
* bug#46269: first guix-pull on foreign distro doesn't create directories
2021-02-03 11:19 bug#46269: first guix-pull on foreign distro doesn't create directories Efraim Flashner
@ 2021-02-07 20:53 ` Leo Famulari
2021-02-12 13:12 ` 宋文武
2021-03-04 22:33 ` Edgar Vincent
1 sibling, 1 reply; 8+ messages in thread
From: Leo Famulari @ 2021-02-07 20:53 UTC (permalink / raw)
To: Efraim Flashner; +Cc: 46269
[-- Attachment #1: Type: text/plain, Size: 519 bytes --]
On Wed, Feb 03, 2021 at 01:19:22PM +0200, Efraim Flashner wrote:
> I just installed guix on a foreign distro. In my $HOME I didn't have a
> .config directory.
>
> (ins)efraimf@tux03:~$ time guix pull --commit=1b3dcb3dd266fda9732b7a8194bd24e80043fb7a
> guix pull: error: while creating symlink '/home/efraimf/.config/guix/current': No such file or directory
>
> Only after creating $HOME/.config/guix did guix pull work.
This happens on Guix System too, at least when starting with `guix
system vm-image`.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#46269: first guix-pull on foreign distro doesn't create directories
2021-02-07 20:53 ` Leo Famulari
@ 2021-02-12 13:12 ` 宋文武
0 siblings, 0 replies; 8+ messages in thread
From: 宋文武 @ 2021-02-12 13:12 UTC (permalink / raw)
To: Leo Famulari; +Cc: 46269-done
Leo Famulari <leo@famulari.name> writes:
> On Wed, Feb 03, 2021 at 01:19:22PM +0200, Efraim Flashner wrote:
>> I just installed guix on a foreign distro. In my $HOME I didn't have a
>> .config directory.
>>
>> (ins)efraimf@tux03:~$ time guix pull --commit=1b3dcb3dd266fda9732b7a8194bd24e80043fb7a
>> guix pull: error: while creating symlink '/home/efraimf/.config/guix/current': No such file or directory
>>
>> Only after creating $HOME/.config/guix did guix pull work.
>
> This happens on Guix System too, at least when starting with `guix
> system vm-image`.
Fixed in commit 5207c5eb5, thanks!
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#46269: first guix-pull on foreign distro doesn't create directories
2021-02-03 11:19 bug#46269: first guix-pull on foreign distro doesn't create directories Efraim Flashner
2021-02-07 20:53 ` Leo Famulari
@ 2021-03-04 22:33 ` Edgar Vincent
2021-03-05 19:33 ` Leo Famulari
1 sibling, 1 reply; 8+ messages in thread
From: Edgar Vincent @ 2021-03-04 22:33 UTC (permalink / raw)
To: 46269
Hello everyone,
I've encountered this issue with a fresh installation of Guix System,
from the following ISO: `gk3mcnyallckwvi8f33idv2klj3lj8nw-image.iso`.
Thanks for your great work,
Edgar Vincent
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#46269: first guix-pull on foreign distro doesn't create directories
2021-03-04 22:33 ` Edgar Vincent
@ 2021-03-05 19:33 ` Leo Famulari
2021-03-05 21:51 ` Alexandre Rogers
0 siblings, 1 reply; 8+ messages in thread
From: Leo Famulari @ 2021-03-05 19:33 UTC (permalink / raw)
To: Edgar Vincent; +Cc: 46269
On Thu, Mar 04, 2021 at 11:33:41PM +0100, Edgar Vincent wrote:
> Hello everyone,
>
> I've encountered this issue with a fresh installation of Guix System, from
> the following ISO: `gk3mcnyallckwvi8f33idv2klj3lj8nw-image.iso`.
I think the bug is fixed for "current" Guix, from the Git master branch.
Can you clarify, what commit of did you use to create that ISO? You can
check with `guix describe` or `guix --version`.
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#46269: first guix-pull on foreign distro doesn't create directories
2021-03-05 19:33 ` Leo Famulari
@ 2021-03-05 21:51 ` Alexandre Rogers
2021-03-05 23:28 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
0 siblings, 1 reply; 8+ messages in thread
From: Alexandre Rogers @ 2021-03-05 21:51 UTC (permalink / raw)
Cc: 46269
On 05/03/2021 20:33, Leo Famulari wrote:
> On Thu, Mar 04, 2021 at 11:33:41PM +0100, Edgar Vincent wrote:
>> Hello everyone,
>>
>> I've encountered this issue with a fresh installation of Guix System, from
>> the following ISO: `gk3mcnyallckwvi8f33idv2klj3lj8nw-image.iso`.
> I think the bug is fixed for "current" Guix, from the Git master branch.
> Can you clarify, what commit of did you use to create that ISO? You can
> check with `guix describe` or `guix --version`.
Hello,
I downloaded the aforementioned ISO file from guix.gnu.org.
EV
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#46269: first guix-pull on foreign distro doesn't create directories
2021-03-05 21:51 ` Alexandre Rogers
@ 2021-03-05 23:28 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-03-06 8:03 ` Alexandre Rogers
0 siblings, 1 reply; 8+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-03-05 23:28 UTC (permalink / raw)
To: Alexandre Rogers; +Cc: 46269
[-- Attachment #1: Type: text/plain, Size: 362 bytes --]
Alexandre Rogers 写道:
> On 05/03/2021 20:33, Leo Famulari wrote:
>> Can you clarify, what commit of did you use to create that ISO?
>> You can
>> check with `guix describe` or `guix --version`.
>
> I downloaded the aforementioned ISO file from guix.gnu.org.
Please, answer the question. We can't help you if you don't.
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#46269: first guix-pull on foreign distro doesn't create directories
2021-03-05 23:28 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2021-03-06 8:03 ` Alexandre Rogers
0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Rogers @ 2021-03-06 8:03 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 46269
On 06/03/2021 00:28, Tobias Geerinckx-Rice wrote:
> Alexandre Rogers 写道:
>> On 05/03/2021 20:33, Leo Famulari wrote:
>>> Can you clarify, what commit of did you use to create that ISO? You can
>>> check with `guix describe` or `guix --version`.
>>
>> I downloaded the aforementioned ISO file from guix.gnu.org.
>
> Please, answer the question. We can't help you if you don't.
>
> Kind regards,
>
> T G-R
I'm sorry about that, I should have been more specific. At the time of
installation, I was using commit a53f711422f63d7e32b8639b968cf00bcc69ffea.
Thanks!
EV
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2021-03-06 12:33 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-03 11:19 bug#46269: first guix-pull on foreign distro doesn't create directories Efraim Flashner
2021-02-07 20:53 ` Leo Famulari
2021-02-12 13:12 ` 宋文武
2021-03-04 22:33 ` Edgar Vincent
2021-03-05 19:33 ` Leo Famulari
2021-03-05 21:51 ` Alexandre Rogers
2021-03-05 23:28 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-03-06 8:03 ` Alexandre Rogers
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).