ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21  9:42 [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3 Myroslav M Rozum
@ 2004-04-21  9:35 ` Andrey Brindeew
  2004-04-21 10:48   ` Myroslav M Rozum
  2004-04-21 10:16 ` Sergey V Turchin
  1 sibling, 1 reply; 17+ messages in thread
From: Andrey Brindeew @ 2004-04-21  9:35 UTC (permalink / raw)
  To: community

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

On Wed, Apr 21, 2004 at 12:42:57PM +0300, Myroslav M Rozum wrote:
> Пробую собрать synce-kde-0.7 (с сайта) и на  этапе configure вылазят 
> такие грабли:
> ....
> checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library 
> qt) not found. Please check your installation!
> For more details about this problem, look at the end of config.log.
> ---
> При том, что:
> # rpm -qa | grep libqt
> libqt3-devel-3.1.2-alt12
> libqt3-3.1.2-alt12
> 
> Configure запускался следующим образом:
> ./configure --prefix=/usr/local/ --disable-mt --with-qt-dir=/usr/lib/qt3/
> (пробовал как с --with-qt-dir=/usr/lib/qt3/, так и без него)

Есть подозрение, что вы пытаетесь собрать программу не той версией
компилятора, которой было собрана libqt3. Что у вас выводит select-gcc
display?

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

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

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

* [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
@ 2004-04-21  9:42 Myroslav M Rozum
  2004-04-21  9:35 ` Andrey Brindeew
  2004-04-21 10:16 ` Sergey V Turchin
  0 siblings, 2 replies; 17+ messages in thread
From: Myroslav M Rozum @ 2004-04-21  9:42 UTC (permalink / raw)
  To: community

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

Приветствую.

Пробую собрать synce-kde-0.7 (с сайта) и на  этапе configure вылазят 
такие грабли:
....
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (library 
qt) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
---
При том, что:
# rpm -qa | grep libqt
libqt3-devel-3.1.2-alt12
libqt3-3.1.2-alt12

Configure запускался следующим образом:
./configure --prefix=/usr/local/ --disable-mt --with-qt-dir=/usr/lib/qt3/
(пробовал как с --with-qt-dir=/usr/lib/qt3/, так и без него)

Помогите кто чем может.

-- 
Myroslav M. Rozum,
============================================
-mail: mirik@megapol.com.ua
ICQ UIN: 143704188


[-- Attachment #2: config.log.gz --]
[-- Type: application/gzip, Size: 10739 bytes --]

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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21  9:42 [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3 Myroslav M Rozum
  2004-04-21  9:35 ` Andrey Brindeew
@ 2004-04-21 10:16 ` Sergey V Turchin
  2004-04-21 13:10   ` Myroslav M Rozum
  1 sibling, 1 reply; 17+ messages in thread
From: Sergey V Turchin @ 2004-04-21 10:16 UTC (permalink / raw)
  To: community

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

В сообщении от 21 Апрель 2004 13:42 Myroslav M Rozum написал(a):
> Приветствую.
>
> Пробую собрать synce-kde-0.7 (с сайта) и на  этапе configure
> вылазят такие грабли:
> ....
> checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021))
> (library qt) not found. Please check your installation!
> For more details about this problem, look at the end of
> config.log. ---
> При том, что:
> # rpm -qa | grep libqt
> libqt3-devel-3.1.2-alt12
> libqt3-3.1.2-alt12
>
> Configure запускался следующим образом:
> ./configure --prefix=/usr/local/ 
> --disable-mt 
--enable-mt

> --with-qt-dir=/usr/lib/qt3/ (пробовал как с
> --with-qt-dir=/usr/lib/qt3/, так и без него)
>
> Помогите кто чем может.

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

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

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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21  9:35 ` Andrey Brindeew
@ 2004-04-21 10:48   ` Myroslav M Rozum
  2004-04-21 11:10     ` Andrey Brindeew
  0 siblings, 1 reply; 17+ messages in thread
From: Myroslav M Rozum @ 2004-04-21 10:48 UTC (permalink / raw)
  To: community

Andrey Brindeew wrote:

>On Wed, Apr 21, 2004 at 12:42:57PM +0300, Myroslav M Rozum wrote:
>  
>
>Есть подозрение, что вы пытаетесь собрать программу не той версией
>компилятора, которой было собрана libqt3. Что у вас выводит select-gcc
>display?
>  
>
> [root@linux_pc root]# select-gcc display

Вот что:

/usr/bin/i586-alt-linux-cpp
        status: master
        mode: auto
        points to: /usr/bin/i586-alt-linux-cpp-3.2
/usr/bin/i586-alt-linux-gcc
        status: master
        mode: auto
        points to: /usr/bin/i586-alt-linux-gcc-3.2


-- 
Myroslav M. Rozum,
============================================
E-mail: mirik@megapol.com.ua
ICQ UIN: 143704188



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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 10:48   ` Myroslav M Rozum
@ 2004-04-21 11:10     ` Andrey Brindeew
  2004-04-21 13:03       ` Myroslav M Rozum
  0 siblings, 1 reply; 17+ messages in thread
