Skip Menu |

This queue is for tickets about the Perl-Dist-Strawberry CPAN distribution.

Report information
The Basics
Id: 25035
Status: resolved
Priority: 0/
Queue: Perl-Dist-Strawberry

People
Owner: dagolden [...] cpan.org
Requestors: alexchorny [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.1.2
Fixed in: (no value)



Subject: strawberry.yml update for 0.1.2
dmake, ExtUtils::MakeMaker and CPAN were updated since this release, but strawberry.yml contains links to fixed versions. Compress::Zlib requires 3 other modules to install. File::Which is required for Archive::Zip. Win32API::File fails tests under national Windows, RT#20825. With this changes, installation fails at ExtUtils::CBuilder installation. Tried manual install - CPAN.pm requires reconfigure. -- Alexandr Ciornii, http://chorny.net
Subject: strawberry.yml
# VanillaPerl YAML config file --- # package info package_name: Strawberry Perl package_version: 0.1.2 # directories download_dir: c:\temp\sp_sources build_dir: c:\temp\sp_build image_dir: c:\strawberry-perl # Binary components binary: - name: dmake url: http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/dmake-4.7-20061120-SHAY.zip license: dmake/COPYING : dmake/COPYING dmake/readme/license.txt: dmake/license.txt install_to: dmake/dmake.exe: dmake/bin/dmake.exe dmake/startup: dmake/bin/startup - name: gcc-core url: http://umn.dl.sourceforge.net/mingw/gcc-core-3.4.5-20060117-1.tar.gz license: COPYING: gcc/COPYING COPYING.lib: gcc/COPYING.lib install_to: mingw - name: gcc-g++ url: http://umn.dl.sourceforge.net/mingw/gcc-g++-3.4.5-20060117-1.tar.gz license: install_to: mingw - name: mingw32-make url: http://umn.dl.sourceforge.net/mingw/mingw32-make-3.81-1.tar.gz license: install_to: mingw - name: binutils url: http://umn.dl.sourceforge.net/mingw/binutils-2.16.91-20060119-1.tar.gz license: Copying: binutils/Copying Copying.lib: binutils/Copying.lib install_to: mingw - name: mingw-runtime url: http://umn.dl.sourceforge.net/mingw/mingw-runtime-3.10.tar.gz license: doc/mingw-runtime/Contributors: mingw/Contributors doc/mingw-runtime/Disclaimer: mingw/Disclaimer install_to: mingw - name: w32api url: http://umn.dl.sourceforge.net/mingw/w32api-3.6.tar.gz license: install_to: mingw extra: extra\README.w32api: licenses\win32api\README.w32api # Source components source: - name: perl url: http://mirrors.kernel.org/CPAN/src/perl-5.8.8.tar.gz license: perl-5.8.8/Readme: perl/Readme perl-5.8.8/Artistic: perl/Artistic perl-5.8.8/Copying: perl/Copying unpack_to: perl install_to: perl after: extra\Config.pm: lib\CPAN\Config.pm # Additional modules to bundle in site\lib modules: - name: ExtUtils::MakeMaker - name: CPAN - name: Win32API::File force: 1 - name: File::Spec - name: IO force: 1 - name: Compress::Raw::Zlib - name: IO::Compress::Base - name: IO::Compress::Gzip - name: Compress::Zlib - name: IO::Zlib force: 1 - name: Archive::Tar - name: Time::Local - name: File::Which - name: Archive::Zip - name: Net::FTP extra: extra\libnet.cfg: libnet.cfg # Extra files to be placed extra: README: README.txt LICENSE.txt: LICENSE.txt Changes: Release-Notes.txt # reset Config again extra\Config.pm: perl\lib\CPAN\Config.pm extra\links\Perl-Documentation.url: links\Perl-Documentation.url extra\links\Perl-Homepage.url: links\Perl-Homepage.url extra\links\Perl-Mailing-Lists.url: links\Perl-Mailing-Lists.url extra\links\Perlmonks-Community-Forum.url: links\Perlmonks-Community-Forum.url extra\links\Search-CPAN-Modules.url: links\Search-CPAN-Modules.url extra\links\Strawberry-Perl-Homepage.url: links\Strawberry-Perl-Homepage.url # CPAN Modules to install using CPAN cpan: - name: ExtUtils::CBuilder - name: ExtUtils::ParseXS - name: version - name: Win32API::Registry - name: Win32::TieRegistry - name: File::HomeDir - name: Bundle::CPAN force: 1 - name: Bundle::LWP extra: extra\FinalConfig.pm: perl\lib\CPAN\Config.pm
Subject: strawberry.yml.patch
--- strawberry.yml.dist Tue Aug 29 00:17:32 2006 +++ strawberry.yml Mon Feb 19 17:46:11 2007 @@ -12,7 +12,7 @@ # Binary components binary: - name: dmake - url: http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/dmake-4.5-20060619-SHAY.zip + url: http://search.cpan.org/CPAN/authors/id/S/SH/SHAY/dmake-4.7-20061120-SHAY.zip license: dmake/COPYING : dmake/COPYING dmake/readme/license.txt: dmake/license.txt @@ -73,18 +73,22 @@ # Additional modules to bundle in site\lib modules: - - name: MSCHWERN/ExtUtils-MakeMaker-6.30_01.tar.gz - force: 1 - - name: ANDK/CPAN-1.87_57.tar.gz + - name: ExtUtils::MakeMaker + - name: CPAN - name: Win32API::File + force: 1 - name: File::Spec - name: IO force: 1 + - name: Compress::Raw::Zlib + - name: IO::Compress::Base + - name: IO::Compress::Gzip - name: Compress::Zlib - name: IO::Zlib force: 1 - name: Archive::Tar - name: Time::Local + - name: File::Which - name: Archive::Zip - name: Net::FTP extra:
New version of dmake appeared: dmake-4.8-20070327-SHAY.zip -- Alexandr Ciornii, http://chorny.net
Configuration-driven build has now been replaced by class-driver builds. strawberry.yml is no longer required.