Всем привет. Обновляю тут dvdrip, вижу такое: Finding Requires (using /usr/lib/rpm/find-requires) Executing(Requires): /bin/sh -e /usr/src/tmp/rpm-tmp.4573 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /usr/lib/rpm/find-requires "bind_textdomain_filter" is not exported by the Locale::Messages module "turn_utf_8_on" is not exported by the Locale::Messages module Can't continue after import errors at /usr/src/tmp/dvdrip-buildroot/usr/bin/dvdrip line 34 BEGIN failed--compilation aborted at /usr/src/tmp/dvdrip-buildroot/usr/bin/dvdrip line 36. # /usr/src/tmp/dvdrip-buildroot/usr/bin/dvdrip: deparse failed. isPerl=0.0218993041342612. error: /bin/sh failed error: Failed to find Requires Что делать? При этом: #-- l10n stuff use POSIX qw(setlocale); use Locale::TextDomain ("video.dvdrip"); use Locale::Messages qw (bind_textdomain_filter bind_textdomain_codeset turn_utf_8_on LC_MESSAGES); setlocale( LC_MESSAGES, "" ); BEGIN { bind_textdomain_filter 'video.dvdrip', \&turn_utf_8_on; bind_textdomain_codeset 'video.dvdrip', 'utf-8'; } (34 строка: use Locale::Messages qw (bind_textdomain_filter) -- Pavlov Konstantin, ALT Linux Team, VideoLAN Team, jid: thresh@altlinux.org