ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] scribus и hasher
@ 2005-08-29 10:00 Igor Tertishny
  2005-08-29 10:06 ` Alexey Tourbin
  2005-08-29 10:24 ` Andrei Bulava
  0 siblings, 2 replies; 19+ messages in thread
From: Igor Tertishny @ 2005-08-29 10:00 UTC (permalink / raw)
  To: ALT Devel discussion list

Доброго дня всем!

Собираю я тут новый релиз scribus. У меня в системе собирается на ура, не 
шелестит и не ругается. Но при попытке собрать в хашере натолкнулся на такие 
вот грабли и сильно удивился:

checking for perl... /usr/bin/perl
checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not found. 
Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!

Куда рыть? Почему, интересно, такое может происходить? Где грабли? Два дня 
рылся, ничего не нарыл и прошу помощи. qt стоит...

[ilar@yby ilar]$ rpm -q libqt3
libqt3-3.3.4-alt6



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

* Re: [devel] scribus и hasher
  2005-08-29 10:00 [devel] scribus и hasher Igor Tertishny
@ 2005-08-29 10:06 ` Alexey Tourbin
  2005-08-29 10:24 ` Andrei Bulava
  1 sibling, 0 replies; 19+ messages in thread
From: Alexey Tourbin @ 2005-08-29 10:06 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Mon, Aug 29, 2005 at 01:00:18PM +0300, Igor Tertishny wrote:
> checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not found. 
> Please check your installation!
> For more details about this problem, look at the end of config.log.
> Make sure that you have compiled Qt with thread support!
> 
> Куда рыть? Почему, интересно, такое может происходить? Где грабли? Два дня 
> рылся, ничего не нарыл и прошу помощи. qt стоит...

Интересно, как же вы рылись?  В config.log что?

> [ilar@yby ilar]$ rpm -q libqt3
> libqt3-3.3.4-alt6

libqt3-devel?

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

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

* Re: [devel] scribus и hasher
  2005-08-29 10:00 [devel] scribus и hasher Igor Tertishny
  2005-08-29 10:06 ` Alexey Tourbin
@ 2005-08-29 10:24 ` Andrei Bulava
  2005-08-29 10:26   ` Igor Tertishny
  1 sibling, 1 reply; 19+ messages in thread
From: Andrei Bulava @ 2005-08-29 10:24 UTC (permalink / raw)
  To: ALT Devel discussion list

Igor Tertishny wrote:

<skip />

> checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not found. 
> Please check your installation!

<skip />

> Куда рыть? Почему, интересно, такое может происходить? Где грабли? Два дня 
> рылся, ничего не нарыл и прошу помощи. qt стоит...
> 
> [ilar@yby ilar]$ rpm -q libqt3
> libqt3-3.3.4-alt6

А libqt3-devel?

-- 
// AB1002-UANIC



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

* Re: [devel] scribus и hasher
  2005-08-29 10:24 ` Andrei Bulava
@ 2005-08-29 10:26   ` Igor Tertishny
  2005-08-29 10:37     ` Andrei Bulava
  2005-08-29 13:01     ` [devel] " Michael Shigorin
  0 siblings, 2 replies; 19+ messages in thread
From: Igor Tertishny @ 2005-08-29 10:26 UTC (permalink / raw)
  To: ALT Devel discussion list

>
> А libqt3-devel?

[ilar@yby ilar]$ rpm -q libqt3-devel
libqt3-devel-3.3.4-alt6

Имеется, как видите. Тем более, что в системе прога прекрасно собирается. Все 
проблемы возникают в хашере. Странно как-то...


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

* Re: [devel] scribus и hasher
  2005-08-29 10:26   ` Igor Tertishny
