ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Re: acidrip-0.10-alt0.1: rebuild failed
  @ 2003-11-12  9:41 ` Egor S. Orlov
  2003-11-12 12:28   ` Alexey Tourbin
  0 siblings, 1 reply; 4+ messages in thread
From: Egor S. Orlov @ 2003-11-12  9:41 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]

On Tue, 11 Nov 2003 21:26:27 +0300 (MSK)
QA Team Robot <qa@altlinux.org> wrote:

> Hi,
> 
> I'm QA Team Robot of ALT Linux, running on a regular basis.  You are receiving
> this mail because of your team membership.  I have just studied log files
> after Sisyphus nightly rebuild.  There's a problem I'd like you to fix.
> 
> Package: acidrip-0.10-alt0.1
> Packager: Egor S. Orlov <oes@altlinux>
> Status: rebuild failed; please fix.
> 

<skip>

> + make test
> make: Entering directory `/usr/src/RPM/BUILD/acidrip-0.10'
> PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
> test for lsdvd (0.9) : Not Found!
>
<skip>

эта проблемма решена, 
не решена другая, поэтому немогу выложить обновление

+ /usr/lib/rpm/find-requires
Gtk-WARNING **: cannot open display:   at
/home/egor/tmp/acidrip-buildroot/usr/lib/perl5/vendor_perl/AcidRip/interface.pm
line 3.
/home/egor/tmp/acidrip-buildroot/usr/bin/acidrip: deparse failed.
isPerl=0.0108055009823183. ошибка: /bin/sh не удалось
ошибка: Невозможно найти Requires
 
похоже, я что-то пропустил
в рассылке было что-то про isPerl fix (at),
не подскажете, в каком направлении смотреть?

-- 
WBR, Egor S. Orlov
FST SPbSPU

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [devel] Re: acidrip-0.10-alt0.1: rebuild failed
  2003-11-12  9:41 ` [devel] Re: acidrip-0.10-alt0.1: rebuild failed Egor S. Orlov
@ 2003-11-12 12:28   ` Alexey Tourbin
  2003-11-12 13:22     ` Egor S. Orlov
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey Tourbin @ 2003-11-12 12:28 UTC (permalink / raw)
  To: devel

[-- Attachment #1: Type: text/plain, Size: 375 bytes --]

On Wed, Nov 12, 2003 at 12:41:32PM +0300, Egor S. Orlov wrote:
> + /usr/lib/rpm/find-requires
> Gtk-WARNING **: cannot open display:   at
> /home/egor/tmp/acidrip-buildroot/usr/lib/perl5/vendor_perl/AcidRip/interface.pm
> line 3.

Перл выполняет на стадии компляции что-то такое, что делает проверку
синтаксиса невозможным (что-то типа exec in BEGIN).
Ждите помощи от QA. :)

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] Re: acidrip-0.10-alt0.1: rebuild failed
  2003-11-12 12:28   ` Alexey Tourbin
@ 2003-11-12 13:22     ` Egor S. Orlov
  2003-11-12 14:13       ` Alexey Tourbin
  0 siblings, 1 reply; 4+ messages in thread
From: Egor S. Orlov @ 2003-11-12 13:22 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 887 bytes --]

On Wed, 12 Nov 2003 15:28:49 +0300
Alexey Tourbin <at@altlinux.ru> wrote:

> On Wed, Nov 12, 2003 at 12:41:32PM +0300, Egor S. Orlov wrote:
> > + /usr/lib/rpm/find-requires
> > Gtk-WARNING **: cannot open display:   at
> > /home/egor/tmp/acidrip-buildroot/usr/lib/perl5/vendor_perl/AcidRip/interfac
> > e.pm line 3.
> 
> Перл выполняет на стадии компляции что-то такое, что делает проверку
> синтаксиса невозможным (что-то типа exec in BEGIN).

да, этот модуль (interface.pm) делает в третей строче инициализцию Gtk2
т.е. инициализация бибилиотеки при загрузки модуля

buildreq просматривает начало файла, чтобы вытащить оттуда строчки use
и сделать из них requirements
находит там 
init Gtk2; 
и не знает, что с ним делать

видимо init надо куда-то переместить, но куда?

> Ждите помощи от QA. :)

ОК, буду ждать

> 


-- 
WBR, Egor S. Orlov
FST SPbSPU

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [devel] Re: acidrip-0.10-alt0.1: rebuild failed
  2003-11-12 13:22     ` Egor S. Orlov
@ 2003-11-12 14:13       ` Alexey Tourbin
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Tourbin @ 2003-11-12 14:13 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 519 bytes --]

On Wed, Nov 12, 2003 at 04:22:19PM +0300, Egor S. Orlov wrote:
> да, этот модуль (interface.pm) делает в третей строче инициализцию Gtk2
> т.е. инициализация бибилиотеки при загрузки модуля

Зря он так делает.
Вы тесты починили?  Там не определяется lsdvd.

--- acidrip-0.10/AcidRip/interface.pm-  2003-08-22 20:41:20 +0400
+++ acidrip-0.10/AcidRip/interface.pm   2003-11-12 17:08:45 +0300
@@ -1,6 +1,6 @@
 use Gtk2;
 use Glib;
-init Gtk2;
+INIT { init Gtk2; }

 sub get_widget_name ($) {
        my $widgets = shift;


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-11-12 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-12  9:41 ` [devel] Re: acidrip-0.10-alt0.1: rebuild failed Egor S. Orlov
2003-11-12 12:28   ` Alexey Tourbin
2003-11-12 13:22     ` Egor S. Orlov
2003-11-12 14:13       ` Alexey Tourbin

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