ImageMagick: tests fail on freebsd 10

2012-01-11 Thread Andriy Gapon
For me the ImageMagick build on FreeBSD 10 amd64 fails at the tests stage. Is anyone else seeing this? A snippet from the build output: make check-TESTS check-local PASS: tests/validate-compare.sh PASS: tests/validate-composite.sh PASS: tests/validate-convert.sh PASS: tests/validate-identify.sh

Re: ImageMagick: tests fail on freebsd 10

2012-01-11 Thread Rainer Hurling
On 11.01.2012 10:41 (UTC+1), Andriy Gapon wrote: For me the ImageMagick build on FreeBSD 10 amd64 fails at the tests stage. Is anyone else seeing this? I just tried on 10.0-CURRENT (amd64) r229933 with option IMAGEMAGICK_TESTS enabled and it seems all tests passed right. Rainer Hurling A

Re: ImageMagick: tests fail on freebsd 10

2012-01-11 Thread Andriy Gapon
on 11/01/2012 11:55 Rainer Hurling said the following: On 11.01.2012 10:41 (UTC+1), Andriy Gapon wrote: For me the ImageMagick build on FreeBSD 10 amd64 fails at the tests stage. Is anyone else seeing this? I just tried on 10.0-CURRENT (amd64) r229933 with option IMAGEMAGICK_TESTS enabled

Re: ImageMagick: tests fail on freebsd 10

2012-01-11 Thread Rainer Hurling
On 11.01.2012 11:44 (UTC+1), Andriy Gapon wrote: on 11/01/2012 11:55 Rainer Hurling said the following: On 11.01.2012 10:41 (UTC+1), Andriy Gapon wrote: For me the ImageMagick build on FreeBSD 10 amd64 fails at the tests stage. Is anyone else seeing this? I just tried on 10.0-CURRENT

FreeBSD port lang/spidermonkey

