Re: Unhappy Xorg upgrade

2009-01-29 Thread Bruce M. Simpson

Alex Goncharov wrote:

I hate to say this, but the new X (as exists in the current FreeBSD
ports) sucks and gets in the way of work big time.

  


There are definitely issues with xorg-7.4 at the moment.

   The root issue seems to be that USB mice simply don't work for me, 
and running Xorg appears to destabilise the 7-STABLE USB stack in some 
way which I just don't understand. The condition isn't recoverable 
without a reboot. I am the only person who's reported these symptoms in 
any great detail yet.


   I spent a lot of time yesterday debugging with rnoland@ the USB 
problem I've been having. He sent me a patch, however, it doesn't solve 
the problem.


   My understanding is that a lot has changed in this Xorg release to 
do with input drivers, specifically mouse -- and that platform specific 
code got shuffled off out of the server itself, and into the drivers.  
Good from an academic software engineering point of view, but if this is 
the cause, not good from a regression point of view.


   Whilst bisecting all the conditions, and tracing it back to this 
upgrade is easy to do, I can't readily identify the causal relationship 
-- I don't know what's going on which has broken Xorg for me in this 
way, and haven't seen anything like this before.


   Since upgrading, I've seen stability problems with hald enabled. I 
have had to turn off hald mode on both my laptop and desktop 7-STABLE 
machines, as it can totally hang the machine, no DDB break, etc.


   Scanning SVN, nothing appears to have changed in the 7-STABLE train 
in terms of USB, moused,  the ums driver, or anything else.  A ktrace of 
the moused process bound to ums0 goes dead (no I/O, no syscalls) after X 
is started.


   One theory is that somehow the mouse driver ioctls which are passed 
to ums, are somehow hosing USB, although why that would be, I don't 
understand. ums currently doesn't have driver instrumentation in that path.


   I pulled a fairly detailed IRC log of my collaborative debugging 
session with Robert, please ping me if you need details of this.


thanks
BMS

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Problem with aclocal, pkg.m4 and ports

2008-12-08 Thread Bruce M Simpson

Hi,

I basically just ran into the same problem as this guy did, whilst 
trying to roll a FUSE port:
   
http://lists.freebsd.org/pipermail/freebsd-questions/2008-April/172377.html


It seems if I run the *same* aclocal binary from the command line, 
pkg.m4 is expanded in aclocal.m4 inside WRKSRC. But if I let it run from 
the Makefile targets, it doesn't.


What's going on?  I have reworked the port in progress to just push 
CPPFLAGS in the environment, obviously this isn't "the pkgconfig way".


thanks,
BMS
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[PATCH] devel/jtag fails to build if Shockwave Flash is installed

2008-01-04 Thread Bruce M Simpson
Include paths get mixed up by the build -- it will always look in 
/usr/local/include first, this is explicit, and it incorrectly sees the 
Shockwave Flash includes.


empiric# diff -uN eraseflash.c.orig eraseflash.c
--- eraseflash.c.orig   Fri Jan  4 16:44:40 2008
+++ eraseflash.cFri Jan  4 16:46:08 2008
@@ -29,7 +29,7 @@
#include 

#include "jtag.h"
-#include "flash.h"
+#include "../../include/flash.h"

#include "cmd.h"

empiric# diff -uN flashmem.c.orig flashmem.c
--- flashmem.c.orig Fri Jan  4 16:42:31 2008
+++ flashmem.c  Fri Jan  4 16:46:18 2008
@@ -29,7 +29,7 @@
#include 

#include "jtag.h"
-#include "flash.h"
+#include "../../include/flash.h"

#include "cmd.h"

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


net/tcpdump fetch failure: tarball attached

2007-08-06 Thread Bruce M Simpson
Folks on the tcpdump mailing list mentioned sporadic problems with 
tcpdump.org connectivity.


I've uploaded the distfiles to http://people.freebsd.org/~bms/dump.

Can someone arrange for them to be mirrored on FreeBSD.org for now?

I have no idea how to do this, and would greatly appreciate any help here.

Kind regards
BMS
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[EMAIL PROTECTED]"