google-code-export / rhythmbox-shoutcast

Automatically exported from code.google.com/p/rhythmbox-shoutcast
1 stars 1 forks source link

Плагин не устанавливается #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Ubuntu 9.10, 

"cp: невозможно выполнить stat для `/plugin/*'"

Original issue reported on code.google.com by lowri...@gmail.com on 8 Apr 2010 at 4:34

GoogleCodeExporter commented 9 years ago
Попрообуйте через консольку. Что выведет 
./setup.sh

Original comment by kuznetsov.alexey on 8 Apr 2010 at 4:39

GoogleCodeExporter commented 9 years ago
No response for 24-hours. Closing.

Original comment by kuznetsov.alexey on 9 Apr 2010 at 5:26

GoogleCodeExporter commented 9 years ago
sergey@sergey-desktop:~$ sudo bash -x /tmp/rhythmbox-shoutcast-1.3.1/setup.sh 
install
+ case "$1" in
+ install
+ DEST=/home/sergey/usr/lib/rhythmbox/plugins/shoutcast/
+ rm -rf /home/sergey/usr/lib/rhythmbox/plugins/shoutcast/
+ mkdir -p /home/sergey/usr/lib/rhythmbox/plugins/shoutcast/
+ cp -rv '/tmp/rhythmbox-shoutcast-1.3.1/plugin/*'
/home/sergey/usr/lib/rhythmbox/plugins/shoutcast/
cp: невозможно выполнить stat для 
`/tmp/rhythmbox-shoutcast-1.3.1/plugin/*': No such
file or directory
+ exit 0
sergey@sergey-desktop:~$ 

То, что я Вам написал и есть следствие 
действия, произведённого через консоль
Я теперь не хочу этого делать, т.к. 
установил плагин в ручную по аналогии с 
icecast,
в ту же папку что он использует.  

/usr/lib/rhythmbox/plugins

ps благодаря Вашему скрипту я полез в его 
внутренности, разобрался в его строении,
что мой первый опыт в разборе работы линуха.

Original comment by lowri...@gmail.com on 9 Apr 2010 at 1:03

GoogleCodeExporter commented 9 years ago
Отлично! Продолжате начатое!

Была ошибка в скрипте установки, не хватало 
проверки пути запуска.

Но все равно не следовало запускать скрипт 
из под root. Достаточно просто bash
./setup.sh. Это исправлено в последней версии.

Original comment by kuznetsov.alexey on 9 Apr 2010 at 1:33