Re: Clean build from Git HEAD fails

2013-12-05 Thread Ludovic Courtès
John Darrington skribis: > I can confirm, that your patch seems to fix the problem. Thanks. Thanks, pushed. Ludo’.

Re: Clean build from Git HEAD fails

2013-12-04 Thread John Darrington
I can confirm, that your patch seems to fix the problem. Thanks. J' On Wed, Dec 04, 2013 at 10:05:17PM +0100, Ludovic Court??s wrote: John Darrington skribis: > On Mon, Dec 02, 2013 at 11:22:26PM +0100, Ludovic Court??s wrote: > > > > Backtrace: >

Re: Clean build from Git HEAD fails

2013-12-04 Thread Ludovic Courtès
John Darrington skribis: > On Mon, Dec 02, 2013 at 11:22:26PM +0100, Ludovic Court??s wrote: > > > > Backtrace: > > [...] > > >?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" > (gnutls)) #f] > > Does it work if you do: > >m

Re: Clean build from Git HEAD fails

2013-12-03 Thread John Darrington
On Mon, Dec 02, 2013 at 11:22:26PM +0100, Ludovic Court??s wrote: > > Backtrace: [...] >?: 0 [scm-error misc-error #f "~A ~S" ("no code for module" (gnutls)) #f] Does it work if you do: make clean-go && make guix/build/download.go && make

Re: Clean build from Git HEAD fails

2013-12-02 Thread Ludovic Courtès
John Darrington skribis: > On Mon, Dec 02, 2013 at 01:56:03PM +0100, Ludovic Court??s wrote: > John Darrington skribis: > > > /bin/mkdir -p `dirname "guix/scripts/build.go"` ; > \ > > LC_ALL=C

Re: Clean build from Git HEAD fails

2013-12-02 Thread John Darrington
On Mon, Dec 02, 2013 at 01:56:03PM +0100, Ludovic Court??s wrote: John Darrington skribis: > /bin/mkdir -p `dirname "guix/scripts/build.go"` ; \ > LC_ALL=C\ > ./pre-inst-env

Re: Clean build from Git HEAD fails

2013-12-02 Thread Ludovic Courtès
John Darrington skribis: > /bin/mkdir -p `dirname "guix/scripts/build.go"` ; \ > LC_ALL=C\ > ./pre-inst-env \ > /usr/bin/guild compile -L "." -L "."\ >

Clean build from Git HEAD fails

2013-12-01 Thread John Darrington
A clean build from the current Git HEAD is not possible. Something seems to be wrong with the Makefile dependencies: git checkout master git clean -dfx ./boostrap ./configure make . . . . . /bin/mkdir -p `dirname "guix/scripts/build.go"` ; \ LC_ALL=C