From: Andrey Brindeew @ 2004-04-21 11:10 UTC (permalink / raw)
  To: community

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

On Wed, Apr 21, 2004 at 01:48:14PM +0300, Myroslav M Rozum wrote:
> Вот что:
> 
> /usr/bin/i586-alt-linux-cpp
>        status: master
>        mode: auto
>        points to: /usr/bin/i586-alt-linux-cpp-3.2
> /usr/bin/i586-alt-linux-gcc
>        status: master
>        mode: auto
>        points to: /usr/bin/i586-alt-linux-gcc-3.2

А какой версией собрана libqt3? Ответить на данный вопрос поможет вывод
команды rpm -q --provides libqt3

-- 
WBR, Andrey Brindeew.
"No one person can understand Perl culture completely"
(C) Larry Wall.

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

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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 13:10   ` Myroslav M Rozum
@ 2004-04-21 12:09     ` Sergey V Turchin
  2004-04-21 13:36       ` Myroslav M Rozum
  2004-04-21 12:15     ` Sergey V Turchin
  1 sibling, 1 reply; 17+ messages in thread
From: Sergey V Turchin @ 2004-04-21 12:09 UTC (permalink / raw)
  To: community

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

В сообщении от 21 Апрель 2004 17:10 Myroslav M Rozum написал(a):
> Sergey V Turchin wrote:
> >--enable-mt
>
> Ключик "disable-mt" взялся ведь не из просто так :\ 
А я предложил его заменить тоже не просто так.

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

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

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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 13:10   ` Myroslav M Rozum
  2004-04-21 12:09     ` Sergey V Turchin
