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

SourceForge.net noreply at sourceforge.net
Thu Sep 22 09:21:12 CEST 2005


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

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.3
>Status: Closed
>Resolution: Out of Date
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.




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

>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-09-22 09:21

Message:
Logged In: YES 
user_id=1188172

Both the 2.3.5 and 2.4.1 source RPMs build fine here.

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

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