ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] сборка rpm zimbra
@ 2010-06-10 11:15 Alexander
  2010-06-10 11:18 ` Andrey Rahmatullin
  2010-06-25 20:56 ` Michael Shigorin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander @ 2010-06-10 11:15 UTC (permalink / raw)
  To: community

Добрый день, уважаемое коммьюнити.

Собираю zimbra для branch 5.1. 
За основу программа сборки zimbra берет spec от fedora, где прописана следующая команда (она и вызывает ошибку)

SUDOMODE=`perl -e 'my $mode=(stat("/etc/sudoers"))[2];if ($mode == "0000"){ $mode=33056 };printf("%04o\n",$mode & 07777);'`;

egrep -v -e '^%zimbra.*zmcertmgr' /etc/sudoers > /tmp/sudoers
echo "%zimbra ALL=NOPASSWD:/opt/zimbra/bin/zmcertmgr" >> /tmp/sudoers
mv -f /tmp/sudoers /etc/sudoers
chmod $SUDOMODE /etc/sudoers 

т.е. ошибку вызывает данная часть команды:
printf("%04o\n",$mode & 07777);'`;
^^^^^^^^^^^^^^^^
В ответ система пишет, что макрос %04o не найден. Как можно заменить и чем можно заменить данную строку, чтобы исправить ошибку и пойти по процессу сборки дальше?

все-таки данная команда в Fedora проходит (если spec конкретно для fedora), значит можно что-то сделать?


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

end of thread, other threads:[~2010-06-25 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-10 11:15 [Comm] сборка rpm zimbra Alexander
2010-06-10 11:18 ` Andrey Rahmatullin
2010-06-25 20:56 ` Michael Shigorin

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