working on pharo 3.0?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

working on pharo 3.0?

Tudor Girba-2
Hi,

I am trying to load the DBXTalk driver in Pharo 3.0 on Windows, but I get an error related to IncompatibleLayoutConflict.

I use this:

Gofer new
smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
package: 'ConfigurationOfOpenDBXDriver';
load
#ConfigurationOfOpenDBXDriver asClass loadBleedingEdge

Does anyone else succeed in getting it to work on Pharo 3.0?

Doru

--

"Every thing has its own flow"

--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Fwd: working on pharo 3.0?

Tudor Girba-2
I am re-sending the message to the pharo mailing list. Could anyone point me to how to approach this problem (it seems to be related to a class loader error - IncompatibleLayoutConflict)?

Doru

---------- Forwarded message ----------
From: Tudor Girba <[hidden email]>
Date: Thu, Feb 6, 2014 at 11:27 AM
Subject: working on pharo 3.0?
To: [hidden email]


Hi,

I am trying to load the DBXTalk driver in Pharo 3.0 on Windows, but I get an error related to IncompatibleLayoutConflict.

I use this:

Gofer new
smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
package: 'ConfigurationOfOpenDBXDriver';
load
#ConfigurationOfOpenDBXDriver asClass loadBleedingEdge

Does anyone else succeed in getting it to work on Pharo 3.0?

Doru

--

"Every thing has its own flow"



--

"Every thing has its own flow"

--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: working on pharo 3.0?

Guillermo Polito
In reply to this post by Tudor Girba-2
Hi Doru,

Last time I checked it was working, but that was some months ago. Probably with the changes on the new class builder + opendbx using nativeboostFFI (which in turn creates annonimous classes) we have to revisit it.

What i did now was to make this CI job which was working for 20+mysql run on both 20 and 30


And I'm also resetting the jenkins because there are no workers available since two days ago... strange.

Guille

On Thu, Feb 6, 2014 at 11:27 AM, Tudor Girba <[hidden email]> wrote:
Hi,

I am trying to load the DBXTalk driver in Pharo 3.0 on Windows, but I get an error related to IncompatibleLayoutConflict.

I use this:

Gofer new
smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
package: 'ConfigurationOfOpenDBXDriver';
load
#ConfigurationOfOpenDBXDriver asClass loadBleedingEdge

Does anyone else succeed in getting it to work on Pharo 3.0?

Doru

--

"Every thing has its own flow"

--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: working on pharo 3.0?

Tudor Girba-2
Hi Guille,

Thanks.

I think this is one of those packages that we should take care of.

Please let me know how I can help.

Cheers,
Doru




On Thu, Feb 6, 2014 at 11:40 AM, Guillermo Polito <[hidden email]> wrote:
Hi Doru,

Last time I checked it was working, but that was some months ago. Probably with the changes on the new class builder + opendbx using nativeboostFFI (which in turn creates annonimous classes) we have to revisit it.

What i did now was to make this CI job which was working for 20+mysql run on both 20 and 30


And I'm also resetting the jenkins because there are no workers available since two days ago... strange.

Guille

On Thu, Feb 6, 2014 at 11:27 AM, Tudor Girba <[hidden email]> wrote:
Hi,

I am trying to load the DBXTalk driver in Pharo 3.0 on Windows, but I get an error related to IncompatibleLayoutConflict.

I use this:

Gofer new
smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
package: 'ConfigurationOfOpenDBXDriver';
load
#ConfigurationOfOpenDBXDriver asClass loadBleedingEdge

Does anyone else succeed in getting it to work on Pharo 3.0?

Doru

--

"Every thing has its own flow"

--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.



--

"Every thing has its own flow"

--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
Reply | Threaded
Open this post in threaded view
|

Re: [Pharo-dev] Fwd: working on pharo 3.0?

Guillermo Polito
In reply to this post by Tudor Girba-2
Well, I managed to figure out why the linux slave was not working: the amount of workers went magically to 0... The windows one is offline such as the ones in pharo's ci server, because of some connection issue, probably cloudstack issue).

So pharo20 is green as expected for mysql-linux. Pharo3 is red because of the layout error.

I just added postgres, which has failing tests because the database is not created :).


Of course if somebody wants to help (configuring one database engine, adding tests, etc), do not hesitate :).

Guille


On Mon, Feb 10, 2014 at 11:42 AM, Tudor Girba <[hidden email]> wrote:
Any news on this?

I would love to test DBs on Pharo 3.0 :)

Doru



On Fri, Feb 7, 2014 at 11:44 AM, Guillermo Polito <[hidden email]> wrote:

The slaves are dead. I will talk with christophe as soon as i arrive to the office :)

Le 7 févr. 2014 05:42, "Tudor Girba" <[hidden email]> a écrit :

It seems that the jobs do not manage to finish :(

Doru


On Thu, Feb 6, 2014 at 1:47 PM, Guillermo Polito <[hidden email]> wrote:
The ci jobs :). I didn't want to announce them (and actually i didn't do it properly) until having them finished at some good degree.

The ci jobs for dbxtalk will give the people doing dbxtalk so muuuuch air (no more manual testing on 3 platforms x 5+ different database engines per change).
  + binaries available and built every day
 



On Thu, Feb 6, 2014 at 1:34 PM, Tudor Girba <[hidden email]> wrote:
What was a bit secret?

Doru


On Thu, Feb 6, 2014 at 12:25 PM, Guillermo Polito <[hidden email]> wrote:
Well, it was a bit secret, but I was starting on my free time to setup some ci jobs to build automagically all the opendbx libraries + test them.


Now my problem is that my free time for hacking on non phd stuff -> 0 lately... :/


On Thu, Feb 6, 2014 at 12:13 PM, Torsten Bergmann <[hidden email]> wrote:
And Sven insist on still cutting/copying/evaluating one-liners
in the age of a configuration browser where loading is just mouse
clicking ;)

But putting jokes aside - it would IMHO be really important to
have DBXTalk running for Pharo 3.0. Without good database
support one would loose any argument for Pharo in the
business world...

It would also be a real bonus if the necessary support DLL's/shared libs
could be easily provided or installed.

For instance the PUnQLite (Pharo wrapper for UnQlite NoSQL) provides
the current binaries on Github https://github.com/mumez/PunQLite

Or the NaCl (a binding for Crypto-Nacl library) directly downloads
and installs them when you install the config (see ConfigurationOfNacl in
config browser of Pharo 3.0).

Easy access without much hazzle is always a plus... install, connect to
the DB and go!

Thx
T.

> Gesendet: Donnerstag, 06. Februar 2014 um 11:54 Uhr
> Von: "Sven Van Caekenberghe" <[hidden email]>
> An: "Pharo Development List" <[hidden email]>
> Cc: [hidden email]
> Betreff: Re: [Pharo-dev] Fwd: working on pharo 3.0?
>
> Ah, it is just because you insist on using old school two line code ;-)
>
> On 06 Feb 2014, at 11:38, Tudor Girba <[hidden email]> wrote:
>
> > Gofer new
> >     smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
> >     package: 'ConfigurationOfOpenDBXDriver';
> >     load
> > #ConfigurationOfOpenDBXDriver asClass loadBleedingEdge
> >
>
> Gofer new
>   smalltalkhubUser: 'DBXTalk' project: 'DBXTalkDriver';
>   configurationOf: 'OpenDBXDriver';
>   loadVersion: #bleedingEdge.
>
> Just joking,
>
> Sven
>
>





--

"Every thing has its own flow"




--

"Every thing has its own flow"



--

"Every thing has its own flow"

--
You received this message because you are subscribed to the Google Groups "DBXTalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.