Skip Menu |

This queue is for tickets about the YAML-Syck CPAN distribution.

Report information
The Basics
Id: 38527
Status: resolved
Priority: 0/
Queue: YAML-Syck

People
Owner: Nobody in particular
Requestors: remarbach [...] yahoo.com
Cc:
AdminCc:

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



Subject: YAML-Syck will not compile under Strawberry Perl 5.8.8 or 5.10.0
Date: Sat, 16 Aug 2008 14:15:26 -0700 (PDT)
To: bug-YAML-Syck [...] rt.cpan.org
From: Randall Marbach <remarbach [...] yahoo.com>

Message body is not shown because it is too large.

Subject: FIX for: YAML-Syck will not compile under Strawberry Perl 5.8.8 or 5.10.0
From: bitcard_ok [...] alvar.a-blast.org
Hi, On Sa. 16. Aug. 2008, 17:15:54, remarbach@yahoo.com wrote: Show quoted text
> In file included from Syck.xs:2: > perl_common.h:23:18: syck.h: No such file or directory
this can be fixed by changing #include <syck.h> into #include "syck.h" Ciao Alvar
This seems to be fixed in 1.05 -- marking resolved. [ERROR] Failed to send test report for 'YAML::Syck' Running [C:\strawberry\c\bin\dmake.EXE install ]... Files found in blib\arch: installing files in blib\lib into architecture dependent library tree Installing C:\strawberry\perl\site\lib\auto\YAML\Syck\Syck.bs Installing C:\strawberry\perl\site\lib\auto\YAML\Syck\Syck.dll Installing C:\strawberry\perl\site\lib\JSON\Syck.pm Installing C:\strawberry\perl\site\lib\YAML\Syck.pm Installing C:\strawberry\perl\site\lib\YAML\Dumper\Syck.pm Installing C:\strawberry\perl\site\lib\YAML\Loader\Syck.pm Writing C:\strawberry\perl\site\lib\auto\YAML\Syck\.packlist Appending installation info to C:\strawberry\perl\lib/perllocal.pod *** Install log written to: C:\Documents and Settings\BradKing\Application Data\.cpanplus\install-logs\YAML-Syck-1.05-12299941 29.log Module 'YAML::Syck' installed successfully No errors installing all modules
(This is a form-reply that isn't specific to your particular report) YAML::Syck has just acquired one new maintainer (me), it still doesn't have anyone that *cares* about it. But I'm willing to help solve your report & release a new version with the fix if it's easy for me. It now has a Git repository at: http://github.com/avar/YAML-Syck If your report is a patch that fixes a problem, great. Please remake the patch against Git by forking that repo and sending me a pull request on GitHub (or an update to this bug if you prefer git-format-patch(1) or some other repo provider..). Make sure to include a test for what you fixed. If your report is some code that fails (and you have a testcase for it) a patch against the test suite to demonstrate that failure would be very useful. It's OK if the test crashes and burns, see Test::More's docs for how to make TODO tests that fail now, but shouldn't. Even if it segfaults perl C<system $^X => qw/ -Mblib -MYAML::Syck .../> or something like that and checking the return value will do.
RT-Send-CC: bitcard_ok [...] alvar.a-blast.org
It was not resolved but if SP has no issues with it, I see no reason to apply a patch. I suggest closing this ticket.