ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] gear beginner question
@ 2007-03-10  7:34 Eugene Prokopiev
  2007-03-10  9:12 ` Sergey Vlasov
  2007-03-10 17:42 ` Eugene Prokopiev
  0 siblings, 2 replies; 27+ messages in thread
From: Eugene Prokopiev @ 2007-03-10  7:34 UTC (permalink / raw)
  To: Devel

Здравствуйте!

Читаю /usr/share/doc/gear-1.0.2/QUICKSTART.ru_RU.KOI8-R и пытаюсь делать 
  аналогично:

[john@alt-devel ~]$ mkdir -p git/dbmail
[john@alt-devel ~]$ cd git/dbmail
[john@alt-devel dbmail]$ git-init-db
defaulting to local storage area
[john@alt-devel dbmail]$ gear-srpmimport 
~/RPM/SRPMS/dbmail-2.2.1-alt5.src.rpm
Committing initial tree a826d6f37767d61a2f22dd8c94381684460084e1

*** Environment problem:
*** Your name cannot be determined from your system services (gecos).
*** You would need to set GIT_AUTHOR_NAME and GIT_COMMITTER_NAME
*** environment variables; otherwise you won't be able to perform
*** certain operations because of "empty ident" errors.
*** Alternatively, you can use user.name configuration variable.

fatal: empty ident  <john@alt-devel...> not allowed

Немного почесав в затылке, читаю дальше и понимаю, что можно попробовать 
отредактировать .git/config так:

[core]
         repositoryformatversion = 0
         filemode = true
[user]
         name = "Eugene Prokopiev"
         email = "enp@altlinux.org"

Иду дальше:

[john@alt-devel dbmail]$ gear-srpmimport 
~/RPM/SRPMS/dbmail-2.2.1-alt5.src.rpm
Committing initial tree a826d6f37767d61a2f22dd8c94381684460084e1
gear-srpmimport: Imported /home/john/RPM/SRPMS/dbmail-2.2.1-alt5.src.rpm
gear-srpmimport: Created master branch
[john@alt-devel dbmail]$ gear --hasher -- hsh ~/hasher/
Components: hasher
Processing pkglists... hasher done
Processing srclists...  hasher done
Creating component releases... done
Updating global release file... done
Appending MD5Sum... hasher done
All your base are belong to us!!!
Preparing packages for installation...
libsieve-2.2.4-alt1
libsieve-devel-2.2.4-alt1
glib2-devel-2.12.2-alt1
libssl-0.9.7g-alt5
libMySQL-5.0.24-alt2
libssl-devel-0.9.7g-alt5
libMySQL-devel-5.0.24-alt2
libpq4.1-8.1.4-alt2
libecpg5.1-8.1.4-alt2
libecpg5.1-devel-8.1.4-alt2
libkrb5-1.4.3-alt2
libsasl2-2.1.20-alt8
libldap2.3-2.3.27-alt1
libsasl2-devel-2.1.20-alt8
libopenslp-1.2.1-alt2
libopenslp-devel-1.2.1-alt2
libldap-devel-2.3.27-alt1
libpq4.1-devel-8.1.4-alt2
libsqlite3-3.3.7-alt1
libsqlite3-devel-3.3.7-alt1
postgresql8.1-devel-8.1.4-alt2
zlib-devel-1.2.3-alt3
libgmime-2.1.19-alt1
libgmime-devel-2.1.19-alt1
Building target platforms: i686
Building for target i686
Wrote: /usr/src/in/srpm/dbmail-2.2.1-alt5.src.rpm
ERROR: you have problems with packager name
./dbmail-2.2.1-alt5.src.rpm: wrong PACKAGER: Automated package hasher 
<hasher@localhost>
rebuild: pkg.tar: sisyphus_check failed.

Правлю dbmail.spec в текущем каталоге, добавляю Packager: Eugene 
Prokopiev <enp@altlinux.org>

Повторяю gear --hasher -- hsh ~/hasher/, результат тот же самый :(

Что делать дальше?

Результат gear --hasher -- hsh ~/hasher/ 
--no-sisyphus-check=gpg,packager выглядит лучше, но это же не дело ...

-- 
С уважением, Прокопьев Евгений


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

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

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-10  7:34 [devel] gear beginner question Eugene Prokopiev
2007-03-10  9:12 ` Sergey Vlasov
2007-03-10 10:22   ` Kirill A. Shutemov
2007-03-10 10:29     ` Денис Смирнов
2007-03-10 12:32   ` Eugene Prokopiev
2007-03-10 13:18     ` Slava Semushin
2007-03-10 15:29       ` Alexey I. Froloff
2007-03-10 13:19     ` Dmitry V. Levin
2007-03-10 18:51       ` Pavlov Konstantin
2007-03-10 13:51     ` Sergey Vlasov
2007-03-10 13:43   ` Dmitry V. Levin
2007-03-10 18:50     ` Pavlov Konstantin
2007-03-12 10:03     ` Epiphanov Sergei
2007-03-10 17:42 ` Eugene Prokopiev
2007-03-10 17:43   ` Mikhail Gusarov
2007-03-10 18:12     ` Dmitry V. Levin
2007-03-10 18:17       ` Mikhail Gusarov
2007-03-10 18:41         ` Dmitry V. Levin
2007-03-10 18:45           ` Mikhail Gusarov
2007-03-10 18:49             ` Dmitry V. Levin
2007-03-11  7:35     ` Денис Смирнов
2007-03-11 10:09       ` Sergey Vlasov
2007-03-15  7:04         ` Денис Смирнов
2007-03-15  7:31           ` Mikhail Gusarov
2007-03-15 10:34             ` Sergey Bolshakov
2007-03-15 10:40               ` Mikhail Gusarov
2007-03-15 11:00                 ` Sergey Bolshakov

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