2012-01-11 Thread Jake Smith
Hello, I notice there is a newer version on lang/spidermonkey available, v1.8.5 (https://developer.mozilla.org/en/SpiderMonkey), the ports version is currently at v1.7.0. Is the any reasons for this not being updated yet? If no one has any objections I am willing the write and submit a patch

FreeBSD port lang/spidermonkey

2012-01-11 Thread Jake Smith
Hello, I notice there is a newer version on lang/spidermonkey available, v1.8.5 (https://developer.mozilla.org/en/SpiderMonkey), the ports version is currently at v1.7.0. Is the any reasons for this not being updated yet? If no one has any objections I am willing the write and submit a patch

libxfce4ui vs. libxfce4gui: wha'?

2012-01-11 Thread Conrad J. Sabatier
I just noticed the announcement for libxfce4ui version 4.9.0 and it got me wondering about something. In the FreeBSD ports collection, we have a libxfce4gui package (note the g up in there), but no libxfce4ui. Are we missing something that we should be available here? Could anyone please

samba35 and freebsd10

2012-01-11 Thread Andriy Gapon
It seems that tat least the samba35 port is not fully adapted to freebsd10. source3/configure has the following case statement which doesn't cover freebsd10: *freebsd[5-9]*) -- Andriy Gapon ___ freebsd-ports@freebsd.org mailing list

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-11 Thread Paul Schmehl
--On January 11, 2012 10:44:11 AM +1000 Da Rock freebsd-po...@herveybayaustralia.com.au wrote: My last problem is with the define knobs. I have an .if defined(WITH_PAM) .else ... .endif statement, but it keeps giving me trouble. I can't quite figure what I've got wrong. The statement looks like

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-11 Thread Eitan Adler
On Wed, Jan 11, 2012 at 10:37 AM, Paul Schmehl pschmehl_li...@tx.rr.com wrote: --On January 11, 2012 10:44:11 AM +1000 Da Rock freebsd-po...@herveybayaustralia.com.au wrote: My last problem is with the define knobs. I have an .if defined(WITH_PAM) .else ... .endif statement, but it keeps

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-11 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/11/12 11:10 AM, Eitan Adler wrote: On Wed, Jan 11, 2012 at 10:37 AM, Paul Schmehl pschmehl_li...@tx.rr.com wrote: --On January 11, 2012 10:44:11 AM +1000 Da Rock freebsd-po...@herveybayaustralia.com.au wrote: My last problem is with the

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-11 Thread Matthew Seaman
On 11/01/2012 16:10, Eitan Adler wrote: post-extract: .if defined(WITH_PAM) PLIST_FILES+=lib/security/pam_ldap.so .else @if [ -f ${WRKDIR}/lib/security/pam_ldap.so ]; then \ ${RM}

Re: lang/ocaml: configure script not freebsd10 friendly

2012-01-11 Thread Andriy Gapon
on 28/11/2011 20:07 Andriy Gapon said the following: The following extra diff demonstrates the problem: --- configure.orig2 2011-11-28 20:00:49.452553350 +0200 +++ configure 2011-11-28 20:00:52.493371250 +0200 @@ -523,7 +523,7 @@ mksharedlib=$flexlink mkmaindll=$flexlink

Re: ImageMagick: tests fail on freebsd 10

2012-01-11 Thread Doug Barton
On 1/11/2012 2:44 AM, Andriy Gapon wrote: my problem occurs with lang/gcc (gcc 4.6) as a compiler. That's not an officially supported configuration. If stuff breaks for you when using a !base compiler your fastest course of action for getting a fix is to do it yourself. :) Doug --

Re: ImageMagick: tests fail on freebsd 10

2012-01-11 Thread Andriy Gapon
on 11/01/2012 19:43 Doug Barton said the following: On 1/11/2012 2:44 AM, Andriy Gapon wrote: my problem occurs with lang/gcc (gcc 4.6) as a compiler. That's not an officially supported configuration. If stuff breaks for you when using a !base compiler your fastest course of action for

multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Mark Felder
Hi all, The zoneminder port has this in its rc script which really should go away: zm_prestart() { local _count=0 while : ; do echo USE zm; SELECT Username from Users where Id=1; | \ /usr/local/bin/mysqltest -u root zm /dev/null 21 return

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Boris Samorodov
11.01.2012 21:58, Mark Felder пишет: The zoneminder port has this in its rc script which really should go away: zm_prestart() { local _count=0 while : ; do echo USE zm; SELECT Username from Users where Id=1; | \ /usr/local/bin/mysqltest

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Mark Felder
On Wed, 11 Jan 2012 12:16:45 -0600, Boris Samorodov b...@passap.ru wrote: The problem is: while start-up zoneminder is launched after mysql was started but is not responding yet. Then zoneminder can't register it's cameras, etc. This hack was introduced to catch the moment when mysql really is

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Doug Barton
On 1/11/2012 10:41 AM, Mark Felder wrote: Instead of hacking up zoneminder's rc script with further patches like pulling out the real mysql server, database, username and password perhaps we should see if we can get the mysql maintainer(s) to fix the mysql rc script so it doesn't exit until

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Mark Felder
On Wed, 11 Jan 2012 12:44:26 -0600, Doug Barton do...@freebsd.org wrote: That is attractive all on its own of course, however it still doesn't solve the OP's problem, since his mysqld is not local. Yeah, that was me -- the OP -- and I'm sitting here brainstorming but haven't been able to

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Chris Rees
On 11 January 2012 18:44, Doug Barton do...@freebsd.org wrote: On 1/11/2012 10:41 AM, Mark Felder wrote: Instead of hacking up zoneminder's rc script with further patches like pulling out the real mysql server, database, username and password perhaps we should see if we can get the mysql

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Ion-Mihai Tetcu
On Wed, 11 Jan 2012 12:41:27 -0600 Mark Felder f...@feld.me wrote: On Wed, 11 Jan 2012 12:16:45 -0600, Boris Samorodov b...@passap.ru wrote: The problem is: while start-up zoneminder is launched after mysql was started but is not responding yet. Then zoneminder can't register it's

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Boris Samorodov
11.01.2012 22:41, Mark Felder пишет: I imagine what you've described is a situation where MySQL has a lot of databases/tables/et Unfortunately, it happens even if zoneminder is a lonely user of mysql. The pause (at my three-year-old server) was about 5 seconds... -- WBR, Boris Samorodov

RE: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Michael Scheidell
We have the same problem with a commercial product. Is the user decided to pull a black cord Instead of a soft shut down, the next time a power it up, sometimes there is a race conditions between time out on the services that are looking to a running sequel server, and the database recovery.

Re: ImageMagick: tests fail on freebsd 10

2012-01-11 Thread Andriy Gapon
on 11/01/2012 12:44 Andriy Gapon said the following: on 11/01/2012 11:55 Rainer Hurling said the following: On 11.01.2012 10:41 (UTC+1), Andriy Gapon wrote: For me the ImageMagick build on FreeBSD 10 amd64 fails at the tests stage. Is anyone else seeing this? I just tried on 10.0-CURRENT

Re: ImageMagick: tests fail on freebsd 10

2012-01-11 Thread Andriy Gapon
on 12/01/2012 00:22 Andriy Gapon said the following: [snip] /usr/include/xlocale.h:160:3: error: unknown type name 'va_list' /usr/include/xlocale.h:162:3: error: unknown type name 'va_list' [snip] Back to the main problem. I am not sure where the difference between the base GCC and GCC 4.6

unassociated shell command

2012-01-11 Thread Da Rock
I'm still very new to this, but I'm almost complete on my first port. I do have an unusual error which crops up from time to time and I'm usually able to fudge along and clear it- but this last little bit won't clear! The particular lines in question are as follows: post-extract: [snip] .if

Re: unassociated shell command

2012-01-11 Thread Da Rock
On 01/12/12 13:01, Stephen Montgomery-Smith wrote: I usually see this error when there is a command that doesn't belong to a target. For example, if I create a Makefile that contains only: echo xxx I get the same error. So I think it is something in the part you snipped out that makes

Re: unassociated shell command

2012-01-11 Thread Stephen Montgomery-Smith
On 01/11/2012 09:48 PM, Da Rock wrote: On 01/12/12 13:01, Stephen Montgomery-Smith wrote: I usually see this error when there is a command that doesn't belong to a target. For example, if I create a Makefile that contains only: echo xxx I get the same error. So I think it is something in the

Re: unassociated shell command

2012-01-11 Thread Da Rock
On 01/12/12 13:59, Stephen Montgomery-Smith wrote: On 01/11/2012 09:48 PM, Da Rock wrote: On 01/12/12 13:01, Stephen Montgomery-Smith wrote: I usually see this error when there is a command that doesn't belong to a target. For example, if I create a Makefile that contains only: echo xxx I get

Re: unassociated shell command

2012-01-11 Thread Stephen Montgomery-Smith
On 01/11/2012 10:14 PM, Da Rock wrote: On 01/12/12 13:59, Stephen Montgomery-Smith wrote: On 01/11/2012 09:48 PM, Da Rock wrote: On 01/12/12 13:01, Stephen Montgomery-Smith wrote: I usually see this error when there is a command that doesn't belong to a target. For example, if I create a

Re: unassociated shell command

2012-01-11 Thread Da Rock
On 01/12/12 14:25, Stephen Montgomery-Smith wrote: On 01/11/2012 10:14 PM, Da Rock wrote: On 01/12/12 13:59, Stephen Montgomery-Smith wrote: On 01/11/2012 09:48 PM, Da Rock wrote: On 01/12/12 13:01, Stephen Montgomery-Smith wrote: I usually see this error when there is a command that doesn't

Re: unassociated shell command

2012-01-11 Thread Jason Helfman
On Wed, Jan 11, 2012 at 10:25:26PM -0600, Stephen Montgomery-Smith thus spake: On 01/11/2012 10:14 PM, Da Rock wrote: I'm still very new to this, but I'm almost complete on my first port. I do have an unusual error which crops up from time to time and I'm usually able to fudge along and clear

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-11 Thread Da Rock
On 01/12/12 02:23, Matthew Seaman wrote: On 11/01/2012 16:10, Eitan Adler wrote: post-extract: .if defined(WITH_PAM) PLIST_FILES+=lib/security/pam_ldap.so .else @if [ -f ${WRKDIR}/lib/security/pam_ldap.so ]; then \

Re: linux-f10-nss_ldap: my first port - be gentle :)

2012-01-11 Thread Matthew Seaman
On 12/01/2012 06:44, Da Rock wrote: I have a Makefile, pkg-desc, pkg-plist, pkg-message, distinfo. I also have the files hosted and the MASTER_FILES set to include the linux sites (just where the files are located). I am looking for a backup site to all that IF I can twist someones arm? I