Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Romulo Goncalves
The last check ins fixed the problem :) And yes I do... I just wrote it and did not copied it... ;) mkdir -fr $prefix mkdir -p $prefix/build Romulo On 25/11/10 13:04, Fabian Groffen wrote: > On 25-11-2010 12:58:31 +0100, Stefan de Konink wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA5

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Fabian Groffen
On 25-11-2010 12:58:31 +0100, Stefan de Konink wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > Op 25-11-10 12:53, Fabian Groffen schreef: > > On 25-11-2010 12:49:57 +0100, Stefan de Konink wrote: > >> Anyway without cleaning up my: > >> /opt/monetdb-whatever > >> > >> I sometimes ge

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Stefan de Konink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Op 25-11-10 12:53, Fabian Groffen schreef: > On 25-11-2010 12:49:57 +0100, Stefan de Konink wrote: >> Anyway without cleaning up my: >> /opt/monetdb-whatever >> >> I sometimes get issues too, build dirs are always removed. > > that's correct, as thi

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Fabian Groffen
On 25-11-2010 12:49:57 +0100, Stefan de Konink wrote: > Anyway without cleaning up my: > /opt/monetdb-whatever > > I sometimes get issues too, build dirs are always removed. that's correct, as this is probably a stray autoload file that still causes to load some non-existing thing --

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Stefan de Konink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Op 25-11-10 12:37, Romulo Goncalves schreef: > I my build dir is inside the prefix dir. > > I do > rm $prefix > mkdir -p $prefix/build If this is pseudo code or not. -r is missing in the above rm statement. Anyway without cleaning up my: /opt/mone

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Fabian Groffen
On 25-11-2010 12:37:59 +0100, Romulo Goncalves wrote: > I my build dir is inside the prefix dir. > > I do > rm $prefix > mkdir -p $prefix/build > > The same for all the modules. did you also rebuild sql (where vault comes from?) --

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Romulo Goncalves
I my build dir is inside the prefix dir. I do rm $prefix mkdir -p $prefix/build The same for all the modules. Romulo On 25/11/10 12:33, Fabian Groffen wrote: > On 25-11-2010 12:26:59 +0100, Romulo Goncalves wrote: >>> 3) >>> Did you recompile from scratch with no legacy lying around, i.e., empt

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Fabian Groffen
On 25-11-2010 12:26:59 +0100, Romulo Goncalves wrote: > > 3) > > Did you recompile from scratch with no legacy lying around, i.e., empty > > build-& prefix-directories, and bootstrapping everything with the latest > > buildtools? > Yes... my pull does a rebase plus update, therefore, all the modul

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Romulo Goncalves
On 25/11/10 12:12, Stefan Manegold wrote: > On Thu, Nov 25, 2010 at 11:56:28AM +0100, Romulo Goncalves wrote: >> Hello, >> >> I just updated my default branch and I restarted my mserver, i.e., it will >> use a old dbfarm. >> I get the following complain: >> !MALException:user.main[2497]:address

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Stefan de Konink
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Op 25-11-10 11:56, Romulo Goncalves schreef: > I just updated my default branch and I restarted my mserver, i.e., it will > use a old dbfarm. > I get the following complain: > !MALException:user.main[2497]:address of pattern vault.prelude missing >

Re: [Monetdb-developers] updating the default branch.

2010-11-25 Thread Stefan Manegold
On Thu, Nov 25, 2010 at 11:56:28AM +0100, Romulo Goncalves wrote: > Hello, > > I just updated my default branch and I restarted my mserver, i.e., it will > use a old dbfarm. > I get the following complain: > !MALException:user.main[2497]:address of pattern vault.prelude missing 1) Since the deve