@ 2004-04-21 12:15     ` Sergey V Turchin
  1 sibling, 0 replies; 17+ messages in thread
From: Sergey V Turchin @ 2004-04-21 12:15 UTC (permalink / raw)
  To: community

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

В сообщении от 21 Апрель 2004 17:10 Myroslav M Rozum написал(a):

[...]

> look at the end of
> config.log. 

[...]

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

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

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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 13:36       ` Myroslav M Rozum
@ 2004-04-21 12:37         ` Sergey V Turchin
  2004-04-21 13:57           ` Myroslav M Rozum
  2004-04-21 12:51         ` Sergey Vlasov
  1 sibling, 1 reply; 17+ messages in thread
From: Sergey V Turchin @ 2004-04-21 12:37 UTC (permalink / raw)
  To: community

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

В сообщении от 21 Апрель 2004 17:36 Myroslav M Rozum написал(a):
> Sergey V Turchin wrote:
> >А я предложил его заменить тоже не просто так.
>
> А зачем, если не секрет? 
Потому, что я не собирал Qt >= 3 без мультитрединга,
в этом нет необходимости.

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

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

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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 13:36       ` Myroslav M Rozum
  2004-04-21 12:37         ` Sergey V Turchin
@ 2004-04-21 12:51         ` Sergey Vlasov
  2004-04-21 14:07           ` Myroslav M Rozum
  1 sibling, 1 reply; 17+ messages in thread
From: Sergey Vlasov @ 2004-04-21 12:51 UTC (permalink / raw)
  To: community

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

On Wed, Apr 21, 2004 at 04:36:51PM +0300, Myroslav M Rozum wrote:
> PS - А насчет "look at the end of  config.log" :( так если б я там 
> увидел что-то понятное для себя - я б не приставал к окружающим.

Так покажите окружающим, что там в конце.

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

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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 11:10     ` Andrey Brindeew
@ 2004-04-21 13:03       ` Myroslav M Rozum
  0 siblings, 0 replies; 17+ messages in thread
From: Myroslav M Rozum @ 2004-04-21 13:03 UTC (permalink / raw)
  To: community

Andrey Brindeew wrote:

>А какой версией собрана libqt3? Ответить на данный вопрос поможет вывод
>команды rpm -q --provides libqt3
>  
>
Ну собственно говоря вот:

[oper@linux_pc synce-kde-0.7.3]$ rpm -q --provides libqt3
qt3 = 3.1.2-alt12
libqt3-gcc_compiled = 3.2
libdesigner.so.1
libeditor.so.1
libqassistantclient.so.1
libqt-mt.so.3
libqui.so.1
libqt3 = 3.1.2-alt12

gcc вроде то-же самое, что и в системе стоит.

-- 
Myroslav M. Rozum,      System administrator
============================================
"TH Megapolis" Ltd.,   Zaporizhzhya, Ukraine
Tel: +380(61)2200290    Fax: +380(61)2200290
E-mail: mirik@megapol.com.ua
ICQ UIN: 143704188



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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 10:16 ` Sergey V Turchin
@ 2004-04-21 13:10   ` Myroslav M Rozum
  2004-04-21 12:09     ` Sergey V Turchin
  2004-04-21 12:15     ` Sergey V Turchin
  0 siblings, 2 replies; 17+ messages in thread
From: Myroslav M Rozum @ 2004-04-21 13:10 UTC (permalink / raw)
  To: community

Sergey V Turchin wrote:

>--enable-mt
>  
>
Ключик "disable-mt" взялся ведь не из просто так :\ , с ним вот какая 
ругань -

checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (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!

=====
PS - блин, может я зря маюсь? Может быть существуют и другие KDE-ные 
рпограммки работающие с synce?

-- 
Myroslav M. Rozum,      System administrator
============================================
"TH Megapolis" Ltd.,   Zaporizhzhya, Ukraine
Tel: +380(61)2200290    Fax: +380(61)2200290
E-mail: mirik@megapol.com.ua
ICQ UIN: 143704188



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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 13:57           ` Myroslav M Rozum
@ 2004-04-21 13:12             ` Vladimir Lettiev
  2004-04-21 13:16               ` Sergey V Turchin
  2004-04-21 14:21               ` Myroslav M Rozum
  0 siblings, 2 replies; 17+ messages in thread
From: Vladimir Lettiev @ 2004-04-21 13:12 UTC (permalink / raw)
  To: community

Myroslav M Rozum пишет:

 >
 > config.log приатачен.

Такое подозрение, что gcc-c++ не установлен в системе...

-- 
С уважением, Владимир Леттиев aka crux <crux@syktsu.ru>



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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 13:12             ` Vladimir Lettiev
@ 2004-04-21 13:16               ` Sergey V Turchin
  2004-04-21 14:21               ` Myroslav M Rozum
  1 sibling, 0 replies; 17+ messages in thread
From: Sergey V Turchin @ 2004-04-21 13:16 UTC (permalink / raw)
  To: community

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

В сообщении от 21 Апрель 2004 17:12 Vladimir Lettiev написал(a):
> Myroslav M Rozum пишет:
>  > config.log приатачен.
>
> Такое подозрение, что gcc-c++ не установлен в системе...
Ну да, там написано
/usr/bin/i586-alt-linux-g++: No such file or directory

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

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

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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 12:09     ` Sergey V Turchin
@ 2004-04-21 13:36       ` Myroslav M Rozum
  2004-04-21 12:37         ` Sergey V Turchin
  2004-04-21 12:51         ` Sergey Vlasov
  0 siblings, 2 replies; 17+ messages in thread
From: Myroslav M Rozum @ 2004-04-21 13:36 UTC (permalink / raw)
  To: community

Sergey V Turchin wrote:

