From: Alexey Rusakov <ktirf@altlinux.org> To: devel@lists.altlinux.org Subject: Re: [devel] [sisyphus] IA: glib2 с библиотеками в /lib Date: Tue, 2 Oct 2007 04:18:34 +0400 Message-ID: <20071002041834.171384c4@mission> (raw) In-Reply-To: <20071001235838.GA5786@basalt.office.altlinux.org> On Tue, 2 Oct 2007 03:58:38 +0400 Dmitry V. Levin wrote: > Hi, > > On Mon, Oct 01, 2007 at 10:15:25PM +0400, Alexey Rusakov wrote: > > По просьбам с мест и в связи с объективной необходимостью выполнены работы > > по https://bugzilla.altlinux.org/show_bug.cgi?id=12936 . Соответственно, > > только что произведён вброс исходного пакета glib2, содержащего > > соответствующие библиотеки не в /usr/lib, а в /lib. Если в связи с этим > > обнаружатся какие-то неприятности, просьба сообщать ASAP. > > Сразу захотелось повесить багу о том, что все девелоперские библиотеки > (lib*.so) оказались в каталоге /lib/. Уже тоже нашёл. Список файлов в glib2 проверил, а в glib2-devel нет :( Оказались не только библиотеки, но и .pc, а это уже криминал, glib2-devel непригоден для сборки. > Вот кусок shell-кода, который кочует у меня из одного spec-файла в другой > и, следовательно, напрашивается на омакривание: > > # Relocate shared libraries from %_libdir/ to /%_lib/. > mkdir %buildroot/%_lib > for f in %buildroot%_libdir/lib*.so; do > t=`objdump -p "$f" |awk '$1=="SONAME"{print $2}'` > [ -n "$t" ] > ln -sf ../../%_lib/"$t" "$f" > done > mv %buildroot%_libdir/lib*.so.* %buildroot/%_lib/ Да, я его уже тоже нашёл и положил (-alt4 скоро будет). И тоже отметил, что кусок напрашивается либо на укладывание в скрипт, либо на омакривание. -- Alexey "Ktirf" Rusakov GNOME Project ALT Linux Team
next prev parent reply other threads:[~2007-10-02 0:18 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2007-10-01 23:58 ` Dmitry V. Levin 2007-10-02 0:18 ` Alexey Rusakov [this message] 2007-10-02 6:19 ` Stanislav Ievlev 2007-10-02 7:44 ` Alexey Rusakov 2007-10-02 8:02 ` Stanislav Ievlev
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=20071002041834.171384c4@mission \ --to=ktirf@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