> Tanguy LE CARROUR <tan...@bioneland.org> hat am 06.06.2024 08:49 CEST 
> geschrieben:
> 
>  
> Hi Simon,
> 
> Quoting Simon Tournier (2024-06-04 21:24:10)
> > On Tue, 21 May 2024 at 11:38, Tanguy LE CARROUR <tan...@bioneland.org> 
> > wrote:
> > 
> > >            2 (primitive-load "/gnu/store/fvly06ac6y0c01r8zavc2m1zfk6?")
> > [...]
> > >            0 (symlink "/gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-?" ?)
> > [...]
> > > # But files with longer names exist! Could the problem be the `?` 
> > > caracter?
> > > $ ls /gnu/store/fvly06ac6y0c01r8zavc2m1zfk6?*
> > > /gnu/store/fvly06ac6y0c01r8zavc2m1zfk6pvhn9-files-builder
> > >
> > > $ ls /gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-?*
> > > /gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-config
> > > ```
> > 
> > Yeah, the character ’?’ is only to point that the string is cut.
> > 
> > The two files are:
> > 
> >     /gnu/store/fvly06ac6y0c01r8zavc2m1zfk6pvhn9-files-builder
> >     /gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-config
> > 
> > 
> > Now, why there is an issue with the symlink of these files is another
> > story. :-)
> 
> Whyyyyy! 😭
> I tried reverting to an older version of my `home.scm`, without luck. 😞
> 
> 
> > Have solved this issue since then?
> 
> No! But… I’ve found a workaround! 😎 … I’ve just stopped using Guix Home! 😅
> Yeah, it’s a **BIT** radical, but I can live with old style config file 
> editing
> and no package updates for a while… I hope! 🤞 And if I need a newer package, I
> can still add it to a profile, a shell or my system.
> But, not knowing how to properly debug Guile by myself is starting to be a 
> problem…

I think /gnu/store/676qwqy15al2zi7a5s4kb1lwjr6yxqpf-config is a file you 
generate, right? Using home-files-service-type, or some service that extends it.
If so, try to see where you want it to be symlinked to. Maybe the target file 
exists twice in your guix home configuration, or it exists in your home 
directory but is owned by root?

Reply via email to