ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Grigory Batalov" <bga@altlinux.org>
To: devel@lists.altlinux.org
Subject: Re: [devel] отладка hsh-install [#7843]
Date: Wed, 10 Jun 2009 17:46:19 +0400
Message-ID: <20090610174619.e6a93d6c.bga@altlinux.org> (raw)
In-Reply-To: <20090610122130.GC13612@wo.int.altlinux.org>

On Wed, 10 Jun 2009 16:21:32 +0400, Dmitry V. Levin wrote:

> > Если же скопировать пакеты в чрут и установить вручную:
> > # rpmi -i -v *.rpm
> > то они великолепно ставятся.
> 
> /.host/entry так пакеты и ставит.

Не совсем. Он использует список:

rpmi -i  .rpmi-install.list

Проведём эксперимент:

$ hsh --initroot-only /tmp/.private/bga/hasher
$ hsh-install -q /tmp/.private/bga/hasher ca-certificates fontconfig fonts-type1-urw ghostscript-classic ghostscript-common libICE libSM libX11 libX11-locales libXau libXaw libXdmcp libXext libXft libXmu libXpm libXrender libXt libcairo libcrypto7 libcups libexpat libfreetype libgdbm libglitz libjasper libjbig libjpeg libkeyutils libkrb5 libmozsqlite3 libnetpbm libnspr libnss libpixman libpng12 libruby libssl7 libstdc++4.4 libtiff libxcb libxcbutil mailx ncompress netpbm nss-utils perl-DBM perl-Encode perl-PerlIO perl-Tk python-modules python-modules-compiler python-modules-email python-modules-encodings ruby sharutils t1lib tcsh tex-common texlive-common texmf-tex4ht xorg-rgb xpdf-common xpdf-utils libkpathsea

$ hsh-install -q /tmp/.private/bga/hasher latex2html
hsh-install: Packages installation failed.

$ hsh-shell --rooter /tmp/.private/bga/hasher

# cp -R /.in /tmp/in
# cd /tmp/in
# rpmi -i --test .rpmi-install.list ; echo $?
29
# ls -1 *.rpm > my.list
# rpmi -i --test my.list ; echo $?
0

А почему? А потому, что пакеты в этих двух списках
по-разному отсортированы!

# diff -u .rpmi-install.list my.list
--- .rpmi-install.list  2009-06-10 13:44:00 +0000
+++ my.list     2009-06-10 13:44:28 +0000
@@ -1,28 +1,28 @@
-texlive-omega-2008.0-alt0.12.x86_64.rpm
-texlive-font-utils-2008.0-alt0.12.x86_64.rpm
+latex2html-2008-alt1.noarch.rpm
+texlive-base-2008.0-alt0.12.noarch.rpm
 texlive-base-bin-2008.0-alt0.12.x86_64.rpm
+texlive-bibtex-extra-2008.0-alt0.12.noarch.rpm
 texlive-doc-base-2008.0-alt0.10.noarch.rpm
-texlive-base-2008.0-alt0.12.noarch.rpm
-texlive-xetex-2008.0-alt0.12.x86_64.rpm
+texlive-extra-utils-2008.0-alt0.12.x86_64.rpm
+texlive-font-utils-2008.0-alt0.12.x86_64.rpm
+texlive-fonts-extra-2008.0-alt0.12.noarch.rpm
 texlive-fonts-recommended-2008.0-alt0.12.noarch.rpm
-texlive-latex3-2008.0-alt0.12.noarch.rpm
+texlive-games-2008.0-alt0.12.noarch.rpm
+texlive-generic-extra-2008.0-alt0.12.noarch.rpm
 texlive-generic-recommended-2008.0-alt0.12.noarch.rpm
-texlive-pstricks-2008.0-alt0.12.noarch.rpm
-texlive-math-extra-2008.0-alt0.12.noarch.rpm
+texlive-humanities-2008.0-alt0.12.noarch.rpm
 texlive-lang-french-2008.0-alt0.12.noarch.rpm
-texlive-fonts-extra-2008.0-alt0.12.noarch.rpm
-texmf-latex-xcolor-2.06-alt2.noarch.rpm
-texmf-pgf-2.00-alt0.5.noarch.rpm
-texlive-games-2008.0-alt0.12.noarch.rpm
 texlive-lang-tibetan-2008.0-alt0.12.noarch.rpm
-texlive-pictures-2008.0-alt0.12.noarch.rpm
-texlive-generic-extra-2008.0-alt0.12.noarch.rpm
-texlive-science-2008.0-alt0.12.noarch.rpm
-texlive-bibtex-extra-2008.0-alt0.12.noarch.rpm
-texlive-publishers-2008.0-alt0.12.noarch.rpm
+texlive-latex-base-2008.0-alt0.12.noarch.rpm
 texlive-latex-extra-2008.0-alt0.12.noarch.rpm
-texlive-humanities-2008.0-alt0.12.noarch.rpm
-texlive-extra-utils-2008.0-alt0.12.x86_64.rpm
 texlive-latex-recommended-2008.0-alt0.12.noarch.rpm
-texlive-latex-base-2008.0-alt0.12.noarch.rpm
-latex2html-2008-alt1.noarch.rpm
+texlive-latex3-2008.0-alt0.12.noarch.rpm
+texlive-math-extra-2008.0-alt0.12.noarch.rpm
+texlive-omega-2008.0-alt0.12.x86_64.rpm
+texlive-pictures-2008.0-alt0.12.noarch.rpm
+texlive-pstricks-2008.0-alt0.12.noarch.rpm
+texlive-publishers-2008.0-alt0.12.noarch.rpm
+texlive-science-2008.0-alt0.12.noarch.rpm
+texlive-xetex-2008.0-alt0.12.x86_64.rpm
+texmf-latex-xcolor-2.06-alt2.noarch.rpm
+texmf-pgf-2.00-alt0.5.noarch.rpm


  parent reply	other threads:[~2009-06-10 13:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-09  8:34 ` [devel] [#7843] FAILED texmf-latex-xcolor.git=2.06-alt2 texmf-pgf.git=texmf-pgf-2.00-alt0.5 Grigory Batalov
2009-06-09  8:44   ` Dmitry V. Levin
2009-06-09  9:49     ` Grigory Batalov
2009-06-10  0:13       ` Dmitry V. Levin
2009-06-10  8:40         ` [devel] отладка hsh-install [#7843] Grigory Batalov
2009-06-10  8:47           ` Dmitry V. Levin
2009-06-10 10:21             ` Grigory Batalov
2009-06-10 12:21               ` Dmitry V. Levin
2009-06-10 12:51                 ` Grigory Batalov
2009-06-11 13:53                   ` Dmitry V. Levin
2009-06-11 14:17                     ` Grigory Batalov
2009-06-10 13:46                 ` Grigory Batalov [this message]
2009-06-11 12:24                   ` Grigory Batalov
2009-06-14  4:42                     ` Alexey Tourbin
2009-06-14  8:21                       ` Grigory Batalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090610174619.e6a93d6c.bga@altlinux.org \
    --to=bga@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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