ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@altlinux.org>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Минимальный VE огромен -- много мусора
Date: Sat, 30 Aug 2014 22:08:29 +0400
Message-ID: <20140830180829.GA10068@imap.altlinux.org> (raw)
In-Reply-To: <20091003235000.GA17717@mw.office.seiros.ru>

[-- Attachment #1: Type: text/plain, Size: 544 bytes --]

On Sun, Oct 04, 2009 at 03:50:00AM +0400, Денис Смирнов wrote:
> Сегодня пытался сделать минимальный VE. Минимальный это значит
> состоящий только из пакета basesystem и его зависимостей + apt.

(разглядывая ve/.base) Без сети?

> glibc-utils
> ===========
[...]
> Возможно ли отпилить mtrace  в отдельный пакет?

На всякий: патчик для отпиливания прилагается, при отсутствии
противопоказаний предлагаю всё же докатить хотя бы до сизифа.

-- 
 ---- WBR, Michael Shigorin / http://altlinux.org
  ------ http://opennet.ru / http://anna-news.info

[-- Attachment #2: 0001-6-2.17-alt8.1.patch --]
[-- Type: text/x-patch, Size: 2513 bytes --]

>From 898b89befa8aca3011734d0492c7bd8de7288f28 Mon Sep 17 00:00:00 2001
From: Michael Shigorin <mike@altlinux.org>
Date: Sat, 30 Aug 2014 20:27:05 +0300
Subject: [PATCH] 6:2.17-alt8.1

- NMU: split mtrace into a subpackage of its own due to perl dependency
  as it is the only perl script there, and a rather obscure one; see also
  http://lists.altlinux.org/pipermail/devel/2009-October/175682.html
---
 alt/glibc.spec | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/alt/glibc.spec b/alt/glibc.spec
index cf09756..cc83321 100644
--- a/alt/glibc.spec
+++ b/alt/glibc.spec
@@ -1,6 +1,6 @@
 Name: glibc
 Version: 2.17
-Release: alt8
+Release: alt8.1
 Epoch: 6
 
 Summary: The GNU libc libraries
@@ -163,6 +163,11 @@ Obsoletes: gencat
 # due to rpcinfo
 Conflicts: rpcbind < 0.2.1-alt0.4
 
+%package -n mtrace
+Summary: A program to help interpret memory trace output
+Group: Development/Debuggers
+Conflicts: glibc-utils <= 2.17-alt8
+
 %package devel
 Summary: Include and object files required for C development
 Group: Development/C
@@ -253,6 +258,10 @@ timezones data in the system.
 This package contains miscellaneous non-essential %name utilities that
 didn't fit in specific packages.
 
+%description -n mtrace
+This package contains a program which interprets the memory traces
+and outputs a summary in an user-friendly way.
+
 %description nss
 NSS is a Name Service Switch subsystem.  The basic idea is to put the
 implementation of the different services offered to access the databases
@@ -612,6 +621,7 @@ fi
 %exclude %_bindir/iconv*
 %exclude %_bindir/locale*
 %exclude %_bindir/memusage*
+%exclude %_bindir/mtrace
 %exclude %_bindir/pcprofiledump
 %exclude %_bindir/tzselect
 %exclude %_bindir/xtrace
@@ -619,6 +629,9 @@ fi
 %_libdir/audit/sotruss-lib.so
 %exclude /var/db/Makefile
 
+%files -n mtrace
+%_bindir/mtrace
+
 %files devel -f devel.files
 %_libdir/lib*.so
 %exclude %_libdir/libmemusage.so
@@ -660,6 +673,11 @@ fi
 %_datadir/i18n
 
 %changelog
+* Sat Aug 30 2014 Michael Shigorin <mike@altlinux.org> 6:2.17-alt8.1
+- NMU: split mtrace into a subpackage of its own due to perl dependency
+  as it is the only perl script there, and a rather obscure one; see also
+  http://lists.altlinux.org/pipermail/devel/2009-October/175682.html
+
 * Wed Jan 15 2014 Dmitry V. Levin <ldv@altlinux.org> 6:2.17-alt8
 - libc.so: link libc.so.6 both before and after libc_nonshared.a,
   to fix spurious undefined reference with --as-needed reported
-- 
1.8.5.5


  parent reply	other threads:[~2014-08-30 18:08 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-03 23:50 Денис Смирнов
2009-10-04 19:49 ` Michael Shigorin
2009-10-04 23:39   ` Денис Смирнов
2009-10-04 23:50     ` Led
2009-10-05  5:17       ` Денис Смирнов
2009-10-05  4:11 ` Alexey Tourbin
2009-10-05  5:14   ` Денис Смирнов
2009-10-05  6:57 ` Stanislav Ievlev
2009-10-05  7:53   ` Денис Смирнов
2009-10-05 11:42   ` Денис Смирнов
2014-04-23 17:13 ` Michael Shigorin
2014-04-24 18:55   ` Денис Смирнов
2014-04-24 20:01     ` Michael Shigorin
2014-04-26 22:41       ` Денис Смирнов
2014-04-26 22:41       ` Денис Смирнов
2014-04-27  5:18         ` Anton Farygin
2014-04-27  7:34           ` Денис Смирнов
2014-04-27  7:47             ` Anton Gorlov
2014-04-27  9:33               ` Денис Смирнов
2014-04-27  9:42                 ` Anton Gorlov
2014-04-27 23:03                   ` Денис Смирнов
2014-04-30 19:23                       ` Anton Gorlov
2014-04-30 20:45                         ` Денис Смирнов
2014-05-01  8:20                           ` Anton Gorlov
2014-04-27 11:38             ` Anton Farygin
2014-04-27 22:55               ` Денис Смирнов
2014-04-28  5:57                 ` Anton Farygin
2014-04-28 18:24                   ` Денис Смирнов
2014-04-28 18:56                     ` Dmitry V. Levin
2014-04-28 18:59                       ` Michael Shigorin
2014-04-28 19:30                       ` Денис Смирнов
2014-04-28 19:42                         ` Dmitry V. Levin
2014-04-28 20:35                           ` Michael Shigorin
2014-04-28 20:50                             ` Led
2014-04-28 20:57                               ` Денис Смирнов
2014-04-28 21:10                                 ` Led
2014-04-28 21:17                                   ` Dmitry V. Levin
2014-04-28 21:32                                     ` Led
2014-04-28 23:23                                       ` Денис Смирнов
2014-04-28 23:39                                         ` Led
2014-04-29 13:40                                           ` Денис Смирнов
2014-04-29 15:46                                             ` Michael Shigorin
2014-04-29 16:58                                               ` Денис Смирнов
2014-04-29 16:17                                             ` Led
2014-04-29 16:57                                               ` Денис Смирнов
2014-04-29 17:57                                                 ` Anton Farygin
2014-04-29 19:39                                                   ` Денис Смирнов
2014-04-29 20:25                                                     ` Anton Farygin
2014-04-29 23:40                                                       ` Денис Смирнов
2014-04-30  9:00                                                         ` Anton Farygin
2014-04-30  9:06                                                           ` [devel] VZ vs LXC Anton Farygin
2014-04-30 14:51                                                             ` Dmitry Derjavin
2014-05-01  5:39                                                               ` Anton Farygin
2014-05-01 23:51                                                               ` Dmitry V. Levin
2014-05-05  8:16                                                                 ` Dmitry Derjavin
2014-04-30 20:57                                                             ` Денис Смирнов
2014-05-01  5:27                                                               ` Anton Farygin
2014-05-01  8:23                                                                 ` Anton Gorlov
2014-05-05  9:42                                                                   ` [devel] docker-io: посмотреть (was: Re: VZ vs LXC) Gleb Fotengauer-Malinovskiy
2014-05-05 16:52                                                                       ` [devel] docker-io: посмотреть Gleb Fotengauer-Malinovskiy
2014-05-05 22:21                                                                         ` Igor Zubkov
2014-05-01 17:32                                                                 ` [devel] VZ vs LXC Денис Смирнов
2014-04-30  9:33                                                           ` [devel] Минимальный VE огромен -- много мусора Led
2014-04-30 11:13                                                             ` Anton Gorlov
2014-04-30 13:01                                                               ` Anton Farygin
2014-04-30 19:22                                                                 ` Anton Gorlov
2014-04-30 20:54                                                           ` Денис Смирнов
2014-05-01  5:46                                                             ` Anton Farygin
2014-05-01 19:57                                                               ` Денис Смирнов
2014-05-02  6:46                                                               ` Michael Shigorin
2014-05-02  6:56                                                             ` [devel] KVM "vs" OpenVZ (was: Минимальный VE огромен -- много мусора) Michael Shigorin
2014-04-29 20:03                                                 ` [devel] Минимальный VE огромен -- много мусора Michael Shigorin
2014-04-29 23:42                                                   ` Денис Смирнов
2014-04-30  5:54                                                 ` Led
2014-04-30 20:48                                                   ` Денис Смирнов
2014-05-02  7:03                                                     ` Michael Shigorin
2014-04-29  0:21                                       ` Dmitry V. Levin
2014-04-29  0:30                                         ` Led
2014-04-28 20:52                           ` Денис Смирнов
2014-04-28 18:44               ` Michael Shigorin
2014-08-30 18:08 ` Michael Shigorin [this message]
2014-08-30 21:23   ` Денис Смирнов

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=20140830180829.GA10068@imap.altlinux.org \
    --to=mike@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