@ 2005-08-29 10:37     ` Andrei Bulava
  2005-08-29 12:51       ` Igor Tertishny
  2005-08-29 13:01     ` [devel] " Michael Shigorin
  1 sibling, 1 reply; 19+ messages in thread
From: Andrei Bulava @ 2005-08-29 10:37 UTC (permalink / raw)
  To: ALT Devel discussion list

Igor Tertishny wrote:
>>А libqt3-devel?
> 
> 
> [ilar@yby ilar]$ rpm -q libqt3-devel
> libqt3-devel-3.3.4-alt6
> 
> Имеется, как видите. Тем более, что в системе прога прекрасно собирается. Все 
> проблемы возникают в хашере. Странно как-то...

Это потому, что "в системе" вы пересобираете от пользователя, у которого

$ env|grep ^QT
QTDIR=/usr/lib/qt3/
QTINC=/usr/lib/qt3/include/
QTLIB=/usr/lib/qt3/lib/

а "в хешере" у пользователя builder отличается окружение.

Пакет libqt3-settings содержит /etc/profile.d/qt3dir.sh, который нужно
прочесть и выполнить перед запуском configure, например, так:

. /etc/profile.d/qt3dir.sh

-- 
// AB1002-UANIC



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

* Re: [devel] scribus и hasher
  2005-08-29 10:37     ` Andrei Bulava
@ 2005-08-29 12:51       ` Igor Tertishny
  2005-08-29 12:54         ` Genix
  0 siblings, 1 reply; 19+ messages in thread
From: Igor Tertishny @ 2005-08-29 12:51 UTC (permalink / raw)
  To: ALT Devel discussion list

Понедельник 29 Август 2005 13:37, Andrei Bulava написал:
> /etc/profile.d/qt3dir.sh

Не помогла даже прямая вставка перед configure 

export QTDIR=/usr/lib/qt3
export QTINC=/usr/lib/qt3/include
export QTLIB=/usr/lib/qt3/lib

В системе собирается, в хашере нет, все то же:

checking for Qt... configure: error: Qt (>= Qt 3.3) (library qt-mt) not found. 
Please check your installation!
For more details about this problem, look at the end of config.log.

Из config.log:

/usr/src/tmp/ccZBaxC6.o(.text+0x8): In function `main':
conftest.cc: undefined reference to `QString::null'
/usr/src/tmp/ccZBaxC6.o(.text+0xd):conftest.cc: undefined reference to 
`QStyleFactory::create(QString const &)'
/usr/src/tmp/ccZBaxC6.o(.text+0x1a):conftest.cc: undefined reference to 
`QCursor::QCursor(int)'
/usr/src/tmp/ccZBaxC6.o(.text+0x24):conftest.cc: undefined reference to 
`QCursor::~QCursor(void)'
collect2: ld returned 1 exit status
configure:41401: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 0x030300)
#error 1

Не понимаю. Чушь ведь полная. Сейчас попробую какую другую прогу с qt собрать 
в хашере.


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

* Re: [devel] scribus и hasher
  2005-08-29 12:51       ` Igor Tertishny
@ 2005-08-29 12:54         ` Genix
  2005-08-29 13:02           ` Igor Tertishny
  0 siblings, 1 reply; 19+ messages in thread
From: Genix @ 2005-08-29 12:54 UTC (permalink / raw)
  To: ALT Devel discussion list

Igor Tertishny wrote:

> Из config.log:
> 
> /usr/src/tmp/ccZBaxC6.o(.text+0x8): In function `main':
> conftest.cc: undefined reference to `QString::null'
> /usr/src/tmp/ccZBaxC6.o(.text+0xd):conftest.cc: undefined reference to 
> `QStyleFactory::create(QString const &)'
> /usr/src/tmp/ccZBaxC6.o(.text+0x1a):conftest.cc: undefined reference to 
> `QCursor::QCursor(int)'
> /usr/src/tmp/ccZBaxC6.o(.text+0x24):conftest.cc: undefined reference to 
> `QCursor::~QCursor(void)'
> collect2: ld returned 1 exit status
> configure:41401: $? = 1
> configure: failed program was:
> #include "confdefs.h"
> #include <qglobal.h>
> #include <qapplication.h>
> #include <qcursor.h>
> #include <qstylefactory.h>
> #include <private/qucomextra_p.h>
> #if ! (QT_VERSION >= 0x030300)
> #error 1
> 
> Не понимаю. Чушь ведь полная. Сейчас попробую какую другую прогу с qt собрать 
> в хашере.

а там в хешере нигде не валяется "кривособранного" libqt3 с высшим 
приоритетом?

-- 
У каждого в башке свои тараканы...


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

* [devel] Re: scribus и hasher
  2005-08-29 10:26   ` Igor Tertishny
  2005-08-29 10:37     ` Andrei Bulava
@ 2005-08-29 13:01     ` Michael Shigorin
  2005-08-29 13:04       ` Igor Tertishny
  1 sibling, 1 reply; 19+ messages in thread
From: Michael Shigorin @ 2005-08-29 13:01 UTC (permalink / raw)
  To: ALT Devel discussion list

On Mon, Aug 29, 2005 at 01:26:15PM +0300, Igor Tertishny wrote:
> > А libqt3-devel?
> [ilar@yby ilar]$ rpm -q libqt3-devel
> libqt3-devel-3.3.4-alt6

В BuildRequires есть?  hasher же как раз для того служит, чтобы
изолировать от хост-среды сборку.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

* Re: [devel] scribus и hasher
  2005-08-29 12:54         ` Genix
