Re: Building net-mgmt/net-snmp fails

2010-05-06 Thread Boris Kochergin
Olivier Cochard-Labbé wrote: Hi all, since some days, I can't compile net-snmp on my FreeBSD 8-Stable using the default make value. I've got this error message: net-snmp-5.4.2.1/agent/.libs/libnetsnmpagent.so -lwrap -lkvm /usr/ports/net-mgmt

Re: FreeBSD Port: net-mgmt/net-snmp

2010-05-12 Thread Boris Kochergin
Garrett Cooper wrote: On May 12, 2010, at 4:56 PM, Mike Jakubik wrote: Hi, I am having trouble compiling net-snmp on a number of 8-STABLE systems, below is the error. Thanks. --- creating libnetsnmpmibs.la (cd .libs rm -f libnetsnmpmibs.la ln -s ../libnetsnmpmibs.la

Re: porting dash (the shell)

2009-06-06 Thread Boris Kochergin
Eitan Adler wrote: if gcc -DBSD=1 -DSMALL -DSHELL -DGLOB_BROKEN -DFNMATCH_BROKEN -DIFS_BROKEN -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= -D_DIAGASSERT\(x\)= -I. -I. -I.. -include ../config.h -g -O2 -Wall -MT exec.o -MD -MP -MF .deps/exec.Tpo \ -c -o exec.o `test -f 'exec.c' || echo

Re: porting dash (the shell)

2009-06-07 Thread Boris Kochergin
Eitan Adler wrote: Boris Kochergin wrote: Eitan Adler wrote: if gcc -DBSD=1 -DSMALL -DSHELL -DGLOB_BROKEN -DFNMATCH_BROKEN -DIFS_BROKEN -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= -D_DIAGASSERT\(x\)= -I. -I. -I.. -include ../config.h -g -O2 -Wall -MT exec.o -MD -MP -MF .deps/exec.Tpo

Re: porting: Linux to Freebsd

2009-06-08 Thread Boris Kochergin
Robert Huff wrote: Robert Huff writes: Done. Merrily compiling away. New problem. One of the files has: #ifdef LINUX #include sys/mman.h #endif What is the FreeBSD magic tag corresponding to LINUX? __FREEBSD__?

Re: porting: Linux to Freebsd

2009-06-09 Thread Boris Kochergin
Robert Huff wrote: Alexander Leidinger writes: Obvious question but if you edited configure.ac, you did remember to rerun autoconf afterwards didn't you? Uh ... no. (When I said complete novice, wasn't kidding. :-) Not knowing C/++ when you want to port a C/C++ program makes

Re: current Samba ports?

2009-07-24 Thread Boris Kochergin
The port for 3.2 is net/samba32, the one for 3.3 is net/samba33, and there's even a net/samba4-devel one. -Boris Raymond Vetter wrote: Hello FreeBSD Team, FreeBSD Ports provide only Samba 3.0.x. It is possible to port Samba 3.2.x, 3.3.x for the current FreeBSD? The 3.0.x is quit old. thanks

Re: Multiple instances of Mailman on FreeBSD

2009-08-12 Thread Boris Kochergin
Jeffrey Goldberg wrote: On Aug 12, 2009, at 3:38 PM, Mel Flynn wrote: On Wednesday 12 August 2009 11:40:47 Bill Moran wrote: Were it me, I'd add jails to the system. [...] That's obviously not the only way to get what you want, just my suggestion. And mine. Thank you and Bill for the

Mailman: users can't post to a moderated list

2009-09-01 Thread Boris Kochergin
Hi. I'm running mailman-with-htdig-2.1.12 and messages that would normally await moderation (for example, a non-subscribed user posting to a list) disappear into a black hole, and this message appears in logs/errror: Sep 01 13:24:55 2009 (62072) Uncaught runner exception: Generator instance

Re: Mailman: users can't post to a moderated list

2009-09-18 Thread Boris Kochergin
Replying to myself: this appears to have been causing by putting OLD_MESSAGES_AS_PICKLES = 0 into /usr/local/bin/mailman/Mailman/Defaults.py (which used to work). -Boris Boris Kochergin wrote: Hi. I'm running mailman-with-htdig-2.1.12 and messages that would normally await moderation

Re: Issues with devel/boost-* on Sparc64

2009-11-07 Thread Boris Kochergin
Alexander Churanov wrote: HI folks! As I know, currently devel/boost-libs port fails to build on sparc64. I had a discussion of this in September. The root cause is unknown for me. To investigate into this further I need either access to a sparc64 box or a person who has access and whom I may

Re: mailman web access to archives failure:

2009-12-29 Thread Boris Kochergin
The two Alias lines I have in my working installation are: ScriptAlias /mailman /usr/local/mailman/cgi-bin Alias /pipermail /usr/local/mailman/archives/public -Boris David Southwell wrote: Thank you in advance for replies. The list is now working fine however: From:

Re: mailman web access to archives failure:

2009-12-29 Thread Boris Kochergin
David Southwell wrote: Boris Kochergin sp...@acm.poly.edu helpfully said: David Southwell wrote: Thank you in advance for replies. The list is now working fine however: From: http://www.vizion2000.net/mailman/listinfo/bps_comps_print_announce On line: To see collection of prior

Re: mailman web access to archives failure:

2009-12-29 Thread Boris Kochergin
David Southwell wrote: David Southwell wrote: Boris Kochergin sp...@acm.poly.edu helpfully said: David Southwell wrote: Thank you in advance for replies. The list is now working fine however: From: http://www.vizion2000.net/mailman/listinfo/bps_comps_print_announce

Re: How to upgrade perl 5.8 to 5.10?

2010-01-20 Thread Boris Kochergin
Helmut Schneider wrote: Michal Varga wrote: # pkg_info | wc -l 457 # And this machine is even my package-building station! Anyway, portupgrade -af took 45 minutes. g Well, it's a dedicated blade after all :) And those 8 cores seem pretty nasty, I'm envious. Well, afaik

sysutils/screen package

2008-06-20 Thread Boris Kochergin
Hi, List. I noticed that there isn't a package for sysutils/screen for 7.0. Compiling it from ports works fine, and I looked around and wasn't able to find logs relevant to it on http://pointyhat.freebsd.org/errorlogs/, so I was wondering if anyone could shed some light on why it's not

Re: sysutils/screen package

2008-06-20 Thread Boris Kochergin
Chess Griffin wrote: Chess Griffin wrote: Boris Kochergin wrote: Hi, List. I noticed that there isn't a package for sysutils/screen for 7.0. Compiling it from ports works fine, and I looked around and wasn't able to find logs relevant to it on http://pointyhat.freebsd.org/errorlogs/, so I

Re: Core dump using csup to update ports tree

2008-07-12 Thread Boris Kochergin
Randy Pratt wrote: On Sat, 12 Jul 2008 10:23:07 -0700 Garrett Cooper [EMAIL PROTECTED] wrote: On Sat, Jul 12, 2008 at 7:47 AM, Randy Pratt [EMAIL PROTECTED] wrote: On Sat, 12 Jul 2008 07:26:36 -0700 Jeremy Chadwick [EMAIL PROTECTED] wrote: On Sat, Jul 12, 2008 at 10:00:25AM

Re: math/fftw3 missing header file

2008-08-13 Thread Boris Kochergin
Alex Kloss wrote: Hello all, I installed math/fftw3 today because a program I'm working on porting to FreeBSD (http://arss.sourceforge.net/) requires it. However, when I ran make, it gave me the following error: Scanning dependencies of target arss [ 20%] Building C object

security/pecl-hash no longer builds for PHP 5?

2008-12-27 Thread Boris Kochergin
Hi. I tried installing the security/pecl-hash port with PHP 5.2.8 today and got this: # make === pecl-hash-1.5 cannot install: doesn't work with PHP version : 5 (Doesn't support PHP 5). *** Error code 1 I've installed it on many machines with PHP 5 in the past--I guess before it was marked

Re: Which ISC dhcp server to install?

2008-12-29 Thread Boris Kochergin
stan wrote: Which ISC DHCP serverr port should I install? The 2 that I tried are both marked as broken. I have multiple installations of net/isc-dhcp30-server and find them all to work fine. Needless to say, it's not marked as broken. -Boris ___

Re: Which ISC dhcp server to install?

2008-12-29 Thread Boris Kochergin
Eitan Adler wrote: Boris Kochergin wrote: stan wrote: Which ISC DHCP serverr port should I install? The 2 that I tried are both marked as broken. Update ports, run make config, ensure that you have one and only one openSSL version selected, try again. He probably means

Re: OT: apache + php not working

2009-02-27 Thread Boris Kochergin
Robert Huff wrote: Any experts out there willing to do a little off-list advising on why my Apache 2.2 server isn't handling php5? Robert Huff ___ freebsd-ports@freebsd.org mailing list

Re: Problem installing ntop on 7.3 FreeBSD

2011-01-03 Thread Boris Kochergin
On 01/03/11 13:25, Mike Sabroff wrote: I saw something on this tool (ntop) and decided to check it out. I did the make and then tried ti install. I got the following error : make install === Installing for ntop-3.3.10_3 === ntop-3.3.10_3 depends on executable: dot - not found ===