Re: HEADS UP: OPTIONS improvement

2007-04-04 Thread Rong-en Fan
On 4/4/07, Kris Kennaway [EMAIL PROTECTED] wrote: On Wed, Apr 04, 2007 at 07:52:57AM +0900, NIIMI Satoshi wrote: On 2007/04/03 14:12, Rong-En Fan wrote: After pav@'s commit to bsd.port.mk, now you can test WITH/WITHOUT freely with OPTIONS. I filed a PR ports/78343 with similar patch, but

Can't build MPlayer

2007-04-04 Thread Andrew
Hi all, it seems that one of the files required to build MPlayer (namely realplay) is unfetchable. A previous attempt at building it 11 days ago had returned the same error. I am attaching the output from make build. Regards, Andrew --- BEGIN MAKE BUILD OUTPUT --- ===

Re: Can't build MPlayer

2007-04-04 Thread Garrett Cooper
Andrew wrote: Hi all, it seems that one of the files required to build MPlayer (namely realplay) is unfetchable. A previous attempt at building it 11 days ago had returned the same error. I am attaching the output from make build. Regards, Andrew --- BEGIN MAKE BUILD OUTPUT

Re: Can't build MPlayer

2007-04-04 Thread Craig Butler
File still downloadable from russia... http://www.filesearching.com/cgi-bin/s?q=realplayer-10.0.7.785-20060201.i586.rpmt=fd=x=0y=0l=eno=s Garrett Cooper wrote: Andrew wrote: Hi all, it seems that one of the files required to build MPlayer (namely realplay) is unfetchable. A previous

DSO loading (dlopen) appearse to be broken somehow

2007-04-04 Thread Andrey Chernov
Try to install and run www/apache13 port. With recent -current you'll get similar error for each module first listed in config: Syntax error on line 213 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_env.so into server: /usr/local/libexec /apache/mod_env.so:

Re: DSO loading (dlopen) appearse to be broken somehow

2007-04-04 Thread Alexander Kabaev
On Wed, 4 Apr 2007 14:13:21 +0400 Andrey Chernov [EMAIL PROTECTED] wrote: Try to install and run www/apache13 port. With recent -current you'll get similar error for each module first listed in config: Syntax error on line 213 of /usr/local/etc/apache/httpd.conf: Cannot load

Re: DSO loading (dlopen) appearse to be broken somehow

2007-04-04 Thread Andrey Chernov
On Wed, Apr 04, 2007 at 08:23:46AM -0400, Alexander Kabaev wrote: Syntax error on line 213 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_env.so into server: /usr/local/libexec /apache/mod_env.so: Undefined symbol ap_palloc Perhaps it is Apache

Re: DSO loading (dlopen) appearse to be broken somehow

2007-04-04 Thread Alexander Kabaev
On Wed, 4 Apr 2007 16:57:35 +0400 Andrey Chernov [EMAIL PROTECTED] wrote: On Wed, Apr 04, 2007 at 08:23:46AM -0400, Alexander Kabaev wrote: Syntax error on line 213 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexec/apache/mod_env.so into server: /usr/local/libexec

Re: DSO loading (dlopen) appearse to be broken somehow

2007-04-04 Thread Andrey Chernov
On Wed, Apr 04, 2007 at 09:09:44AM -0400, Alexander Kabaev wrote: 1) The symbols in question are all _defined_ inside main httpd program. objdump -T output goes here. Those symbols are in 'nm' table of httpd like this 0804a84a T ap_palloc but not found in its objdump -T output. Why and

Re: Can't build MPlayer

2007-04-04 Thread Andrew
On Wed, 04 Apr 2007 10:05:59 +0100, Craig Butler [EMAIL PROTECTED] wrote: File still downloadable from russia... http://www.filesearching.com/cgi-bin/s?q=realplayer-10.0.7.785-20060201.i586.rpmt=fd=x=0y=0l=eno=s Thanks for your replies. I have downloaded the .rpm file. Now... how do I tell

Re: cyrus-sasl alternative?

2007-04-04 Thread Eric
Jona Joachim wrote: Anton Blajev a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello group, what alternative can I use insted of the port scheduled for deletion: portname: security/cyrus-sasl snip If you also need a POP3/IMAP server you might want to take a look at

Re: Can't build MPlayer

2007-04-04 Thread Andrew
On Wed, 4 Apr 2007 13:54:34 + (UTC), Andrew [EMAIL PROTECTED] wrote: Thanks for your replies. I have downloaded the .rpm file. Now... how do I tell ports to use this file? Wait... I got it: I must put it into /usr/ports/distfiles, right? Now it's complaining that it can't find

Re: Can't build MPlayer

