From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <43884D94.5020701@gorodmasterov.com> Date: Sat, 26 Nov 2005 14:57:08 +0300 From: Vladimir Lettiev User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050815) X-Accept-Language: ru-ru, ru MIME-Version: 1.0 To: ALT Linux Sisyphus discussion list Subject: Re: [sisyphus] I: updated package - subversion References: <43025FE4.8090303@epam.com> <20051125163709.GA2542@nomad.office.altlinux.org> <43878B6B.6050900@altlinux.ru> <20051125225511.GA17307@basalt.office.altlinux.org> <438826E3.8090908@gorodmasterov.com> In-Reply-To: <438826E3.8090908@gorodmasterov.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at gorodmasterov.com X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux Sisyphus discussion list List-Id: ALT Linux Sisyphus discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2005 11:54:36 -0000 Archived-At: List-Archive: List-Post: Vladimir Lettiev пишет: > Dmitry V. Levin пишет: >> В результате имеем то же самое (лишь номер строки изменился): Use of >> uninitialized value in string eq at >> /usr/src/tmp/subversion-buildroot/usr/lib/perl5/vendor_perl/i386-linux/SVN/Core.pm >> >> line 410 during global destruction. > > но надо время затестить (уж больно долго собирается subversion). 1:04:26elapsed (!!!) > Чуть сложнее и наверное корректнее (пока не проверил): > > --- Core.pm.old 2005-11-26 11:13:58 +0300 > +++ Core.pm 2005-11-26 12:03:11 +0300 > @@ -406,6 +406,7 @@ > sub DESTROY { > return if $globaldestroy; > my $self = shift; > + return unless ($$self && $SVN::_Core::current_pool); > if ($$self eq $SVN::_Core::current_pool) { > $SVN::_Core::current_pool = pop @POOLSTACK; > } > Патч проверил. Теперь subversion-perl-1.2.3-alt2 собирается в hasher без проблем. -- С уважением, Владимир Леттиев aka crux