Re: Python 2.3.2
"Michael A. Peters" <[email protected]> Thu, 16 Oct 2003 09:11:23 -0700
| Newsgroups | gmane.linux.redhat.rpm.python |
|---|---|
| Message-ID | <1066320683.3610.5.camel__39917.5096456476$1072982623@localhost.localdomain> |
On Wed, 2003-10-15 at 05:45, Michael A. Peters wrote: > I have no problems building rpm 4.1/4.2 on systems with Python 2.2 - but > with Python 2.3 the build fails (unless python is disabled by configure > - NOT what I want) > > Other than using 2.2 instead - is there a fix for this? Oh my gosh. I feel *really* *really* *stupid* What I have is a set of shell scripts (based on the LFS project) that formats a partition, builds enough of a system on it to chroot into it and build a very basic bootable system from which I can cvs checkout my spec files and bootstrap it with RPM. This is what I do whenever I want to upgrade my toolchain (stuff that isn't terribly safe to update on a live system). My problem with Python 2.3 was I had hardcoded --with-python=2.3 into the script that builds rpm. Stupid stupid stupid. It all works fine now - and I've fixed that stupidity in the script so it will never happen again.