ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Sergey Y. Afonin" <asy@altlinux.ru>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Re: clamav-0.70-alt2: rebuild failed [1]
Date: Fri, 7 May 2004 19:34:25 +0500
Message-ID: <200405071934.25210.asy@altlinux.ru> (raw)
In-Reply-To: <20040507141625.GB27158@basalt.office.altlinux.org>

On Friday 07 May 2004 19:16, Dmitry V. Levin wrote:

> > Доступ до cvs-а появился, sendmail уехал. Выделился пакет 
> > sendmail-libs, на него надо зависимость для clamav-milter
> > делать.
> 
> Зачем?

Другой вот момент, что .so вот так делаются:

find $OBJDIR/lib* -type d|\
 while read f; do \
    cd $f; \
    temp_name=`echo -n $f|sed -e "s/^.*\///g"`; \
    gcc -shared -o $temp_name.so.%version -Wl,-soname,$temp_name.so.8 *.o; \
    cd ../..; \
 done

Во-первых, надо было до 

pushd $OBJDIR
find lib* -type d|\
 while read f; do \
    cd $f; \
    gcc -shared -o $f.so.%version -Wl,-soname,$f.so.8 *.o; \
    cd ..; \
 done
popd

упростить, во-вторых '-print0' не использовал... Второе - более-менее 
сознательно: тут перевод строки, как раз, нужен, а лучше не придумалось.

-- 
С уважением, Сергей Афонин
asy@altlinux.ru


  parent reply	other threads:[~2004-05-07 14:34 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-04 15:32 ` Victor Forsyuk
2004-05-05  5:52   ` Sergey Y. Afonin
2004-05-05  7:12     ` Sergey Y. Afonin
2004-05-05  8:38   ` Dmitry V. Levin
2004-05-05 11:03     ` Sergey Y. Afonin
2004-05-05 16:18     ` Victor Forsyuk
2004-05-05 16:36       ` Sergey Y. Afonin
2004-05-05 16:52       ` Dmitry V. Levin
2004-05-06 19:23       ` Sergey Y. Afonin
2004-05-09 15:18         ` Victor Forsyuk
2004-05-10 10:59           ` Sergey Y. Afonin
2004-05-11 14:50             ` Victor Forsyuk
2004-05-11 15:44               ` Sergey Y. Afonin
2004-05-12  8:18               ` [devel] sendmail & libmilter.so Sergey Y. Afonin
2004-05-12 11:02                 ` Dmitry V. Levin
2004-05-12 13:19                   ` Sergey Y. Afonin
2004-05-12 13:21                     ` Dmitry V. Levin
2004-05-12 13:50                       ` Sergey Y. Afonin
2004-05-12 14:02                         ` Dmitry V. Levin
2004-05-12 17:50                           ` Sergey Y. Afonin
2004-05-14 13:52                       ` Sergey Y. Afonin
2004-05-07 13:59   ` [devel] Re: clamav-0.70-alt2: rebuild failed [1] Sergey Y. Afonin
2004-05-07 14:16     ` Dmitry V. Levin
2004-05-07 14:25       ` Sergey Y. Afonin
2004-05-07 14:37         ` Dmitry V. Levin
2004-05-07 14:34       ` Sergey Y. Afonin [this message]
2004-05-09 12:26     ` [devel] sendmail-8.12.11-alt6 Dmitry V. Levin
2004-05-10 11:04       ` Sergey Y. Afonin
2004-05-11 15:11       ` Sergey Y. Afonin

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=200405071934.25210.asy@altlinux.ru \
    --to=asy@altlinux.ru \
    --cc=devel@altlinux.ru \
    /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