ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Alexey Tourbin <at@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Неисполняемый debug-файл
Date: Thu, 3 Feb 2011 21:11:06 +0300
Message-ID: <20110203181105.GH5284@altlinux.org> (raw)
In-Reply-To: <201102031416.19125.cas@altlinux.ru>

On Thu, Feb 03, 2011 at 02:16:18PM +0300, Андрей Черепанов wrote:
> 3 февраля 2011 Alexey Tourbin написал:
> > On Thu, Feb 03, 2011 at 02:06:44PM +0300, Андрей Черепанов wrote:
> > > Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x0RWtp
> > > find-requires: running scripts
> > > (files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,st
> > > atic,symlinks) lib.req.files: ELF executable /usr/src/tmp/kbfx-
> > > buildroot/usr/lib/debug/usr/bin/kbfxconfigapp.debug is not executable
> > > ldd: ERROR: /usr/src/tmp/kbfx-
> > > buildroot/usr/lib/debug/usr/bin/kbfxconfigapp.debug: trace failed
> > > find-requires: ERROR: /usr/lib/rpm/lib.req failed
> > > 
> > > При этом в %buildroot/usr/bin всё в порядке. Сборка в локальной сизифной
> > > хэшернице.
> > 
> > Нельзя использовать шаблоны типа
> > %files
> > %_libdir/*
> > это цепляет /usr/lib/debug.
> Понял, спасибо

Забавный глюк обнаружил: пакет kmuddy требует libkmuddy, а пакет libkmuddy
требует kmuddy.  В результате в логе сборки наблюдаем

removing 171 sources from kmuddy-debuginfo and adding dependency on kmuddy-debuginfo
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux/kmuddy/dialogs
also prunning dir /usr/src/debug/kmuddy-1.0.1/kmuddy/dialogs
also prunning dir /usr/src/debug/kmuddy-1.0.1/libs
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux/kmuddy
also prunning dir /usr/src/debug/kmuddy-1.0.1/kmuddy
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux
also prunning dir /usr/src/debug/kmuddy-1.0.1
removing 363 sources from libkmuddy-debuginfo and adding dependency on libkmuddy-debuginfo
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux/libs
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux/plugins/converter
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux/plugins/mapper/plugins/speedwalk
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux/plugins/mapper/plugins/standard
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux/plugins/scripting
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux/plugins/vartrigs
also prunning dir /usr/src/debug/kmuddy-1.0.1/BUILD-i586-alt-linux/plugins/varviewer
also prunning dir /usr/src/debug/kmuddy-1.0.1/libs
...
http://git.altlinux.org/tasks/archive/done/_37/37944/build/200/i586/log

Тут по идее должны были оптимизироваться дупы в /usr/src/debug между
подпакетами.  Но оказывается, что тут пакеты зависят от самих себя,
и у них дупы "соптимизировалсь" сами с собой.  Мне казалось, что
я продумал вопрос mutual deletions:

4.0.4-alt100.15 build/interdep.c:
   368              // (pkg1 <-> pkg2) => (pkg1-debuginfo <-> pkg2-debuginfo)
   369              if (Requires(r, r1.pkg2, r2.pkg2))
   370                  pruneSrc1(r1.pkg1, r2.pkg1);
   371              // "else" guards against mutual deletions
   372              else if (Requires(r, r2.pkg2, r1.pkg2))
   373                  pruneSrc1(r2.pkg1, r1.pkg1);

Но оказывается этого недостаточно, т.к. возникают self deletions.
Просьба пока не исправлять пакет kmuddy.

> -- 
> Андрей Черепанов
> ALT Linux
> cas@altlinux.ru


  reply	other threads:[~2011-02-03 18:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-03 11:06 Андрей Черепанов
2011-02-03 11:11 ` Alexey Tourbin
2011-02-03 11:16   ` Андрей Черепанов
2011-02-03 18:11     ` Alexey Tourbin [this message]
2011-02-04 11:18       ` Андрей Черепанов

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=20110203181105.GH5284@altlinux.org \
    --to=at@altlinux.ru \
    --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