ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Re: net-snmp
  @ 2003-12-12 17:30       ` Alexey Tourbin
  2003-12-15  8:50         ` [devel] bashisms in specs (was: net-snmp) Michael Shigorin
  2003-12-16 16:36         ` [devel] Re: net-snmp Alexey Tourbin
  0 siblings, 2 replies; 8+ messages in thread
From: Alexey Tourbin @ 2003-12-12 17:30 UTC (permalink / raw)
  To: devel

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

On Wed, Dec 10, 2003 at 03:13:01PM +0300, Alexey Tourbin wrote:
> > > Этот модуль теперь входит в net-snmp bundle и не распространяется
> > > через CPAN.  Так что он должен собираться из самого net-snmp. 
> > > Попробую сейчас этим заняться.
> > есть ли какие новости?
> 
> Нет. :(

Появились новости.   Технически это нужно собирать так, как это есть в
прилагаемом патче.  Фактически оно заваливается на тестах, т.е.
признается, что не работает.

Кто-нибудь может посмотреть, что там по существу не работает?  Я в SNMP
плохо разбираюсь.  И у меня локальная сеть периодически отваливается. :)

И ещё вопрос: откуда взялся perlmodules.patch?


PS: pushd и popd -- это bashism'ы, как и &>.


--- net-snmp.spec-	2003-11-27 13:31:18 +0000
+++ net-snmp.spec	2003-12-12 17:02:59 +0000
@@ -151,6 +151,14 @@ package installed.
 
 %make
 
+# the order matters!
+for d in default_store SNMP ASN OID AnyData_SNMP agent manager; do
+	pushd perl/$d
+	export PERL5LIB="$PERL5LIB:$PWD/blib/lib:$PWD/blib/arch"
+	%perl_vendor_build --NET_SNMP_CONFIG=../../net-snmp-config --NET_SNMP_IN_SOURCE=true
+	popd
+done
+
 %install
 %makeinstall INSTALL='$(LIBTOOL) --mode=install /usr/bin/install -c' \
 	     includedir=$RPM_BUILD_ROOT%_includedir/%name \
@@ -166,11 +174,18 @@ package installed.
 # Remove tkmib.
 %__rm -fv $RPM_BUILD_ROOT%_bindir/tkmib
 
+for d in default_store SNMP ASN OID AnyData_SNMP agent manager; do
+	pushd perl/$d
+	%perl_vendor_install
+	popd
+done
+chrpath -d $RPM_BUILD_ROOT%perl_vedor_autolib/*/*.so
+
 %post -n lib%name -p /sbin/ldconfig
 %postun -n lib%name -p /sbin/ldconfig
 
 %post
-/usr/sbin/useradd -r -d /dev/null -s /dev/null -n snmp &> /dev/null ||:
+/usr/sbin/useradd -r -d /dev/null -s /dev/null -n snmp >/dev/null 2>&1 ||:
 %post_service snmpd
 
 %preun

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

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

* [devel] bashisms in specs (was: net-snmp)
  2003-12-12 17:30       ` [devel] Re: net-snmp Alexey Tourbin
@ 2003-12-15  8:50         ` Michael Shigorin
  2003-12-16 16:36         ` [devel] Re: net-snmp Alexey Tourbin
  1 sibling, 0 replies; 8+ messages in thread
From: Michael Shigorin @ 2003-12-15  8:50 UTC (permalink / raw)
  To: devel

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

On Fri, Dec 12, 2003 at 08:30:37PM +0300, Alexey Tourbin wrote:
> PS: pushd и popd -- это bashism'ы, как и &>.

Но в спеках встречаются.  С одной стороны, de facto получившиеся
скрипты скармливаются bash, с другой -- это не задается явно, в
отличие от "просто" скриптов.

Что плохо.

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

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

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

* [devel] Re: net-snmp
  2003-12-12 17:30       ` [devel] Re: net-snmp Alexey Tourbin
  2003-12-15  8:50         ` [devel] bashisms in specs (was: net-snmp) Michael Shigorin
