ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] mongrel_cluster depends on rubytree?
@ 2009-12-07  6:19 zOrg
  2009-12-07  7:40 ` Igor Zubkov
  2009-12-07 10:21 ` Alexey I. Froloff
  0 siblings, 2 replies; 7+ messages in thread
From: zOrg @ 2009-12-07  6:19 UTC (permalink / raw)
  To: sisyphus

Добрый день.

После обновления, содержащего:

ruby-mongrel-1.1.5-alt3
ruby-mongrel_cluster-1.0.5-alt4
ruby-rack-handler-mongrel-1.0.1-alt1
redmine-mro-0.9.0-alt0.r3107.1
redmine-0.9.0-alt0.r3107.1

перестал запускаться mongrel_cluster с ошибкой:

** Daemonized, any open files are closed.  Look at
/var/run/mongrel_cluster/mongrel.8000.pid and
/var/log/mongrel_cluster/mongrel.8000.log for info.
** Starting Mongrel listening at 0.0.0.0:8000
** Initiating groups for "_redmine":"_redmine".
** Changing group to "_redmine".
** Changing user to "_redmine".
** Starting Rails with production environment...
Missing these required gems:
  rubytree

You're running:
  ruby 1.9.1.355 at /usr/bin/ruby
  rubygems 1.3.4 at /.gem/ruby/1.9, /usr/local/lib/ruby/gems/1.9

Run `rake gems:install` to install the missing gems.

Установка rubytree никак не отразилась на ситуации.

Подскажите workaround или где я мог накосячить. Спасибо. :)

-- 
                                                                zOrg


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

* Re: [sisyphus] mongrel_cluster depends on rubytree?
  2009-12-07  6:19 [sisyphus] mongrel_cluster depends on rubytree? zOrg
@ 2009-12-07  7:40 ` Igor Zubkov
  2009-12-07  7:46   ` zOrg
  2009-12-07 10:21 ` Alexey I. Froloff
  1 sibling, 1 reply; 7+ messages in thread
From: Igor Zubkov @ 2009-12-07  7:40 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

7 декабря 2009 г. 8:19 пользователь zOrg написал:
> Missing these required gems:
>  rubytree

> Подскажите workaround или где я мог накосячить. Спасибо. :)

Снести rubygems и попробовать ещё раз запустить. У меня такое же.

-- 
Igor Zubkov
http://hi.im/ice

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

* Re: [sisyphus] mongrel_cluster depends on rubytree?
  2009-12-07  7:40 ` Igor Zubkov
@ 2009-12-07  7:46   ` zOrg
  0 siblings, 0 replies; 7+ messages in thread
From: zOrg @ 2009-12-07  7:46 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

7 декабря 2009 г. 10:40 пользователь Igor Zubkov
<igor.zubkov@gmail.com> написал:
> 7 декабря 2009 г. 8:19 пользователь zOrg написал:
>> Missing these required gems:
>>  rubytree
>
>> Подскажите workaround или где я мог накосячить. Спасибо. :)
>
> Снести rubygems и попробовать ещё раз запустить. У меня такое же.

спасибо большое, помогло. )


-- 
                                                                zOrg

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

* Re: [sisyphus] mongrel_cluster depends on rubytree?
  2009-12-07  6:19 [sisyphus] mongrel_cluster depends on rubytree? zOrg
  2009-12-07  7:40 ` Igor Zubkov
@ 2009-12-07 10:21 ` Alexey I. Froloff
  2009-12-07 10:28   ` Igor Zubkov
  1 sibling, 1 reply; 7+ messages in thread
From: Alexey I. Froloff @ 2009-12-07 10:21 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Mon, Dec 07, 2009 at 09:19:58AM +0300, zOrg wrote:
> перестал запускаться mongrel_cluster с ошибкой:
> Missing these required gems:
>   rubytree
Это ошибка redmine.

> You're running:
>   ruby 1.9.1.355 at /usr/bin/ruby
>   rubygems 1.3.4 at /.gem/ruby/1.9, /usr/local/lib/ruby/gems/1.9
> Установка rubytree никак не отразилась на ситуации.
Ох...  Боюсь, что тут возможны всего два варианта.  Первый -
удалить rubygems, второй - поставить rubytree в виде gem'а.

rubytree подключается в config/environment.rb:

config.gem 'rubytree', :lib => 'tree'

Так вот при установленном rubygems такая конструкция будет искать
только гемы.

