ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: "Андрей Коновалов" <krapa666@gmail.com>
To: sisyphus@lists.altlinux.org
Subject: Re: [sisyphus] зависимости
Date: Tue, 12 Feb 2008 23:02:45 +0500
Message-ID: <200802122302.45502.krapa666@gmail.com> (raw)
In-Reply-To: <20080212175916.GL14443@cryo.net.ru>

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

В сообщении от Tuesday 12 February 2008 22:59:16 Pavlov Konstantin написал(а):
> On Tue, Feb 12, 2008 at 10:52:24PM +0500, Андрей Коновалов wrote:
> > В сообщении от Tuesday 12 February 2008 20:58:22 Mikhail Gusarov 
написал(а):
> > > Twas brillig at 20:49:03 12.02.2008 UTC+05 when Андрей Коновалов did
> > > gyre and gimble:
> > >
> > >  АК> [krapa@localhost SPECS]$ rpm -ba linuxdcpp.spec
> > >  АК> ошибка: неудовлетворенные зависимости сборки:
> > >  АК>         libglade2-devel нужен для linuxdcpp-1.0.2-alt0.20080128
> > >  АК>         gcc-c++ >= 3.4 нужен для linuxdcpp-1.0.2-alt0.20080128
> > >
> > >  АК> Подскажите - в каких пакетах недостающее? Ну или искать научите
> > > :-)
> > >
> > > Так они ж написаны! libglade2-devel, gcc-c++ Но их не стоит ставить
> > > ручками.
> > >
> > > В Альте есть очень удобная среда для сборки, называется hasher, очень
> > > рекомендую ознакомитья. Хорошая документация есть в пакете, и
> > > дополнительно статьи на wiki:
> > > http://www.freesource.info/wiki/AltLinux/Dokumentacija/Hasher
> > > http://www.freesource.info/wiki/AltLinux/Sisyphus/devel/hasher
> >
> > Знаком и даже когда то пользовался.
> >
> > > P.S.: а зачем linuxdcpp ручками собирать? Он же в бранче есть:
> > > http://sisyphus.ru/srpm/Branch4/linuxdcpp/
> >
> > А вот такой у нас провайдер. Патчить надо клиента, чтоб хаб принял.
>
> На тему чего именно?
>
> Учитывая реалии использования DC в России, многие патчи могут пролезть и
> в нашу сборку, будучи непринятыми Стивом в основную ветку разработки.

примерно как в аттаче

[-- Attachment #2: linuxdcpp-1.0.0-olympus.patch --]
[-- Type: text/x-diff, Size: 1272 bytes --]

diff -u -r old_client/AdcHub.cpp client/AdcHub.cpp
--- old_client/AdcHub.cpp	2007-01-01 17:14:14.000000000 +0500
+++ client/AdcHub.cpp	2007-08-25 04:57:15.000000000 +0600
@@ -509,7 +509,7 @@
 	ADDPARAM("HN", Util::toString(counts.normal));
 	ADDPARAM("HR", Util::toString(counts.registered));
 	ADDPARAM("HO", Util::toString(counts.op));
-	ADDPARAM("VE", "++ " VERSIONSTRING);
+	ADDPARAM("VE", "OlympP2P " VERSIONSTRING);
 	ADDPARAM("US", Util::toString((long)(Util::toDouble(SETTING(UPLOAD_SPEED))*1024*1024)));
 
 	if(SETTING(MAX_DOWNLOAD_SPEED) > 0) {
п╒п╬п╩я▄п╨п╬ п╡ client: AdcHub.cpp~
diff -u -r old_client/NmdcHub.cpp client/NmdcHub.cpp
--- old_client/NmdcHub.cpp	2007-07-18 00:38:02.000000000 +0600
+++ client/NmdcHub.cpp	2007-08-31 08:14:09.000000000 +0600
@@ -771,16 +771,13 @@
 	dcdebug("MyInfo %s...\n", getMyNick().c_str());
 	lastCounts = counts;
 
-	string tmp1 = ";**\x1fU9";
+	string tmp1 = "<OlympP2P V:";
 	string tmp2 = "+L9";
 	string tmp3 = "+G9";
 	string tmp4 = "+R9";
 	string tmp5 = "+N9";
 	string::size_type i;
 
-	for(i = 0; i < 6; i++) {
-		tmp1[i]++;
-	}
 	for(i = 0; i < 3; i++) {
 		tmp2[i]++; tmp3[i]++; tmp4[i]++; tmp5[i]++;
 	}
п╒п╬п╩я▄п╨п╬ п╡ client: NmdcHub.cpp~
п╒п╬п╩я▄п╨п╬ п╡ client: version.h~

  reply	other threads:[~2008-02-12 18:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-12 15:49 Андрей Коновалов
2008-02-12 15:53 ` Алексей Шенцев
2008-02-12 17:33   ` Андрей Коновалов
2008-02-12 17:43     ` Pavlov Konstantin
2008-02-12 17:53       ` Андрей Коновалов
2008-02-13  9:10   ` Alexey Morsov
2008-02-12 15:54 ` Yuriy Shirokov
2008-02-12 17:35   ` Андрей Коновалов
2008-02-12 15:57 ` ruslandh
2008-02-12 15:58 ` Mikhail Gusarov
2008-02-12 16:00   ` Алексей Шенцев
2008-02-12 16:07     ` Mikhail Gusarov
2008-02-12 16:08       ` Алексей Шенцев
2008-02-12 16:11         ` Mikhail Gusarov
2008-02-12 16:13           ` Алексей Шенцев
2008-02-12 17:52   ` Андрей Коновалов
2008-02-12 17:59     ` Pavlov Konstantin
2008-02-12 18:02       ` Андрей Коновалов [this message]
2008-02-12 18:34         ` Pavlov Konstantin
2008-02-14  2:44           ` Андрей Коновалов
2008-02-14  4:41           ` Anton Farygin

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=200802122302.45502.krapa666@gmail.com \
    --to=krapa666@gmail.com \
    --cc=sisyphus@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 Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git