@ 2005-08-29 13:02           ` Igor Tertishny
  2005-08-29 16:18             ` Igor Tertishny
  0 siblings, 1 reply; 19+ messages in thread
From: Igor Tertishny @ 2005-08-29 13:02 UTC (permalink / raw)
  To: ALT Devel discussion list

>
> а там в хешере нигде не валяется "кривособранного" libqt3 с высшим
> приоритетом?

Сиер на фиг папку build и дал хашеру переустановить все заново... Увы. Та же 
история.


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

* Re: [devel] Re: scribus и hasher
  2005-08-29 13:01     ` [devel] " Michael Shigorin
@ 2005-08-29 13:04       ` Igor Tertishny
  0 siblings, 0 replies; 19+ messages in thread
From: Igor Tertishny @ 2005-08-29 13:04 UTC (permalink / raw)
  To: ALT Devel discussion list

>
> В BuildRequires есть?  hasher же как раз для того служит, чтобы
> изолировать от хост-среды сборку.

Естественно, есть... Иначе я бы и не задавал вопросов. :-)


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

* Re: [devel] scribus и hasher
  2005-08-29 13:02           ` Igor Tertishny
@ 2005-08-29 16:18             ` Igor Tertishny
  2005-08-29 16:29               ` Sergey V Turchin
  0 siblings, 1 reply; 19+ messages in thread
From: Igor Tertishny @ 2005-08-29 16:18 UTC (permalink / raw)
  To: ALT Devel discussion list

Понедельник 29 Август 2005 16:02, Igor Tertishny написал:
> > а там в хешере нигде не валяется "кривособранного" libqt3 с высшим
> > приоритетом?
>
> Стер на фиг папку build и дал хашеру переустановить все заново... Увы. Та
> же история.

С новой версией kile та же история. На проверке qt в хашере:

checking for Qt... configure: error: Qt (>= Qt 3.2) (library qt-mt) not found. 
Please check your installation!
For more details about this problem, look at the end of config.log

В системе тоже прекрасно собирается. Значит, дело в хашере, что-то нужно 
добавлять в спеки, чтобы в нем собиралось. Люди, да подскажите же что делать! 
Что это за издевательство такое? Никогда раньше подобного не бывало.


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

* Re: [devel] scribus и hasher
  2005-08-29 16:18             ` Igor Tertishny
@ 2005-08-29 16:29               ` Sergey V Turchin
  2005-08-29 16:44                 ` Igor Tertishny
  0 siblings, 1 reply; 19+ messages in thread
From: Sergey V Turchin @ 2005-08-29 16:29 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Monday 29 August 2005 20:18, Igor Tertishny wrote:

[...]

> For more details about this problem, look at the end of
> config.log
>
> В системе тоже прекрасно собирается. Значит, дело в хашере,
> что-то нужно добавлять в спеки, чтобы в нем собиралось. Люди, да
> подскажите же что делать!
То, что Вас и просят - читать config.log

[...]

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

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

