Re: problem compiling X11 ports under 9.1-RELEASE

2013-01-15 Thread Will Parsons
Walter Hurry wrote:
 On Sun, 13 Jan 2013 22:01:25 +, Will Parsons wrote:

 I've recently installed 9.1-RELEASE on a laptop and am in the process of
 installing the ports that I want.  On several now, I've encountered
 error messages that I don't know how to deal with and for which I don't
 see anything in the UPDATING file that seems to be relevant.
 For example, trying to build both graphics/xv and x11-clocks/wmclock
 results failure with the primary error message being:
 
 imake -DUseInstalled -I/usr/local/lib/X11/config Imakefile.c:16: error:
 Imake.tmpl: No such file or directory
 
 followed by:
 
 make: don't know how to make all. Stop
 
 This happens both using portmaster (my usual method of installing ports)
 and installing manually (cd /usr/ports/x/y; make).
 
 Imake seems to be installed (pkg_version reports imake-1.0.4,1) so I
 don't know where to go from here.

 I tried x11-clocks/wmclock and it compiled successfully in seconds.

 $ locate Imake.tmpl
 /usr/local/lib/X11/config/Imake.tmpl
 $ pkg which /usr/local/lib/X11/config/Imake.tmpl
 /usr/local/lib/X11/config/Imake.tmpl was installed by package xorg-cf-
 files-1.0.4 

I re-installed devel/imake and compilation problems seem to be solved.

-- 
Will

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


problem compiling X11 ports under 9.1-RELEASE

2013-01-13 Thread Will Parsons
I've recently installed 9.1-RELEASE on a laptop and am in the process
of installing the ports that I want.  On several now, I've encountered
error messages that I don't know how to deal with and for which I
don't see anything in the UPDATING file that seems to be relevant.
For example, trying to build both graphics/xv and x11-clocks/wmclock
results failure with the primary error message being:

imake -DUseInstalled -I/usr/local/lib/X11/config
Imakefile.c:16: error: Imake.tmpl: No such file or directory

followed by:

make: don't know how to make all. Stop

This happens both using portmaster (my usual method of installing
ports) and installing manually (cd /usr/ports/x/y; make).

Imake seems to be installed (pkg_version reports imake-1.0.4,1) so I
don't know where to go from here.

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


ed0 and xl0 watchdog/timeout errors

2006-06-19 Thread M. Parsons

From /var/log/messages:


Jun 19 10:43:35 freebsd kernel: ed0: device timeout
Jun 19 10:43:39 freebsd last message repeated 2 times
Jun 19 10:43:41 freebsd kernel: xl0: watchdog timeout
Jun 19 10:43:41 freebsd kernel: ed0: device timeout
Jun 19 10:43:41 freebsd kernel: xl0: link state changed to DOWN
Jun 19 10:43:43 freebsd kernel: ed0: device timeout
Jun 19 10:43:43 freebsd kernel: xl0: link state changed to UP
Jun 19 10:43:45 freebsd kernel: ed0: device timeout
Jun 19 10:43:48 freebsd kernel: xl0: watchdog timeout
Jun 19 10:43:48 freebsd kernel: ed0: device timeout
Jun 19 10:43:48 freebsd kernel: xl0: link state changed to DOWN

dmesg says: (minus the mac addys which Ive removed)

xl0: 3Com 3c905B-TX Fast Etherlink XL port 0xec80-0xecff mem
0xfebfff80-0xfebf irq 11 at device 11.0 on pci0
miibus0: MII bus on xl0

ed0: RealTek 8029 port 0xef40-0xef5f irq 10 at device 12.0 on pci0
ed0: type RTL8029 (16 bit)


ed0 is PCI card connected to a pppoe isp

xl0 is PCI connected to another computer via crossover/natted

The above happens if I use max upstream (60 KiloBytes/sec) on the pppoe
connection for a long amount of time (6 hours).  Otherwise, everything
works fine.

Rebooting the machine is the only solution.  Killing pppd and restarting
does not obtain an ip from the isp.  And restarting xl0 also does not bring
back the lan connection.

