-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
It was pointed out that the source tarballs I uploaded had some cruft
in them that they shouldn't have, such as svn turds and whatnot.
I've generated new tarballs with that stuff deleted. I do /not/ want
to bump the Python version number for this because this only removes
files that never should have been in the tarball in the first place,
and I cut the new ones from the same r26 tag with no changes.
Would someone please check the new tarballs out and see if they look
right to you:
http://www.python.org/ftp/python/2.6/Python-2.6.tgz.fixed http://www.python.org/ftp/python/2.6/Python-2.6.tar.bz2.fixed
Everything unpacks and looks right to me, but I'd love to have another
pair of eyes look at them. If it looks good, I will update the
download page, move the files into place, and send a follow up
announcement to the mailing lists.
Thanks,
- -Barry
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin)
iQCVAwUBSOUVWXEjvBPtnXfVAQLDbwP+PT3R7MszFgAmFGVerTydvf1ojcpCdnA2 zbPj48GTTSg1jf1f4rzKS19b9/8XkrnJShTD9x0j7oKsqcAAML8quJGZRT9F3rjH kCEA46TDgrMMpP0hAecAUZPjn/53x8WKqbF7dFTemqY+QThMBZcMGIOAVtqxRCsX b18X5y+GxIk= =nn/R -----END PGP SIGNATURE-----
Is whoever does the OS-X build on this list? I have problems building
the
Mac OS-X installer build using the build script in the tarball...
(Could there be uncommitted changes to Mac/BuildScript/build- installer.py?)
-Jas
On Oct 2, 2008, at 2:39 PM, Barry Warsaw wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
It was pointed out that the source tarballs I uploaded had some
cruft in them that they shouldn't have, such as svn turds and whatnot.I've generated new tarballs with that stuff deleted. I do /not/
want to bump the Python version number for this because this only
removes files that never should have been in the tarball in the
first place, and I cut the new ones from the same r26 tag with no
changes.Would someone please check the new tarballs out and see if they look
right to you:http://www.python.org/ftp/python/2.6/Python-2.6.tgz.fixed http://www.python.org/ftp/python/2.6/Python-2.6.tar.bz2.fixed
Everything unpacks and looks right to me, but I'd love to have
another pair of eyes look at them. If it looks good, I will update
the download page, move the files into place, and send a follow up
announcement to the mailing lists.Thanks,
- -Barry
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin)
iQCVAwUBSOUVWXEjvBPtnXfVAQLDbwP+PT3R7MszFgAmFGVerTydvf1ojcpCdnA2 zbPj48GTTSg1jf1f4rzKS19b9/8XkrnJShTD9x0j7oKsqcAAML8quJGZRT9F3rjH kCEA46TDgrMMpP0hAecAUZPjn/53x8WKqbF7dFTemqY+QThMBZcMGIOAVtqxRCsX b18X5y+GxIk= =nn/R -----END PGP SIGNATURE-----
python-committers mailing list python-committers@python.org http://mail.python.org/mailman/listinfo/python-committers
On Thu, Oct 2, 2008 at 4:51 PM, Jeff Senn <senn@maya.com> wrote:
Is whoever does the OS-X build on this list? I have problems building the Mac OS-X installer build using the build script in the tarball...
(Could there be uncommitted changes to Mac/BuildScript/build-installer.py?)
I had to hack the thing up a bit to get it to work. It's ugly, though, so I'll have to clean it up and commit sometime.
-- Cheers, Benjamin Peterson "There's nothing quite as beautiful as an oboe... except a chicken stuck in a vacuum cleaner."
On Oct 2, 2008, at 6:26 PM, Benjamin Peterson wrote:
On Thu, Oct 2, 2008 at 4:51 PM, Jeff Senn <senn@maya.com> wrote:
Is whoever does the OS-X build on this list? I have problems
building the Mac OS-X installer build using the build script in the tarball...(Could there be uncommitted changes to Mac/BuildScript/build- installer.py?)
I had to hack the thing up a bit to get it to work. It's ugly, though, so I'll have to clean it up and commit sometime.
Hm. Unfortunate to make a "release" that doesn't include quite the
right
build script. For the record, attached are my changes to the build
script to
get it to work. (I'm trying to build the OS-X "stackless" variant for
distribution for 2.6).
I'm assuming that the following are correct and intended:
1- the name of the Mac python install folder in /Applications should
now be
"Python<version>" rather than "MacPython<version>"
2- the filename of the released documentation from the ftp site
changed from
"html-<version>.tar.bz2" to "python-docs-html.tar.bz2"
But I notice that your posted dmg does NOT include the "Update Shell Profile.command" Should that be gone now?
My /Library/Framework.../Documentation/...html files build slightly
differently
than yours...
Also I notice that my build has usually slightly smaller exe and .so
sizes
than yours (that could be due to different versions of compiler I
suppose)
Can you let me know when/if/where you commit changes to build- installer.py? Thanks, -Jas
On Thu, Oct 2, 2008 at 6:28 PM, Jeff Senn <senn@maya.com> wrote:
On Oct 2, 2008, at 6:26 PM, Benjamin Peterson wrote:
On Thu, Oct 2, 2008 at 4:51 PM, Jeff Senn <senn@maya.com> wrote:
Is whoever does the OS-X build on this list? I have problems building the Mac OS-X installer build using the build script in the tarball...
(Could there be uncommitted changes to Mac/BuildScript/build-installer.py?)
I had to hack the thing up a bit to get it to work. It's ugly, though, so I'll have to clean it up and commit sometime.
Hm. Unfortunate to make a "release" that doesn't include quite the right build script. For the record, attached are my changes to the build script to get it to work. (I'm trying to build the OS-X "stackless" variant for distribution for 2.6).
I'm assuming that the following are correct and intended:
1- the name of the Mac python install folder in /Applications should now be "Python<version>" rather than "MacPython<version>" 2- the filename of the released documentation from the ftp site changed from "html-<version>.tar.bz2" to "python-docs-html.tar.bz2"
But I notice that your posted dmg does NOT include the "Update Shell Profile.command" Should that be gone now?
My /Library/Framework.../Documentation/...html files build slightly differently than yours...
Also I notice that my build has usually slightly smaller exe and .so sizes than yours (that could be due to different versions of compiler I suppose)
I compiled some newer libraries also.
Can you let me know when/if/where you commit changes to build-installer.py?
I've updated now.
Thanks, -Jas
-- Cheers, Benjamin Peterson "There's nothing quite as beautiful as an oboe... except a chicken stuck in a vacuum cleaner."
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Oct 2, 2008, at 6:26 PM, Benjamin Peterson wrote:
On Thu, Oct 2, 2008 at 4:51 PM, Jeff Senn <senn@maya.com> wrote:
Is whoever does the OS-X build on this list? I have problems
building the Mac OS-X installer build using the build script in the tarball...(Could there be uncommitted changes to Mac/BuildScript/build- installer.py?)
I had to hack the thing up a bit to get it to work. It's ugly, though, so I'll have to clean it up and commit sometime.
I really appreciate that Benjamin built the OSX installer, but Ronald
is the official Mac Expert (as stated in PEP 101). Ronald, do you
want to build a new installer for the download page?
- -Barry
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin)
iQCVAwUBSOYLxHEjvBPtnXfVAQJ3+QQAm9iiKk1ZUlUQrixGYzSjzkQqy3FzIpPo B2IBPBf2E+KJJJhD79Q2Y+BOqja5sUFQRz6LLhexoUOZP/pLUyBps7XUowCmmDh8 6LrENZJBkQ0gRYIOcoUBTCrkK8CxnuWNdaj3jPdwcqn6xYg7l/fCaiDYxCXet08J cnIhyJr4TVs= =WGrB -----END PGP SIGNATURE-----
On Friday, October 03, 2008, at 02:10PM, "Barry Warsaw" <barry@python.org> wrote:
I really appreciate that Benjamin built the OSX installer, but Ronald
is the official Mac Expert (as stated in PEP 101). Ronald, do you
want to build a new installer for the download page?
Not unless there are issues with the current installer. I will try to find some to clean up the build-script for 2.6.1 and the trunk though, we've just decided at work that we'll move several projects to 2.6 which is a valid excuse to do some work on the installer.
Ronald
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Oct 3, 2008, at 8:31 AM, Ronald Oussoren wrote:
On Friday, October 03, 2008, at 02:10PM, "Barry Warsaw" <barry@python.org
wrote:
I really appreciate that Benjamin built the OSX installer, but Ronald is the official Mac Expert (as stated in PEP 101). Ronald, do you want to build a new installer for the download page?
Not unless there are issues with the current installer. I will try
to find some to clean up the build-script for 2.6.1 and the trunk
though, we've just decided at work that we'll move several projects
to 2.6 which is a valid excuse to do some work on the installer.
Cool, thanks.
- -Barry
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Darwin)
iQCVAwUBSOYWK3EjvBPtnXfVAQKXdAQAiRxkd9oTftvUna2iUy17hxfzB50bt1FL USV2bpb9xOJSaoOD84UaWn+SxAoDLO58S3Hm3VGrLZ2czuL2/z0kAzCgq5fZqUQw vodld1nsPtDnZAKdUMx4RU/hdOrZyViXxftZ+qpI50JdXEwLcQX+eCPFf5Dbcfto n2HxZmeO5Tg= =7uro -----END PGP SIGNATURE-----
participants (4)
-
Barry Warsaw
-
Benjamin Peterson
-
Jeff Senn
-
Ronald Oussoren