Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #69216

CentOS 6.5 / SPEC file

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <delldudedevin@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'error:': 0.07; 'subject:file': 0.07; 'exit': 0.09; 'release,': 0.09; 'release.': 0.09; 'skip:% 20': 0.09; 'spec': 0.09; 'python': 0.11; "']'": 0.16; 'broken.': 0.16; 'errors:': 0.16; 'skip:/ 60': 0.16; 'tarball': 0.16; 'trying': 0.19; 'seems': 0.21; 'appears': 0.22; 'error': 0.23; 'skip:% 10': 0.24; 'regardless': 0.24; 'versions': 0.24; 'source': 0.25; 'tried': 0.27; 'correct': 0.29; 'appreciated.': 0.29; 'message-id:@mail.gmail.com': 0.30; 'file': 0.32; 'maybe': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'version': 0.36; '2.6': 0.36; 'to:addr:python-list': 0.38; 'bad': 0.39; '\xa0\xa0\xa0': 0.39; 'to:addr:python.org': 0.39; 'manually': 0.60; 'subject: / ': 0.60; 'such': 0.63; 'more': 0.64; 'latest': 0.67; 'fail.': 0.84; 'stat': 0.84; 'rpm': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ShntH/JnPplTjACymCYvR/TvU9gGoKM+MdWOGmx8e5o=; b=Zqu2bKNbrud/h55Ew7rXIdV9EJDDtV+O0ThMLXoi1sylOwXiptA/Dp4ps1Ei7+Tkew WrIFP8IberG4v69aZeEnQiFFhURdXCqD0m/FlqynJlDqosy+W3nlYJAJxwvmMOPgVx3H aqNsJaqvK68KWL6rmp1+KU3oMLl7CIiWB0QZLyDJSc39YlTk/I+DXYN/gYkCEH7kKj9Y 5p/qL5O4nf8WtV50ba6D8WQA0c9xBzbjMzVB+hEmndTLDHJad+D7Zc146p1zW52MNDns Ro9Pm6w+6m7Iwo+2yMvDaVS6wASVxNcoMKugyT/tU5j5d5XK0XnD40VH3vskYXZxBfF8 iLvA==
MIME-Version 1.0
X-Received by 10.236.206.166 with SMTP id l26mr4050511yho.105.1395950569371; Thu, 27 Mar 2014 13:02:49 -0700 (PDT)
Date Thu, 27 Mar 2014 13:02:49 -0700
Subject CentOS 6.5 / SPEC file
From Devin <delldudedevin@gmail.com>
To python-list@python.org
Content-Type multipart/alternative; boundary=bcaec508f272cfbd7904f59c119b
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.8631.1395950577.18130.python-list@python.org> (permalink)
Lines 63
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1395950577 news.xs4all.nl 2917 [2001:888:2000:d::a6]:35037
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:69216

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

I have been trying to compile an RPM manually using the SPEC file that is
contained in the source tarball from Python.org's website. I have tried
multiple versions and they all seem to fail. I have tried the latest 3.4.0
release, 3.3.5 release, and 3.2.5 release. It appears the SPEC file
contained in the Misc/RPM directory is broken.

I am seeing the error:

+ '[' '!' -z 2.6 ']'
+ cd /builddir/build/BUILDROOT/python2.6-3.3.5-1pydotorg.x86_64/usr/bin
+ mv pydoc pydoc.old
mv: cannot stat `pydoc': No such file or directory
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.yqWO6C (%install)
    line 71: buildprereq is deprecated: BuildPrereq: expat-devel
    line 72: buildprereq is deprecated: BuildPrereq: db4-devel
    line 73: buildprereq is deprecated: BuildPrereq: gdbm-devel
    line 74: buildprereq is deprecated: BuildPrereq: sqlite-devel
    line 91: prereq is deprecated: Prereq: python2.6 = %{PACKAGE_VERSION}
    line 122: prereq is deprecated: Prereq: python2.6 =
%{PACKAGE_VERSION}-1pydotorg
    Bad exit status from /var/tmp/rpm-tmp.yqWO6C (%install)

It seems to give me this error regardless of what version of Python I am
trying. Is there a good website that contains maybe a more correct version
of the SPEC file for CentOS 6.x? Any help would be greatly appreciated.

Devin Acosta

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

CentOS 6.5 / SPEC file Devin <delldudedevin@gmail.com> - 2014-03-27 13:02 -0700

csiph-web