* Re: [devel] scribus и hasher
  2005-08-29 16:29               ` Sergey V Turchin
@ 2005-08-29 16:44                 ` Igor Tertishny
  2005-08-29 17:30                   ` Sergey Vlasov
  0 siblings, 1 reply; 19+ messages in thread
From: Igor Tertishny @ 2005-08-29 16:44 UTC (permalink / raw)
  To: ALT Devel discussion list

> То, что Вас и просят - читать config.log
>

Я его бесчисленное количество раз просматривал, этот config.log! Ничего там не 
неясно. Особенно по поводу ненахождения хашером qt. Без него ведь все 
собирается. Ниже привожу все, что обнаружил в config.log по поводу qt


configure:29655: checking for Qt
configure: 29723: /usr/lib/qt3/include//qstyle.h
taking that
tried NO
configure:29838: rm -rf SunWS_cache; i586-alt-linux-g++ -o conftest 
-Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
-Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -pipe -Wall -O2 
-march=i586 -mcpu=i686 -fno-exceptions -fno-check-new -fno-common 
-I/usr/lib/qt3/include/ -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  
-D_REENTRANT  -L/usr/lib/qt3/lib/ -L/usr/X11R6/lib     conftest.cc  -lqt-mt 
-lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lpthread 1>&5
/usr/src/tmp/cc2m9lqB.o(.text+0x8): In function `main':
conftest.cc: undefined reference to `QString::null'
/usr/src/tmp/cc2m9lqB.o(.text+0xd):conftest.cc: undefined reference to 
`QStyleFactory::create(QString const &)'
/usr/src/tmp/cc2m9lqB.o(.text+0x1a):conftest.cc: undefined reference to 
`QCursor::QCursor(int)'
/usr/src/tmp/cc2m9lqB.o(.text+0x24):conftest.cc: undefined reference to 
`QCursor::~QCursor(void)'
collect2: ld returned 1 exit status
configure:29841: $? = 1
configure: failed program was:
#include "confdefs.h"
#include <qglobal.h>
#include <qapplication.h>
#include <qcursor.h>
#include <qstylefactory.h>
#include <private/qucomextra_p.h>
#if ! (QT_VERSION >= 0x030200 && QT_VERSION < 0x040000)
#error 1
#endif

int main() {
    (void)QStyleFactory::create(QString::null);
    QCursor c(Qt::WhatsThisCursor);
    return 0;
}
configure:29881: error: Qt (>= Qt 3.2) (library qt-mt) not found. Please check 
your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!

Больше ничего нет. Где здесь указание на то, что делать? Я уже чего только не 
делал. Не знаю. Не вижу.


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

* Re: [devel] scribus и hasher
  2005-08-29 16:44                 ` Igor Tertishny
@ 2005-08-29 17:30                   ` Sergey Vlasov
  2005-08-29 17:38                     ` Igor Tertishny
  0 siblings, 1 reply; 19+ messages in thread
From: Sergey Vlasov @ 2005-08-29 17:30 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Mon, Aug 29, 2005 at 07:44:23PM +0300, Igor Tertishny wrote:
> configure:29838: rm -rf SunWS_cache; i586-alt-linux-g++ -o conftest 
> -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
> -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W 
> -Wpointer-arith -Wno-non-virtual-dtor -DNDEBUG -DNO_DEBUG -O2 -pipe -Wall -O2 
> -march=i586 -mcpu=i686 -fno-exceptions -fno-check-new -fno-common 
> -I/usr/lib/qt3/include/ -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  
> -D_REENTRANT  -L/usr/lib/qt3/lib/ -L/usr/X11R6/lib     conftest.cc  -lqt-mt 
> -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lpthread 1>&5
> /usr/src/tmp/cc2m9lqB.o(.text+0x8): In function `main':
> conftest.cc: undefined reference to `QString::null'

Очень похоже на несоответствие версий g++, используемых при сборке
пакета и библиотеки libqt3.

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

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

* Re: [devel] scribus и hasher
  2005-08-29 17:30                   ` Sergey Vlasov
@ 2005-08-29 17:38                     ` Igor Tertishny
  2005-08-29 19:11                       ` Andrey Rahmatullin
  2005-08-29 21:13                       ` Vitaly Lipatov
  0 siblings, 2 replies; 19+ messages in thread
From: Igor Tertishny @ 2005-08-29 17:38 UTC (permalink / raw)
  To: ALT Devel discussion list

>
> Очень похоже на несоответствие версий g++, используемых при сборке
> пакета и библиотеки libqt3.

Не подскажите, как жестко указать в спеке верисию компилятора 3.4? Я 
просмотрел логи и меня возникло ощущение, что вы правы и хашер почему-то 
вместо 3.4 тянет 2.96... Тогда как в системе используется по умолчанию именно 
3.4


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

* Re: [devel] scribus и hasher
  2005-08-29 17:38                     ` Igor Tertishny