6.0-Release is the version Im using.

Any ideas?  Besides not using any upstream. :)

All cards worked flawlessly in a linux system for 3 years.

System is a dual p2-333.  The kernel is SMP enabled.

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


Re: Is this a high interrupt rate for nics?

2005-05-09 Thread M. Parsons
Greg 'groggy' Lehey wrote:
On Sunday,  8 May 2005 at  9:02:08 -0400, M. Parsons wrote:
 

Freebsd-5.3 SMP Kernel. Polling enabled.
bash-2.05b$ vmstat -i
interrupt  total   rate
irq5: ep02937064  1
irq11: ed0 298318862165
irq10: de0 276544892152
Are those normal for ed0 and de0?  Compared to the ep0 nic of rate
of 1 (although the ep0 nic is not used as much as the other two nics
obviously).
   

Depends on what you mean by normal.  You'll get one interrupt per
packet, and those rates are perfectly normal.  If you're not
transferring anything, you shouldn't be getting any interrupts.
 

Ok, thats what I thought.  Just seeing the difference between ep0 and 
the other two made me a little confused.  And seeing as ed0 and de0 are 
used about 100x more often than the ep0, those numbers seem about right 
then.

Thanks for the answer.
Mark
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Is this a high interrupt rate for nics?

2005-05-08 Thread M. Parsons
Freebsd-5.3 SMP Kernel. Polling enabled.
bash-2.05b$ vmstat -i
interrupt  total   rate
irq1: atkbd0  20  0
irq5: ep02937064  1
irq6: fdc010  0
irq8: rtc  231396610128
irq14: ata0  1218635  0
irq15: ata1   173656  0
irq11: ed0 298318862165
irq10: de0 276544892152
irq0: clk 1807792593   1000
Total 2618382342   1448
Are those normal for ed0 and de0?  Compared to the ep0 nic of rate of 1 
(although the ep0 nic is not used as much as the other two nics obviously).

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


error with cvsup/ezm3-1.2 ?

2005-04-19 Thread M. Parsons
Trying to install cvsup via ports, I cd into /usr/ports/net/cvsup and it 
wants to install ezm3, which is fine, but during the ezm3 install, this 
happens:

Any ideas on how to fix it?
missing version stamps - compiling ../src/C/FreeBSD4/Csignal.i3
missing version stamps - compiling ../src/C/FreeBSD4/Cstring.i3
missing version stamps - compiling ../src/C/FreeBSD4/Cstdio.i3
new source - compiling ../src/float/IEEE/Real.i3
***
*** runtime error:
***Segmentation violation - possible attempt to dereference NIL
***pc = 0x8157d8c
***
 use option @M3stackdump to get a stack trace
m3build: quake error: quake error: runtime error: m3build failed with
error code: 34304
--procedure--  -line-  -file---
error  --  builtin
BuildChunk164  /usr/ports/lang/ezm3/work/ezm3-1.2/src/m3makefile
PkgInfo   240  /usr/ports/lang/ezm3/work/ezm3-1.2/src/m3makefile
  38  /usr/ports/lang/ezm3/work/ezm3-1.2/src/PACKAGES
gmake: *** [packages] Error 1
*** Error code 2
Stop in /usr/ports/lang/ezm3.
*** Error code 1
Stop in /usr/ports/net/cvsup.
attached is also my dmesg if anyone wants a look at it? (bad paste job 
as well)

Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD 5.3-RELEASE #0: Sun Apr 17 09:22:09 EDT 2005
   [EMAIL PROTECTED]:/usr/src/sys/i386/compile/POLLINGSMP
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Pentium II/Pentium II Xeon/Celeron (333.06-MHz 686-class CPU)
 Origin = GenuineIntel  Id = 0x650  Stepping = 0
 
