Re: Problem with patching tar

2015-05-05 Thread Ludovic Courtès
Manolis Ragkousis skribis: > When I try to patch tar I get "(vm-run "VM: Stack overflow" ())", > probably, because it tries to use patch but it does not yet exist and > I get the chicken-egg problem. Indeed. The problem was that, by default, source patching in ‘patch-and-repack’ would use not t

Problem with patching tar

2015-05-04 Thread Manolis Ragkousis
Good morning guix When I try to patch tar I get "(vm-run "VM: Stack overflow" ())", probably, because it tries to use patch but it does not yet exist and I get the chicken-egg problem. I created patch-final in commencement.scm and added it to %boot6-inputs which are used to build %final-inputs. B