Can't resolve names

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

Can't resolve names

Ross Boylan
I downloaded and unzipped Pier-1.2.app.zip onto an amd64 Linux system.
./pier.sh initially failed, but when I installed ia32 compatibility libs
it launched.

However, it is unable to resolve names, or at least squeaksource.com;
I've stepped through; the primitive resolving names seems to return
nothing.  I am able to resolve the name on the host system.

I'm suspicious this is a 64 bit compatibity issue.

Any ideas?

Thanks.
Ross Boylan

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Can't resolve names

Dale
Ross,

I have seen the same problem with Pharo under 64 bit Ubuntu (64 bit OpenSUSE seems fine)...I work around the problem by overriding NetNameResolver class>>useOldNetwork to unconditionally return true at least it works for me:)

Dale

----- "Ross Boylan" <[hidden email]> wrote:

| I downloaded and unzipped Pier-1.2.app.zip onto an amd64 Linux
| system.
| ./pier.sh initially failed, but when I installed ia32 compatibility
| libs
| it launched.
|
| However, it is unable to resolve names, or at least squeaksource.com;
| I've stepped through; the primitive resolving names seems to return
| nothing.  I am able to resolve the name on the host system.
|
| I'm suspicious this is a 64 bit compatibity issue.
|
| Any ideas?
|
| Thanks.
| Ross Boylan
|
| _______________________________________________
| Magritte, Pier and Related Tools ...
| https://www.iam.unibe.ch/mailman/listinfo/smallwiki
_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki
Reply | Threaded
Open this post in threaded view
|

Re: Can't resolve names

Mariano Martinez Peck
In reply to this post by Ross Boylan


On Fri, Sep 18, 2009 at 6:56 PM, Ross Boylan <[hidden email]> wrote:
I downloaded and unzipped Pier-1.2.app.zip onto an amd64 Linux system.
./pier.sh initially failed, but when I installed ia32 compatibility libs
it launched.

Yes. This is explained in the readme file of the VM. I don't know if it is in Pier one click, but in latest pharo VM it is.
 

However, it is unable to resolve names, or at least squeaksource.com;
I've stepped through; the primitive resolving names seems to return
nothing.  I am able to resolve the name on the host system.


Yes, this is a Pharo known bug. Look in the bugtracker.
 
I'm suspicious this is a 64 bit compatibity issue.

Any ideas?

Thanks.
Ross Boylan

_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki


_______________________________________________
Magritte, Pier and Related Tools ...
https://www.iam.unibe.ch/mailman/listinfo/smallwiki