>А я предложил его заменить тоже не просто так.
>  
>
А зачем, если не секрет? У меня с ним вот так ругается:
--------
checking for Qt... configure: error: Qt (>= Qt 3.1 (20021021)) (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!
-------

PS - А насчет "look at the end of  config.log" :( так если б я там 
увидел что-то понятное для себя - я б не приставал к окружающим.


-- 
Myroslav M. Rozum,      System administrator
============================================
"TH Megapolis" Ltd.,   Zaporizhzhya, Ukraine
Tel: +380(61)2200290    Fax: +380(61)2200290
E-mail: mirik@megapol.com.ua
ICQ UIN: 143704188



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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 12:37         ` Sergey V Turchin
@ 2004-04-21 13:57           ` Myroslav M Rozum
  2004-04-21 13:12             ` Vladimir Lettiev
  0 siblings, 1 reply; 17+ messages in thread
From: Myroslav M Rozum @ 2004-04-21 13:57 UTC (permalink / raw)
  To: community

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

Sergey V Turchin wrote:

>Потому, что я не собирал Qt >= 3 без мультитрединга,
>в этом нет необходимости.
>  
>

Так не собирается ведь и с мультитредингом, подскажите - куда копать?

config.log приатачен.

-- 
Myroslav M. Rozum,      System administrator
============================================
"TH Megapolis" Ltd.,   Zaporizhzhya, Ukraine
Tel: +380(61)2200290    Fax: +380(61)2200290
E-mail: mirik@megapol.com.ua
ICQ UIN: 143704188


[-- Attachment #2: config.log.gz --]
[-- Type: application/gzip, Size: 10802 bytes --]

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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 12:51         ` Sergey Vlasov
@ 2004-04-21 14:07           ` Myroslav M Rozum
  0 siblings, 0 replies; 17+ messages in thread
From: Myroslav M Rozum @ 2004-04-21 14:07 UTC (permalink / raw)
  To: community

Так покажите окружающим, что там в конце.

Вот;
install_sh='/home/oper/synce-kde-0.7.3/admin/install-sh'
kde_appsdir=''
kde_bindir=''
kde_confdir=''
kde_datadir=''
kde_htmldir=''
kde_icondir=''
kde_includes=''
kde_libraries=''
kde_libs_htmldir=''
kde_libs_prefix=''
kde_locale=''
kde_mimedir=''
kde_moduledir=''
kde_qtver='3'
kde_servicesdir=''
kde_servicetypesdir=''
kde_sounddir=''
kde_styledir=''
kde_templatesdir=''
kde_wallpaperdir=''
kde_widgetdir=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
qt_includes=''
qt_libraries=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'
x_includes='/usr/X11R6/include'
x_libraries='/usr/X11R6/lib'

## ----------- ##
## confdefs.h. ##
## ----------- ##


## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_CRYPT 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBJPEG 1
#define HAVE_LIBPNG 1
#define HAVE_LIBPTHREAD 1
#define HAVE_LIBZ 1
#define HAVE_MEMORY_H 1
#define HAVE_SNPRINTF 1
#define HAVE_STDINT_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define KDELIBSUFF ""
#define PACKAGE "synce-kde"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define SIZEOF_CHAR 1
#define SIZEOF_CHAR_P 4
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define STDC_HEADERS 1
#define VERSION "0.7.3"
#define ksize_t socklen_t
#define socklen_t size_t
#endif
#ifdef __cplusplus
void exit (int);

configure: exit 1



-- 
Myroslav M. Rozum,
============================================
E-mail: mirik@megapol.com.ua
ICQ UIN: 143704188



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

* Re: [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3
  2004-04-21 13:12             ` Vladimir Lettiev
  2004-04-21 13:16               ` Sergey V Turchin
@ 2004-04-21 14:21               ` Myroslav M Rozum
  1 sibling, 0 replies; 17+ messages in thread
From: Myroslav M Rozum @ 2004-04-21 14:21 UTC (permalink / raw)
  To: community

Ура! Полегчало! Спасибо большое.

-- 
Myroslav M. Rozum,      System administrator
============================================
"TH Megapolis" Ltd.,   Zaporizhzhya, Ukraine
Tel: +380(61)2200290    Fax: +380(61)2200290
E-mail: mirik@megapol.com.ua
ICQ UIN: 143704188



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

end of thread, other threads:[~2004-04-21 14:21 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-21  9:42 [Comm] Сборка Qt-приложений в ALTLinux Compact 2.3 Myroslav M Rozum
2004-04-21  9:35 ` Andrey Brindeew
2004-04-21 10:48   ` Myroslav M Rozum
2004-04-21 11:10     ` Andrey Brindeew
2004-04-21 13:03       ` Myroslav M Rozum
2004-04-21 10:16 ` Sergey V Turchin
2004-04-21 13:10   ` Myroslav M Rozum
2004-04-21 12:09     ` Sergey V Turchin
2004-04-21 13:36       ` Myroslav M Rozum
2004-04-21 12:37         ` Sergey V Turchin
2004-04-21 13:57           ` Myroslav M Rozum
2004-04-21 13:12             ` Vladimir Lettiev
2004-04-21 13:16               ` Sergey V Turchin
2004-04-21 14:21               ` Myroslav M Rozum
2004-04-21 12:51         ` Sergey Vlasov
2004-04-21 14:07           ` Myroslav M Rozum
2004-04-21 12:15     ` Sergey V Turchin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

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

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


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