Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 63991
Status: resolved
Priority: 0/
Queue: version

People
Owner: jpeacock [...] cpan.org
Requestors: garen.p [...] gmail.com
Cc:
AdminCc:

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



Subject: Upgrade from 0.82 to 0.87 in latest version of Strawberry Perl 5.12.1 fails
Date: Thu, 16 Dec 2010 11:43:55 -0800
To: bug-version [...] rt.cpan.org
From: Garen <garen.p [...] gmail.com>
Details look like so: Show quoted text
cpan> upgrade version
... g++ -o blib\arch\auto\version\version.dll -Wl,--base-file -Wl,dll.base -mdll -s -L"C:\Perl\strawberry\perl\lib\CORE" -L" C:\Perl\strawberry\c\lib" version.o -Wl,--image-base,0x1f0a0000 C:\Perl\strawberry\perl\lib\CORE\libperl512.a -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 dll.exp g++: version.o: No such file or directory dmake.EXE: Error code 129, while making 'blib\arch\auto\version\version.dll' JPEACOCK/version-0.87.tar.gz C:\Perl\strawberry\c\bin\dmake.EXE -- NOT OK Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: JPEACOCK/version-0.87.tar.gz : make NO
I have the exact same issue. Before our CPAN clients used to use Build.PL, but now that it is gone, we are using Makefile.PL. The issue is that Makefile.PL doesn't correctly configure the generated Makefile. The Makefile still wants to build outside of the vutil directory and so looks for dist-name.o. vutil/Makefile.PL works perfectly. If I add C => [], to the WriteMakefile arguments in ./Makefile.PL then it works fine.
Fixed in 0.88 (on its way to CPAN right now) Thanks!