Features=0x183fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMO
V,PAT,PSE36,MMX,FXSR
real memory  = 268435456 (256 MB)
avail memory = 253046784 (241 MB)
MPTable: INTEL440LX   
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP): APIC ID:  1
ioapic0: Assuming intbase of 0
ioapic0 Version 1.1 irqs 0-23 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Intel 82443LX (440 LX) host to PCI bridge pcibus 0 on motherboard
pci0: PCI bus on pcib0
agp0: Intel 82443LX (440 LX) host to PCI bridge mem 
0xf000-0xf7ff at de
vice 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX4 UDMA33 controller port 
0xffa0-0xffaf,0x376,0x170-0x177,0x3
f6,0x1f0-0x1f7 at device 7.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
pci0: serial bus, USB at device 7.2 (no driver attached)
piix0: PIIX Timecounter port 0xfcb0-0xfcbf at device 7.3 on pci0
Timecounter PIIX frequency 3579545 Hz quality 0
ed0: NE2000 PCI Ethernet (RealTek 8029) port 0xef40-0xef5f irq 11 at 
device 12.
0 on pci0
ed0: [GIANT-LOCKED]
ed0: Ethernet address: 00:80:c8:dd:2d:a2
ed0: if_start running deferred for Giant
type NE2000 (16 bit)
de0: Digital 21140A Fast Ethernet port 0xec80-0xecff mem 
0xfebfff80-0xfebf
irq 10 at device 13.0 on pci0
de0: [GIANT-LOCKED]
de0: SMC 9332BDT 21140A [10-100Mb/s] pass 2.0
de0: Ethernet address: 00:e0:29:00:df:0d
de0: if_start running deferred for Giant
cpu0 on motherboard
cpu1 on motherboard
orm0: ISA Option ROM at iomem 0xc-0xc7fff on isa0
pmtimer0 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
fdc0: Enhanced floppy controller at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
ep0: 3Com 3C509-TPO EtherLink III at port 0x350-0x35f irq 5 on isa0
ep0: Ethernet address: 00:50:04:a3:35:62
unknown: PNP0303 can't assign resources (port)
unknown: PNP0c02 can't assign resources (port)
unknown: PNP0700 can't assign resources (port)
Timecounters tick every 1.000 msec
ad0: 3093MB FUJITSU MPB3032ATU E/4010 [6704/15/63] at ata0-master UDMA33
ad2: 4125MB FUJITSU MPC3043AT/6018 [8940/15/63] at ata1-master UDMA33
SMP: AP CPU #1 Launched!
Mounting root from ufs:/dev/ad0s1a
de0: enabling Full Duplex 100baseTX port
IP Filter: v3.4.35 initialized.  Default = pass all, Logging = enabled
de0: enabling 100baseTX port

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


Re: error with cvsup/ezm3-1.2 ?

2005-04-19 Thread M. Parsons
Never mind, found results on google, I was trying to compile with -O2, 
using just -O works. :-)

Mark
M. Parsons wrote:
Trying to install cvsup via ports, I cd into /usr/ports/net/cvsup and 
it wants to install ezm3, which is fine, but during the ezm3 install, 
this happens:

Any ideas on how to fix it?
missing version stamps - compiling ../src/C/FreeBSD4/Csignal.i3
missing version stamps - compiling ../src/C/FreeBSD4/Cstring.i3
missing version stamps - compiling ../src/C/FreeBSD4/Cstdio.i3
new source - compiling ../src/float/IEEE/Real.i3
***
*** runtime error:
***Segmentation violation - possible attempt to dereference NIL
***pc = 0x8157d8c
***
 use option @M3stackdump to get a stack trace
m3build: quake error: quake error: runtime error: m3build failed with
error code: 34304
--procedure--  -line-  -file---
error  --  builtin
BuildChunk164  /usr/ports/lang/ezm3/work/ezm3-1.2/src/m3makefile
PkgInfo   240  /usr/ports/lang/ezm3/work/ezm3-1.2/src/m3makefile
  38  /usr/ports/lang/ezm3/work/ezm3-1.2/src/PACKAGES
gmake: *** [packages] Error 1
*** Error code 2
Stop in /usr/ports/lang/ezm3.
*** Error code 1
Stop in /usr/ports/net/cvsup.
attached is also my dmesg if anyone wants a look at it? (bad paste job 
as well)

Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD 5.3-RELEASE #0: Sun Apr 17 09:22:09 EDT 2005
   [EMAIL PROTECTED]:/usr/src/sys/i386/compile/POLLINGSMP
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Pentium II/Pentium II Xeon/Celeron (333.06-MHz 686-class CPU)
 Origin = GenuineIntel  Id = 0x650  Stepping = 0
 
