Skip Menu |

This queue is for tickets about the POSIX-strptime CPAN distribution.

Report information
The Basics
Id: 121305
Status: new
Priority: 0/
Queue: POSIX-strptime

People
Owner: Nobody in particular
Requestors: ryl00 [...] hotmail.com
Cc:
AdminCc:

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



Subject: POSIX::strptime 0.13 fails to build on Windows 10 x64
Date: Fri, 21 Apr 2017 13:38:58 +0000
To: "bug-POSIX-strptime [...] rt.cpan.org" <bug-POSIX-strptime [...] rt.cpan.org>
From: Ray Li <ryl00 [...] hotmail.com>
Using Strawberry Perl 5.24.1.1-64bit CPAN client to install… cp lib/POSIX/strptime.pm blib\lib\POSIX\strptime.pm Running Mkbootstrap for strptime () "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "strptime.bs" "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- strptime.bs blib\arch\auto\POSIX\strptime\strptime.bs 644 "C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils\xsubpp" -typemap C:\STRAWB~1\perl\lib\ExtUtils\typemap strptime.xs > strptime.xsc Please specify prototyping behavior for strptime.xs (see perlxs manual) "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- strptime.xsc strptime.c gcc -c -I. -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"0.13\" -DXS_VERSION=\"0.13\" "-IC:\STRAWB~1\perl\lib\CORE" strptime.c "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \ -e "Mksymlists('NAME'=>\"POSIX::strptime\", 'DLBASE' => 'strptime', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" g++ strptime.def -o blib\arch\auto\POSIX\strptime\strptime.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" strptime.o "C:\STRAWB~1\perl\lib\CORE\libperl524.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base strptime.o:strptime.c:(.text+0x121): undefined reference to `strptime' collect2.exe: error: ld returned 1 exit status dmake.exe: Error code 129, while making 'blib\arch\auto\POSIX\strptime\strptime.xs.dll' GOZER/POSIX-strptime-0.13.tar.gz C:\STRAWB~1\c\bin\dmake.exe -- NOT OK Failed during this command: (optional) GOZER/POSIX-strptime-0.13.tar.gz : make NO Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
Subject: RE: [rt.cpan.org #121305] AutoReply: POSIX::strptime 0.13 fails to build on Windows 10 x64
Date: Thu, 27 Apr 2017 02:08:51 +0000
To: "bug-POSIX-strptime [...] rt.cpan.org" <bug-POSIX-strptime [...] rt.cpan.org>
From: Ray Li <ryl00 [...] hotmail.com>
Never mind… Microsoft CRT doesn’t support strptime, duh. Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10 From: Bugs in POSIX-strptime via RT<mailto:bug-POSIX-strptime@rt.cpan.org> Sent: Saturday, April 22, 2017 8:16 PM To: ryl00@hotmail.com<mailto:ryl00@hotmail.com> Subject: [rt.cpan.org #121305] AutoReply: POSIX::strptime 0.13 fails to build on Windows 10 x64 Greetings, This message has been automatically generated in response to the creation of a trouble ticket regarding: "POSIX::strptime 0.13 fails to build on Windows 10 x64", a summary of which appears below. There is no need to reply to this message right now. Your ticket has been assigned an ID of [rt.cpan.org #121305]. Your ticket is accessible on the web at: https://rt.cpan.org/Ticket/Display.html?id=121305 Please include the string: [rt.cpan.org #121305] in the subject line of all future correspondence about this issue. To do so, you may reply to this message. Thank you, bug-POSIX-strptime@rt.cpan.org ------------------------------------------------------------------------- Using Strawberry Perl 5.24.1.1-64bit CPAN client to install… cp lib/POSIX/strptime.pm blib\lib\POSIX\strptime.pm Running Mkbootstrap for strptime () "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e chmod -- 644 "strptime.bs" "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command::MM -e cp_nonempty -- strptime.bs blib\arch\auto\POSIX\strptime\strptime.bs 644 "C:\Strawberry\perl\bin\perl.exe" "C:\Strawberry\perl\lib\ExtUtils\xsubpp" -typemap C:\STRAWB~1\perl\lib\ExtUtils\typemap strptime.xs > strptime.xsc Please specify prototyping behavior for strptime.xs (see perlxs manual) "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Command -e mv -- strptime.xsc strptime.c gcc -c -I. -s -O2 -DWIN32 -DWIN64 -DCONSERVATIVE -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fwrapv -fno-strict-aliasing -mms-bitfields -s -O2 -DVERSION=\"0.13\" -DXS_VERSION=\"0.13\" "-IC:\STRAWB~1\perl\lib\CORE" strptime.c "C:\Strawberry\perl\bin\perl.exe" -MExtUtils::Mksymlists \ -e "Mksymlists('NAME'=>\"POSIX::strptime\", 'DLBASE' => 'strptime', 'DL_FUNCS' => { }, 'FUNCLIST' => [], 'IMPORTS' => { }, 'DL_VARS' => []);" g++ strptime.def -o blib\arch\auto\POSIX\strptime\strptime.xs.dll -mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" strptime.o "C:\STRAWB~1\perl\lib\CORE\libperl524.a" -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32 -Wl,--enable-auto-image-base strptime.o:strptime.c:(.text+0x121): undefined reference to `strptime' collect2.exe: error: ld returned 1 exit status dmake.exe: Error code 129, while making 'blib\arch\auto\POSIX\strptime\strptime.xs.dll' GOZER/POSIX-strptime-0.13.tar.gz C:\STRAWB~1\c\bin\dmake.exe -- NOT OK Failed during this command: (optional) GOZER/POSIX-strptime-0.13.tar.gz : make NO Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10