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
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
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
>
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 (amd64)
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
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
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 expla
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
http://lis
Jan Beich wrote on 10.01.2012 19:33:
Ruslan Mahmatkhanov writes:
Ruslan Mahmatkhanov writes:
There is PR: http://bugs.freebsd.org/163687
It tries to fix port building when user built it's perl installation
with USE_PERL option (creating symlinks in /usr/bin) set to off (not
the default). P
On 11 Jan 2012 15:36, "Ruslan Mahmatkhanov" wrote:
>
> Jan Beich wrote on 10.01.2012 19:33:
>
>> Ruslan Mahmatkhanov writes:
>>
Ruslan Mahmatkhanov writes:
> There is PR: http://bugs.freebsd.org/163687
> It tries to fix port building when user built it's perl installation
--On January 11, 2012 10:44:11 AM +1000 Da Rock
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 this:
post-extract:
.
On Wed, Jan 11, 2012 at 10:37 AM, Paul Schmehl wrote:
> --On January 11, 2012 10:44:11 AM +1000 Da Rock
> 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
-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
> wrote:
>> --On January 11, 2012 10:44:11 AM +1000 Da Rock
>> wrote:
>>>
>>>
>>> My last problem is with the define knobs. I have an .if defined(WITH_PAM)
>>>
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 \
>>> >>
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="$fl
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
--
Y
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
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
2>&1 && retu
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
On Wed, 11 Jan 2012 12:16:45 -0600, Boris Samorodov 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 operational and
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
On Wed, 11 Jan 2012 12:44:26 -0600, Doug Barton 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 come up with many
On 11 January 2012 18:44, Doug Barton 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 maintainer(s) to
On Wed, 11 Jan 2012 12:41:27 -0600
Mark Felder wrote:
> On Wed, 11 Jan 2012 12:16:45 -0600, Boris Samorodov
> 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
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 (
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. r
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
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
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 d
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 thi
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 par
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 t
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 Makef
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
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 it
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 \
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?
>
37 matches
Mail list logo