Re: bin/186793: fsck_ffs/ufs segmentation violation in SU+J mode on SIGINT before check cycle

2014-03-12 Thread linimon
Synopsis: fsck_ffs/ufs segmentation violation in SU+J mode on SIGINT before 
check cycle

State-Changed-From-To: open->closed
State-Changed-By: linimon
State-Changed-When: Wed Mar 12 07:33:17 UTC 2014
State-Changed-Why: 
now fixed.

http://www.freebsd.org/cgi/query-pr.cgi?pr=186793
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: kern/186755: ipsec tunnels don't work with pf or ipfw

2014-03-12 Thread glebius
Synopsis: ipsec tunnels don't work with pf or ipfw

State-Changed-From-To: open->patched
State-Changed-By: glebius
State-Changed-When: Wed Mar 12 14:29:44 UTC 2014
State-Changed-Why: 
Fixed in head/.


Responsible-Changed-From-To: freebsd-bugs->glebius
Responsible-Changed-By: glebius
Responsible-Changed-When: Wed Mar 12 14:29:44 UTC 2014
Responsible-Changed-Why: 
Fixed in head/.

http://www.freebsd.org/cgi/query-pr.cgi?pr=186755
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: kern/186385: pf don't work as expected in 10.0 with same configuration used on 9.1

2014-03-12 Thread glebius
Synopsis: pf don't work as expected in 10.0 with same configuration used on 9.1

State-Changed-From-To: open->patched
State-Changed-By: glebius
State-Changed-When: Wed Mar 12 14:33:36 UTC 2014
State-Changed-Why: 
Fixed in head in r263091.


Responsible-Changed-From-To: freebsd-bugs->glebius
Responsible-Changed-By: glebius
Responsible-Changed-When: Wed Mar 12 14:33:36 UTC 2014
Responsible-Changed-Why: 
Fixed in head in r263091.

http://www.freebsd.org/cgi/query-pr.cgi?pr=186385
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


misc/187478: net/openh323-1.19.0.1_6 does not compile

2014-03-12 Thread David Cecchin

>Number: 187478
>Category:   misc
>Synopsis:   net/openh323-1.19.0.1_6 does not compile
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-bugs
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 12 14:40:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: David Cecchin
>Release:10.0-RELEASE-p0
>Organization:
>Environment:
FreeBSD sanction 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 
22:34:59 UTC 2014 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Port does not compile:

/usr/local/include/ptlib/array.h:391:3: warning: first operand of this 'memcmp' 
call is a pointer to dynamic class 'const PBaseArray'; vtable 
pointer will be compared [-Wdynamic-class-memaccess]
  PCLASSINFO(PBaseArray, PAbstractArray);
  ^~
/usr/local/include/ptlib/object.h:1381:35: note: expanded from macro 
'PCLASSINFO'
  { return (Comparison)memcmp(this, &obj, sizeof(cls)); } \
   ~~ ^
/usr/local/include/ptlib/array.h:616:26: note: in instantiation of member 
function 'PBaseArray::CompareObjectMemoryDirect' requested here
template  class PScalarArray : public PBaseArray
 ^
/usr/local/include/ptlib/array.h:391:3: note: explicitly cast the pointer to 
silence this warning
  PCLASSINFO(PBaseArray, PAbstractArray);
  ^
/usr/local/include/ptlib/object.h:1381:35: note: expanded from macro 
'PCLASSINFO'
  { return (Comparison)memcmp(this, &obj, sizeof(cls)); } \
  ^
In file included from h225_2.cxx:7:
In file included from /usr/local/include/ptlib.h:161:
In file included from /usr/local/include/ptlib/contain.h:814:
/usr/local/include/ptlib/dict.h:997:3: warning: first operand of this 'memcmp' 
call is a pointer to dynamic class 'const PDictionary'; vtable pointer will be compared 
[-Wdynamic-class-memaccess]
  PCLASSINFO(PDictionary, PAbstractDictionary);
  ^~~~
/usr/local/include/ptlib/object.h:1381:35: note: expanded from macro 
'PCLASSINFO'
  { return (Comparison)memcmp(this, &obj, sizeof(cls)); } \
   ~~ ^
/usr/local/include/ptlib/syncthrd.h:294:7: note: in instantiation of member 
function 'PDictionary::CompareObjectMemoryDirect' requested here
class PReadWriteMutex : public PObject
  ^
/usr/local/include/ptlib/dict.h:997:3: note: explicitly cast the pointer to 
silence this warning
  PCLASSINFO(PDictionary, PAbstractDictionary);
  ^
/usr/local/include/ptlib/object.h:1381:35: note: expanded from macro 
'PCLASSINFO'
  { return (Comparison)memcmp(this, &obj, sizeof(cls)); } \
  ^
888 warnings and 8 errors generated.
gmake[3]: *** 
[/usr/ports/net/openh323/work/openh323_v1_19_0_1/lib/obj_r/h225_2.o] Error 1
gmake[3]: Leaving directory 
`/usr/ports/net/openh323/work/openh323_v1_19_0_1/src'
gmake[2]: *** [opt] Error 2
gmake[2]: Leaving directory `/usr/ports/net/openh323/work/openh323_v1_19_0_1'
gmake[1]: *** [optshared] Error 2
gmake[1]: Leaving directory `/usr/ports/net/openh323/work/openh323_v1_19_0_1'
===> Compilation failed unexpectedly.
>How-To-Repeat:
Merge port
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: ports/187478: net/openh323-1.19.0.1_6 does not compile

2014-03-12 Thread linimon
Synopsis: net/openh323-1.19.0.1_6 does not compile

Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Wed Mar 12 15:46:25 UTC 2014
Responsible-Changed-Why: 
ports PR.

http://www.freebsd.org/cgi/query-pr.cgi?pr=187478
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"


Re: kern/18751: if_dc doesn't autosense 100Mb mode

2014-03-12 Thread nemysis
Synopsis: if_dc doesn't autosense 100Mb mode

Responsible-Changed-From-To: freebsd-bugs->nemysis
Responsible-Changed-By: nemysis
Responsible-Changed-When: Wed Mar 12 22:12:12 UTC 2014
Responsible-Changed-Why: 
I'll take it.

http://www.freebsd.org/cgi/query-pr.cgi?pr=18751
___
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"