Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
почему пакет не ставится локально?
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
lexxus
n00b
n00b


Joined: 02 Jan 2004
Posts: 3
Location: òÏÓÓÉÑ, ðÏÄÍÏÓËÏ×ØÅ

PostPosted: Fri Jan 02, 2004 7:50 pm    Post subject: почему пакет не ставится локальн Reply with quote

есть Gentoo из linux-center. Ставлю систему портов, копирую всё как есть.
после чего говорю
#emerge -k pkgconfig
и он мужественно идёт в сеть. хотя pkgconfig-0.15.** лежит и в distfiles и в packages (на всякий случай). в чём косяк?
Back to top
View user's profile Send private message
Rasputin
Tux's lil' helper
Tux's lil' helper


Joined: 10 Dec 2003
Posts: 109
Location: Ukraine

PostPosted: Fri Jan 02, 2004 8:52 pm    Post subject: Reply with quote

Code:
#emerge -K pkgconfig
(или же --usepkgonly)

А еще лучше не копировать а ставить с CD привода
Code:
#mount /dev/устройство_CD /mnt/cdrom
#export PKGDIR="/mnt/cdrom/packages"
#emerge -K имя_пакета

правда по какой то причине у меня
Code:
#export PKGDIR="/mnt/cdrom/packages"

не сработал, так я его в make.conf поправил, сняв заглушку и дописав:
Code:
PKGDIR="/mnt/cdrom/packages"

_________________
Many receive advice, only the wise profit by it.
Back to top
View user's profile Send private message
Slot
n00b
n00b


Joined: 09 Oct 2003
Posts: 60
Location: Russia

PostPosted: Fri Jan 02, 2004 11:42 pm    Post subject: Reply with quote

на всякий случай, откомпилированный пакет должен лежать в /usr/portage/packages/All
а получить его можно командой:
emerge -K
отличие k от K только в том, что K- берёт зависимости из /usr/portage/packages/All, а k - может и в сеть полезть
Back to top
View user's profile Send private message
keyF2
n00b
n00b


Joined: 08 Jan 2004
Posts: 8

PostPosted: Thu Jan 08, 2004 3:16 pm    Post subject: Re: почему пакет не ставится локал Reply with quote

lexxus wrote:
есть Gentoo из linux-center. Ставлю систему портов, копирую всё как есть.
после чего говорю
#emerge -k pkgconfig
и он мужественно идёт в сеть. хотя pkgconfig-0.15.** лежит и в distfiles и в packages (на всякий случай). в чём косяк?


в man emerge про ключ -k говорится что он указывает на что можно взять готовые бинарники (если они есть). а искать их система будет в каталоге который ты укажешь в переменной PKGDIR. например
export PKGDIR="/usr/portage/packages/"
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