First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 158820
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Guido Flohr <guido@imperia.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
uu Fix Perl parser in xgettext patch Guido Flohr 2006-12-22 03:49 0000 28.31 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 158820 depends on: Show dependency tree
Show dependency graph
Bug 158820 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-12-22 03:48 0000
GNU gettext 0.15 introduced a bug in the Perl backend to xgettext.  To
reproduce create a sample Perl file test.pl:

$cat test.pl
#! /usr/bin/perl

sub __ { shift }
print gettext ("Dimensions: "), "$width x $height\n";
__END__
$ /usr/bin/xgettext test.pl
test.pl:4: invalid variable interpolation at "$"

xgettext fails here, although there is no illegal variable interpolation.

------- Comment #1 From Guido Flohr 2006-12-22 03:49:55 0000 -------
Created an attachment (id=104567) [edit]
Fix Perl parser in xgettext

The patch is already applied upstream in GNU gettext 0.16.1 and fixes the
problem with the "illegal" variable interpolation.

------- Comment #2 From SpanKY 2006-12-29 16:58:52 0000 -------
easier to version bump then backport

1.16.1 in portage

First Last Prev Next    No search results available      Search page      Enter new bug