ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Igor Zubkov <igor.zubkov@gmail.com>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] set-versions
Date: Tue, 24 Jul 2012 16:44:10 +0300
Message-ID: <CAJXf7QNVcuhn7ViJ_OTKWLg7gNYG_D7R_KjCHt9LpJtgEYNfPQ@mail.gmail.com> (raw)
In-Reply-To: <500EA1FA.1030100@kemsu.ru>

2012/7/24 REAL:
> 24.07.2012 19:56, Денис Смирнов пишет:
>> 8. Похоже многие пакеты собраны вообще без debuginfo
>
> это, кстати, проблема не такая простая: ясно, что где-то вызывается либо
> strip, либо install -s , и поиск таких вот вещей вручную - задача
> индивидуальная для каждого пакета, не всегда быстро решаемая. и я не знаю,
> есть ли способ научить роботов локализовывать такие вызовы.

irb(main):001:0> branch = Branch.where(name: 'Sisyphus').first
  Branch Load (1.2ms)  SELECT "branches".* FROM "branches" WHERE
"branches"."name" = 'Sisyphus' LIMIT 1
=> #<Branch id: 1, vendor: "ALT Linux", name: "Sisyphus", created_at:
"2011-12-27 13:50:39", updated_at: "2011-12-27 13:50:39", order_id: 0,
path: "/Sisyphus">
irb(main):002:0>

irb(main):012:0> Specfile.where(branch_id: branch.id).where("spec LIKE
?", '%install -s%').count
   (407.6ms)  SELECT COUNT(*) FROM "specfiles" WHERE
"specfiles"."branch_id" = 1 AND (spec LIKE '%install -s%')
=> 32
irb(main):013:0>

В 32 пакетах (приблизительно) используется "install -s". Список я чуть
позже озвучу.

Такой же фокус со strip не сработал.

-- 
Igor Zubkov
http://hi.im/ice

  reply	other threads:[~2012-07-24 13:44 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-23 23:24 Денис Смирнов
2012-07-24  3:43 ` REAL
2012-07-24  7:51   ` Anton Farygin
2012-07-24  7:59 ` Sergey Y. Afonin
2012-07-24  8:08   ` REAL
2012-07-24 11:42   ` Денис Смирнов
2012-07-24 12:05     ` REAL
2012-07-24 12:04       ` Igor Zubkov
2012-07-24 12:27         ` Sergey Y. Afonin
2012-07-24 12:35           ` REAL
2012-07-24 12:56             ` Денис Смирнов
2012-07-24 13:24               ` REAL
2012-07-24 13:44                 ` Igor Zubkov [this message]
2012-07-24 14:07                   ` REAL
2012-07-24 15:04                   ` Igor Zubkov
2012-07-24 14:54                 ` Денис Смирнов
2012-07-24 15:00                   ` REAL
2012-07-24 17:28                     ` Денис Смирнов
2012-07-24 12:33       ` Денис Смирнов
2012-07-24 12:34     ` Sergey Y. Afonin
2012-08-10 10:52   ` Viacheslav Dubrovskyi

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=CAJXf7QNVcuhn7ViJ_OTKWLg7gNYG_D7R_KjCHt9LpJtgEYNfPQ@mail.gmail.com \
    --to=igor.zubkov@gmail.com \
    --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