ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALTLinux-devel <devel@lists.altlinux.org>
Subject: Re: [devel] Re: [sisyphus] blackdown j2se
Date: Wed, 8 Feb 2006 04:13:24 +0300
Message-ID: <20060208011324.GA6327@basalt.office.altlinux.org> (raw)
In-Reply-To: <1139356979.4366.3.camel@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]

On Wed, Feb 08, 2006 at 03:02:59AM +0300, Mikhail Zabaluev wrote:
> В Втр, 07/02/2006 в 16:46 +0300, Dmitry V. Levin пишет:
> > $ rpmquery -p --provides j2se1.4-blackdown-1.4.2_03-alt1.i586.rpm |fgrep libverify >~/tmp/x
> > /usr/lib/j2se1.4-blackdown/jre/lib/i386/libverify.so  
> > /usr/lib/j2se1.4-blackdown/jre/lib/i386/libverify.so(SUNWprivate_1.1)  
> > $ rpmquery -p -R j2se1.4-blackdown-1.4.2_03-alt1.i586.rpm
> > /usr/lib/j2se1.4-blackdown/jre/lib/libverify.so(SUNWprivate_1.1)  
> > 
> > Несостыковка: Provides по каталогу
> > /usr/lib/j2se1.4-blackdown/jre/lib/i386
> > а Requires по каталогу
> > /usr/lib/j2se1.4-blackdown/jre/lib
> 
> Вот я и не понимаю, с чего такие Requires, если библиотеки все в
> jre/lib/i386.

Это следствие попытки избежать другой проблемы:
$ ldd /bin/echo
        libc.so.6 => /lib/i686/libc.so.6 (0x0011b000)
        /lib/ld-linux.so.2 (0x80000000)

Очевидно, что /i686/ здесь архитектурно-зависимый компонент, который надо
убрать.

Похоже что действующий фильтр
sed -e 's|/tls/|/|' -e 's|/sse2/|/|' -e "s|/$RPM_ARCH/|/|" -e 's|/i[3-9]86/|/|'
слишком сильный.

Я постараюсь побыстрее это исправить.


-- 
ldv

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2006-02-08  1:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-08  0:02     ` Mikhail Zabaluev
2006-02-08  1:13       ` Dmitry V. Levin [this message]
2006-02-08 23:48         ` Dmitry V. Levin

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=20060208011324.GA6327@basalt.office.altlinux.org \
    --to=ldv@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