ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] IA: packages depending on dated libraries
@ 2004-03-04 17:42 Dmitry V. Levin
  2004-03-04 19:00 ` Sergey V Turchin
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Dmitry V. Levin @ 2004-03-04 17:42 UTC (permalink / raw)
  To: ALT Devel discussion list


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

Все нижеперечисленные пакеты - это замаскированные unmet'ы:

$ whatdepends libdb-4.1.so libpcap.so.0.7 libpcre.so.0 libmysqlclient.so.10 |
	egrep -v '^(libdb|pcre)' |sort -u |while read f; do
		p=`rpmquery -p --qf '%{PACKAGER}\n' "$f" |sed -ne 's/\([^<]\+\).*/\1/p'`;
		echo "$f: $p";
	done
ipaudit-0.95-alt3.src.rpm: Andrey Orlov 
kdeedu-3.1.4-alt1.src.rpm: Automated package hasher 
kdesdk-3.1.4-alt1.src.rpm: Sergey V Turchin 
kdetoys-3.1.4-alt1.src.rpm: Sergey V Turchin 
kdevelop-3.0-alt0.12.src.rpm: Viktor S. Grishchenko 
libmidgard-1.5.1-alt0.1cvs20030916.src.rpm: Sergei Dolmatov 
libnasl-2.0.9-alt2.src.rpm: Dmitry Lebkov 
nessus-core-2.0.9-alt2.src.rpm: Dmitry Lebkov 
nessus-plugins-2.0.9-alt2.src.rpm: Dmitry Lebkov 
NeTraMet-4.4-alt1.3.src.rpm: Victor V Ismakaev 
php-dba-4.3.5-alt0.cvs20040130.src.rpm: Alexey Gladkov 
quanta-3.1.4-alt1.src.rpm: Sergey V Turchin 
R-base-1.8.0-alt1.src.rpm: Yehuda Ben-Yosef 
ulogd-1.01-alt0.1.src.rpm: Victor V Ismakaev 
unixODBC-2.2.3-alt1.src.rpm: AEN 

Совершенно очевидно, что maintainer'ам (если таковые есть) стоит побыстрее
что-то предпринять.

Особое внимание обратите на
- unixODBC: от этого пакета зависят десятки других, и при этом он сам
  фактически orphaned и не собирался полтора года; необходим новый
  maintainer, которому под силу собрать новую версию сейчас и поддерживать
  её в дальнейшем.
- libnasl, nessus-core, nessus-plugins: эти пакеты надо перехватить на то
  время, пока Дмитрий не сможет вновь ими заняться; будет лучше, если это
  сделает пользователь nessus, а не специалист по пересборке вслепую.


-- 
ldv

[-- Attachment #1.2: whatdepends --]
[-- Type: text/plain, Size: 352 bytes --]

#!/bin/sh -e

export LANG=C LANGUAGE=C LC_ALL=C

rep=/path/to/Sisyphus/files/i586/RPMS
cd "$rep"

for dep in "$@"; do
	whatdepends="$(/path/to/aptbox/apt-cache whatdepends "$dep" |
		fgrep -B1 "Depends: <$dep>" |
		sed -ne 's/^  \([[:alnum:]].*\)/\1.*/p' |
		sed 's/[[:digit:]]\+://')"

	rpmquery -p --qf '%{SOURCERPM}\n' $whatdepends |
		sort -u
done

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-03-23 12:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-04 17:42 [devel] IA: packages depending on dated libraries Dmitry V. Levin
2004-03-04 19:00 ` Sergey V Turchin
2004-03-06  6:56 ` Sergei Dolmatov
2004-03-11 18:25 ` Dmitry V. Levin
2004-03-12 12:16   ` Dmitry V. Levin
2004-03-22 13:54 ` [devel] IA: unixODBC Dmitry V. Levin
2004-03-22 15:56   ` Volkov Serge
2004-03-22 20:18     ` Alexey Morozov
2004-03-23 11:52     ` Kachalov Anton
2004-03-23 12:41       ` Volkov Serge

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