Skip Menu |

This queue is for tickets about the Text-BibTeX CPAN distribution.

Report information
The Basics
Id: 92046
Status: resolved
Priority: 0/
Queue: Text-BibTeX

People
Owner: ambs [...] cpan.org
Requestors: cpanbugs [...] snabela.nl
Cc:
AdminCc:

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



Subject: modify.c does not compile using Solaris compiler
btparse/src/modify.c does not compile using the Solaris compilers, because Solaris compilers do not like UTF-8, not even in comments (https://github.com/dankogai/p5-encode/pull/17) Since the modify.c file contains UTF-8 (Author name Stéphane G. in the comments), compilation breaks on Solaris. The fix is quite easy: Replace all é with e, and it builds correctly.
Subject: Re: [rt.cpan.org #92046] modify.c does not compile using Solaris compiler
Date: Sat, 11 Jan 2014 11:54:16 +0000
To: bug-Text-BibTeX [...] rt.cpan.org
From: Alberto Simoes <ambs [...] perl-hackers.net>
On 11/01/14, 08:46, http://blognamn.wordpress.com/ via RT wrote: Show quoted text
> Sat Jan 11 03:46:48 2014: Request 92046 was acted upon. > Transaction: Ticket created by http://blognamn.wordpress.com/ > Queue: Text-BibTeX > Subject: modify.c does not compile using Solaris compiler > Broken in: 0.66 > Severity: Important > Owner: Nobody > Requestors: cpanbugs@snabela.nl > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=92046 > > > > btparse/src/modify.c does not compile using the Solaris compilers, because Solaris compilers do not like UTF-8, not even in comments (https://github.com/dankogai/p5-encode/pull/17) > > Since the modify.c file contains UTF-8 (Author name Stéphane G. in the comments), compilation breaks on Solaris. > > The fix is quite easy: Replace all é with e, and it builds correctly. > > >
It seems I can not login in RT because of Pause being down. Nevertheless, hoping this mail goes through, just fixed it in github. Thanks Alberto
Resolved. Fixed on github. Thanks.