ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Кто силен в Перле ?
@ 2005-12-24 15:47 Arioch
  2005-12-24 18:08 ` Vladimir Lettiev
  0 siblings, 1 reply; 5+ messages in thread
From: Arioch @ 2005-12-24 15:47 UTC (permalink / raw)
  To: sisyphus

Хотел попробовать FUSE FTP
Сам я в Перле ни бум-бум :(

sudo cpan -i Fuse

Выдает кучу warnings на unused variables, потом

test/getattr.....NOK 28 

#     Failed test (test/getattr.t at line 41)
#          got: '33188 1 0 0 0 0 1135439141 1135439141 1135439141 131072 0'
#     expected: '33188 1 0 0 0 0 1135439141 1135439141 1135439141 4096 0'
# Looks like you failed 1 test of 28.


Никто больше не пробовал? Ждать пока поправят ?



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

* Re: [sisyphus] Кто силен в Перле ?
  2005-12-24 15:47 [sisyphus] Кто силен в Перле ? Arioch
@ 2005-12-24 18:08 ` Vladimir Lettiev
  2005-12-24 18:15   ` [sisyphus] " Arioch
  0 siblings, 1 reply; 5+ messages in thread
From: Vladimir Lettiev @ 2005-12-24 18:08 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

Arioch пишет:
> Хотел попробовать FUSE FTP
> Сам я в Перле ни бум-бум :(
> 
> sudo cpan -i Fuse

Попробуйте лучше cpan2rpm и собирайте как rpm.

> Выдает кучу warnings на unused variables, потом
> 
> test/getattr.....NOK 28
> #     Failed test (test/getattr.t at line 41)
> #          got: '33188 1 0 0 0 0 1135439141 1135439141 1135439141 131072 0'
> #     expected: '33188 1 0 0 0 0 1135439141 1135439141 1135439141 4096 0'
> # Looks like you failed 1 test of 28.
> 
> Никто больше не пробовал? Ждать пока поправят ?

Не воспроизводится.

Хотя для корректного запуска тестов напильник потребовался:

# apt-get install libfuse-devel kernel-modules-fuse-std26-up
# control fusermount public
И патчик (приаттачил).

-- 
С уважением, Владимир Леттиев aka crux <crux@gorodmasterov.com>

[-- Attachment #2: mount.t.patch --]
[-- Type: text/x-patch, Size: 271 bytes --]

--- test/s/mount.t.orig
+++ test/s/mount.t
@@ -12,7 +12,7 @@
 	mkdir $_point;
 	mkdir $_real;
 	`echo $$ >test/s/mounted.pid`;
-	exec("perl $_loop $_point");
+	exec("perl -Iblib/lib -Iblib/arch/auto/Fuse $_loop $_point");
 	exit(1);
 }
 select(undef, undef, undef, 0.5);

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

* [sisyphus] Re: Кто силен в Перле ?
  2005-12-24 18:08 ` Vladimir Lettiev
@ 2005-12-24 18:15   ` Arioch
  2005-12-24 18:19     ` Arioch
  2005-12-24 18:27     ` Vladimir Lettiev
  0 siblings, 2 replies; 5+ messages in thread
From: Arioch @ 2005-12-24 18:15 UTC (permalink / raw)
  To: sisyphus

Vladimir Lettiev пишет:

> Хотя для корректного запуска тестов напильник потребовался:
> 
> # apt-get install libfuse-devel kernel-modules-fuse-std26-up

У меня wks26up - вероятно там не нужно modules fuse ? надо подпробовать 
тоже.

> И патчик (приаттачил).

А без патчика не работало ?



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

* [sisyphus] Re: Кто силен в Перле ?
  2005-12-24 18:15   ` [sisyphus] " Arioch
@ 2005-12-24 18:19     ` Arioch
  2005-12-24 18:27     ` Vladimir Lettiev
  1 sibling, 0 replies; 5+ messages in thread
From: Arioch @ 2005-12-24 18:19 UTC (permalink / raw)
  To: sisyphus

Arioch пишет:

> У меня wks26up - вероятно там не нужно modules fuse ? надо подпробовать 
> тоже.

Уже стоит. несколько версия для wks26 и одна для std26



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

* Re: [sisyphus] Re: Кто силен в Перле ?
  2005-12-24 18:15   ` [sisyphus] " Arioch
  2005-12-24 18:19     ` Arioch
@ 2005-12-24 18:27     ` Vladimir Lettiev
  1 sibling, 0 replies; 5+ messages in thread
From: Vladimir Lettiev @ 2005-12-24 18:27 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Arioch пишет:
> Vladimir Lettiev пишет:
>> Хотя для корректного запуска тестов напильник потребовался:
>>
>> # apt-get install libfuse-devel kernel-modules-fuse-std26-up
> 
> У меня wks26up - вероятно там не нужно modules fuse ? надо подпробовать 
> тоже.
> 
>> И патчик (приаттачил).
> А без патчика не работало ?

все тесты, после 2-го, FAILED.

Патч выставляет корректные пути поиска свежесобранного модуля и нужен 
при сборке через rpm (используя стандартный спек). Нужен ли он при 
сборке CPAN'ом -- без понятия.

-- 
С уважением, Владимир Леттиев aka crux <crux@gorodmasterov.com>


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

end of thread, other threads:[~2005-12-24 18:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-24 15:47 [sisyphus] Кто силен в Перле ? Arioch
2005-12-24 18:08 ` Vladimir Lettiev
2005-12-24 18:15   ` [sisyphus] " Arioch
2005-12-24 18:19     ` Arioch
2005-12-24 18:27     ` Vladimir Lettiev

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git