* Re: [devel] perl-BSD-Resource-1.28-alt2: i586 rebuild failed [2] @ 2007-08-06 20:50 ` Alexey Tourbin 2007-08-06 20:56 ` Dmitry V. Levin 0 siblings, 1 reply; 4+ messages in thread From: Alexey Tourbin @ 2007-08-06 20:50 UTC (permalink / raw) To: devel [-- Attachment #1: Type: text/plain, Size: 401 bytes --] On Tue, Aug 07, 2007 at 12:14:28AM +0400, QA Team Robot wrote: > Package: perl-BSD-Resource-1.28-alt2 > Packager: Alexey Tourbin <at@altlinux> > t/setrlimit.......Use of uninitialized value in numeric eq (==) at t/setrlimit.t line 54. > Use of uninitialized value in numeric eq (==) at t/setrlimit.t line 54. > FAILED tests 4, 13 > Failed 2/14 tests, 85.71% okay На mash.office собирается. [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] perl-BSD-Resource-1.28-alt2: i586 rebuild failed [2] 2007-08-06 20:50 ` [devel] perl-BSD-Resource-1.28-alt2: i586 rebuild failed [2] Alexey Tourbin @ 2007-08-06 20:56 ` Dmitry V. Levin 2007-08-06 21:27 ` Alexey Tourbin 0 siblings, 1 reply; 4+ messages in thread From: Dmitry V. Levin @ 2007-08-06 20:56 UTC (permalink / raw) To: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 614 bytes --] On Tue, Aug 07, 2007 at 12:50:50AM +0400, Alexey Tourbin wrote: > On Tue, Aug 07, 2007 at 12:14:28AM +0400, QA Team Robot wrote: > > Package: perl-BSD-Resource-1.28-alt2 > > Packager: Alexey Tourbin <at@altlinux> > > t/setrlimit.......Use of uninitialized value in numeric eq (==) at t/setrlimit.t line 54. > > Use of uninitialized value in numeric eq (==) at t/setrlimit.t line 54. > > FAILED tests 4, 13 > > Failed 2/14 tests, 85.71% okay > > На mash.office собирается. А почему на int*@office не собирается? P.S. С некоторой вероятностью тестовая пересборка пройдёт и на mash :) -- ldv [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] perl-BSD-Resource-1.28-alt2: i586 rebuild failed [2] 2007-08-06 20:56 ` Dmitry V. Levin @ 2007-08-06 21:27 ` Alexey Tourbin 2007-08-06 21:43 ` Dmitry V. Levin 0 siblings, 1 reply; 4+ messages in thread From: Alexey Tourbin @ 2007-08-06 21:27 UTC (permalink / raw) To: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 836 bytes --] On Tue, Aug 07, 2007 at 12:56:05AM +0400, Dmitry V. Levin wrote: > On Tue, Aug 07, 2007 at 12:50:50AM +0400, Alexey Tourbin wrote: > > On Tue, Aug 07, 2007 at 12:14:28AM +0400, QA Team Robot wrote: > > > Package: perl-BSD-Resource-1.28-alt2 > > > Packager: Alexey Tourbin <at@altlinux> > > > t/setrlimit.......Use of uninitialized value in numeric eq (==) at t/setrlimit.t line 54. > > > Use of uninitialized value in numeric eq (==) at t/setrlimit.t line 54. > > > FAILED tests 4, 13 > > > Failed 2/14 tests, 85.71% okay > > > > На mash.office собирается. > > А почему на int*@office не собирается? > > P.S. С некоторой вероятностью тестовая пересборка пройдёт и на mash :) А int*@ он же x86_64, а пересборка для i586! Это как же такое дело провернуть? Есть какой-то setarch, но я пока этому делу не обучен... [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [devel] perl-BSD-Resource-1.28-alt2: i586 rebuild failed [2] 2007-08-06 21:27 ` Alexey Tourbin @ 2007-08-06 21:43 ` Dmitry V. Levin 0 siblings, 0 replies; 4+ messages in thread From: Dmitry V. Levin @ 2007-08-06 21:43 UTC (permalink / raw) To: ALT Devel discussion list [-- Attachment #1: Type: text/plain, Size: 1192 bytes --] On Tue, Aug 07, 2007 at 01:27:39AM +0400, Alexey Tourbin wrote: > On Tue, Aug 07, 2007 at 12:56:05AM +0400, Dmitry V. Levin wrote: > > On Tue, Aug 07, 2007 at 12:50:50AM +0400, Alexey Tourbin wrote: > > > On Tue, Aug 07, 2007 at 12:14:28AM +0400, QA Team Robot wrote: > > > > Package: perl-BSD-Resource-1.28-alt2 > > > > Packager: Alexey Tourbin <at@altlinux> > > > > t/setrlimit.......Use of uninitialized value in numeric eq (==) at t/setrlimit.t line 54. > > > > Use of uninitialized value in numeric eq (==) at t/setrlimit.t line 54. > > > > FAILED tests 4, 13 > > > > Failed 2/14 tests, 85.71% okay > > > > > > На mash.office собирается. > > > > А почему на int*@office не собирается? > > > > P.S. С некоторой вероятностью тестовая пересборка пройдёт и на mash :) > > А int*@ он же x86_64, а пересборка для i586! Это как же такое дело > провернуть? Есть какой-то setarch, но я пока этому делу не обучен... $ cat ~/.hasher/config uname_m="$(uname -m)" case "$uname_m" in i686) def_target=i586 apt_config="$HOME/apt/apt-i586.conf" ;; *) def_target="$uname_m" apt_config="$HOME/apt/apt-$uname_m.conf" esac $ i586 hsh ... -- ldv [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-08-06 21:43 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2007-08-06 20:50 ` [devel] perl-BSD-Resource-1.28-alt2: i586 rebuild failed [2] Alexey Tourbin 2007-08-06 20:56 ` Dmitry V. Levin 2007-08-06 21:27 ` Alexey Tourbin 2007-08-06 21:43 ` Dmitry V. Levin
ALT Linux Team development discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \ devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru public-inbox-index devel Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git