[ python-Bugs-939699 ] Building python 2.3.3 RPM on Mandrake 9.2. fails

SourceForge.net noreply at sourceforge.net
Wed Apr 21 19:35:08 EDT 2004


Bugs item #939699, was opened at 2004-04-22 01:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=939699&group_id=5470

Category: Build
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: fabien wahl (fwahl)
Assigned to: Nobody/Anonymous (nobody)
Summary: Building python 2.3.3 RPM on Mandrake 9.2. fails

Initial Comment:
The command (run as root)
$ rpm --rebuild python2.3-2.3.3-2pydotorg.src.rpm

yields the following (Two files not found)

RPM build errors:
    user jafo does not exist - using root
    group jafo does not exist - using root
    user jafo does not exist - using root
    group jafo does not exist - using root
    user jafo does not exist - using root
    group jafo does not exist - using root
    File not found:
/var/tmp/python2.3-2.3.3-root/usr/man/man1/python2.3.1.gz
    File not found:
/var/tmp/python2.3-2.3.3-root/usr/lib/python2.3/Tools/freeze/.cvsignore

Does that mean that your src.rpm file is not complete?
In the ../man/man1 directory, i have the file
python2.3.1.bz2. This does not match line 227 and  310
of the .spec file ???
changing gz in bz2 solves this problem (at least it seems)

In the .spec file, in the Tools section starting,  line
233, the variable %{_prefix} is used, but it seems it
should be %{__prefix} ??
Correcting __prefix yields another error 

what is the variable %{_bindir} pointing on? seems to
be /usr/bin, but no instanciation found in the spec file.




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=939699&group_id=5470



More information about the Python-bugs-list mailing list