@ 2003-12-16 16:36         ` Alexey Tourbin
  2003-12-17 10:23           ` Stanislav Ievlev
  2003-12-17 14:34           ` Dmitry V. Levin
  1 sibling, 2 replies; 8+ messages in thread
From: Alexey Tourbin @ 2003-12-16 16:36 UTC (permalink / raw)
  To: devel

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

On Fri, Dec 12, 2003 at 08:30:37PM +0300, Alexey Tourbin wrote:
> > > > Этот модуль теперь входит в net-snmp bundle и не распространяется
> > > > через CPAN.  Так что он должен собираться из самого net-snmp. 
> > > > Попробую сейчас этим заняться.
> > > есть ли какие новости?
> > 
> > Нет. :(
> 
> Появились новости.   Технически это нужно собирать так, как это есть в
> прилагаемом патче.  Фактически оно заваливается на тестах, т.е.
> признается, что не работает.

Чтобы "заткнуть дыру", я "пошел на сделку с совестью" и отключил тесты.

2incoming: perl-SNMP-4.2.0-alt1.src.rpm нужно удалить.

> Кто-нибудь может посмотреть, что там по существу не работает?  Я в SNMP
> плохо разбираюсь.  И у меня локальная сеть периодически отваливается. :)
> 
> И ещё вопрос: откуда взялся perlmodules.patch?

$ srpmcmp --deep net-snmp-5.0.9-alt1.src.rpm net-snmp-5.0.9-alt2.src.rpm
--- net-snmp-5.0.9-alt1/net-snmp.spec	2003-11-27 13:31:18 +0000
+++ net-snmp-5.0.9-alt2/net-snmp.spec	2003-12-16 16:27:53 +0000
@@ -1,12 +1,14 @@
 Name: net-snmp
 Version: 5.0.9
-Release: alt1
+Release: alt2
 
 Summary: Tools and servers for the SNMP protocol
 License: BSD-like
 Group: System/Servers
+Url: http://net-snmp.sourceforge.net
+Packager: Konstantin Timoshenko <kt@altlinux.ru>
 
-Source0: http://prdownloads.sourceforge.net/net-snmp/net-snmp-%{version}.tar.bz2
+Source0: http://prdownloads.sourceforge.net/net-snmp/net-snmp-%version.tar.bz2
 Source1: %name.init
 Source2: %name.conf
 Source3: %name.logrotate
@@ -26,8 +28,14 @@ Obsoletes: cmu-snmp ucd-snmp
 
 BuildPreReq: librpm-devel >= 4.0.4, rpm-build >= 4.0.4, autoconf_2.13
 
-# Automatically added by buildreq on Wed Oct 22 2003 (-bi)
-BuildRequires: XFree86-libs bzlib-devel glibc-devel-static libbeecrypt-devel libdb4.0-devel libelf-devel libpopt-devel librpm-devel libssl-devel libwrap-devel perl-Term-ReadLine-Gnu perl-Tk perl-i18n perl-libnet zlib-devel
+%def_disable static
+%{?_enable_static:BuildPreReq: glibc-devel-static}
+
+# we've got perl modules linked against libnetsnmp.so
+%define __spec_autodep_custom_pre export LD_LIBRARY_PATH=%buildroot%_libdir
+
+# Automatically added by buildreq on Tue Dec 16 2003 (-bi)
+BuildRequires: XFree86-libs chrpath libdb4.0-devel libelf-devel libpopt-devel librpm-devel libssl-devel libwrap-devel pdksh perl-Term-ReadLine-Gnu perl-Tk perl-devel perl-i18n perl-libnet
 
 %package -n lib%name
 Summary: The shared libraries for the Net-SNMP project
@@ -69,6 +77,11 @@ Group: Development/C
 Obsoletes: libucd-snmp-devel-static
 Requires: libucd-snmp-devel = %version-%release
 
+%package -n perl-SNMP
+Summary: Perl SNMP Extension Module
+Group: Development/Perl
+Requires: lib%name = %version-%release
+
 %description
 SNMP (Simple Network Management Protocol) is a protocol used for network
 management (hence the name).  The Net-SNMP project includes various SNMP
@@ -121,6 +134,12 @@ statically linked applications for use w
 network management tools. You'll also need to have the libucd-snmp-devel
 package installed.
 
+%description -n perl-SNMP
+This is the Perl5 'SNMP' extension module. The SNMP module provides
+a full featured, tri-lingual SNMP (SNMPv3, SNMPv2c, SNMPv1) API.
+The SNMP module also provides an interface to the SMI MIB parse-tree
+for run-time access to parsed MIB data.
+
 %prep
 %setup -q
 %patch0 -p0
@@ -133,7 +152,8 @@ package installed.
 %build
 %set_autoconf_version 2.13
 %__autoconf
-%configure \
+%{?!_enable_static:export lt_cv_prog_cc_static_works=no}
+%configure %{subst_enable static} \
 	--enable-shared \
 	--with-cflags="$RPM_OPT_FLAGS" \
 	--with-sys-location="Unknown" \
@@ -151,6 +171,26 @@ package installed.
 
 %make
 
+# XXX tests fail
+%def_without test
+
+#if [ ! -d /proc/1 ]; then
+#: /proc not available, removing some tests
+#%__rm -fv t/bulkwalk.t t/get.t
+#fi
+
+# this subset of perl modules is recommended in perl/Makefile.PL
+# the order matters for tests!
+%define perl_subdirs default_store ASN SNMP OID agent
+
+# build perl modules
+for d in %perl_subdirs; do
+	pushd perl/$d
+	export PERL5LIB="$PERL5LIB:$PWD/blib/lib:$PWD/blib/arch"
+	%perl_vendor_build --NET_SNMP_CONFIG=../../net-snmp-config --NET_SNMP_IN_SOURCE=true
+	popd
+done
+
 %install
 %makeinstall INSTALL='$(LIBTOOL) --mode=install /usr/bin/install -c' \
 	     includedir=$RPM_BUILD_ROOT%_includedir/%name \
@@ -166,11 +206,24 @@ package installed.
 # Remove tkmib.
 %__rm -fv $RPM_BUILD_ROOT%_bindir/tkmib
 
-%post -n lib%name -p /sbin/ldconfig
-%postun -n lib%name -p /sbin/ldconfig
+# install perl modules
+for d in %perl_subdirs; do
+	pushd perl/$d
+	%perl_vendor_install
+	popd
+done
+
+# perl loadable objects contain $RPM_BUILD_DIR-dependent RPATH
+chrpath -d `find $RPM_BUILD_ROOT%perl_vendor_autolib -type f -name '*.so'`
+
+%post -n lib%name -p %post_ldconfig
+%postun -n lib%name -p %postun_ldconfig
+
+%post -n libucd-snmp -p %post_ldconfig
+%postun -n libucd-snmp -p %postun_ldconfig
 
 %post
-/usr/sbin/useradd -r -d /dev/null -s /dev/null -n snmp &> /dev/null ||:
+/usr/sbin/useradd -r -d /dev/null -s /dev/null -n snmp >/dev/null 2>&1 ||:
 %post_service snmpd
 
 %preun
@@ -204,13 +257,17 @@ package installed.
 %_libdir/libnetsnmphelpers.so
 %_libdir/libnetsnmpmibs.so
 %_includedir/%name
-%_mandir/man3/*
+%_man3dir/*
+%exclude %perl_vendor_man3dir/SNMP*
+%exclude %perl_vendor_man3dir/NetSNMP*
 
+%if_enabled static
 %files -n lib%name-devel-static
 %_libdir/libnetsnmp.a
 %_libdir/libnetsnmpagent.a
 %_libdir/libnetsnmphelpers.a
 %_libdir/libnetsnmpmibs.a
+%endif
 
 %files -n libucd-snmp
 %_libdir/libsnmp.so.*
@@ -219,10 +276,26 @@ package installed.
 %_libdir/libsnmp.so
 %_includedir/ucd-snmp
 
+%if_enabled static
 %files -n libucd-snmp-devel-static
 %_libdir/libsnmp.a
+%endif
+
+%files -n perl-SNMP
+%doc perl/SNMP/{examples,README,BUG,TODO}
+%perl_vendor_man3dir/SNMP*
+%perl_vendor_man3dir/NetSNMP*
+%perl_vendor_archlib/SNMP*
+%perl_vendor_autolib/SNMP*
+%perl_vendor_archlib/NetSNMP*
+%perl_vendor_autolib/NetSNMP*
 
 %changelog
+* Tue Dec 16 2003 Alexey Tourbin <at@altlinux.ru> 5.0.9-alt2
+- perl-SNMP package built
+- lib{net,ucd}-snmp-devel-static not packaged by default
+- additional spec conventions enforcement
+
 * Wed Oct 22 2003 Konstantin Timoshenko <kt@altlinux.ru> 5.0.9-alt1
 - 5.0.9
 
End of diff

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

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

* Re: [devel] Re: net-snmp
  2003-12-16 16:36         ` [devel] Re: net-snmp Alexey Tourbin
