Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Portage и одновременная установка разных версий библиоте
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
dish
Apprentice
Apprentice


Joined: 19 Dec 2004
Posts: 266
Location: Moscow, Russia

PostPosted: Sun May 29, 2005 4:56 pm    Post subject: Portage и одновременная установка р Reply with quote

Всем привет!

Столкнулся с такой проблемой:

Скачал портированную Neverwinter Nights, запускаю скрипт установки, а он мне в ответ:
Code:
Verifying archive integrity...head: `-332' option is obsolete; use `-n 332' since this will be removed in the future
 All good.
head: `-332' option is obsolete; use `-n 332' since this will be removed in the future
Uncompressing Neverwinter Nights 1.29 for Linux...............................................................................
tail: `-1' option is obsolete; use `-n 1' since this will be removed in the future
./setup.sh: line 260: 31470 Aborted                 "$setup" "$@" 2>>$NULL
The setup program seems to have failed on x86/glibc-2.1

Fatal error, no tech support email configured in this setup


На сайте написано, что хочет любую версию glibc, старше 2.1.

У меня стоит glibc-2.3.4.20041102-r1

Начал читать man portage, что-то про слоты, но так и не понял... :(

Подскажите, плз, как поставить требуемую игрушкой версию, чтобы не было конфликтов у уже установленных программ.
_________________
Contrary to popular belief, UNIX is user-friendly. It just happens to be very selective about who it decides to make friends with. A. Haiut.
Back to top
View user's profile Send private message
hlroad
Tux's lil' helper
Tux's lil' helper


Joined: 28 Sep 2004
Posts: 105

PostPosted: Sun May 29, 2005 5:14 pm    Post subject: Reply with quote

dish wrote:
Подскажите, плз, как поставить требуемую игрушкой версию, чтобы не было конфликтов у уже установленных программ.
Glibc, в общем, не та библиотека, с которой это просто сделать.

Проще посмотреть на setup.sh и понять - что же в нем не так: с большой вероятностью ему никакой новой glibc не нужно, ему нужен RedHat (или там SUSE). Короче он ищет каких-то файлов, которые в Gentoo совсем в другом месте лежат.

Посмотри как существующие ebuild'ы с этим справляются...
Back to top
View user's profile Send private message
dish
Apprentice
Apprentice


Joined: 19 Dec 2004
Posts: 266
Location: Moscow, Russia

PostPosted: Sun May 29, 2005 6:00 pm    Post subject: Reply with quote

Спасибо!
Буду пробовать!
_________________
Contrary to popular belief, UNIX is user-friendly. It just happens to be very selective about who it decides to make friends with. A. Haiut.
Back to top
View user's profile Send private message
Ernillew
n00b
n00b


Joined: 20 Apr 2005
Posts: 17

PostPosted: Mon May 30, 2005 3:01 pm    Post subject: Reply with quote

А ты не пробовал говорить emerge nwn?
И все чудесно ставиться.
_________________
"Я нолдо, я рожден в Эндорэ.
Я кано, мой Король -- Гил-Галад"
Back to top
View user's profile Send private message
dish
Apprentice
Apprentice


Joined: 19 Dec 2004
Posts: 266
Location: Moscow, Russia

PostPosted: Mon May 30, 2005 3:15 pm    Post subject: Reply with quote

У меня nwn на двух сидях. Тоже встанет?
а про ebuild, честно говоря, забыл. Гугль работает быстрее, чем emerge --searchdesc ;)
Пока выкачиваю distfile его, как поставлю (или не поставлю) -- расскажу :)
_________________
Contrary to popular belief, UNIX is user-friendly. It just happens to be very selective about who it decides to make friends with. A. Haiut.
Back to top
View user's profile Send private message
Ernillew
n00b
n00b


Joined: 20 Apr 2005
Posts: 17

PostPosted: Mon May 30, 2005 4:31 pm    Post subject: Reply with quote

Dish, в идеале для установки говоришь euse -E nowin перед emerge nwn :)
И он тебе притаскивает весь архив на гиг с хвостиком и не мучаешься с виндовыми дисками :)
Кстати, ключиком не поделишься? А то я те что были рабочие потерял, а те что есть по инету почему не кушаются заново поставленным nwn
_________________
"Я нолдо, я рожден в Эндорэ.
Я кано, мой Король -- Гил-Галад"
Back to top
View user's profile Send private message
dish
Apprentice
Apprentice


Joined: 19 Dec 2004
Posts: 266
Location: Moscow, Russia

PostPosted: Mon May 30, 2005 5:53 pm    Post subject: Reply with quote

euse -E nowin ругается так:

Code:
readlink: слишком много аргументов
Попробуйте `readlink --help' для получения более подробного описания.
/usr/bin/euse: line 199: /make.defaults: No such file or directory
readlink: слишком много аргументов
Попробуйте `readlink --help' для получения более подробного описания.
/usr/bin/euse: line 199: /make.defaults: No such file or directory
readlink: слишком много аргументов
Попробуйте `readlink --help' для получения более подробного описания.
readlink: слишком много аргументов
Попробуйте `readlink --help' для получения более подробного описания.
ERROR: /make.defaults is not readable


А ключик вышлю в приват, как дома буду. :)
_________________
Contrary to popular belief, UNIX is user-friendly. It just happens to be very selective about who it decides to make friends with. A. Haiut.
Back to top
View user's profile Send private message
Ernillew
n00b
n00b


Joined: 20 Apr 2005
Posts: 17

PostPosted: Mon May 30, 2005 6:22 pm    Post subject: Reply with quote

ыыы когда euse ругается это значит что тебе надо сделать touch /etc/make.profile/make.defaults
а вообще я имел в виду что надо в USE добавить nowin :)
_________________
"Я нолдо, я рожден в Эндорэ.
Я кано, мой Король -- Гил-Галад"
Back to top
View user's profile Send private message
dish
Apprentice
Apprentice


Joined: 19 Dec 2004
Posts: 266
Location: Moscow, Russia

PostPosted: Mon May 30, 2005 6:28 pm    Post subject: Reply with quote

Пасиб!
_________________
Contrary to popular belief, UNIX is user-friendly. It just happens to be very selective about who it decides to make friends with. A. Haiut.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum