X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,DATE_IN_PAST_06_12 X-Spam-Check-By: sourceware.org X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE MIME-Version: 1.0 Date: Thu, 26 Apr 2012 17:54:20 -0500 Message-Id: Subject: [ANNOUNCEMENT] Test update: perl-5.14.2-1, please update your dependent packages From: Reini Urban To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: cygwin AT cygwin DOT com X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q3R7QXd0032271 perl has been updated to 5.14.2-1 as test in the Experimental section. It looks pretty stable to me when I tested it in the last 2 weeks. This is to build the 102 (!) dependent packages. I hope the dependencies can be done in the next month. Please upload them as test. I'll make the big switch then by myself when most packages are updated. I added a new subpackage perl_vendor which includes all formerly shipped vendor_perl modules, which are mainly required to build and test and report test results of other CPAN modules. I also added a new subpackage perl_debuginfo which includes stripped debug symbols as in fedora. They might come handy if you want to debug into perl or perl XS modules. The archname and some minor internals changed. mymalloc is gone. threads are still unstable. cc is gcc-4. There is a new Cygwin::sync_winenv function. The old 5.10 and 5.8 non-arch module paths are kept in @INC, so there is less need to update. rebase errors still happen, but are much less common than with 5.10. There's special code in the ExtUtils::MakeMaker installer to re-use previous image base addresses on cpan updated dll's. With a full cpan re-install I got 2 rebase problems. Try to close bigger dll hogs such the MS Internet Explorer or SQL Server when doing cpan updates. I've got some problems with perl-Win32-GUI, but I've got more problems with perl 5.16 (to be) than with 5.14, so 5.14 it will be for the time being, at least until 5.16.1 will come out. 5.16.0 looked better in theory than in practise. In theory I could support parallel perl packages, perl510 and perl514 (or perl516), but I doubt that other packagers want to support double packages and rename all their names. The clashes can be solved via alternatives. manpages and scripts only for the latest. Update recommendations from 5.10: ------------------------------------------------ Since 5.14 is not installed in parallel to 5.10 (it is possible, but not with this package), all your old 5.10 binary modules will need to be reinstalled for 5.14. BEFORE INSTALLATION of this 5.14 # get the list of installed 5.8 modules $ perl -MExtUtils::Installed \ -e'print join("\n", new ExtUtils::Installed->modules)' > module.list AFTER INSTALLATION of this 5.14 # install all previous modules for 5.10 $ cpan `cat module.list` -- Reini Urban http://cpanel.net/   http://www.perl-compiler.org/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple