* [devel] Нужна помощь в сборке пакета
@ 2008-03-24 20:07 Marat Khayrullin
2008-03-24 20:13 ` Andrey Rahmatullin
2008-03-24 20:14 ` Alexey Tourbin
0 siblings, 2 replies; 12+ messages in thread
From: Marat Khayrullin @ 2008-03-24 20:07 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 2784 bytes --]
Ни как не удаётся побороть странную ошибку в пакете pigment
https://core.fluendo.com/pigment/trac/ или
http://elisa.fluendo.com/static/download/pigment/pigment-0.3.5.tar.gz
Валится на этапе инсталляции, в подкаталоге 3 уровня, вот в этом месте
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
@$(NORMAL_INSTALL)
$(mkinstalldirs) $(DESTDIR)$(plugindir) <--------------- error
@list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
if test -f $$p; then \
f="`echo $$p | sed -e 's|^.*/||'`"; \
echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL)
$(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f"; \
$(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL)
$(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(plugindir)/$$f; \
else :; fi; \
done
почему-то не подставляется $DESTDIR
Cофт конфигуриться autoreconf и потом configure, т.е Makefile.in появляется в
процессе. Спек приложен в аттаче (пока не допилен на предмет всех Requires &
Provides). Не хотелось бы инсталлить этот пакет методом make install :(
PS: Собирается в 4.0 branch'е .
make[4]: Leaving directory `/work/RPM/libpigment/BUILD/pigment-0.3.5.1/pgm'
make[3]: Leaving directory `/work/RPM/libpigment/BUILD/pigment-0.3.5.1/pgm'
make[2]: Leaving directory `/work/RPM/libpigment/BUILD/pigment-0.3.5.1/pgm'
make[1]: Leaving directory `/work/RPM/libpigment/BUILD/pigment-0.3.5.1/pgm'
Making install in plugins
make[1]: Entering directory
`/work/RPM/libpigment/BUILD/pigment-0.3.5.1/plugins'
Making install in boilerplate
make[2]: Entering directory
`/work/RPM/libpigment/BUILD/pigment-0.3.5.1/plugins/boilerplate'
make[3]: Entering directory
`/work/RPM/libpigment/BUILD/pigment-0.3.5.1/plugins/boilerplate'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../build-aux/mkinstalldirs /usr/lib/pigment-0.3/0.3.5.1
mkdir -p -- /usr/lib/pigment-0.3/0.3.5.1
mkdir: cannot create directory `/usr/lib/pigment-0.3': Permission denied
make[3]: *** [install-pluginLTLIBRARIES] Error 1
make[3]: Leaving directory
`/work/RPM/libpigment/BUILD/pigment-0.3.5.1/plugins/boilerplate'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory
`/work/RPM/libpigment/BUILD/pigment-0.3.5.1/plugins/boilerplate'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/work/RPM/libpigment/BUILD/pigment-0.3.5.1/plugins'
make: *** [install-recursive] Error 1
make: Leaving directory `/work/RPM/libpigment/BUILD/pigment-0.3.5.1'
ошибка: Неверный код возврата из /tmp/rpm-tmp.60408 (%install)
[-- Attachment #2: libpigment.spec --]
[-- Type: text/plain, Size: 5249 bytes --]
%define _major 0.3
%define _name pigment
%define _minor 5.1
%define _svn svn20080320
Name: libpigment
Summary: Pigment Media Center Toolkit
License: %lgpl2plus
Group: System/Libraries
Version: %{_major}.%{_minor}
Release: alt1
Url: https://core.fluendo.com/pigment/trac/
Source: http://www.fluendo.com/elisa/downloads/pigment/%{_name}-%{_major}.%{_minor}.tar.bz2
Source2: ChangeLog-rpm.old
Requires: glib2
Requires: gstreamer >= 0.10.0
Requires: gst-plugins-base >= 0.10.0
Requires: libcairo
Requires: python-module-pygtk >= 2.8.4
BuildPreReq: rpm-build-licenses
BuildPreReq: gdk-pixbuf-devel
BuildPreReq: glib2-devel >= 2.8.0
BuildPreReq: gstreamer-devel >= 0.10.0
BuildPreReq: gst-plugins-devel >= 0.10.0
BuildPreReq: libX11-devel
BuildPreReq: libglade-devel
BuildPreReq: libpango-devel >= 1.8
BuildPreReq: python-module-pygtk-devel
# Automatically added by buildreq on Fri Mar 21 2008
BuildRequires: gcc-c++ gtk-doc libgtk+2-devel libmesa-devel valgrind
%description
Pigment is a toolkit for writing Media Center software.
Pigment is a Python library designed to easily build user
interfaces with embedded multimedia. Its design allows to use
it on several platforms, thanks to a plugin system allowing to
choose the underlying graphical API.
Pigment is the rendering engine of Elisa, the Fluendo Media Center
project.
This package contains the shared libraries for Pigment.
%package -n devel
Summary: Libraries/include files for Pigment
Group: Development/C++
Requires: %name = %version
#aRequires: glib2-devel
#aRequires: gstreamer010-devel
#aRequires: gstreamer010-plugins-base-devel
#aRequires: python-devel
#aRequires: python-gobject2-devel
#aRequires: python-gtk-devel >= 2.8.4
#Provides: libpigment-devel = 0.3.2
#aObsoletes: pigment-devel <= 0.3.2
%description -n devel
Pigment is a toolkit for writing Media Center software.
This package contains the libraries and includes files necessary
to develop applications and plugins using Pigment.
%package -n gtk
Summary: Shared libraries for Pigment
Group: System/Libraries
#aProvides: libpigment-gtk3 = 0.3.4.3
#aObsoletes: libpigment-gtk3 <= 0.3.4.3
%description -n gtk
Pigment is a toolkit for writing Media Center software.
Pigment is a Python library designed to easily build user
interfaces with embedded multimedia. Its design allows to use
it on several platforms, thanks to a plugin system allowing to
choose the underlying graphical API.
This package contains the shared libraries for Pigment.
%package -n gtk-devel
Summary: Libraries/include files for Pigment
Group: Development/GNOME and GTK+
Requires: libpigment-gtk = %version
#Requires: gtk2-devel
%description -n gtk-devel
Pigment is a toolkit for writing Media Center software.
This package contains the libraries and includes files necessary
to develop applications and plugins using Pigment.
%package -n doc
Summary: Documentation for Pigment
Group: Development/Documentation
%description -n doc
Documentation for Pigment.
%package -n plugin-opengl
Summary: OpenGL plugin for Pigment
Group: System/Libraries
#aRequires: gstreamer010
#aRequires: gstreamer010-plugins-base
#aRequires: %name = %version
%description -n plugin-opengl
Pigment is a toolkit for writing Media Center software.
Pigment is a Python library designed to easily build user
interfaces with embedded multimedia. Its design allows to use
it on several platforms, thanks to a plugin system allowing to
choose the underlying graphical API.
This package contains the OpenGL plugin for Pigment.
%package -n plugin
Summary: Plugins for Pigment
Group: System/Libraries
#aRequires: gstreamer010
#aRequires: %name = %version
%description -n plugin
Pigment is a toolkit for writing Media Center software.
Pigment is a Python library designed to easily build user
interfaces with embedded multimedia. Its design allows to use
it on several platforms, thanks to a plugin system allowing to
choose the underlying graphical API.
This package contains some plugins for Pigment.
%prep
%setup -q -n %_name-%version
install -p -m644 %SOURCE2 .
%build
gtkdocize
autoreconf -v --install
#__autoreconf
#undefine _configure_target
%configure \
--enable-gtk-doc \
--disable-static
%make_build
%{__make} check
%install
#{__make} install DESTDIR=%{buildroot}
%makeinstall \
docdir="`pwd`/installed-doc"
find %{buildroot} -name '*.la' -exec rm -f {} \;
%post -p %post_ldconfig
%postun -p %postun_ldconfig
%files
%doc AUTHORS ChangeLog ChangeLog-rpm.old COPYING README TODO
%_libdir/%name-%_major.so.*
%files -n devel
%dir %_includedir/%_name-%_major
%_includedir/%_name-%_major/pgm/*.h
%_libdir/%name-%_major.so
%_libdir/pkgconfig/%_name-%_major.pc
%_datadir/gtk-doc/html/%_name
%files -n doc
%doc docs/pgm/html/*
%files -n plugin-opengl
%dir %_libdir/%_name-%_major
%_libdir/%_name-%_major/%version/libpgmopengl.so
%files -n plugin
%dir %_libdir/%_name-%_major
%_libdir/%_name-%_major/%version/libpgmboilerplate.so
%files -n gtk
%_libdir/libpigment-gtk-%_major.so.*
%files -n gtk-devel
%_includedir/%_name-%_major/pgm/gtk/pgmgtk.h
%_libdir/%name-gtk-%_major.so
%_libdir/pkgconfig/pigment-gtk-%_major.pc
#exclude %_libdir/%_name/*/*.la
%changelog
* Fri Mar 21 2008 Marat Khairullin <xmm@altlinux.ru> 0.3.5-alt0.1
- initial build
[-- Attachment #3: ./Makefile.am --]
[-- Type: text/x-makefile, Size: 444 bytes --]
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
ACLOCAL_AMFLAGS = -I common/m4
SUBDIRS = \
pgm \
plugins \
tests \
examples \
docs \
pkgconfig \
misc \
win32
MAINTAINERCLEANFILES = \
build-aux/compile \
build-aux/config.guess \
build-aux/config.sub \
build-aux/depcomp \
build-aux/install-sh \
build-aux/ltmain.sh \
build-aux/missing \
Makefile.in \
config.h.in \
configure
EXTRA_DIST = \
pigment.spec \
COPYING \
RELEASE
[-- Attachment #4: ./plugins/Makefile.am --]
[-- Type: text/x-makefile, Size: 181 bytes --]
if USE_OPENGL
OPENGL_DIR=opengl
else
OPENGL_DIR=
endif
if USE_OPENGLES
OPENGLES_DIR=opengles
else
OPENGLES_DIR=
endif
SUBDIRS = \
boilerplate \
$(OPENGL_DIR) \
$(OPENGLES_DIR)
[-- Attachment #5: ./plugins/boilerplate/Makefile.am --]
[-- Type: text/x-makefile, Size: 589 bytes --]
plugindir = @PLUGIN_PATH@
plugin_LTLIBRARIES = libpgmboilerplate.la
libpgmboilerplate_la_DEPENDENCIES = $(top_builddir)/pgm/libpigment-@PGM_MAJORMINOR@.la
libpgmboilerplate_la_SOURCES = \
pgmbp.c \
pgmbpviewport.c
libpgmboilerplate_la_CFLAGS = $(PGM_OBJ_CFLAGS)
libpgmboilerplate_la_LIBADD = $(PGM_OBJ_LIBS)
libpgmboilerplate_la_LDFLAGS = $(PGM_PLUGIN_LDFLAGS)
noinst_HEADERS = pgmbpviewport.h
CLEANFILES = \
*.gcno \
*.gcda \
*.gcov \
*.gcov.out
%.c.gcov: .libs/libpgmboilerplate_la-%.gcda %.c
LANG=C $(GCOV) -b -f -o $^ > $@.out
gcov: $(libpgmboilerplate_la_SOURCES:=.gcov)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 20:07 [devel] Нужна помощь в сборке пакета Marat Khayrullin
@ 2008-03-24 20:13 ` Andrey Rahmatullin
2008-03-24 20:14 ` Alexey Tourbin
1 sibling, 0 replies; 12+ messages in thread
From: Andrey Rahmatullin @ 2008-03-24 20:13 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 542 bytes --]
On Mon, Mar 24, 2008 at 11:07:34PM +0300, Marat Khayrullin wrote:
> почему-то не подставляется $DESTDIR
> %install
> #{__make} install DESTDIR=%{buildroot}
> %makeinstall \
> docdir="`pwd`/installed-doc"
С чего ему подставляться?
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
> PS: убираю кросспост в sisyphus@, хотя есть подозрение, что
> проблема именно в нём. :]
Проблемы в нём (Sisyphus) нет, зато есть проблема неумения формулировать
вопросы у задающего их г-на K. :)
-- ldv in community@
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 20:07 [devel] Нужна помощь в сборке пакета Marat Khayrullin
2008-03-24 20:13 ` Andrey Rahmatullin
@ 2008-03-24 20:14 ` Alexey Tourbin
2008-03-24 20:40 ` Marat Khayrullin
1 sibling, 1 reply; 12+ messages in thread
From: Alexey Tourbin @ 2008-03-24 20:14 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 427 bytes --]
On Mon, Mar 24, 2008 at 11:07:34PM +0300, Marat Khayrullin wrote:
> почему-то не подставляется $DESTDIR
> %install
> #{__make} install DESTDIR=%{buildroot}
> %makeinstall \
> docdir="`pwd`/installed-doc"
макрос %makeinstall не подставляет DESTDIR, а преопределяет
несколько стандартных переменных autotools, напр.
bindir=%buildroot%_bindir.
Лучше использовать
%make_install install DESTDIR=%buildroot
^
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 20:14 ` Alexey Tourbin
@ 2008-03-24 20:40 ` Marat Khayrullin
2008-03-24 20:45 ` Marat Khayrullin
0 siblings, 1 reply; 12+ messages in thread
From: Marat Khayrullin @ 2008-03-24 20:40 UTC (permalink / raw)
To: ALT Linux Team development discussions
В сообщении от Monday 24 March 2008 23:14:13 Alexey Tourbin написал(а):
> On Mon, Mar 24, 2008 at 11:07:34PM +0300, Marat Khayrullin wrote:
> > почему-то не подставляется $DESTDIR
> >
> > %install
> > #{__make} install DESTDIR=%{buildroot}
> > %makeinstall \
> > docdir="`pwd`/installed-doc"
>
Пробовал коментированный вариант - в каком-то месте подставилось 2 раза .
> макрос %makeinstall не подставляет DESTDIR, а преопределяет
> несколько стандартных переменных autotools, напр.
> bindir=%buildroot%_bindir.
>
> Лучше использовать
> %make_install install DESTDIR=%buildroot
> ^
Так прошло. Спасибо.
А здесь как лучше поступить: unresolved=relaxed ?
Verifying ELF objects in /tmp/libpigment-buildroot
(arch=normal,fhs=normal,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: ERROR: ./usr/lib/libpigment-gtk-0.3.so.4.0.0: undefined symbol:
pgm_viewport_set_size
verify-elf: ERROR: ./usr/lib/libpigment-gtk-0.3.so.4.0.0: undefined symbol:
pgm_viewport_get_caps_mask
verify-elf: ERROR: ./usr/lib/libpigment-gtk-0.3.so.4.0.0: undefined symbol:
pgm_viewport_get_type
verify-elf: ERROR: ./usr/lib/libpigment-gtk-0.3.so.4.0.0: undefined symbol:
pgm_viewport_get_embedding_id
verify-elf: ERROR: ./usr/lib/libpigment-gtk-0.3.so.4.0.0: undefined symbol:
pgm_viewport_show
ошибка: Неверный код возврата из /tmp/rpm-tmp.47682 (%install)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 20:40 ` Marat Khayrullin
@ 2008-03-24 20:45 ` Marat Khayrullin
2008-03-24 20:51 ` Igor Zubkov
2008-03-24 20:53 ` Led
0 siblings, 2 replies; 12+ messages in thread
From: Marat Khayrullin @ 2008-03-24 20:45 UTC (permalink / raw)
To: ALT Linux Team development discussions
> А здесь как лучше поступить: unresolved=relaxed ?
>
Забыл сказать, что undefined symbols из библиотеки в другом каталоге пакета.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 20:45 ` Marat Khayrullin
@ 2008-03-24 20:51 ` Igor Zubkov
2008-03-24 21:07 ` Marat Khayrullin
2008-03-24 20:53 ` Led
1 sibling, 1 reply; 12+ messages in thread
From: Igor Zubkov @ 2008-03-24 20:51 UTC (permalink / raw)
To: ALT Linux Team development discussions
24.03.08, Marat Khayrullin написал(а):
> > А здесь как лучше поступить: unresolved=relaxed ?
>
> Забыл сказать, что undefined symbols из библиотеки в другом каталоге пакета.
Долинковать libpigment-gtk-0.3.so.4.0.0 с библиотекой в которой лежит
символ pgm_viewport_show.
--
icesik
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 20:45 ` Marat Khayrullin
2008-03-24 20:51 ` Igor Zubkov
@ 2008-03-24 20:53 ` Led
2008-03-24 21:06 ` Marat Khayrullin
1 sibling, 1 reply; 12+ messages in thread
From: Led @ 2008-03-24 20:53 UTC (permalink / raw)
To: ALT Linux Team development discussions
Monday, 24 March 2008 22:45:56 Marat Khayrullin написав:
> > А здесь как лучше поступить: unresolved=relaxed ?
>
> Забыл сказать, что undefined symbols из библиотеки в другом каталоге
> пакета. _______________________________________________
А как это - библиотеки в другом каталоге? почему не все библиотеки в %_libdir?
--
Led
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 20:53 ` Led
@ 2008-03-24 21:06 ` Marat Khayrullin
0 siblings, 0 replies; 12+ messages in thread
From: Marat Khayrullin @ 2008-03-24 21:06 UTC (permalink / raw)
To: ALT Linux Team development discussions
В сообщении от Monday 24 March 2008 23:53:55 Led написал(а):
> Monday, 24 March 2008 22:45:56 Marat Khayrullin написав:
> > > А здесь как лучше поступить: unresolved=relaxed ?
> >
> > Забыл сказать, что undefined symbols из библиотеки в другом каталоге
> > пакета. _______________________________________________
>
> А как это - библиотеки в другом каталоге? почему не все библиотеки в
> %_libdir?
Немного ошибся - в том же каталоге, но в другом тоже есть либа.
А ругается всё-таки на отсутствие в libpigment-gtk .
./usr/lib/pigment-0.3/0.3.5.1/libpgmopengl.so
./usr/lib/pigment-0.3/0.3.5.1/libpgmboilerplate.so
./usr/lib/libpigment-0.3.so.4.0.0
./usr/lib/libpigment-gtk-0.3.so.4.0.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 20:51 ` Igor Zubkov
@ 2008-03-24 21:07 ` Marat Khayrullin
2008-03-24 21:18 ` Dmitry V. Levin
2008-03-24 21:23 ` Igor Zubkov
0 siblings, 2 replies; 12+ messages in thread
From: Marat Khayrullin @ 2008-03-24 21:07 UTC (permalink / raw)
To: ALT Linux Team development discussions
В сообщении от Monday 24 March 2008 23:51:27 Igor Zubkov написал(а):
> 24.03.08, Marat Khayrullin написал(а):
> > > А здесь как лучше поступить: unresolved=relaxed ?
> >
> > Забыл сказать, что undefined symbols из библиотеки в другом каталоге
> > пакета.
>
> Долинковать libpigment-gtk-0.3.so.4.0.0 с библиотекой в которой лежит
> символ pgm_viewport_show.
Как правильно долинковать? Править Makefile.am или есть средства в спеке?
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 21:07 ` Marat Khayrullin
@ 2008-03-24 21:18 ` Dmitry V. Levin
2008-03-24 21:23 ` Igor Zubkov
1 sibling, 0 replies; 12+ messages in thread
From: Dmitry V. Levin @ 2008-03-24 21:18 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 609 bytes --]
On Tue, Mar 25, 2008 at 12:07:34AM +0300, Marat Khayrullin wrote:
> В сообщении от Monday 24 March 2008 23:51:27 Igor Zubkov написал(а):
> > 24.03.08, Marat Khayrullin написал(а):
> > > > А здесь как лучше поступить: unresolved=relaxed ?
> > >
> > > Забыл сказать, что undefined symbols из библиотеки в другом каталоге
> > > пакета.
> >
> > Долинковать libpigment-gtk-0.3.so.4.0.0 с библиотекой в которой лежит
> > символ pgm_viewport_show.
>
> Как правильно долинковать? Править Makefile.am или есть средства в спеке?
Исправить Makefile.am и отослать патч вверх по течению. ;)
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 21:07 ` Marat Khayrullin
2008-03-24 21:18 ` Dmitry V. Levin
@ 2008-03-24 21:23 ` Igor Zubkov
2008-03-25 0:53 ` Marat Khayrullin
1 sibling, 1 reply; 12+ messages in thread
From: Igor Zubkov @ 2008-03-24 21:23 UTC (permalink / raw)
To: ALT Linux Team development discussions
24.03.08, Marat Khayrullin написал(а):
> > > > А здесь как лучше поступить: unresolved=relaxed ?
> > > Забыл сказать, что undefined symbols из библиотеки в другом каталоге
> > > пакета.
> > Долинковать libpigment-gtk-0.3.so.4.0.0 с библиотекой в которой лежит
> > символ pgm_viewport_show.
>
> Как правильно долинковать? Править Makefile.am или есть средства в спеке?
Надо править Makefile.am. В качестве примера --
http://sisyphus.ru/srpm/Sisyphus/pidgin/patches/1
--
icesik
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [devel] Нужна помощь в сборке пакета
2008-03-24 21:23 ` Igor Zubkov
@ 2008-03-25 0:53 ` Marat Khayrullin
0 siblings, 0 replies; 12+ messages in thread
From: Marat Khayrullin @ 2008-03-25 0:53 UTC (permalink / raw)
To: ALT Linux Team development discussions
В сообщении от Tuesday 25 March 2008 00:23:37 Igor Zubkov написал(а):
> Надо править Makefile.am. В качестве примера --
> http://sisyphus.ru/srpm/Sisyphus/pidgin/patches/1
Спасибо, помогло.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2008-03-25 0:53 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-24 20:07 [devel] Нужна помощь в сборке пакета Marat Khayrullin
2008-03-24 20:13 ` Andrey Rahmatullin
2008-03-24 20:14 ` Alexey Tourbin
2008-03-24 20:40 ` Marat Khayrullin
2008-03-24 20:45 ` Marat Khayrullin
2008-03-24 20:51 ` Igor Zubkov
2008-03-24 21:07 ` Marat Khayrullin
2008-03-24 21:18 ` Dmitry V. Levin
2008-03-24 21:23 ` Igor Zubkov
2008-03-25 0:53 ` Marat Khayrullin
2008-03-24 20:53 ` Led
2008-03-24 21:06 ` Marat Khayrullin
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