* Re: [Comm] Компилирование пакетов , как?
2004-06-17 16:15 [Comm] Компилирование пакетов , как? Vitaliy
@ 2004-06-16 16:55 ` Andrey Rahmatullin
2004-06-19 6:41 ` Vitaliy
0 siblings, 1 reply; 5+ messages in thread
From: Andrey Rahmatullin @ 2004-06-16 16:55 UTC (permalink / raw)
To: Community
[-- Attachment #1: Type: text/plain, Size: 300 bytes --]
On Thu, Jun 17, 2004 at 07:15:56PM +0300, Vitaliy wrote:
>/usr/lib/rpm/rpmb: No such file or directory
>Что я делаю не так?
Не поставили rpm-build.
--
WBR, wRAR (ALT Linux Team)
> Выпускать ALM2.1 с такими изменениями -- слишком сильно,
Тогда назовем его ALM2.2? :)
-- ldv in devel@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Comm] Компилирование пакетов , как?
@ 2004-06-17 16:15 Vitaliy
2004-06-16 16:55 ` Andrey Rahmatullin
0 siblings, 1 reply; 5+ messages in thread
From: Vitaliy @ 2004-06-17 16:15 UTC (permalink / raw)
To: Community
Здравствуйте.
Вопрос, по поводу компилирования пакетов. Книга пишет:Для установки такого
пакета введите: rpm --rebuild [имя пакета]. src.rpm Что я и ввожу в консоли
root, но ничего не происходит, вернее происходит вот, что: [root@localhost
root]# rpm --rebuild X-Downloader-2.5.0-alt0.6.RC4.src.rpm
/usr/lib/rpm/rpmb: No such file or directory
Что я делаю не так?
Остается добавить, что у меня Mandrake 9.2 ядро: 2.4.22-10mdk
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Компилирование пакетов , как?
2004-06-16 16:55 ` Andrey Rahmatullin
@ 2004-06-19 6:41 ` Vitaliy
2004-06-19 9:23 ` Vitaliy
0 siblings, 1 reply; 5+ messages in thread
From: Vitaliy @ 2004-06-19 6:41 UTC (permalink / raw)
To: community
В сообщении от Ср 16 Июн 2004 19:55 Andrey Rahmatullin написал(a):
> On Thu, Jun 17, 2004 at 07:15:56PM +0300, Vitaliy wrote:
> >/usr/lib/rpm/rpmb: No such file or directory
> >Что я делаю не так?
>
> Не поставили rpm-build.
Спасибо за совет, поставил.
Только теперь вот какая проблема, команда: ./configure (при установке
библиотеки xine) выполняется, а после ввода make, происходит следующее:
make[4]: Leaving directory `/usr/src/xine/xine-lib-1-rc4/src/post/deinterlace'
make[4]: Entering directory `/usr/src/xine/xine-lib-1-rc4/src/post'
make[4]: Цель `all-am' не требует выполнения команд.
make[4]: Leaving directory `/usr/src/xine/xine-lib-1-rc4/src/post'
make[3]: Leaving directory `/usr/src/xine/xine-lib-1-rc4/src/post'
make[3]: Entering directory `/usr/src/xine/xine-lib-1-rc4/src'
make[3]: Цель `all-am' не требует выполнения команд.
make[3]: Leaving directory `/usr/src/xine/xine-lib-1-rc4/src'
make[2]: Leaving directory `/usr/src/xine/xine-lib-1-rc4/src'
make[2]: Entering directory `/usr/src/xine/xine-lib-1-rc4'
make[2]: Leaving directory `/usr/src/xine/xine-lib-1-rc4'
make[1]: Leaving directory `/usr/src/xine/xine-lib-1-rc4
Тоже после ввода make install, что нужно предпринять?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Компилирование пакетов , как?
2004-06-19 6:41 ` Vitaliy
@ 2004-06-19 9:23 ` Vitaliy
2004-06-19 9:39 ` Andrey Rahmatullin
0 siblings, 1 reply; 5+ messages in thread
From: Vitaliy @ 2004-06-19 9:23 UTC (permalink / raw)
To: community
В сообщении от Сб 19 Июн 2004 09:41 вы написали:
> В сообщении от Ср 16 Июн 2004 19:55 Andrey Rahmatullin написал(a):
> > On Thu, Jun 17, 2004 at 07:15:56PM +0300, Vitaliy wrote:
> > >/usr/lib/rpm/rpmb: No such file or directory
> > >Что я делаю не так?
> >
> > Не поставили rpm-build.
>
> Спасибо за совет, поставил.
> Только теперь вот какая проблема, команда: ./configure (при установке
> библиотеки xine) выполняется, а после ввода make, происходит следующее:
> make[4]: Leaving directory
> `/usr/src/xine/xine-lib-1-rc4/src/post/deinterlace' make[4]: Entering
> directory `/usr/src/xine/xine-lib-1-rc4/src/post' make[4]: Цель `all-am'
> не требует выполнения команд.
> make[4]: Leaving directory `/usr/src/xine/xine-lib-1-rc4/src/post'
> make[3]: Leaving directory `/usr/src/xine/xine-lib-1-rc4/src/post'
> make[3]: Entering directory `/usr/src/xine/xine-lib-1-rc4/src'
> make[3]: Цель `all-am' не требует выполнения команд.
> make[3]: Leaving directory `/usr/src/xine/xine-lib-1-rc4/src'
> make[2]: Leaving directory `/usr/src/xine/xine-lib-1-rc4/src'
> make[2]: Entering directory `/usr/src/xine/xine-lib-1-rc4'
> make[2]: Leaving directory `/usr/src/xine/xine-lib-1-rc4'
> make[1]: Leaving directory `/usr/src/xine/xine-lib-1-rc4
> Тоже после ввода make install, что нужно предпринять?
PS:Забыл добавить.
При попытке установить xine-ui пишет вот, что:configure: error: *** libpng is
needed (PNG library not found) - try to use --with-png-prefix option
Но ведь библиотеку я по идее установил? Или нет?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] Компилирование пакетов , как?
2004-06-19 9:23 ` Vitaliy
@ 2004-06-19 9:39 ` Andrey Rahmatullin
0 siblings, 0 replies; 5+ messages in thread
From: Andrey Rahmatullin @ 2004-06-19 9:39 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 398 bytes --]
On Sat, Jun 19, 2004 at 12:23:54PM +0300, Vitaliy wrote:
>При попытке установить xine-ui пишет вот, что:configure: error: *** libpng is
>needed (PNG library not found) - try to use --with-png-prefix option
>Но ведь библиотеку я по идее установил? Или нет?
libpng3-devel стоит?
--
WBR, wRAR (ALT Linux Team)
> Что такое "повесить PR"?
Лишить жизни рекламщика?
-- lav in sisyphus@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-06-19 9:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-17 16:15 [Comm] Компилирование пакетов , как? Vitaliy
2004-06-16 16:55 ` Andrey Rahmatullin
2004-06-19 6:41 ` Vitaliy
2004-06-19 9:23 ` Vitaliy
2004-06-19 9:39 ` Andrey Rahmatullin
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git