<div dir="ltr"><div>I am using Ubuntu 14.04.<br></div><div>After removing package "libpython2.7-dev:amd64" and "python2.7-dev",</div><div>I got following error message in "rsb-report-sparc-rtems4.12-gdb-7.9-x86_64-linux-gnu-1.txt":</div><div><br></div><div><div><span style="font-size:12.8px">checking for python... /usr/bin/python</span></div><div><span style="font-size:12.8px">checking for python2.7... no</span></div><div><span style="font-size:12.8px">configure: error: python is missing or unusable</span></div><div><span style="font-size:12.8px">make[1]: *** [configure-gdb] Error 1</span></div><div><span style="font-size:12.8px">make[1]: Leaving directory `/data/jason/rtems/rtems-source-builder/rtems/build/sparc-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build'</span></div><div><span style="font-size:12.8px">make: *** [all] Error 2</span></div><div><span style="font-size:12.8px">shell cmd failed: /bin/sh -ex  /data/jason/rtems/rtems-source-builder/rtems/build/sparc-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/doit</span></div><div><span style="font-size:12.8px">error: building sparc-rtems4.12-gdb-7.9-x86_64-linux-gnu-1</span></div></div><div><br></div><div>A more detailed config log can be found at "build/sparc-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build/gdb/config.log".</div><div>I think it is what joel is asking for.</div><div>Error message in  "build/sparc-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build/gdb/config.log":</div><div><br></div><div><div>configure:8265: result: /usr/bin/python</div><div>configure:8403: checking for python2.7</div><div>configure:8421: /usr/bin/gcc -O2 -pipe -I/data/jason/rtems/rtems-source-builder/rtems/build/tmp/sb-jason/4.12/rtems-sparc/data/jason/rtems/4.12/include -o conftest -g -O2   -I/data/jason/rtems/rtems-source-builder/rtems/build/tmp/sb-jason/4.12/rtems-sparc/data/jason/rtems/4.12/include -I/usr/include/python2.7 -I/usr/include/python2.7 -static-libstdc++ -static-libgcc -L/data/jason/rtems/rtems-source-builder/rtems/build/tmp/sb-jason/4.12/rtems-sparc/data/jason/rtems/4.12/lib conftest.c -ldl -lncurses -lm -ldl    -lpthread -ldl -lutil -lm -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions >&5</div><div>conftest.c:51:20: fatal error: Python.h: No such file or directory</div><div> #include "Python.h"</div><div>                    ^</div><div>compilation terminated.</div><div>configure:8421: $? = 1</div></div><div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Regards,</div><div class="gmail_extra">Jason Wong</div><div class="gmail_extra"><br><div class="gmail_quote">On 11 February 2016 at 19:44, punit vara <span dir="ltr"><<a href="mailto:punitvara@gmail.com" target="_blank">punitvara@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="h5">On Wed, Feb 10, 2016 at 11:45 PM, Joel Sherrill <<a href="mailto:joel@rtems.org">joel@rtems.org</a>> wrote:<br>
> We need the config.log from the subdirectory where the failure occurred.<br>
> This looks like one from the top directory,<br>
><br>
> Look at the build log to see what directory the build failed in and grab<br>
> that one.<br>
><br>
> FWIW a quick google for this issue on Ubuntu showed someone suggested:<br>
><br>
> sudo apt-get install python-dev<br>
><br>
> Have you done that?<br>
><br>
> --joel<br>
><br>
> On Wed, Feb 10, 2016 at 11:50 AM, punit vara <<a href="mailto:punitvara@gmail.com">punitvara@gmail.com</a>> wrote:<br>
>><br>
>> On Tue, Feb 9, 2016 at 8:21 PM, Joel Sherrill <<a href="mailto:joel@rtems.org">joel@rtems.org</a>> wrote:<br>
>> ><br>
>> ><br>
>> > On Tue, Feb 9, 2016 at 8:15 AM, punit vara <<a href="mailto:punitvara@gmail.com">punitvara@gmail.com</a>> wrote:<br>
>> >><br>
>> >> On Tue, Feb 9, 2016 at 6:56 PM, Aun-Ali Zaidi <<a href="mailto:admin@kodeit.net">admin@kodeit.net</a>> wrote:<br>
>> >> > Hi,<br>
>> >> ><br>
>> >> > I was having the same problem yesterday and managed to find a fix by<br>
>> >> > installing libpython2.7-dev:<br>
>> >> ><br>
>> >> > sudo apt-get install libpython2.7-dev<br>
>> >> ><br>
>> >> > Aun-Ali Zaidi<br>
>> >> ><br>
>> >><br>
>> >> Thanks Aun-Ali. I have tried but again I am getting same error.<br>
>> >> Because this package would get installed when you install<br>
>> >> python2.7-dev<br>
>> ><br>
>> ><br>
>> > Can you look in the config.log for gdb where the failure occurred? Or<br>
>> > even<br>
>> > at the <a href="http://configure.in/ac" rel="noreferrer" target="_blank">configure.in/ac</a> script in its source. It is looking for a very<br>
>> > specific<br>
>> > file to link against and failing.<br>
>> ><br>
>> > yum have a "provides" subcommand to search for which package provides<br>
>> > a specific file. Apt must have a similar capability.<br>
>> ><br>
>> > So you can figure out the file gdb needs to link and the corresponding<br>
>> > package which includes it.<br>
>> ><br>
>> > --joel<br>
>> ><br>
>> >><br>
>> >> _______________________________________________<br>
>> >> devel mailing list<br>
>> >> <a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
>> >> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
>> ><br>
>> ><br>
>><br>
>> Yes I agree with you Joel. From line 129 I found errors if you can<br>
>> help me out. Perhaps somebody can help me I am attaching config.log<br>
>> file from<br>
>><br>
>><br>
>> /home/punit/development/rtems/src/rtems-source-builder/rtems/build/arm-rtems4.12-gdb-7.9-x86_64-linux-gnu-1/build<br>
><br>
><br>
</div></div>Yes I tried that before but same error.  I am attaching log file I<br>
have sent config.log from failure subdirectory. I have provided<br>
location in previous mail which is the same as shown in this log file.<br>
If I am wrong let me.<br>
<br>
Thanks for support.<br>
<br>_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Regards,<br>Jason Wong<br></div>
</div></div>