-- 
Regards,
Sir Raorn.

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

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

* Re: [sisyphus] mongrel_cluster depends on rubytree?
  2009-12-07 10:21 ` Alexey I. Froloff
@ 2009-12-07 10:28   ` Igor Zubkov
  2009-12-07 10:48     ` Alexey I. Froloff
  2009-12-07 12:32     ` [sisyphus] q: gem2rpm? (was: mongrel_cluster depends on rubytree?) Michael Shigorin
  0 siblings, 2 replies; 7+ messages in thread
From: Igor Zubkov @ 2009-12-07 10:28 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

7 декабря 2009 г. 12:21 пользователь Alexey I. Froloff написал:
> On Mon, Dec 07, 2009 at 09:19:58AM +0300, zOrg wrote:
>> перестал запускаться mongrel_cluster с ошибкой:
>> Missing these required gems:
>>   rubytree
> Это ошибка redmine.
>
>> You're running:
>>   ruby 1.9.1.355 at /usr/bin/ruby
>>   rubygems 1.3.4 at /.gem/ruby/1.9, /usr/local/lib/ruby/gems/1.9
>> Установка rubytree никак не отразилась на ситуации.
> Ох...  Боюсь, что тут возможны всего два варианта.  Первый -
> удалить rubygems, второй - поставить rubytree в виде gem'а.
>
> rubytree подключается в config/environment.rb:
>
> config.gem 'rubytree', :lib => 'tree'
>
> Так вот при установленном rubygems такая конструкция будет искать
> только гемы.

Лично я уже понял, что или всё из репозитория или из гемов. Гемам я не
сильно доверяю, так что я сейчас упаковываю нужные мне гемы в пакеты.
Скоро у нас будет capistrano в Сизифе. :)

-- 
Igor Zubkov
http://hi.im/ice

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

* Re: [sisyphus] mongrel_cluster depends on rubytree?
  2009-12-07 10:28   ` Igor Zubkov
@ 2009-12-07 10:48     ` Alexey I. Froloff
  2009-12-07 12:32     ` [sisyphus] q: gem2rpm? (was: mongrel_cluster depends on rubytree?) Michael Shigorin
  1 sibling, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2009-12-07 10:48 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

On Mon, Dec 07, 2009 at 12:28:13PM +0200, Igor Zubkov wrote:
> Лично я уже понял, что или всё из репозитория или из гемов. Гемам я не
> сильно доверяю, так что я сейчас упаковываю нужные мне гемы в пакеты.
rubygems у нас упакован, потому как эта гадость, будучи
установлена из тарбола, начинает срать в /usr/bin своими
симлинками.

> Скоро у нас будет capistrano в Сизифе. :)
Это щикааакрно!

-- 
Regards,
Sir Raorn.

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

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

* [sisyphus] q: gem2rpm? (was: mongrel_cluster depends on rubytree?)
  2009-12-07 10:28   ` Igor Zubkov
  2009-12-07 10:48     ` Alexey I. Froloff
@ 2009-12-07 12:32     ` Michael Shigorin
  1 sibling, 0 replies; 7+ messages in thread
From: Michael Shigorin @ 2009-12-07 12:32 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussions

On Mon, Dec 07, 2009 at 12:28:13PM +0200, Igor Zubkov wrote:
> > Так вот при установленном rubygems такая конструкция будет
> > искать только гемы.

Насколько понимаю, это политика -- переться сперва в гемовые пути.

> Лично я уже понял, что или всё из репозитория или из гемов.
> Гемам я не сильно доверяю, так что я сейчас упаковываю нужные
> мне гемы в пакеты.  Скоро у нас будет capistrano в Сизифе. :)

А про http://rubyforge.org/projects/gem2rpm/ кто-то что-то плохое
или хорошее скажет?  Смотрю на http://sup.rubyforge.org и жаба
давит каждый гем руками.  Оне ж, зараза, уже формализованные
вроде ;-)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2009-12-07 12:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-07  6:19 [sisyphus] mongrel_cluster depends on rubytree? zOrg
2009-12-07  7:40 ` Igor Zubkov
2009-12-07  7:46   ` zOrg
2009-12-07 10:21 ` Alexey I. Froloff
2009-12-07 10:28   ` Igor Zubkov
2009-12-07 10:48     ` Alexey I. Froloff
2009-12-07 12:32     ` [sisyphus] q: gem2rpm? (was: mongrel_cluster depends on rubytree?) Michael Shigorin

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