From: "Grigory Batalov" <bga@altlinux.org> To: devel@lists.altlinux.org Subject: Re: [devel] отладка hsh-install [#7843] Date: Thu, 11 Jun 2009 16:24:54 +0400 Message-ID: <20090611162454.7e4464cf@bga> (raw) In-Reply-To: <20090610174619.e6a93d6c.bga@altlinux.org> On Wed, 10 Jun 2009 17:46:19 +0400 Grigory Batalov 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 --git a/alt-linux/texlive-extra.spec b/alt-linux/texlive-extra.spec index c455857..3dee763 100644 --- a/alt-linux/texlive-extra.spec +++ b/alt-linux/texlive-extra.spec @@ -195,7 +195,9 @@ Requires: texlive-latex-base %package -n texlive-latex-extra Group: Publishing Summary: LaTeX supplementary packages -Requires: texlive-base-bin, texlive-latex-base +Requires: texlive-base-bin +# workaround for rpmi sort order +Requires(pre): texlive-latex-base %description -n texlive-latex-extra A large collection of add-on packages for LaTeX.
next prev parent reply other threads:[~2009-06-11 12:24 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 2009-06-11 12:24 ` Grigory Batalov [this message] 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=20090611162454.7e4464cf@bga \ --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