ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] %files
@ 2007-02-27 19:18 Yurkovsky Andrey
  2007-02-27 19:23 ` Andrey Rahmatullin
                   ` (2 more replies)
  0 siblings, 3 replies; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-27 19:18 UTC (permalink / raw)
  To: community

Пытаюсь собрать программу. В %install вылетает ошибка, что
мол не могу записать tra-la-la.so в /usr/lib, прав нет. В
секции %files дописал %_libdir/*, но это не помогает.
Поэкспериментировал с другими %_ - ничего не вышло. Пытался
найти в Makefile`ах как же мне обозвать /usr/lib, но так и
не нашел.

Вот собствеено и вопрос: как догадаться что писать в %files?
-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-27 19:18 [Comm] %files Yurkovsky Andrey
@ 2007-02-27 19:23 ` Andrey Rahmatullin
  2007-02-27 19:35   ` Yurkovsky Andrey
  2007-02-27 20:04   ` Motsyo Gennadi aka Drool
  2007-02-27 19:26 ` Damir Shayhutdinov
  2007-02-27 19:36 ` Sergey Vlasov
  2 siblings, 2 replies; 28+ messages in thread
From: Andrey Rahmatullin @ 2007-02-27 19:23 UTC (permalink / raw)
  To: community

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

On Tue, Feb 27, 2007 at 09:18:42PM +0200, Yurkovsky Andrey wrote:
> Пытаюсь собрать программу. В %install вылетает ошибка, что
> мол не могу записать tra-la-la.so в /usr/lib, прав нет. В
> секции %files дописал %_libdir/*, но это не помогает.
А зачем вы правите секцию %files, если ругается на %install?
У вас явно кривой makefile в проге и/или кривой вызов make install в
спеке.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> Я не член команды разработчиков Сизифа и вообще не kernel
> hacker. Но мне нужен NSF root support в ядре. Чего тут
> странного? А у другого может какая железка древняя
> экзотическая, поддержки которой в стандартном ядре нет.
Так что ж Вы до сих пор не в devel-kernel@?
		-- mike in sisyphus@

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

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

* Re: [Comm] %files
  2007-02-27 19:18 [Comm] %files Yurkovsky Andrey
  2007-02-27 19:23 ` Andrey Rahmatullin
@ 2007-02-27 19:26 ` Damir Shayhutdinov
  2007-02-27 19:46   ` Yurkovsky Andrey
  2007-02-27 19:36 ` Sergey Vlasov
  2 siblings, 1 reply; 28+ messages in thread
From: Damir Shayhutdinov @ 2007-02-27 19:26 UTC (permalink / raw)
  To: ALT Linux Community

> Пытаюсь собрать программу. В %install вылетает ошибка, что
> мол не могу записать tra-la-la.so в /usr/lib, прав нет. В
> секции %files дописал %_libdir/*, но это не помогает.
> Поэкспериментировал с другими %_ - ничего не вышло. Пытался
> найти в Makefile`ах как же мне обозвать /usr/lib, но так и
> не нашел.
>
> Вот собствеено и вопрос: как догадаться что писать в %files?
Секцию %install в студию.

А еще лучше почитайте Maximum RPM и примеры спеков на wiki.sisyphus.ru

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

* Re: [Comm] %files
  2007-02-27 19:23 ` Andrey Rahmatullin
@ 2007-02-27 19:35   ` Yurkovsky Andrey
  2007-02-28  5:53     ` Andrey Rahmatullin
  2007-02-27 20:04   ` Motsyo Gennadi aka Drool
  1 sibling, 1 reply; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-27 19:35 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> On Tue, Feb 27, 2007 at 09:18:42PM +0200, Yurkovsky Andrey
> wrote:
>> Пытаюсь собрать программу. В %install вылетает ошибка,
>> что мол не могу записать tra-la-la.so в /usr/lib, прав
>> нет. В секции %files дописал %_libdir/*, но это не
>> помогает.
> А зачем вы правите секцию %files, если ругается на
> %install? У вас явно кривой makefile в проге и/или кривой
> вызов make install в спеке.
> 
В этой же программе была такая же ситуация с .desktop, после
добавления в %files строки
%_kde_datadir/kicker/applets/%name.desktop избавило меня от
"Permission denied", kde_datadir взял из Makefile.am.
-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-27 19:18 [Comm] %files Yurkovsky Andrey
  2007-02-27 19:23 ` Andrey Rahmatullin
  2007-02-27 19:26 ` Damir Shayhutdinov
@ 2007-02-27 19:36 ` Sergey Vlasov
  2007-02-27 19:51   ` Yurkovsky Andrey
  2 siblings, 1 reply; 28+ messages in thread
From: Sergey Vlasov @ 2007-02-27 19:36 UTC (permalink / raw)
  To: community

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

On Tue, Feb 27, 2007 at 09:18:42PM +0200, Yurkovsky Andrey wrote:
> Пытаюсь собрать программу. В %install вылетает ошибка, что
> мол не могу записать tra-la-la.so в /usr/lib, прав нет. В
> секции %files дописал %_libdir/*, но это не помогает.

%files тут совершенно не при чём - исправлять надо %install, чтобы
все файлы устанавливались в %buildroot.  В последнее время для
большинство программ, использующих autoconf+automake, достаточно
использовать:

%make_install install DESTDIR=%buildroot

Впрочем, в некоторых запущенных случаях приходится даже патчить
Makefile, чтобы файлы устанавливались в нужные места.

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

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

* Re: [Comm] %files
  2007-02-27 19:26 ` Damir Shayhutdinov
@ 2007-02-27 19:46   ` Yurkovsky Andrey
  2007-02-28  5:54     ` Andrey Rahmatullin
  0 siblings, 1 reply; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-27 19:46 UTC (permalink / raw)
  To: community

Damir Shayhutdinov wrote:

> Секцию %install в студию.
+ make -j1 DESTDIR=/home/anyr/tmp/tastymenu-buildroot
install
make: Entering directory
`/home/anyr/RPM/BUILD/tastymenu-0.6.5.1'
WARNING: use unsermake instead of make or use a wrapper
script, e.g. makeobj!!!
unsermake install
/bin/sh ./libtool --mode=install /usr/bin/ginstall -c
-p  ./src/tastymenu_panelapplet.la /usr/lib
/usr/bin/ginstall -c
-p ./src/.libs/tastymenu_panelapplet.so /usr/lib/tastymenu_panelapplet.so
/usr/bin/ginstall: cannot remove
`/usr/lib/tastymenu_panelapplet.so': Permission denied
Error creating /usr/lib/tastymenu_panelapplet.la. Exit
status 1.
make: *** [install] Error 1

-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-27 19:36 ` Sergey Vlasov
@ 2007-02-27 19:51   ` Yurkovsky Andrey
  2007-02-27 20:05     ` Motsyo Gennadi aka Drool
  0 siblings, 1 reply; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-27 19:51 UTC (permalink / raw)
  To: community

Sergey Vlasov wrote:

> %make_install install DESTDIR=%buildroot
так и делаю
> Впрочем, в некоторых запущенных случаях приходится даже
> патчить Makefile, чтобы файлы устанавливались в нужные
> места.
а тут уж надо знать что, а я не знаю
-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-27 19:23 ` Andrey Rahmatullin
  2007-02-27 19:35   ` Yurkovsky Andrey
@ 2007-02-27 20:04   ` Motsyo Gennadi aka Drool
  2007-02-28  7:27     ` Alexey I. Froloff
  1 sibling, 1 reply; 28+ messages in thread
From: Motsyo Gennadi aka Drool @ 2007-02-27 20:04 UTC (permalink / raw)
  To: ALT Linux Community

Andrey Rahmatullin пишет:
> On Tue, Feb 27, 2007 at 09:18:42PM +0200, Yurkovsky Andrey wrote:
>> Пытаюсь собрать программу. В %install вылетает ошибка, что
>> мол не могу записать tra-la-la.so в /usr/lib, прав нет. В
>> секции %files дописал %_libdir/*, но это не помогает.
> А зачем вы правите секцию %files, если ругается на %install?
> У вас явно кривой makefile в проге и/или кривой вызов make install в
> спеке.

	Верно. В %install он пытается кидать файлы не в %buildroot/usr/lib а 
прямо в /usr/lib, что совершенно естественно, так как обычному юзеру, от 
которого производится сборка, писать туды низя.

	Вариации встречаются %makeinstall, %make_install, %make install, 
%makeinstall DESTDIR=%buildroot install.
	Какая тут вернее - пусть меня поправят...


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

* Re: [Comm] %files
  2007-02-27 19:51   ` Yurkovsky Andrey
@ 2007-02-27 20:05     ` Motsyo Gennadi aka Drool
  0 siblings, 0 replies; 28+ messages in thread
From: Motsyo Gennadi aka Drool @ 2007-02-27 20:05 UTC (permalink / raw)
  To: ALT Linux Community

Yurkovsky Andrey пишет:
> Sergey Vlasov wrote:
> 
>> %make_install install DESTDIR=%buildroot
> так и делаю
>> Впрочем, в некоторых запущенных случаях приходится даже
>> патчить Makefile, чтобы файлы устанавливались в нужные
>> места.
> а тут уж надо знать что, а я не знаю
	Искать :-(


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

* Re: [Comm] %files
  2007-02-27 19:35   ` Yurkovsky Andrey
@ 2007-02-28  5:53     ` Andrey Rahmatullin
  2007-02-28 15:08       ` Yurkovsky Andrey
  0 siblings, 1 reply; 28+ messages in thread
From: Andrey Rahmatullin @ 2007-02-28  5:53 UTC (permalink / raw)
  To: community

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

On Tue, Feb 27, 2007 at 09:35:00PM +0200, Yurkovsky Andrey wrote:
> В этой же программе была такая же ситуация с .desktop, после
> добавления в %files строки
> %_kde_datadir/kicker/applets/%name.desktop избавило меня от
> "Permission denied", kde_datadir взял из Makefile.am.
Чушь.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

И вообще, у меня есть основания полагать, что блицкриг с utf8 не
прокатит.  Пока каждый мантейнер не станет заинтересован в том,
чтобы его пакет работал в ru_RU.utf8 не хуже, чем в ru_RU.koi8r,
и не приведёт свои пакеты в соответствие, поддержка utf8 будет в
непотребном виде.
		-- ldv in devel@

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

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

* Re: [Comm] %files
  2007-02-27 19:46   ` Yurkovsky Andrey
@ 2007-02-28  5:54     ` Andrey Rahmatullin
  2007-02-28 15:57       ` Yurkovsky Andrey
  0 siblings, 1 reply; 28+ messages in thread
From: Andrey Rahmatullin @ 2007-02-28  5:54 UTC (permalink / raw)
  To: community

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

On Tue, Feb 27, 2007 at 09:46:56PM +0200, Yurkovsky Andrey wrote:
> > Секцию %install в студию.
> + make -j1 DESTDIR=/home/anyr/tmp/tastymenu-buildroot
Это не секция %install.
Секция %install - это, вообще-то, кусок спека.
> install
> make: Entering directory
> `/home/anyr/RPM/BUILD/tastymenu-0.6.5.1'
> WARNING: use unsermake instead of make or use a wrapper
> script, e.g. makeobj!!!
Ну начнём с этого.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

<Fred^> Эх.. никто не помнит, как я настроил mail to fax gateway? :))
<Fred^> Вот и я не помню.. Напрочь... Опять доки курить до одури...  :-\

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

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

* Re: [Comm] %files
  2007-02-27 20:04   ` Motsyo Gennadi aka Drool
@ 2007-02-28  7:27     ` Alexey I. Froloff
  0 siblings, 0 replies; 28+ messages in thread
From: Alexey I. Froloff @ 2007-02-28  7:27 UTC (permalink / raw)
  To: ALT Linux Community

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

* Motsyo Gennadi aka Drool <motsyo@> [070227 23:05]:
> Вариации встречаются %makeinstall, %make_install, %make install, 
> %makeinstall DESTDIR=%buildroot install.
Для automake-based достаточно:

%make_install DESTDIR=%buildroot install

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

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

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

* Re: [Comm] %files
  2007-02-28  5:53     ` Andrey Rahmatullin
@ 2007-02-28 15:08       ` Yurkovsky Andrey
  0 siblings, 0 replies; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-28 15:08 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> Чушь.
Штирлиц порол чушь. Чушь визжала.
 :-)
-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-28  5:54     ` Andrey Rahmatullin
@ 2007-02-28 15:57       ` Yurkovsky Andrey
  2007-02-28 16:00         ` Yurkovsky Andrey
  2007-02-28 16:00         ` Andrey Rahmatullin
  0 siblings, 2 replies; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-28 15:57 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> Ну начнём с этого.
Добавить в %build "export UNSERMAKE=no"?

-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-28 15:57       ` Yurkovsky Andrey
@ 2007-02-28 16:00         ` Yurkovsky Andrey
  2007-02-28 16:07           ` Andrey Rahmatullin
  2007-02-28 16:00         ` Andrey Rahmatullin
  1 sibling, 1 reply; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-28 16:00 UTC (permalink / raw)
  To: community

Yurkovsky Andrey wrote:

> Добавить в %build "export UNSERMAKE=no"?
Не то...
-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-28 15:57       ` Yurkovsky Andrey
  2007-02-28 16:00         ` Yurkovsky Andrey
@ 2007-02-28 16:00         ` Andrey Rahmatullin
  2007-02-28 17:13           ` Yurkovsky Andrey
  1 sibling, 1 reply; 28+ messages in thread
From: Andrey Rahmatullin @ 2007-02-28 16:00 UTC (permalink / raw)
  To: community

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

On Wed, Feb 28, 2007 at 05:57:07PM +0200, Yurkovsky Andrey wrote:
> > Ну начнём с этого.
> Добавить в %build "export UNSERMAKE=no"?
С чего вы решили, что проект соберётся обычным make?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Никогда не меняйте uid вручную, пользуйтесь usermod(8).
		-- ldv in community@

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

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

* Re: [Comm] %files
  2007-02-28 16:00         ` Yurkovsky Andrey
@ 2007-02-28 16:07           ` Andrey Rahmatullin
  2007-02-28 17:03             ` Yurkovsky Andrey
  0 siblings, 1 reply; 28+ messages in thread
From: Andrey Rahmatullin @ 2007-02-28 16:07 UTC (permalink / raw)
  To: community

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

On Wed, Feb 28, 2007 at 06:00:18PM +0200, Yurkovsky Andrey wrote:
> > Добавить в %build "export UNSERMAKE=no"?
> Не то...
Т.е. вы отказываетесь читать то, что написал вам сборочный скрипт?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Раньше работало неправильно [...]
		-- ldv in sisyphus@

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

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

* Re: [Comm] %files
  2007-02-28 16:07           ` Andrey Rahmatullin
@ 2007-02-28 17:03             ` Yurkovsky Andrey
  2007-02-28 17:14               ` Andrey Rahmatullin
  0 siblings, 1 reply; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-28 17:03 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> Т.е. вы отказываетесь читать то, что написал вам сборочный
> скрипт?
???
Если есть время поясните.
-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-28 16:00         ` Andrey Rahmatullin
@ 2007-02-28 17:13           ` Yurkovsky Andrey
  2007-03-06 20:41             ` Yurkovsky Andrey
  0 siblings, 1 reply; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-28 17:13 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> С чего вы решили, что проект соберётся обычным make?
Перекинул в %prep и собрался.
-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-28 17:03             ` Yurkovsky Andrey
@ 2007-02-28 17:14               ` Andrey Rahmatullin
  2007-02-28 18:24                 ` Yurkovsky Andrey
  0 siblings, 1 reply; 28+ messages in thread
From: Andrey Rahmatullin @ 2007-02-28 17:14 UTC (permalink / raw)
  To: community

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

On Wed, Feb 28, 2007 at 07:03:11PM +0200, Yurkovsky Andrey wrote:
> > Т.е. вы отказываетесь читать то, что написал вам сборочный
> > скрипт?
> Если есть время поясните.
WARNING: use unsermake instead of make

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> Смотря что считать сервером и что на нем крутится, ведь если цена
> оборудования превышает стоимость его потери - то зачем платить за
> крутой серьезный сервак? ;-)
Не сталкивался я с такими серверами. Чаще одно письмо лежащее на IMAP
стоит дороже чем весь сервер, а иногда дороже чем вся серверная.
		-- mrkooll in community@

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

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

* Re: [Comm] %files
  2007-02-28 17:14               ` Andrey Rahmatullin
@ 2007-02-28 18:24                 ` Yurkovsky Andrey
  2007-02-28 21:02                   ` Pavlov Konstantin
  0 siblings, 1 reply; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-02-28 18:24 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> WARNING: use unsermake instead of make
export UNSERMAKE="/usr/share/unsermake/unsermake"?

Для меня пока не все так очевидно.
-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-02-28 18:24                 ` Yurkovsky Andrey
@ 2007-02-28 21:02                   ` Pavlov Konstantin
  2007-03-01 14:39                     ` Yurkovsky Andrey
  0 siblings, 1 reply; 28+ messages in thread
From: Pavlov Konstantin @ 2007-02-28 21:02 UTC (permalink / raw)
  To: community

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

On Wed, Feb 28, 2007 at 08:24:56PM +0200, Yurkovsky Andrey wrote:
> Andrey Rahmatullin wrote:
> 
> > WARNING: use unsermake instead of make
> export UNSERMAKE="/usr/share/unsermake/unsermake"?
> 
> Для меня пока не все так очевидно.

Вместо %make в %build используете unsermake

-- 
В общем, если бы в Eclipse работало всё, что там есть - была бы
мощнейшая штука.
		-- vyt in devel@

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

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

* Re: [Comm] %files
  2007-02-28 21:02                   ` Pavlov Konstantin
@ 2007-03-01 14:39                     ` Yurkovsky Andrey
  2007-03-01 14:45                       ` Alexey I. Froloff
  2007-03-01 16:43                       ` Motsyo Gennadi aka Drool
  0 siblings, 2 replies; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-03-01 14:39 UTC (permalink / raw)
  To: community

Pavlov Konstantin wrote:

> Вместо %make в %build используете unsermake
Финал тот же:
Выполняется(%install): /bin/sh
-e /home/anyr/tmp/rpm-tmp.36446
+ umask 022
+ /bin/mkdir -p /home/anyr/RPM/BUILD
+ cd /home/anyr/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /home/anyr/tmp/tastymenu-buildroot
+ :
+ /bin/rm -rf -- /home/anyr/tmp/tastymenu-buildroot
+ cd tastymenu-0.6.5.1
+ make 'INSTALL=/bin/install -p'
DESTDIR=/home/anyr/tmp/tastymenu-buildroot install
make: Entering directory
`/home/anyr/RPM/BUILD/tastymenu-0.6.5.1'
WARNING: use unsermake instead of make or use a wrapper
script, e.g. makeobj!!!
unsermake install
/bin/sh ./libtool --mode=install /usr/bin/ginstall -c
-p  ./src/tastymenu_panelapplet.la /usr/lib
/usr/bin/ginstall -c
-p ./src/.libs/tastymenu_panelapplet.so /usr/lib/tastymenu_panelapplet.so
/usr/bin/ginstall: cannot remove
`/usr/lib/tastymenu_panelapplet.so': Permission denied
Error creating /usr/lib/tastymenu_panelapplet.la. Exit
status 1.
make: *** [install] Error 1
make: Leaving directory
`/home/anyr/RPM/BUILD/tastymenu-0.6.5.1'

-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-03-01 14:39                     ` Yurkovsky Andrey
@ 2007-03-01 14:45                       ` Alexey I. Froloff
  2007-03-01 16:43                       ` Motsyo Gennadi aka Drool
  1 sibling, 0 replies; 28+ messages in thread
From: Alexey I. Froloff @ 2007-03-01 14:45 UTC (permalink / raw)
  To: ALT Linux Community

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

* Yurkovsky Andrey <anyr@> [070301 17:41]:
> > Вместо %make в %build используете unsermake
> Финал тот же:
> Выполняется(%install): /bin/sh
> + make 'INSTALL=/bin/install -p'
> DESTDIR=/home/anyr/tmp/tastymenu-buildroot install
> make: Entering directory
> `/home/anyr/RPM/BUILD/tastymenu-0.6.5.1'
> WARNING: use unsermake instead of make or use a wrapper
> script, e.g. makeobj!!!
Ну тут тоже наверно?

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
-------------------------------------------
  Inform-Mobil, Ltd. System Administrator
       http://www.inform-mobil.ru/

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

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

* Re: [Comm] %files
  2007-03-01 14:39                     ` Yurkovsky Andrey
  2007-03-01 14:45                       ` Alexey I. Froloff
@ 2007-03-01 16:43                       ` Motsyo Gennadi aka Drool
  2007-03-01 17:56                         ` Andrey Rahmatullin
  1 sibling, 1 reply; 28+ messages in thread
From: Motsyo Gennadi aka Drool @ 2007-03-01 16:43 UTC (permalink / raw)
  To: ALT Linux Community

Yurkovsky Andrey пишет:
> -p ./src/.libs/tastymenu_panelapplet.so /usr/lib/tastymenu_panelapplet.so
> /usr/bin/ginstall: cannot remove
> `/usr/lib/tastymenu_panelapplet.so': Permission denied
> Error creating /usr/lib/tastymenu_panelapplet.la. Exit
> status 1.
> make: *** [install] Error 1
> make: Leaving directory
> `/home/anyr/RPM/BUILD/tastymenu-0.6.5.1'

	Причина та же - инсталлянт не подхватывае %buildroot. Придется либо 
патчить скрипты, либо (если патчить слишком много) руками рассовать 
файлы в нужные папки


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

* Re: [Comm] %files
  2007-03-01 16:43                       ` Motsyo Gennadi aka Drool
@ 2007-03-01 17:56                         ` Andrey Rahmatullin
  0 siblings, 0 replies; 28+ messages in thread
From: Andrey Rahmatullin @ 2007-03-01 17:56 UTC (permalink / raw)
  To: community

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

On Thu, Mar 01, 2007 at 06:43:57PM +0200, Motsyo Gennadi aka Drool wrote:
> 	Причина та же - инсталлянт не подхватывае %buildroot.
Да и с чего бы.
Из вывода чётко видно, что вызывается unsermake install без параметров.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Костя появится через неделю, а пакет с ядром он уходя поставил
собираться :-)
		-- aen in devel@

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

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

* Re: [Comm] %files
  2007-02-28 17:13           ` Yurkovsky Andrey
@ 2007-03-06 20:41             ` Yurkovsky Andrey
  2007-03-06 21:00               ` Andrey Rahmatullin
  0 siblings, 1 reply; 28+ messages in thread
From: Yurkovsky Andrey @ 2007-03-06 20:41 UTC (permalink / raw)
  To: community

Yurkovsky Andrey wrote:

> Перекинул в %prep и собрался.
А чем таким отличается сборка make от сборки unsermake? Куда
посмотреть?

Заранее спасибо.
-- 
Yurkovsky Andrey



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

* Re: [Comm] %files
  2007-03-06 20:41             ` Yurkovsky Andrey
@ 2007-03-06 21:00               ` Andrey Rahmatullin
  0 siblings, 0 replies; 28+ messages in thread
From: Andrey Rahmatullin @ 2007-03-06 21:00 UTC (permalink / raw)
  To: community

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

On Tue, Mar 06, 2007 at 10:41:37PM +0200, Yurkovsky Andrey wrote:
> А чем таким отличается сборка make от сборки unsermake?
Это разные сборочные системы.
Для простоты можете считать, что всем.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> Лично я страдаю от упёртости тов. Клауса Шмидингера (автор VDR)
> в том, что весь текст должен храниться в ISO8859-1.
Ну так это его проблемы с головой, причём кодировки тут вообще ни
при чём -- это тараканы про i18n.
		-- mike in devel@

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

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

end of thread, other threads:[~2007-03-06 21:00 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-27 19:18 [Comm] %files Yurkovsky Andrey
2007-02-27 19:23 ` Andrey Rahmatullin
2007-02-27 19:35   ` Yurkovsky Andrey
2007-02-28  5:53     ` Andrey Rahmatullin
2007-02-28 15:08       ` Yurkovsky Andrey
2007-02-27 20:04   ` Motsyo Gennadi aka Drool
2007-02-28  7:27     ` Alexey I. Froloff
2007-02-27 19:26 ` Damir Shayhutdinov
2007-02-27 19:46   ` Yurkovsky Andrey
2007-02-28  5:54     ` Andrey Rahmatullin
2007-02-28 15:57       ` Yurkovsky Andrey
2007-02-28 16:00         ` Yurkovsky Andrey
2007-02-28 16:07           ` Andrey Rahmatullin
2007-02-28 17:03             ` Yurkovsky Andrey
2007-02-28 17:14               ` Andrey Rahmatullin
2007-02-28 18:24                 ` Yurkovsky Andrey
2007-02-28 21:02                   ` Pavlov Konstantin
2007-03-01 14:39                     ` Yurkovsky Andrey
2007-03-01 14:45                       ` Alexey I. Froloff
2007-03-01 16:43                       ` Motsyo Gennadi aka Drool
2007-03-01 17:56                         ` Andrey Rahmatullin
2007-02-28 16:00         ` Andrey Rahmatullin
2007-02-28 17:13           ` Yurkovsky Andrey
2007-03-06 20:41             ` Yurkovsky Andrey
2007-03-06 21:00               ` Andrey Rahmatullin
2007-02-27 19:36 ` Sergey Vlasov
2007-02-27 19:51   ` Yurkovsky Andrey
2007-02-27 20:05     ` Motsyo Gennadi aka Drool

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