ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Установка *.schemes
@ 2008-03-01 10:59 Yury Aliaev
  2008-03-01 12:02 ` Alexey Rusakov
  0 siblings, 1 reply; 8+ messages in thread
From: Yury Aliaev @ 2008-03-01 10:59 UTC (permalink / raw)
  To: devel

Приветствую уважаемых разработчиков!

Я занимаюсь исправлением пакета gnucash. У него есть некоторое 
количество файлов типа /etc/gconf/schemas/*gnucash*.schemas, которые не 
устанавливаются корректным образом. В его багзилле предлагают после 
установки программы от рута сказать "for ff in 
/usr/share/gconf/schemas/*gnucash* ; do gconftool-2
--config-source=xml::/etc/gconf/gconf.xml.defaults --install-schema-file 
$ff ;
done
pkill gconfd"

(И, действительно, после этого всё начинает работать)

Это можно, конечно, вынести, в %post секцию спека, чтобы эти действия 
выполнялись при установке пакета. Но вроде как у нас достаточно добавить 
в спек следующее:

%post
%gconf2_install %name

%preun
if [ $1 = 0 ]; then
%gconf2_uninstall %name
fi

Так вот, если сделать так, то при установке пакета вылезает следующее:

[root@testing i586]#  rpm -ivh gnucash-2.2.3-alt2.i586.rpm 
libgnucash-2.2.3-alt2.i586.rpm
Preparing... 
#################################################################################
libgnucash 
#################################################################################
gnucash 
#################################################################################
I/O warning : failed to load external entity 
"/etc/gconf/schemas/gnucash.schemas"
Failed to open `/etc/gconf/schemas/gnucash.schemas': No such file or 
directory
error: execution of %post scriptlet from gnucash-2.2.3-alt2 failed, exit 
status 1

Вопрос: что должен содержать файл /etc/gconf/schemas/gnucash.schemas 
(которого действительно нет), или всё же следует поступать так, как 
написано в багзилле гнукэша?

Заранее спасибо за помощь,
Юрий


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

end of thread, other threads:[~2008-03-05 17:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-01 10:59 [devel] Установка *.schemes Yury Aliaev
2008-03-01 12:02 ` Alexey Rusakov
2008-03-03  9:06   ` Yury Aliaev
2008-03-03 15:28     ` Alexey Rusakov
2008-03-03 18:03       ` Yury Aliaev
2008-03-03 18:21         ` Alexey Rusakov
2008-03-04 10:10           ` Yury Aliaev
2008-03-05 17:09       ` Yury Aliaev

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/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 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git