Bug 34656 - firefox-noscript требует Regexp::List
Summary: firefox-noscript требует Regexp::List
Status: CLOSED FIXED
Alias: None
Product: New/proposed packages
Classification: Development
Component: Обычный репозиторий (show other bugs)
Version: не указана
Hardware: all Linux
: P3 normal
Assignee: viy
QA Contact: Andrey Cherepanov
URL: https://metacpan.org/pod/Regexp::List
Keywords:
Depends on:
Blocks: 34305
  Show dependency tree
 
Reported: 2018-03-16 15:06 MSK by Andrey Cherepanov
Modified: 2018-03-17 13:50 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Cherepanov 2018-03-16 15:06:50 MSK
Can't locate RegExp/List.pm in @INC (you may need to install the RegExp::List module) (@INC contains: /usr/lib/rpm /usr/lib64/perl5 /usr/share/perl5 /usr/lib64/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl /usr/local/lib64/perl/5.26 /usr/local/share/perl/5.26 /usr/lib64/perl5 /usr/share/perl5 /usr/lib64/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl .) at /usr/src/tmp/firefox-noscript-buildroot/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/{73a6fe31-595d-460b-a920-fcc0f8843232}/xss/html5_events.pl line 6.
Comment 1 viy 2018-03-16 15:24:54 MSK
Модуля с таким именем в природе нет. Самый близкий - Regexp::List

надо код на посмотреть. выложите, пожалуйста, код.
Comment 2 Andrey Cherepanov 2018-03-17 13:32:04 MSK
(В ответ на комментарий №1)
> Модуля с таким именем в природе нет. Самый близкий - Regexp::List
> 
> надо код на посмотреть. выложите, пожалуйста, код.

http://git.altlinux.org/tasks/202037/gears/100/git
Comment 3 viy 2018-03-17 13:41:26 MSK
там дейчтвительно опечатка. в коде в строке 59
  my $l  = Regexp::List->new;

поэтому 
-use RegExp::List;
+use Regexp::List;

а Regexp::List я перекладываю в Сизиф:
new task #202355: owner=viy repo=sisyphus
task #202355: added #100: build srpm perl-Regexp-Optimizer-0.23-alt2.src.rpm
task #202355: try #1 is AWAITING, result will be emailed to viy@altlinux.org
Comment 4 viy 2018-03-17 13:42:25 MSK
и апстриму патч пришлите. А то расопечатались.
Comment 5 viy 2018-03-17 13:50:45 MSK
Regexp::List в Сизифе