@ 2003-12-17 10:23           ` Stanislav Ievlev
  2003-12-17 14:34           ` Dmitry V. Levin
  1 sibling, 0 replies; 8+ messages in thread
From: Stanislav Ievlev @ 2003-12-17 10:23 UTC (permalink / raw)
  To: ALT Devel discussion list

On Tue, Dec 16, 2003 at 07:36:16PM +0300, Alexey Tourbin wrote:
> On Fri, Dec 12, 2003 at 08:30:37PM +0300, Alexey Tourbin wrote:
> > > > > Этот модуль теперь входит в net-snmp bundle и не распространяется
> > > > > через CPAN.  Так что он должен собираться из самого net-snmp. 
> > > > > Попробую сейчас этим заняться.
> > > > есть ли какие новости?
> > > 
> > > Нет. :(
> > 
> > Появились новости.   Технически это нужно собирать так, как это есть в
> > прилагаемом патче.  Фактически оно заваливается на тестах, т.е.
> > признается, что не работает.
> 
> Чтобы "заткнуть дыру", я "пошел на сделку с совестью" и отключил тесты.
> 
> 2incoming: perl-SNMP-4.2.0-alt1.src.rpm нужно удалить.
сделано.
> 
> > Кто-нибудь может посмотреть, что там по существу не работает?  Я в SNMP
> > плохо разбираюсь.  И у меня локальная сеть периодически отваливается. :)
> > 
> > И ещё вопрос: откуда взялся perlmodules.patch?
> 
> $ srpmcmp --deep net-snmp-5.0.9-alt1.src.rpm net-snmp-5.0.9-alt2.src.rpm
> --- net-snmp-5.0.9-alt1/net-snmp.spec	2003-11-27 13:31:18 +0000
> +++ net-snmp-5.0.9-alt2/net-snmp.spec	2003-12-16 16:27:53 +0000
> @@ -1,12 +1,14 @@
>  Name: net-snmp
>  Version: 5.0.9
> -Release: alt1
> +Release: alt2
>  
>  Summary: Tools and servers for the SNMP protocol
>  License: BSD-like
>  Group: System/Servers
> +Url: http://net-snmp.sourceforge.net
> +Packager: Konstantin Timoshenko <kt@altlinux.ru>
>  
> -Source0: http://prdownloads.sourceforge.net/net-snmp/net-snmp-%{version}.tar.bz2
> +Source0: http://prdownloads.sourceforge.net/net-snmp/net-snmp-%version.tar.bz2
>  Source1: %name.init
>  Source2: %name.conf
>  Source3: %name.logrotate
> @@ -26,8 +28,14 @@ Obsoletes: cmu-snmp ucd-snmp
>  
>  BuildPreReq: librpm-devel >= 4.0.4, rpm-build >= 4.0.4, autoconf_2.13
>  
> -# Automatically added by buildreq on Wed Oct 22 2003 (-bi)
> -BuildRequires: XFree86-libs bzlib-devel glibc-devel-static libbeecrypt-devel libdb4.0-devel libelf-devel libpopt-devel librpm-devel libssl-devel libwrap-devel perl-Term-ReadLine-Gnu perl-Tk perl-i18n perl-libnet zlib-devel
> +%def_disable static
> +%{?_enable_static:BuildPreReq: glibc-devel-static}
> +
> +# we've got perl modules linked against libnetsnmp.so
> +%define __spec_autodep_custom_pre export LD_LIBRARY_PATH=%buildroot%_libdir
> +
> +# Automatically added by buildreq on Tue Dec 16 2003 (-bi)
> +BuildRequires: XFree86-libs chrpath libdb4.0-devel libelf-devel libpopt-devel librpm-devel libssl-devel libwrap-devel pdksh perl-Term-ReadLine-Gnu perl-Tk perl-devel perl-i18n perl-libnet
>  
>  %package -n lib%name
>  Summary: The shared libraries for the Net-SNMP project
> @@ -69,6 +77,11 @@ Group: Development/C
>  Obsoletes: libucd-snmp-devel-static
>  Requires: libucd-snmp-devel = %version-%release
>  
> +%package -n perl-SNMP
> +Summary: Perl SNMP Extension Module
> +Group: Development/Perl
> +Requires: lib%name = %version-%release
> +
>  %description
>  SNMP (Simple Network Management Protocol) is a protocol used for network
>  management (hence the name).  The Net-SNMP project includes various SNMP
> @@ -121,6 +134,12 @@ statically linked applications for use w
>  network management tools. You'll also need to have the libucd-snmp-devel
>  package installed.
>  
> +%description -n perl-SNMP
> +This is the Perl5 'SNMP' extension module. The SNMP module provides
> +a full featured, tri-lingual SNMP (SNMPv3, SNMPv2c, SNMPv1) API.
> +The SNMP module also provides an interface to the SMI MIB parse-tree
> +for run-time access to parsed MIB data.
> +
>  %prep
>  %setup -q
>  %patch0 -p0
> @@ -133,7 +152,8 @@ package installed.
>  %build
>  %set_autoconf_version 2.13
>  %__autoconf
> -%configure \
> +%{?!_enable_static:export lt_cv_prog_cc_static_works=no}
> +%configure %{subst_enable static} \
>  	--enable-shared \
>  	--with-cflags="$RPM_OPT_FLAGS" \
>  	--with-sys-location="Unknown" \
> @@ -151,6 +171,26 @@ package installed.
>  
>  %make
>  
> +# XXX tests fail
> +%def_without test
> +
> +#if [ ! -d /proc/1 ]; then
> +#: /proc not available, removing some tests
> +#%__rm -fv t/bulkwalk.t t/get.t
> +#fi
> +
> +# this subset of perl modules is recommended in perl/Makefile.PL
> +# the order matters for tests!
> +%define perl_subdirs default_store ASN SNMP OID agent
> +
> +# build perl modules
> +for d in %perl_subdirs; do
> +	pushd perl/$d
> +	export PERL5LIB="$PERL5LIB:$PWD/blib/lib:$PWD/blib/arch"
> +	%perl_vendor_build --NET_SNMP_CONFIG=../../net-snmp-config --NET_SNMP_IN_SOURCE=true
> +	popd
> +done
> +
>  %install
>  %makeinstall INSTALL='$(LIBTOOL) --mode=install /usr/bin/install -c' \
>  	     includedir=$RPM_BUILD_ROOT%_includedir/%name \
> @@ -166,11 +206,24 @@ package installed.
>  # Remove tkmib.
>  %__rm -fv $RPM_BUILD_ROOT%_bindir/tkmib
>  
> -%post -n lib%name -p /sbin/ldconfig
> -%postun -n lib%name -p /sbin/ldconfig
> +# install perl modules
> +for d in %perl_subdirs; do
> +	pushd perl/$d
> +	%perl_vendor_install
> +	popd
> +done
> +
> +# perl loadable objects contain $RPM_BUILD_DIR-dependent RPATH
> +chrpath -d `find $RPM_BUILD_ROOT%perl_vendor_autolib -type f -name '*.so'`
> +
> +%post -n lib%name -p %post_ldconfig
> +%postun -n lib%name -p %postun_ldconfig
> +
> +%post -n libucd-snmp -p %post_ldconfig
> +%postun -n libucd-snmp -p %postun_ldconfig
>  
>  %post
> -/usr/sbin/useradd -r -d /dev/null -s /dev/null -n snmp &> /dev/null ||:
> +/usr/sbin/useradd -r -d /dev/null -s /dev/null -n snmp >/dev/null 2>&1 ||:
>  %post_service snmpd
>  
>  %preun
> @@ -204,13 +257,17 @@ package installed.
>  %_libdir/libnetsnmphelpers.so
>  %_libdir/libnetsnmpmibs.so
>  %_includedir/%name
> -%_mandir/man3/*
> +%_man3dir/*
> +%exclude %perl_vendor_man3dir/SNMP*
> +%exclude %perl_vendor_man3dir/NetSNMP*
>  
> +%if_enabled static
>  %files -n lib%name-devel-static
>  %_libdir/libnetsnmp.a
>  %_libdir/libnetsnmpagent.a
>  %_libdir/libnetsnmphelpers.a
>  %_libdir/libnetsnmpmibs.a
> +%endif
>  
>  %files -n libucd-snmp
>  %_libdir/libsnmp.so.*
> @@ -219,10 +276,26 @@ package installed.
>  %_libdir/libsnmp.so
>  %_includedir/ucd-snmp
>  
> +%if_enabled static
>  %files -n libucd-snmp-devel-static
>  %_libdir/libsnmp.a
> +%endif
> +
> +%files -n perl-SNMP
> +%doc perl/SNMP/{examples,README,BUG,TODO}
> +%perl_vendor_man3dir/SNMP*
> +%perl_vendor_man3dir/NetSNMP*
> +%perl_vendor_archlib/SNMP*
> +%perl_vendor_autolib/SNMP*
> +%perl_vendor_archlib/NetSNMP*
> +%perl_vendor_autolib/NetSNMP*
>  
>  %changelog
> +* Tue Dec 16 2003 Alexey Tourbin <at@altlinux.ru> 5.0.9-alt2
> +- perl-SNMP package built
> +- lib{net,ucd}-snmp-devel-static not packaged by default
> +- additional spec conventions enforcement
> +
>  * Wed Oct 22 2003 Konstantin Timoshenko <kt@altlinux.ru> 5.0.9-alt1
>  - 5.0.9
>  
> End of diff



> _______________________________________________
> Devel mailing list
> Devel@altlinux.ru
> http://altlinux.ru/mailman/listinfo/devel



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

* Re: [devel] Re: net-snmp
  2003-12-16 16:36         ` [devel] Re: net-snmp Alexey Tourbin
  2003-12-17 10:23           ` Stanislav Ievlev
@ 2003-12-17 14:34           ` Dmitry V. Levin
  2003-12-17 17:29             ` Alexey Tourbin
  1 sibling, 1 reply; 8+ messages in thread
From: Dmitry V. Levin @ 2003-12-17 14:34 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Tue, Dec 16, 2003 at 07:36:16PM +0300, Alexey Tourbin wrote:
> On Fri, Dec 12, 2003 at 08:30:37PM +0300, Alexey Tourbin wrote:
> > > > > Этот модуль теперь входит в net-snmp bundle и не распространяется
> > > > > через CPAN.  Так что он должен собираться из самого net-snmp. 
> > > > > Попробую сейчас этим заняться.
> > > > есть ли какие новости?
> > > 
> > > Нет. :(
> > 
> > Появились новости.   Технически это нужно собирать так, как это есть в
> > прилагаемом патче.  Фактически оно заваливается на тестах, т.е.
> > признается, что не работает.
> 
> Чтобы "заткнуть дыру", я "пошел на сделку с совестью" и отключил тесты.
> 
> 2incoming: perl-SNMP-4.2.0-alt1.src.rpm нужно удалить.

Пакет mon версии 0.99.2-alt1 имеет неудовлетворенные зависимости:
 Требует: perl(SNMP.pm) (>= 0:1.8)


-- 
ldv

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

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

* [devel] Re: net-snmp
  2003-12-17 14:34           ` Dmitry V. Levin
@ 2003-12-17 17:29             ` Alexey Tourbin
  2003-12-17 17:33               ` Alexey Tourbin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexey Tourbin @ 2003-12-17 17:29 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Dec 17, 2003 at 05:34:18PM +0300, Dmitry V. Levin wrote:
> Пакет mon версии 0.99.2-alt1 имеет неудовлетворенные зависимости:
>  Требует: perl(SNMP.pm) (>= 0:1.8)

$ ls Sisyphus/i586/RPMS.classic/*-5.0.9-alt2.i586.rpm
Sisyphus/i586/RPMS.classic/libnet-snmp-5.0.9-alt2.i586.rpm
Sisyphus/i586/RPMS.classic/libnet-snmp-devel-5.0.9-alt2.i586.rpm
Sisyphus/i586/RPMS.classic/libucd-snmp-5.0.9-alt2.i586.rpm
Sisyphus/i586/RPMS.classic/libucd-snmp-devel-5.0.9-alt2.i586.rpm
Sisyphus/i586/RPMS.classic/net-snmp-5.0.9-alt2.i586.rpm
Sisyphus/i586/RPMS.classic/net-snmp-utils-5.0.9-alt2.i586.rpm
$

Забыли perl-SNMP-5.0.9-alt2.i586.rpm?

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

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

* [devel] Re: net-snmp
  2003-12-17 17:29             ` Alexey Tourbin
@ 2003-12-17 17:33               ` Alexey Tourbin
  2003-12-17 17:39                 ` Dmitry V. Levin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexey Tourbin @ 2003-12-17 17:33 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Dec 17, 2003 at 08:29:07PM +0300, Alexey Tourbin wrote:
> On Wed, Dec 17, 2003 at 05:34:18PM +0300, Dmitry V. Levin wrote:
> > Пакет mon версии 0.99.2-alt1 имеет неудовлетворенные зависимости:
> >  Требует: perl(SNMP.pm) (>= 0:1.8)
> 
> $ ls Sisyphus/i586/RPMS.classic/*-5.0.9-alt2.i586.rpm
> Sisyphus/i586/RPMS.classic/libnet-snmp-5.0.9-alt2.i586.rpm
> Sisyphus/i586/RPMS.classic/libnet-snmp-devel-5.0.9-alt2.i586.rpm
> Sisyphus/i586/RPMS.classic/libucd-snmp-5.0.9-alt2.i586.rpm
> Sisyphus/i586/RPMS.classic/libucd-snmp-devel-5.0.9-alt2.i586.rpm
> Sisyphus/i586/RPMS.classic/net-snmp-5.0.9-alt2.i586.rpm
> Sisyphus/i586/RPMS.classic/net-snmp-utils-5.0.9-alt2.i586.rpm
> $
> 
> Забыли perl-SNMP-5.0.9-alt2.i586.rpm?

Во вчерашнем архиве есть.
Значит, Стас удалил.

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

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

* Re: [devel] Re: net-snmp
  2003-12-17 17:33               ` Alexey Tourbin
@ 2003-12-17 17:39                 ` Dmitry V. Levin
  0 siblings, 0 replies; 8+ messages in thread
From: Dmitry V. Levin @ 2003-12-17 17:39 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Wed, Dec 17, 2003 at 08:33:22PM +0300, Alexey Tourbin wrote:
> On Wed, Dec 17, 2003 at 08:29:07PM +0300, Alexey Tourbin wrote:
> > On Wed, Dec 17, 2003 at 05:34:18PM +0300, Dmitry V. Levin wrote:
> > > Пакет mon версии 0.99.2-alt1 имеет неудовлетворенные зависимости:
> > >  Требует: perl(SNMP.pm) (>= 0:1.8)
> > 
> > $ ls Sisyphus/i586/RPMS.classic/*-5.0.9-alt2.i586.rpm
> > Sisyphus/i586/RPMS.classic/libnet-snmp-5.0.9-alt2.i586.rpm
> > Sisyphus/i586/RPMS.classic/libnet-snmp-devel-5.0.9-alt2.i586.rpm
> > Sisyphus/i586/RPMS.classic/libucd-snmp-5.0.9-alt2.i586.rpm
> > Sisyphus/i586/RPMS.classic/libucd-snmp-devel-5.0.9-alt2.i586.rpm
> > Sisyphus/i586/RPMS.classic/net-snmp-5.0.9-alt2.i586.rpm
> > Sisyphus/i586/RPMS.classic/net-snmp-utils-5.0.9-alt2.i586.rpm
> > $
> > 
> > Забыли perl-SNMP-5.0.9-alt2.i586.rpm?
> 
> Во вчерашнем архиве есть.
> Значит, Стас удалил.

Значит, можно вернуть.


-- 
ldv

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

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

end of thread, other threads:[~2003-12-17 17:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-12 17:30       ` [devel] Re: net-snmp Alexey Tourbin
2003-12-15  8:50         ` [devel] bashisms in specs (was: net-snmp) Michael Shigorin
2003-12-16 16:36         ` [devel] Re: net-snmp Alexey Tourbin
2003-12-17 10:23           ` Stanislav Ievlev
2003-12-17 14:34           ` Dmitry V. Levin
2003-12-17 17:29             ` Alexey Tourbin
2003-12-17 17:33               ` Alexey Tourbin
2003-12-17 17:39                 ` Dmitry V. Levin

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