2007-04-04 Thread David J Brooks
On Wednesday 04 April 2007 08:54:34 am Andrew wrote: On Wed, 04 Apr 2007 10:05:59 +0100, Craig Butler [EMAIL PROTECTED] wrote: File still downloadable from russia... http://www.filesearching.com/cgi-bin/s?q=realplayer-10.0.7.785-20060201.i 586.rpmt=fd=x=0y=0l=eno=s Thanks for your

Re: DSO loading (dlopen) appearse to be broken somehow

2007-04-04 Thread Eygene Ryabinkin
Andrey, good day. Wed, Apr 04, 2007 at 05:35:29PM +0400, Andrey Chernov wrote: On Wed, Apr 04, 2007 at 09:09:44AM -0400, Alexander Kabaev wrote: 1) The symbols in question are all _defined_ inside main httpd program. objdump -T output goes here. Those symbols are in 'nm' table of

Re: cyrus-sasl alternative?

2007-04-04 Thread Jona Joachim
Eric a écrit : Jona Joachim wrote: Anton Blajev a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello group, what alternative can I use insted of the port scheduled for deletion: portname: security/cyrus-sasl snip If you also need a POP3/IMAP server you might want to take

Re: cyrus-sasl alternative?

2007-04-04 Thread Robert Huff
Eric writes: maybe i missed something, but whats wrong with the sasl2 port? isnt that what most people are using already? A proposal is under serious consideration to retire cyrus-sasl in favor of cyrus-sasl2. -sasl is, if I remember the discussion, no longer maintained, and is

Re: DSO loading (dlopen) appearse to be broken somehow

2007-04-04 Thread Andrey Chernov
On Wed, Apr 04, 2007 at 06:51:05PM +0400, Andrey Chernov wrote: Comparing generated Makefile with FreeBSD 6 it seems some ld flags are now missing: LDFLAGS_SHLIB_EXPORT= --- LDFLAGS_SHLIB_EXPORT=-Wl,-E I'll come back with detailed results later. Found. It is old objformat problem.

Re: cyrus-sasl alternative?

2007-04-04 Thread Anton - Valqk
Thanks a lot for the tip, I'll investigate dovecot... Jona Joachim wrote: Anton Blajev a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello group, what alternative can I use insted of the port scheduled for deletion: portname: security/cyrus-sasl snip If you also

Re: HEADS UP: OPTIONS improvement

2007-04-04 Thread Rong-en Fan
On 4/5/07, Peter Thoenen [EMAIL PROTECTED] wrote: After pav@'s commit to bsd.port.mk, now you can test WITH/WITHOUT freely with OPTIONS. I guess to ask the obvious question, as a low maintenance port maintainer (e.g don't follow all the latest and greatest nitty gritty details) exactly

Re: HEADS UP: OPTIONS improvement