@ 2005-08-29 19:11                       ` Andrey Rahmatullin
  2005-08-29 20:57                         ` Igor Tertishny
  2005-08-29 21:13                       ` Vitaly Lipatov
  1 sibling, 1 reply; 19+ messages in thread
From: Andrey Rahmatullin @ 2005-08-29 19:11 UTC (permalink / raw)
  To: devel

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

On Mon, Aug 29, 2005 at 08:38:55PM +0300, Igor Tertishny wrote:
> Не подскажите, как жестко указать в спеке верисию компилятора 3.4? Я 
%set_gcc_version 3.4

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Обнаруженная ошибка может быть исправлена, а необнаруженная
ошибкой считаться не может.
		-- lav in community@

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

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

* Re: [devel] scribus и hasher
  2005-08-29 19:11                       ` Andrey Rahmatullin
@ 2005-08-29 20:57                         ` Igor Tertishny
  0 siblings, 0 replies; 19+ messages in thread
From: Igor Tertishny @ 2005-08-29 20:57 UTC (permalink / raw)
  To: ALT Devel discussion list

Понедельник 29 Август 2005 22:11, Andrey Rahmatullin написал:
> On Mon, Aug 29, 2005 at 08:38:55PM +0300, Igor Tertishny wrote:
> > Не подскажите, как жестко указать в спеке верисию компилятора 3.4? Я
>
> %set_gcc_version 3.4

Спасибо. Я уже, правда, нашел. :-) Забыл просто. Завтра с утра опробую. Но 
странно все-таки почему хашер так делает.....


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

* Re: [devel] scribus и hasher
  2005-08-29 17:38                     ` Igor Tertishny
  2005-08-29 19:11                       ` Andrey Rahmatullin
@ 2005-08-29 21:13                       ` Vitaly Lipatov
  2005-08-30  8:00                         ` Igor Tertishny
  1 sibling, 1 reply; 19+ messages in thread
From: Vitaly Lipatov @ 2005-08-29 21:13 UTC (permalink / raw)
  To: ALT Devel discussion list

On Monday 29 August 2005 21:38, Igor Tertishny wrote:
> > Очень похоже на несоответствие версий g++, используемых при
> > сборке пакета и библиотеки libqt3.
>
> Не подскажите, как жестко указать в спеке верисию компилятора
> 3.4? Я просмотрел логи и меня возникло ощущение, что вы правы
> и хашер почему-то вместо 3.4 тянет 2.96... Тогда как в системе
> используется по умолчанию именно 3.4
Лучше разобраться почему тянется 2.96...
Главное не прибивайте к спеку версию gcc

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


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

* Re: [devel] scribus и hasher
  2005-08-29 21:13                       ` Vitaly Lipatov
@ 2005-08-30  8:00                         ` Igor Tertishny
  0 siblings, 0 replies; 19+ messages in thread
From: Igor Tertishny @ 2005-08-30  8:00 UTC (permalink / raw)
  To: ALT Devel discussion list

>
> Лучше разобраться почему тянется 2.96...
> Главное не прибивайте к спеку версию gcc

Да, но как в этом разобраться? У меня даже проблеска понимания нет.


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

end of thread, other threads:[~2005-08-30  8:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-29 10:00 [devel] scribus и hasher Igor Tertishny
2005-08-29 10:06 ` Alexey Tourbin
2005-08-29 10:24 ` Andrei Bulava
2005-08-29 10:26   ` Igor Tertishny
2005-08-29 10:37     ` Andrei Bulava
2005-08-29 12:51       ` Igor Tertishny
2005-08-29 12:54         ` Genix
2005-08-29 13:02           ` Igor Tertishny
2005-08-29 16:18             ` Igor Tertishny
2005-08-29 16:29               ` Sergey V Turchin
2005-08-29 16:44                 ` Igor Tertishny
2005-08-29 17:30                   ` Sergey Vlasov
2005-08-29 17:38                     ` Igor Tertishny
2005-08-29 19:11                       ` Andrey Rahmatullin
2005-08-29 20:57                         ` Igor Tertishny
2005-08-29 21:13                       ` Vitaly Lipatov
2005-08-30  8:00                         ` Igor Tertishny
2005-08-29 13:01     ` [devel] " Michael Shigorin
2005-08-29 13:04       ` Igor Tertishny

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