Re: Python problem

2016-02-13 Thread punit vara
On Sat, Feb 13, 2016 at 4:14 AM, Joel Sherrill wrote: > Jeff Mayes (here at OAR) has installed a fresh Ubuntu 15.10 to build the > tools on. Normally it is quite simple and straightforward. I wanted to know > if it was reproducible. > > I know on RPM distributions, you need to be careful when you

Re: Python problem

2016-02-12 Thread Jason Wong
Although I suspect that the reason you cannot install python2.7-dev is that you have already installed python2.7-dev:i386 which is conflict with python2.7-dev:amd64, you should show the error message when you are trying to install python2.7-dev to make things clearer. On 12 February 2016 at 22:38

Re: Python problem

2016-02-12 Thread punit vara
On Fri, Feb 12, 2016 at 3:21 AM, Jason Wong wrote: > I am using a docker image running Ubuntu 15.10, I have no problem installing > both "python2.7-dev" and "libpython2.7-dev". > According to apt-cache, "python2.7-dev" depends on "python2.7". > If you install "python2.7-dev", then "python2.7" shou

Re: Python problem

2016-02-11 Thread Jason Wong
I am using a docker image running Ubuntu 15.10, I have no problem installing both "python2.7-dev" and "libpython2.7-dev". According to apt-cache, "python2.7-dev" depends on "python2.7". If you install "python2.7-dev", then "python2.7" should be automatically installed. Perhaps you should show us th

Re: Python problem

2016-02-11 Thread Jason Wong
I am using Ubuntu 14.04. After removing package "libpython2.7-dev:amd64" and "python2.7-dev", I got following error message in "rsb-report-sparc-rtems4.12-gdb-7.9-x86_64-linux-gnu-1.txt": checking for python... /usr/bin/python checking for python2.7... no configure: error: python is missing or unu

Re: Python problem

2016-02-11 Thread punit vara
On Wed, Feb 10, 2016 at 11:45 PM, Joel Sherrill wrote: > We need the config.log from the subdirectory where the failure occurred. > This looks like one from the top directory, > > Look at the build log to see what directory the build failed in and grab > that one. > > FWIW a quick google for this

Re: Python problem

2016-02-10 Thread Joel Sherrill
We need the config.log from the subdirectory where the failure occurred. This looks like one from the top directory, Look at the build log to see what directory the build failed in and grab that one. FWIW a quick google for this issue on Ubuntu showed someone suggested: sudo apt-get install pyth

Re: Python problem

2016-02-10 Thread punit vara
On Tue, Feb 9, 2016 at 8:21 PM, Joel Sherrill wrote: > > > On Tue, Feb 9, 2016 at 8:15 AM, punit vara wrote: >> >> On Tue, Feb 9, 2016 at 6:56 PM, Aun-Ali Zaidi wrote: >> > Hi, >> > >> > I was having the same problem yesterday and managed to find a fix by >> > installing libpython2.7-dev: >> > >

Re: Python problem

2016-02-09 Thread Joel Sherrill
On Tue, Feb 9, 2016 at 8:15 AM, punit vara wrote: > On Tue, Feb 9, 2016 at 6:56 PM, Aun-Ali Zaidi wrote: > > Hi, > > > > I was having the same problem yesterday and managed to find a fix by > > installing libpython2.7-dev: > > > > sudo apt-get install libpython2.7-dev > > > > Aun-Ali Zaidi > > >

Re: Python problem

2016-02-09 Thread punit vara
On Tue, Feb 9, 2016 at 6:56 PM, Aun-Ali Zaidi wrote: > Hi, > > I was having the same problem yesterday and managed to find a fix by > installing libpython2.7-dev: > > sudo apt-get install libpython2.7-dev > > Aun-Ali Zaidi > Thanks Aun-Ali. I have tried but again I am getting same error. Because

Re: Python problem

2016-02-09 Thread Aun-Ali Zaidi
Hi, I was having the same problem yesterday and managed to find a fix by installing libpython2.7-dev: sudo apt-get install libpython2.7-dev Aun-Ali Zaidi ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Python problem

2016-02-09 Thread punit vara
t 10:35 AM, Gedare Bloom wrote: >> >> you might try ubuntu's community / support? >> >> On Mon, Feb 8, 2016 at 5:35 AM, punit vara wrote: >> > I am facing python problem since long time. I updated my system to >> > ubuntu 15.10 from 15.04 as I was facin

Re: Python problem

2016-02-08 Thread Joel Sherrill
t; > On Mon, Feb 8, 2016 at 5:35 AM, punit vara wrote: > > I am facing python problem since long time. I updated my system to > > ubuntu 15.10 from 15.04 as I was facing python problem but eventually > > I ended up with the same problem I came across before. > > > > Py

Re: Python problem

2016-02-08 Thread Gedare Bloom
you might try ubuntu's community / support? On Mon, Feb 8, 2016 at 5:35 AM, punit vara wrote: > I am facing python problem since long time. I updated my system to > ubuntu 15.10 from 15.04 as I was facing python problem but eventually > I ended up with the same problem I came

Python problem

2016-02-08 Thread punit vara
I am facing python problem since long time. I updated my system to ubuntu 15.10 from 15.04 as I was facing python problem but eventually I ended up with the same problem I came across before. Python -V shows python 2.7.10 But when Check error log it says checking for python... /usr/local/bin