Re: [Emc-users] Installing linuxcnc 2.4.7 from packages

2013-03-15 Thread Eric H. Johnson
Sebastian,

Thanks, I decided it was going to be easier to just upgrade to 2.5.

Regards,
Eric

I think I found the problem.  The wiki page you looked at is out of date -
it says at the top in bold to go look at this other page instead:
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Installing_LinuxCNC 

The new page links to a new install script
(http://linuxcnc.org/install-scripts/lucid/linuxcnc-install.sh) that tries
to install linuxcnc 2.5 for you, which is not what you want.

But if you download the new script and open it in your favourite text editor
and change the two places where it says "linuxcnc2.5" to "emc2.4", then
change the "apt-get install" line so it installs "emc2" instead of
"linuxcnc", it should work, and should get the correct python packages for
emc 2.4 on lucid.

This is what I think from looking at the script, but I haven't tried it!
Let us know if it work.


--
Sebastian Kuzminsky



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Installing linuxcnc 2.4.7 from packages

2013-03-15 Thread Sebastian Kuzminsky
On Mar 15, 2013, at 11:17 , Eric H. Johnson wrote:

> Hi all,
> 
> The hard drive failed on one of my customer's machines. They were running
> emc2  2.4.7. I was trying to reinstall that so that I can run the known
> working configuration without modification. I was trying to run this script
> file:
> http://linuxcnc.org/lucid/emc2-install.sh
> 
> Referenced here:
> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Installing_EMC2#On_Ubuntu_10_04_usi
> ng_precompiled_EMC2_packages


I think I found the problem.  The wiki page you looked at is out of date - it 
says at the top in bold to go look at this other page instead:  
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Installing_LinuxCNC 

The new page links to a new install script 
(http://linuxcnc.org/install-scripts/lucid/linuxcnc-install.sh) that tries to 
install linuxcnc 2.5 for you, which is not what you want.

But if you download the new script and open it in your favourite text editor 
and change the two places where it says "linuxcnc2.5" to "emc2.4", then change 
the "apt-get install" line so it installs "emc2" instead of "linuxcnc", it 
should work, and should get the correct python packages for emc 2.4 on lucid.

This is what I think from looking at the script, but I haven't tried it!  Let 
us know if it work.


-- 
Sebastian Kuzminsky


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Installing linuxcnc 2.4.7 from packages

2013-03-15 Thread Eric Keller
Don't you have to do something to the script to point it at python2.4?

On Fri, Mar 15, 2013 at 3:52 PM, Eric H. Johnson wrote:

> Ok, I added:
> deb http://ubuntu.mirror.cambrium.nl/ubuntu/ hardy-updates main
>
> to my sources.list file and then was able to install:
> python2.4-minimal
> python2.4
> python2.4-dev
>
> But when I run the install script I am still getting the same error.
>
> Regards,
> Eric
>
>
> The following packages have unmet dependencies:
>   emc2: Depends: python2.4-numarray but is not installable
> Depends: python2.4-imaging but is not installable
> Depends: python2.4-imaging-tk but is not going to be installed
> Depends: python (< 2.5) but 2.6.5-0ubuntu1 is to be installed
> Depends: python (< 2.5) but 2.6.5-0ubuntu1 is to be installed
> Depends: bwidget (< 1.8) but 1.9.0-2 is to be installed
> Depends: python2.4-tk but is not installable
> Depends: python2.4-xml but is not installable
>
>
>
>
>
> --
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_mar
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Installing linuxcnc 2.4.7 from packages

2013-03-15 Thread Eric H. Johnson
Ok, I added:
deb http://ubuntu.mirror.cambrium.nl/ubuntu/ hardy-updates main

to my sources.list file and then was able to install:
python2.4-minimal
python2.4
python2.4-dev

But when I run the install script I am still getting the same error.

Regards,
Eric


The following packages have unmet dependencies:
  emc2: Depends: python2.4-numarray but is not installable
Depends: python2.4-imaging but is not installable
Depends: python2.4-imaging-tk but is not going to be installed
Depends: python (< 2.5) but 2.6.5-0ubuntu1 is to be installed
Depends: python (< 2.5) but 2.6.5-0ubuntu1 is to be installed
Depends: bwidget (< 1.8) but 1.9.0-2 is to be installed
Depends: python2.4-tk but is not installable
Depends: python2.4-xml but is not installable




--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Installing linuxcnc 2.4.7 from packages

2013-03-15 Thread Eric H. Johnson
Replying to my own post, this looks like the problem, and possibly the
solution:
http://davidjb.com/blog/2010/05/installing-python-2-4-on-ubuntu-10-04-lucid-
lynx

Trying now.

Regards,
Eric

Re-running the script does not repeat the stuff that succeeded, only that
which failed. Here is what failed:

The following packages have unmet dependencies:
  emc2: Depends: python2.4-numarray but is not installable
Depends: python2.4-imaging but is not installable
Depends: python2.4-imaging-tk but is not going to be installed
Depends: python (< 2.5) but 2.6.5-0ubuntu1 is to be installed
Depends: python (< 2.5) but 2.6.5-0ubuntu1 is to be installed
Depends: bwidget (< 1.8) but 1.9.0-2 is to be installed
Depends: python2.4-tk but is not installable
Depends: python2.4-xml but is not installable


Regards,
Eric


I think that's supposed to work, but it probably hasnt been tested on 2.4
for a long time.

Please pastebin the output of running that command, showing everything.


--
Sebastian Kuzminsky


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for
free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for
free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Installing linuxcnc 2.4.7 from packages

2013-03-15 Thread Eric H. Johnson
Re-running the script does not repeat the stuff that succeeded, only that
which failed. Here is what failed:

The following packages have unmet dependencies:
  emc2: Depends: python2.4-numarray but is not installable
Depends: python2.4-imaging but is not installable
Depends: python2.4-imaging-tk but is not going to be installed
Depends: python (< 2.5) but 2.6.5-0ubuntu1 is to be installed
Depends: python (< 2.5) but 2.6.5-0ubuntu1 is to be installed
Depends: bwidget (< 1.8) but 1.9.0-2 is to be installed
Depends: python2.4-tk but is not installable
Depends: python2.4-xml but is not installable


Regards,
Eric


I think that's supposed to work, but it probably hasnt been tested on 2.4
for a long time.

Please pastebin the output of running that command, showing everything.


--
Sebastian Kuzminsky


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for
free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Installing linuxcnc 2.4.7 from packages

2013-03-15 Thread Sebastian Kuzminsky


"Eric H. Johnson"  wrote:

>http://linuxcnc.org/lucid/emc2-install.sh
...
>It blows out on a bunch of python related dependencies.

I think that's supposed to work, but it probably hasnt been tested on 2.4 for a 
long time.

Please pastebin the output of running that command, showing everything.


-- 
Sebastian Kuzminsky

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Installing linuxcnc 2.4.7 from packages

2013-03-15 Thread Eric H. Johnson
Hi all,

The hard drive failed on one of my customer's machines. They were running
emc2  2.4.7. I was trying to reinstall that so that I can run the known
working configuration without modification. I was trying to run this script
file:
http://linuxcnc.org/lucid/emc2-install.sh

Referenced here:
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Installing_EMC2#On_Ubuntu_10_04_usi
ng_precompiled_EMC2_packages

It blows out on a bunch of python related dependencies.

I am trying to install to xubuntu 10.04.2. I did apply all updates before
installing.

Is there a relatively easy way to install older versions of linuxcnc / emc2
from compiled packages?

Thanks,
Eric
 

 


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users