From: "Kirill A. Shutemov" <k.shutemov@velesys.com> To: ALT Devel discussion list <devel@lists.altlinux.org> Subject: Re: [devel] [git update] packages/glibc: heads/arm-port Date: Wed, 29 Aug 2007 18:14:12 +0300 Message-ID: <20070829151412.GA25187@localhost.localdomain> (raw) In-Reply-To: <20070829121827.GA620@localhost.localdomain> [-- Attachment #1: Type: text/plain, Size: 1435 bytes --] On [Wed, 29.08.2007 15:18], Kirill A. Shutemov wrote: > On [Wed, 29.08.2007 15:53], Dmitry V. Levin wrote: > > Проблема в том, что эвристика /usr/lib/rpm/fixup-libraries работает на x86*, > > но на ARM'е не распознаёт в ld-2.5.so, libc-2.5.so и libcrypt-2.5.so > > исполняемых файлов. > > Действительно не работает :( [...] > + readelf -s /lib/ld-2.5.so > + fgrep -wqs __preinit_array_end > + '[' -n /lib/ld-2.5.so ']' В этом месте выполняется следующий код: [ -n "${file##*/lib64/ld-*.so}" ] || continue Очевидно, это хак для x86_64(fixup-libraries не делел chmod на ld-2.5.so на x86_64 именно по этому условию). Это вообще корректно или забытая временная затычка? Если корректно, то, вероятно, это следует заменить на проверку uname -m и делать continue по списку архитектур? > + chmod -v u+w,a-x,ug-s /lib/ld-2.5.so > /bin/chmod: changing permissions of `/lib/ld-2.5.so': Operation not permitted > failed to change mode of `/lib/ld-2.5.so' to 0644 (rw-r--r--) -- Regards, Kirill A. Shutemov + Belarus, Minsk + Velesys LLC, http://www.velesys.com/ + ALT Linux Team, http://www.altlinux.com/ [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-08-29 15:14 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-06-12 19:11 ` Dmitry V. Levin 2007-06-13 8:55 ` Kirill A. Shutemov 2007-08-23 10:44 ` Kirill A. Shutemov 2007-08-29 9:53 ` Kirill A. Shutemov 2007-08-29 10:03 ` Dmitry V. Levin 2007-08-29 11:45 ` Kirill A. Shutemov 2007-08-29 11:53 ` Dmitry V. Levin 2007-08-29 12:18 ` Kirill A. Shutemov 2007-08-29 15:14 ` Kirill A. Shutemov [this message] 2007-08-29 15:21 ` Dmitry V. Levin 2007-08-29 15:32 ` Kirill A. Shutemov 2007-08-30 16:14 ` Dmitry V. Levin 2007-08-30 16:45 ` Kirill A. Shutemov 2007-08-30 16:49 ` 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=20070829151412.GA25187@localhost.localdomain \ --to=k.shutemov@velesys.com \ --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