Features=0x183fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMO 

V,PAT,PSE36,MMX,FXSR
real memory  = 268435456 (256 MB)
avail memory = 253046784 (241 MB)
MPTable: INTEL440LX   
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP): APIC ID:  1
ioapic0: Assuming intbase of 0
ioapic0 Version 1.1 irqs 0-23 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Intel 82443LX (440 LX) host to PCI bridge pcibus 0 on 
motherboard
pci0: PCI bus on pcib0
agp0: Intel 82443LX (440 LX) host to PCI bridge mem 
0xf000-0xf7ff at de
vice 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX4 UDMA33 controller port 
0xffa0-0xffaf,0x376,0x170-0x177,0x3
f6,0x1f0-0x1f7 at device 7.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
pci0: serial bus, USB at device 7.2 (no driver attached)
piix0: PIIX Timecounter port 0xfcb0-0xfcbf at device 7.3 on pci0
Timecounter PIIX frequency 3579545 Hz quality 0
ed0: NE2000 PCI Ethernet (RealTek 8029) port 0xef40-0xef5f irq 11 at 
device 12.
0 on pci0
ed0: [GIANT-LOCKED]
ed0: Ethernet address: 00:80:c8:dd:2d:a2
ed0: if_start running deferred for Giant
type NE2000 (16 bit)
de0: Digital 21140A Fast Ethernet port 0xec80-0xecff mem 
0xfebfff80-0xfebf
irq 10 at device 13.0 on pci0
de0: [GIANT-LOCKED]
de0: SMC 9332BDT 21140A [10-100Mb/s] pass 2.0
de0: Ethernet address: 00:e0:29:00:df:0d
de0: if_start running deferred for Giant
cpu0 on motherboard
cpu1 on motherboard
orm0: ISA Option ROM at iomem 0xc-0xc7fff on isa0
pmtimer0 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
fdc0: Enhanced floppy controller at port 0x3f0-0x3f5 irq 6 drq 2 on 
isa0
fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
ep0: 3Com 3C509-TPO EtherLink III at port 0x350-0x35f irq 5 on isa0
ep0: Ethernet address: 00:50:04:a3:35:62
unknown: PNP0303 can't assign resources (port)
unknown: PNP0c02 can't assign resources (port)
unknown: PNP0700 can't assign resources (port)
Timecounters tick every 1.000 msec
ad0: 3093MB FUJITSU MPB3032ATU E/4010 [6704/15/63] at ata0-master 
UDMA33
ad2: 4125MB FUJITSU MPC3043AT/6018 [8940/15/63] at ata1-master UDMA33
SMP: AP CPU #1 Launched!
Mounting root from ufs:/dev/ad0s1a
de0: enabling Full Duplex 100baseTX port
IP Filter: v3.4.35 initialized.  Default = pass all, Logging = enabled
de0: enabling 100baseTX port


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

linux_base compatibility issue? Counter-Strike

2005-02-11 Thread Jaron Parsons
Derrick Ryalls,

I came across a post you made regarding the following erros on the CS source
with freebsd 4.9

 

 

Illegal instruction (core dumped)

cat: hlds.12893.pid: No such file or directory

Deprecated bfd_read called at
/usr/src/gnu/usr.bin/binutils/gdb/../../../../contrib/gdb/gdb/dwarf2read.c
line 3049 in dwarf2_read_section

 

 

Dwarf Error: Cannot handle DW_FORM_strp in DWARF reader.

/lib/libm.so.6: No such file or directory.

debug.cmds:1: Error in sourced command file:

email debug.log to [EMAIL PROTECTED]

 

 

 

 

Did you ever figure out a resolu8tion to the problem or is the only fix to
upgrade to 5.3 ?

 

 

 

 

 

Any help would be appreciated!

Thanks

Jaron Parsons

 

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