search for: 82c82

Displaying 3 results from an estimated 3 matches for "82c82".

Did you mean: 8282
2004 Oct 10
1
cvs build broken in auth/db-mysql.c?
...text+0x116): In function `db_mysql_query': /tmp/dovecot-1.0-test46/src/auth/db-mysql.c:82: undefined reference to `mysql_conn_open' The following trivial change seems to let the build finish: RCS file: /home/cvs/dovecot/src/auth/db-mysql.c,v retrieving revision 1.11 diff -r1.11 db-mysql.c 82c82 < if (!mysql_conn_open(conn)) --- > if (!db_mysql_connect(conn)) This little error snuck in between -r1.10 and -r1.11 of src/auth/db-mysql.c . Tom -- 28 70 20 71 2C 65 29 61 9C B1 36 3D D4 69 CE 62 4A 22 8B 0E DC 3E mailto:mail at thecap.org h...
2005 Dec 17
0
wine and winetools on freebsd
...the problem. Bye. -------------- next part -------------- 80c80 < ps xwww -U $USER |grep "wineserver"|grep -v "grep wineserver" &>/dev/null --- > ps xwww --User $USER |grep "wineserver"|grep -v "grep wineserver" &>/dev/null 82c82 < ps xwww -U $USER |grep winedbg|grep -v "grep winedbg" &>/dev/null --- > ps xwww --User $USER |grep winedbg|grep -v "grep winedbg" &>/dev/null 90c90 < for n in `ps xwww -U $USER|grep winedbg|grep -v "grep winedbg"|sed -e "s/^\(.\+\...
2002 Sep 03
2
Version 1.5.1 failing make check.
...ke: Fatal error: Command failed for target `check' Amongst other things: (1) in tests/Examples/base-Ex.Rout.fail we find Error: !is.nan(var(1)) is not TRUE (2) in tests/ a diff of arith-true.Rout.fail and arith-true.Rout.save gives 80c80 < [1] FALSE --- > [1] TRUE 82c82 < [1] FALSE --- > [1] TRUE Looking in these files shows the difference to come from all(!is.nan(c(1,NA))) and all(c(F,T,F) == is.nan(list(1,NaN,NA))) I checked that in R version 1.4.1, which is currently running on our system, these give TRUE, in agreement with arith-true...