Обсуждение: Problems compiling 7.4.6 src rpms

Поиск
Список
Период
Сортировка

Problems compiling 7.4.6 src rpms

От
John Allgood
Дата:
Hello All

    I am trying to build 7.4.6 src rpms and when I issue the command
rpmbuild --rebuild postgres-7.4.6-2PGDG.src.rpm. I get the following error

configure: error: Python Makefile not found.
error: Bad exit status from /var/tmp/rpm-tmp.81768

Anyone got any ideas.

This is a AMD Opteron System.


Thanks.

Re: Problems compiling 7.4.6 src rpms

От
Lonni J Friedman
Дата:
On Thu, 17 Feb 2005 11:58:47 -0500, John Allgood <john@turbocorp.com> wrote:
> Hello All
>
>     I am trying to build 7.4.6 src rpms and when I issue the command
> rpmbuild --rebuild postgres-7.4.6-2PGDG.src.rpm. I get the following error
>
> configure: error: Python Makefile not found.
> error: Bad exit status from /var/tmp/rpm-tmp.81768
>
> Anyone got any ideas.
>
> This is a AMD Opteron System.

Which distro are you running?  You should prolly check the config.log
in /usr/src/$foo/BUILD/postgres/ to see the full error.  I'm guessing
that you've got all the python-devel RPMs installed already?


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman                                    netllama@gmail.com
LlamaLand                       http://netllama.linux-sxs.org

Re: Problems compiling 7.4.6 src rpms

От
John Allgood
Дата:
This is being compiled on Redhat ES 3.0 X86_64 Update 4 Release. I
looked in the config.log the only thing I could find was this messages

configure:4681:   checking how to link an embedded Python Application
configure:4685:   result: no
configure:4687:   error: Python Makefile not found

Thanks

John Allgood - ESC

Lonni J Friedman wrote:
>On Thu, 17 Feb 2005 11:58:47 -0500, John Allgood <john@turbocorp.com> wrote:
>
>>Hello All
>>
>>    I am trying to build 7.4.6 src rpms and when I issue the command
>>rpmbuild --rebuild postgres-7.4.6-2PGDG.src.rpm. I get the following error
>>
>>configure: error: Python Makefile not found.
>>error: Bad exit status from /var/tmp/rpm-tmp.81768
>>
>>Anyone got any ideas.
>>
>>This is a AMD Opteron System.
>>
>
>Which distro are you running?  You should prolly check the config.log
>in /usr/src/$foo/BUILD/postgres/ to see the full error.  I'm guessing
>that you've got all the python-devel RPMs installed already?
>
>
>

Re: Problems compiling 7.4.6 src rpms

От
Lonni J Friedman
Дата:
This looks like your problem:

http://groups-beta.google.com/group/comp.databases.postgresql.hackers/browse_thread/thread/3f0008119f1568e6/796dbcf05a53518a?q=%22+checking+how+to+link+an+embedded+Python+Application%22&_done=%2Fgroups%3Fas_epq%3D+checking+how+to+link+an+embedded+Python+Application%26safe%3Doff%26lr%3D%26num%3D50%26hl%3Den%26&_doneTitle=Back+to+Search&&d#796dbcf05a53518a


On Thu, 17 Feb 2005 13:10:37 -0500, John Allgood <john@turbocorp.com> wrote:
> This is being compiled on Redhat ES 3.0 X86_64 Update 4 Release. I
> looked in the config.log the only thing I could find was this messages
>
> configure:4681:   checking how to link an embedded Python Application
> configure:4685:   result: no
> configure:4687:   error: Python Makefile not found
>
> Thanks
>
> John Allgood - ESC
>
> Lonni J Friedman wrote:
> >On Thu, 17 Feb 2005 11:58:47 -0500, John Allgood <john@turbocorp.com> wrote:
> >
> >>Hello All
> >>
> >>    I am trying to build 7.4.6 src rpms and when I issue the command
> >>rpmbuild --rebuild postgres-7.4.6-2PGDG.src.rpm. I get the following error
> >>
> >>configure: error: Python Makefile not found.
> >>error: Bad exit status from /var/tmp/rpm-tmp.81768
> >>
> >>Anyone got any ideas.
> >>
> >>This is a AMD Opteron System.
> >>
> >
> >Which distro are you running?  You should prolly check the config.log
> >in /usr/src/$foo/BUILD/postgres/ to see the full error.  I'm guessing
> >that you've got all the python-devel RPMs installed already?
> >
> >
> >
>


--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman                                    netllama@gmail.com
LlamaLand                       http://netllama.linux-sxs.org

Re: Problems compiling 7.4.6 src rpms

От
John Allgood
Дата:
I found an distutils rpm and installed I am still getting the same
message. I tried rebuilding the rpm with

rpmbuild --rebuild postgres-7.4.6-2PGDG.src.rpm --define 'python 0'


I then complains about kerberos.

Is there any precompiled RPMS for 7.4.6 64 bit anywhere.

Thanks

Lonni J Friedman wrote:
>This looks like your problem:

>http://groups-beta.google.com/group/comp.databases.postgresql.hackers/browse_thread/thread/3f0008119f1568e6/796dbcf05a53518a?q=%22+checking+how+to+link+an+embedded+Python+Application%22&_done=%2Fgroups%3Fas_epq%3D+checking+how+to+link+an+embedded+Python+Application%26safe%3Doff%26lr%3D%26num%3D50%26hl%3Den%26&_doneTitle=Back+to+Search&&d#796dbcf05a53518a
>
>
>On Thu, 17 Feb 2005 13:10:37 -0500, John Allgood <john@turbocorp.com> wrote:
>
>>This is being compiled on Redhat ES 3.0 X86_64 Update 4 Release. I
>>looked in the config.log the only thing I could find was this messages
>>
>>configure:4681:   checking how to link an embedded Python Application
>>configure:4685:   result: no
>>configure:4687:   error: Python Makefile not found
>>
>>Thanks
>>
>>John Allgood - ESC
>>
>>Lonni J Friedman wrote:
>>
>>>On Thu, 17 Feb 2005 11:58:47 -0500, John Allgood <john@turbocorp.com> wrote:
>>>
>>>
>>>>Hello All
>>>>
>>>>   I am trying to build 7.4.6 src rpms and when I issue the command
>>>>rpmbuild --rebuild postgres-7.4.6-2PGDG.src.rpm. I get the following error
>>>>
>>>>configure: error: Python Makefile not found.
>>>>error: Bad exit status from /var/tmp/rpm-tmp.81768
>>>>
>>>>Anyone got any ideas.
>>>>
>>>>This is a AMD Opteron System.
>>>>
>>>>
>>>Which distro are you running?  You should prolly check the config.log
>>>in /usr/src/$foo/BUILD/postgres/ to see the full error.  I'm guessing
>>>that you've got all the python-devel RPMs installed already?
>>>
>>>
>>>
>>>
>
>
>