2007-04-04 Thread Peter Thoenen
After pav@'s commit to bsd.port.mk, now you can test WITH/WITHOUT freely with OPTIONS. I guess to ask the obvious question, as a low maintenance port maintainer (e.g don't follow all the latest and greatest nitty gritty details) exactly what does this do for me and why do I care (or want

Re: Ports tree infrastructure

2007-04-04 Thread Peter Jeremy
On 2007-Apr-03 11:42:20 -0400, Dan Casey [EMAIL PROTECTED] wrote: What I'm setting up is a regular ports tree (/usr/ports) which is Not updated. Then a second tree /usr/local/current-ports which is updated daily with portsnap. I suggest that you mirror the CVS repository (via CTM or CVSup) and

Incorrect version comparison

2007-04-04 Thread Marcus Ahlberg
My daily cronscript reported this morning that there was a new version of ruby+pthreads: ruby+pthreads-1.8.5.12,1 needs updating (index has 1.8.6,1) However, when I was about to upgrade it, it didn't appear in the list of outdated ports. Instead I saw this output from

Re: Incorrect version comparison

2007-04-04 Thread Kris Kennaway
On Wed, Apr 04, 2007 at 09:10:21PM +0200, Marcus Ahlberg wrote: My daily cronscript reported this morning that there was a new version of ruby+pthreads: ruby+pthreads-1.8.5.12,1 needs updating (index has 1.8.6,1) However, when I was about to upgrade it, it didn't appear in

Re: cvsup - TreeList failed: Network write failure: Connection closed

2007-04-04 Thread Kris Kennaway
On Tue, Mar 14, 2006 at 07:37:56PM +0100, [LoN]Kamikaze wrote: That would mean that ipw is broken. I never had such problems when I was using 5-stable with ipw from the ports. OK. Kris pgpXJoywrkH5y.pgp Description: PGP signature

Re: cvsup - TreeList failed: Network write failure: Connection closed

2007-04-04 Thread [LoN]Kamikaze
That would mean that ipw is broken. I never had such problems when I was using 5-stable with ipw from the ports. Kris Kennaway wrote: On Tue, Mar 14, 2006 at 10:13:31AM +0100, [LoN]Kamikaze wrote: When using cvsup to update my sources over a wireless connection I often get the error message:

Re: Ports tree infrastructure

2007-04-04 Thread Matthew Seaman
Peter Jeremy wrote: On 2007-Apr-03 11:42:20 -0400, Dan Casey [EMAIL PROTECTED] wrote: I'm not sure what to do about the INDEX files, which is what i had trouble finding documentation on. Your only option here is cd /usr/ports make index - which is quite slow (try it and see). You

Re: Switch to using rc.d for local packages is premature for RELENG_6

2007-04-04 Thread Maxim Sobolev
I have just realized that maybe the best approach to address this problem would be not reverting the change in question, but making find_local_scripts_new() more strict, so that only those local rc.d scripts that have been explicitly marked by maintainer as fully rc.d-safe are handled in a new

Switch to using rc.d for local packages is premature for RELENG_6

2007-04-04 Thread Maxim Sobolev
Hi guys, As part of testing how well some of our products work with latest RELENG_6, I have make a new build and found that lot of important services (for example PostgreSQL, Apache) doesn't start up (despite having respective xxx_enable entries in /etc/rc.conf) when installed from the

Re: HEADS UP: OPTIONS improvement

2007-04-04 Thread Pav Lucistnik
NIIMI Satoshi píše v st 04. 04. 2007 v 07:52 +0900: On 2007/04/03 14:12, Rong-En Fan wrote: After pav@'s commit to bsd.port.mk, now you can test WITH/WITHOUT freely with OPTIONS. I filed a PR ports/78343 with similar patch, but the PR was rejected. Why the policy has been changed? Guess

INDEX build failed for 5.x

2007-04-04 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..sysctl: unknown oid 'compat.linux.osrelease' Makefile, line 124: warning: /sbin/sysctl -n compat.linux.osrelease returned non-zero status pkg_info: not found pkg_info: not found pkg_info: not found pkg_info: not found Done.

Re: HEADS UP: OPTIONS improvement

2007-04-04 Thread Danny Pansters
On Wednesday 04 April 2007 22:36:48 Pav Lucistnik wrote: NIIMI Satoshi píše v st 04. 04. 2007 v 07:52 +0900: On 2007/04/03 14:12, Rong-En Fan wrote: After pav@'s commit to bsd.port.mk, now you can test WITH/WITHOUT freely with OPTIONS. I filed a PR ports/78343 with similar patch, but

Re: HEADS UP: OPTIONS improvement

2007-04-04 Thread Pav Lucistnik
Danny Pansters píše v st 04. 04. 2007 v 23:03 +0200: Wise. Though I now have to unlearn the one-true-way ;-) No need. :) Any chance you feel inspired to also make a provision for mutually exclusive options (like radiobuttons)? That would be very useful IMO. Someone pointed me to a PR some

Re: Ports tree infrastructure

2007-04-04 Thread Dan Casey
Thanks all, I think i'm going to have to check out tinderbox. It's going to be less of a pain to have an ongoing QA process then it is to maintain this the way I want to. I would be happy using the freebsd provided packages, but they are either not compiled the way I would like them. If

Re: Switch to using rc.d for local packages is premature for RELENG_6

2007-04-04 Thread Kevin Downey
On 3/21/06, Maxim Sobolev [EMAIL PROTECTED] wrote: I have just realized that maybe the best approach to address this problem would be not reverting the change in question, but making find_local_scripts_new() more strict, so that only those local rc.d scripts that have been explicitly marked by

Re: Switch to using rc.d for local packages is premature for RELENG_6

2007-04-04 Thread Kris Kennaway
On Wed, Apr 04, 2007 at 01:59:32PM -0700, Kevin Downey wrote: On 3/21/06, Maxim Sobolev [EMAIL PROTECTED] wrote: I have just realized that maybe the best approach to address this problem would be not reverting the change in question, but making find_local_scripts_new() more strict, so that

INDEX build failed for 5.x

2007-04-04 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-5 - please wait..sysctl: unknown oid 'compat.linux.osrelease' Makefile, line 124: warning: /sbin/sysctl -n compat.linux.osrelease returned non-zero status pkg_info: not found pkg_info: not found pkg_info: not found pkg_info: not found Done.

INDEX now builds successfully on 5.x

2007-04-04 Thread Erwin Lansing
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to [EMAIL PROTECTED]

[maintainer] - Error compiling postgresql-plpython

2007-04-04 Thread Waldir Borba Junior
-- -- att, Waldir Borba Junior Consultor de TI System Network Administrator OS: FreeBSD, OpenBSD, Linux ... Security Consultant - CSO ****** Sem fé não há esforço. Sem esforço não há realização A fé é crucial na prática, pois ela é a força que move o mundo e a que dá