ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey Vlasov <vsu@mivlgu.murom.ru>
To: devel@linux.iplabs.ru
Subject: Re: [devel] I: rpm-3.0.6-ipl29mdk available
Date: Sat, 8 Sep 2001 13:08:52 +0400
Message-ID: <20010908130852.6f97d46b.vsu@mivlgu.murom.ru> (raw)
In-Reply-To: <20010907223443.A22478@ldv.office.alt-linux.org>


[-- Attachment #1.1: Type: text/plain, Size: 1126 bytes --]

On Fri, 7 Sep 2001 22:34:43 +0400
"Dmitry V. Levin" <ldv@alt-linux.org> wrote:

> * Wed Sep 05 2001 Dmitry V. Levin <ldv@altlinux.ru> 3.0.6-ipl29mdk

На всякий случай (если эта версия rpm3 все же окажется не последней)
замечание: при сборке с Python пакет rpm-3.0.6-ipl29mdk не собирается
без установленного в системе пакета rpm-devel:

gcc -o rpmmodule.so rpmmodule.lo hash.lo upgrade.lo -lrpm -lpopt -L/usr/local/lib  -ldb1 -lpopt -lz -lbz2 -shared -Wl,-soname,rpmmodule.so
/usr/bin/ld: cannot find -lrpm

Получается, что надо писать так (циклическая зависимость при
сборке... брр...):

%if %WITH_PYTHON
BuildPreReq: python-devel >= %__python_version
BuildPreReq: rpm-devel
%endif

Либо надо патчить python/Makefile.am: в rpmmodule_so_LDFLAGS заменять
-lrpm на $(top_builddir)/lib/.libs/librpm.so (именно так, поскольку
при сборке rpmmodule.so не используется libtool).  На мой взгляд, так
лучше - будет использоваться версия librpm.so именно из собираемого
пакета, а не случайно завалявшаяся в системе.

Я попробовал сделать по второму способу; получившийся rpm.spec и
rpm-3.0.6-python.patch - в аттаче.

-- 
Сергей Власов

[-- Attachment #1.2: rpm.spec.bz2 --]
[-- Type: application/x-bzip2, Size: 9718 bytes --]

[-- Attachment #1.3: rpm-3.0.6-python.patch --]
[-- Type: application/octet-stream, Size: 530 bytes --]

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

  reply	other threads:[~2001-09-08  9:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-07 18:34 Dmitry V. Levin
2001-09-08  9:08 ` Sergey Vlasov [this message]
2001-09-10  6:50   ` 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=20010908130852.6f97d46b.vsu@mivlgu.murom.ru \
    --to=vsu@mivlgu.murom.ru \
    --cc=devel@linux.iplabs.ru \
    /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