ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] find-requires для perl
@ 2008-02-08 15:23 Anton Farygin
  2008-02-08 15:40 ` Slava Dubrovskiy
  2008-02-18 14:08 ` Alexey Tourbin
  0 siblings, 2 replies; 4+ messages in thread
From: Anton Farygin @ 2008-02-08 15:23 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Словил на текущем Sisyphus:
No config found; attempting to find mythbackend via UPnP.
No backends found.  Please copy /usr/src/.mythtv/config.xml from 
aworking MythTV installation instead.
Compilation failed in require at 
/usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl line 22.
BEGIN failed--compilation aborted at 
/usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl line 22.
# /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl: deparse failed. 
isPerl=0.030890515646368.

у нас find-requires для perl пытается выполнять код ?

Как это можно обойти ?

Rgds,
Rider


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

* Re: [devel] find-requires для perl
  2008-02-08 15:23 [devel] find-requires для perl Anton Farygin
@ 2008-02-08 15:40 ` Slava Dubrovskiy
  2008-02-08 20:09   ` Anton Farygin
  2008-02-18 14:08 ` Alexey Tourbin
  1 sibling, 1 reply; 4+ messages in thread
From: Slava Dubrovskiy @ 2008-02-08 15:40 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

Anton Farygin пишет:
> Словил на текущем Sisyphus:
> No config found; attempting to find mythbackend via UPnP.
> No backends found.  Please copy /usr/src/.mythtv/config.xml from 
> aworking MythTV installation instead.
> Compilation failed in require at 
> /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl line 22.
> BEGIN failed--compilation aborted at 
> /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl line 22.
> # /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl: deparse failed. 
> isPerl=0.030890515646368.
>
> у нас find-requires для perl пытается выполнять код ?
>
> Как это можно обойти ?
>   
AutoReq: yes, noperl ?

-- 
WBR,
Dubrovskiy Vyacheslav


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3249 bytes --]

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

* Re: [devel] find-requires для perl
  2008-02-08 15:40 ` Slava Dubrovskiy
@ 2008-02-08 20:09   ` Anton Farygin
  0 siblings, 0 replies; 4+ messages in thread
From: Anton Farygin @ 2008-02-08 20:09 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Slava Dubrovskiy пишет:
> Anton Farygin пишет:
>> Словил на текущем Sisyphus:
>> No config found; attempting to find mythbackend via UPnP.
>> No backends found.  Please copy /usr/src/.mythtv/config.xml from 
>> aworking MythTV installation instead.
>> Compilation failed in require at 
>> /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl line 22.
>> BEGIN failed--compilation aborted at 
>> /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl line 22.
>> # /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl: deparse failed. 
>> isPerl=0.030890515646368.
>>
>> у нас find-requires для perl пытается выполнять код ?
>>
>> Как это можно обойти ?
>>   
> AutoReq: yes, noperl ?

Это не вариант. Зависимости хотелось бы искать.



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

* Re: [devel] find-requires для perl
  2008-02-08 15:23 [devel] find-requires для perl Anton Farygin
  2008-02-08 15:40 ` Slava Dubrovskiy
@ 2008-02-18 14:08 ` Alexey Tourbin
  1 sibling, 0 replies; 4+ messages in thread
From: Alexey Tourbin @ 2008-02-18 14:08 UTC (permalink / raw)
  To: ALT Linux Team development discussions

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

On Fri, Feb 08, 2008 at 06:23:53PM +0300, Anton Farygin wrote:
> Словил на текущем Sisyphus:
> No config found; attempting to find mythbackend via UPnP.
> No backends found.  Please copy /usr/src/.mythtv/config.xml from 
> aworking MythTV installation instead.
> Compilation failed in require at 
> /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl line 22.
> BEGIN failed--compilation aborted at 
> /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl line 22.
> # /usr/src/tmp/mythtv-buildroot/usr/bin/mythrename.pl: deparse failed. 
> isPerl=0.030890515646368.
> 
> у нас find-requires для perl пытается выполнять код ?

Выполняются блоки BEGIN и директивы use.
Это аналогично режиму syntax check (-c).

$ perl -c -le 'BEGIN{print 1}'
1
-e syntax OK
$ 

> Как это можно обойти ?

Надо разбираться в каждом конкретном случае.
Вообще на стадии BEGIN не принято выполнять слишком много кода.

Привет.

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

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

end of thread, other threads:[~2008-02-18 14:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-08 15:23 [devel] find-requires для perl Anton Farygin
2008-02-08 15:40 ` Slava Dubrovskiy
2008-02-08 20:09   ` Anton Farygin
2008-02-18 14:08 ` 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