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] at@, не ломай сизиф
Date: Sun, 20 Mar 2011 21:47:33 +0300
Message-ID: <20110320184733.GI1698@altlinux.org> (raw)
In-Reply-To: <20110320163448.6a5d0d97@sem.localdomain>

On Sun, Mar 20, 2011 at 04:34:48PM +0300, Mikhail Efremov wrote:
> On Sun, 20 Mar 2011 15:02:36 +0200 Michael Shigorin wrote:
> > On Sun, Mar 20, 2011 at 03:30:59PM +0300, Alexey Tourbin wrote:
> > > > Лёша, ты решил добить сизиф перед бранчем?
> > > Я исправляю зависимости у *-devel пакетов, эта работа ещё
> > > не закончена.
> > 
> > Анонсируй отрываемое, тебе ж сейчас известно точно,
> > а остальным потом выяснять будет на порядки дороже.
> 
> Присоединяюсь к просьбе. Это хорошо, если при пересборке зависимостей не
> хватит, а не пропадет какая-то фича. И даже при формальной
> пересобираемости Сизифа результат будет далек от ожидаемого.
> Я, например, точно знаю что сейчас такая ситуация с claws-mail: он
> пересобирается, но при этом пропадает поддержка ssl.

Вот пакеты, у которых после тестовой пересборки пропала зависимость
на openssl:

[apiary@ssh success]$ for log in *; do if grep -q '^-Requires: lib\(ssl\|crypto\)\.so\.' $log && ! grep -q '^+Requires: lib\(ssl\|crypto\)\.so\.' $log; then echo $log; fi; done
freetds-0.82-alt3
icecast-2.3.2-alt3.1
jabberd2-2.2.9-alt2.1
openssl098-0.9.8p-alt1
rtmpdump-2.3-alt1.1

(В openssl098 зависимости пропали из-за оптимизации между подпакетами.)

Вот пакеты, у которых после тестовой пересборки пропала зависимость на
libpng:

[apiary@ssh success]$ for log in *; do if grep -q '^-Requires: libpng12\.so\.' $log && ! grep -q '^+Requires: libpng12\.so\.' $log; then echo $log; fi; done
TiMidity++-2.13.2-alt12
dia-0.97.1-alt2
ghostscript-9.01-alt1
gst-plugins-bad-0.10.21-alt1
gst-plugins-good-0.10.27-alt1
leocad-0.75-alt3
libfltk13-1.3.0.r8323-alt1.1
libgegl-0.1.6-alt1
libming-0.4.3-alt1.1
libucil-0.9.8-alt2
lti-1.9.16-alt2
poppler7-0.14.5-alt3
rhythmbox-0.13.3-alt1
spectrum-fuse-0.8.0.1-alt1.qa1
ufraw-0.18-alt1
vice-2.1-alt5
xsane-0.998-alt1

Вот пакеты, у которых после тестовой пересборки пропала зависимость на
zlib:

[apiary@ssh success]$ for log in *; do if grep -q '^-Requires: libz\.so\.' $log && ! grep -q '^+Requires: libz\.so\.' $log; then echo $log; fi; done   amide-0.9.2-alt1
aria2-1.10.8-alt1
bzflag-2.0.16-alt1
freedroidrpg-0.14.1-alt1
gimp-plugin-voronoi-2.2-alt1
gst-plugins-good-0.10.27-alt1
gtkwave-3.3.0-alt4
hylafax-5.2.7-alt7
libcaca-0.99-alt11.beta16
mpip-3.2.1-alt1.svn20100401.3
openbabel-2.2.3-alt2
remmina-plugins-0.9.2-alt1
smalltalk-3.2.2-alt1.git.7.g39420d7
spamassassin-3.3.1-alt2
sphinx-0.9.9-alt3.1
sword-1.6.0-alt3.qa1.1
ufraw-0.18-alt1
vice-2.1-alt5
virtuoso-opensource-6.1.2-alt2
w3m-0.5.2-alt2.1.1
xsane-0.998-alt1
xulrunner-192-1.9.2.15-alt1.20110308
xulrunner-minefield-2.0.0.0-alt0.20110225
xvidcap-1.1.7-alt9


  reply	other threads:[~2011-03-20 18:47 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-20 12:19 ` Michael Shigorin
2011-03-20 12:30   ` Alexey Tourbin
2011-03-20 13:02     ` Michael Shigorin
2011-03-20 13:26       ` Alexey Tourbin
2011-03-20 13:46         ` Michael Shigorin
2011-03-20 14:28           ` Alexey Tourbin
2011-03-20 14:43             ` Michael Shigorin
2011-03-20 15:03               ` Alexey Tourbin
2011-03-20 15:27                 ` Michael Shigorin
2011-03-20 16:05                   ` Alexey Tourbin
2011-03-20 19:06                   ` Anton Farygin
2011-03-20 19:26                     ` Michael Shigorin
2011-03-20 15:08               ` REAL
2011-03-20 13:34       ` Mikhail Efremov
2011-03-20 18:47         ` Alexey Tourbin [this message]
2011-03-20 19:25           ` Alexey Tourbin
2011-03-20 19:32           ` Michael Shigorin
2011-03-20 16:06   ` Igor Zubkov

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=20110320184733.GI1698@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