Date: Fri, 4 May 2007 13:26:46 +0100 From: Tino Engel <tino.engel@hotmail.com> To: <freebsd-current@freebsd.org> Subject: RE: freebsd-current Digest, Vol 194, Issue 6 Message-ID: <BAY113-W22F1CB609BB656003FF1D598400@phx.gbl>
next in thread | raw e-mail | index | archive | help
fsck during boot (initiated on auto-mount-error) behaves like fsck. Excepti= on: Write lock disabled.BR, Engel--Forwarded Message Attachment--From: ivor= as@fer.hrTo: freebsd-current@freebsd.orgDate: Thu, 3 May 2007 15:38:52 +020= 0Subject: Re: gjournal + gmirror questionPawel Jakub Dawidek wrote: > When = you call 'fsck -p' on gjournaled file system, it recognize that it> is jour= naled and only garbage-collects orphaned inodes. Does fsck during boot also= behave like this? --Forwarded Message Attachment--From: davidch@broadcom.c= omCC: To: freebsd-current@freebsd.orgDate: Thu, 3 May 2007 11:07:16 -0700Su= bject: How to Fix Kernel Panic When Lock Held During Page Fault for Command= -Line Loaded bce Module?I'm building the "bce" driver as a module and loadi= ng/unloadingit from the command-line to do some work on the driver. A rece= ntchange to the driver on -CURRENT (v1.25) has introduced the following ker= nel panic: ----------------------------------------------------------------= -- =3D=3D=3D[root] /usr/src/sys/modules/bce # make load/sbin/kldload -v /us= r/src/sys/modules/bce/if_bce.kobce0: <Broadcom NetXtreme II BCM5708 1000Bas= e-T (B1), v0.9.6> mem0xdc000000-0xddffffff irq 16 at device 0.0 on pci2bce0= : ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHzbce0: Ethernet addr= ess: 00:10:18:15:f3:e0bce0: [ITHREAD]Kernel page fault with the following n= on-sleepable locks held:exclusive sleep mutex bce0 (network driver) r =3D 0= (0xffffffff8133e068)locked @ /usr/src/sys/modules/bce/../../dev/bce/if_bce= .c:774KDB: stack backtrace:db_trace_self_wrapper() at db_trace_self_wrapper= +0x2akdb_backtrace() at kdb_backtrace+0x37witness_warn() at witness_warn+0x= 2c1trap() at trap+0x13fcalltrap() at calltrap+0x8--- trap 0xc, rip =3D 0xff= ffffffb07a79c3, rsp =3D 0xffffffffb079d840, rbp =3D0xffffffffb079d860 ---bc= e_ifmedia_upd_locked() at bce_ifmedia_upd_locked+0x23bce_mgmt_init_locked()= at bce_mgmt_init_locked+0x99bce_attach() at bce_attach+0x90fdevice_attach(= ) at device_attach+0x5adevice_probe_and_attach() at device_probe_and_attach= +0xfepci_driver_added() at pci_driver_added+0xf3devclass_add_driver() at de= vclass_add_driver+0xfbdriver_module_handler() at driver_module_handler+0x8e= module_register_init() at module_register_init+0x99linker_file_sysinit() at= linker_file_sysinit+0xaflinker_load_file() at linker_load_file+0x134linker= _load_module() at linker_load_module+0x110kern_kldload() at kern_kldload+0x= b9kldload() at kldload+0x68syscall() at syscall+0x307Xfast_syscall() at Xfa= st_syscall+0xab--- syscall (304, FreeBSD ELF64, kldload), rip =3D 0x80068d2= 4c, rsp =3D0x7fffffffeb78, rbp =3D 0x7fffffffebf0 --- Fatal trap 12: page = fault while in kernel modecpuid =3D 0; apic id =3D 00fault virtual address = =3D 0x38fault code =3D supervisor read data, page not presen= tinstruction pointer =3D 0x8:0xffffffffb07a79c3stack pointer = =3D 0x10:0xffffffffb079d840frame pointer =3D 0x10:0xffffffffb079d= 860code segment =3D base 0x0, limit 0xfffff, type 0x1b = =3D DPL 0, pres 1, long 1, def32 0, gran 1processor eflags = =3D interrupt enabled, resume, IOPL =3D 0current process =3D 6= 72 (kldload)[thread pid 672 tid 100071 ]Stopped at bce_ifmedia_upd_loc= ked+0x23: cmpl $0,0x38(%rax) ----------------------------------------= -------------------------- The important lines being: Kernel page fault wit= h the following non-sleepable locks held:exclusive sleep mutex bce0 (networ= k driver) r =3D 0 (0xffffffff8133e068)locked @ /usr/src/sys/modules/bce/../= ../dev/bce/if_bce.c:774 Why does this problem only occur when loading a mod= ule from the command-line and what's the right way to fix it? David Christe= nsen --Forwarded Message Attachment--From: kip.macy@gmail.comCC: freebsd-c= urrent@freebsd.orgTo: davidch@broadcom.comDate: Thu, 3 May 2007 12:03:28 -0= 700Subject: Re: How to Fix Kernel Panic When Lock Held During Page Fault fo= r Command-Line Loaded bce Module?Red herring - you dereferenced a bad point= er at rip =3D0xffffffffb07a79c3 and happened to be holding a lock at the ti= me. Youmay have a resource allocation failure that doesn't occur when it is= loaded early in boot. -Kip On 5/3/07, David Christensen <davidch@broadco= m.com> wrote:> I'm building the "bce" driver as a module and loading/unload= ing> it from the command-line to do some work on the driver. A recent> cha= nge to the driver on -CURRENT (v1.25) has introduced the> following kernel = panic:>> ------------------------------------------------------------------= >> =3D=3D=3D[root] /usr/src/sys/modules/bce # make load> /sbin/kldload -v /= usr/src/sys/modules/bce/if_bce.ko> bce0: <Broadcom NetXtreme II BCM5708 100= 0Base-T (B1), v0.9.6> mem> 0xdc000000-0xddffffff irq 16 at device 0.0 on pc= i2> bce0: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz> bce0: Eth= ernet address: 00:10:18:15:f3:e0> bce0: [ITHREAD]> Kernel page fault with t= he following non-sleepable locks held:> exclusive sleep mutex bce0 (network= driver) r =3D 0 (0xffffffff8133e068)> locked @ /usr/src/sys/modules/bce/..= /../dev/bce/if_bce.c:774> KDB: stack backtrace:> db_trace_self_wrapper() at= db_trace_self_wrapper+0x2a> kdb_backtrace() at kdb_backtrace+0x37> witness= _warn() at witness_warn+0x2c1> trap() at trap+0x13f> calltrap() at calltrap= +0x8> --- trap 0xc, rip =3D 0xffffffffb07a79c3, rsp =3D 0xffffffffb079d840,= rbp =3D> 0xffffffffb079d860 ---> bce_ifmedia_upd_locked() at bce_ifmedia_u= pd_locked+0x23> bce_mgmt_init_locked() at bce_mgmt_init_locked+0x99> bce_at= tach() at bce_attach+0x90f> device_attach() at device_attach+0x5a> device_p= robe_and_attach() at device_probe_and_attach+0xfe> pci_driver_added() at pc= i_driver_added+0xf3> devclass_add_driver() at devclass_add_driver+0xfb> dri= ver_module_handler() at driver_module_handler+0x8e> module_register_init() = at module_register_init+0x99> linker_file_sysinit() at linker_file_sysinit+= 0xaf> linker_load_file() at linker_load_file+0x134> linker_load_module() at= linker_load_module+0x110> kern_kldload() at kern_kldload+0xb9> kldload() a= t kldload+0x68> syscall() at syscall+0x307> Xfast_syscall() at Xfast_syscal= l+0xab> --- syscall (304, FreeBSD ELF64, kldload), rip =3D 0x80068d24c, rsp= =3D> 0x7fffffffeb78, rbp =3D 0x7fffffffebf0 --->>> Fatal trap 12: page fau= lt while in kernel mode> cpuid =3D 0; apic id =3D 00> fault virtual address= =3D 0x38> fault code =3D supervisor read data, page not pre= sent> instruction pointer =3D 0x8:0xffffffffb07a79c3> stack pointer = =3D 0x10:0xffffffffb079d840> frame pointer =3D 0x10:0xffff= ffffb079d860> code segment =3D base 0x0, limit 0xfffff, type 0x1= b> =3D DPL 0, pres 1, long 1, def32 0, gran 1> proc= essor eflags =3D interrupt enabled, resume, IOPL =3D 0> current proc= ess =3D 672 (kldload)> [thread pid 672 tid 100071 ]> Stopped at = bce_ifmedia_upd_locked+0x23: cmpl $0,0x38(%rax)>> -----------------= ------------------------------------------------->> The important lines bei= ng:>> Kernel page fault with the following non-sleepable locks held:> exclu= sive sleep mutex bce0 (network driver) r =3D 0 (0xffffffff8133e068)> locked= @ /usr/src/sys/modules/bce/../../dev/bce/if_bce.c:774>> Why does this prob= lem only occur when loading a module from the> command-line and what's the = right way to fix it?>> David Christensen>> ________________________________= _______________> freebsd-current@freebsd.org mailing list> http://lists.fre= ebsd.org/mailman/listinfo/freebsd-current> To unsubscribe, send any mail to= "freebsd-current-unsubscribe@freebsd.org"> --Forwarded Message Attachment-= -From: jclark@metricsystems.comTo: freebsd-current@freebsd.orgDate: Thu, 3 = May 2007 14:03:43 -0700Subject: Re: NFS problem -- solved.John Clark schrie= b:> I am copying a 'disk image' to an NFS mounted volume.>> I'm using:>> dd= if=3D/dev/ad0 of=3DDisk.img>> After dd completes the number of blocks indi= cated is what the raw disk > device should> be. However, when I look at the= NFS mounted image, the file size is > anything but the> 80 GB size it shou= ld be. I looked in to this, and what is happing, is this. I'm booting a Fr= eeBSD diskless node, to 'clone' the existing harddrive. The FreeBSD boot co= deapparently mounts the root file system usin NFS V2, which has the 2.5 GB = (or so) filesize limit, due to using only a signed 32 bit integer for file = size. This was found in the 'pxe' bootcode. By executing an explicit 'mount= ' command with the '-3' option, I selected NFS V3, whichdoes not have this = limitation, and was able to copy a previously captured 80 GB image ontothe = harddrive. I'll check the other way around after I do an fsck on the result= ing cloned drive. John Clark. --Forwarded Message Attachment--From: dlt@= mebtel.netCC: To: current@FreeBSD.orgDate: Thu, 3 May 2007 18:21:41 -0400Su= bject: configure failure in ports build on currentI attempted to build gtk2= 0 on my AMD64 current box. It fails in theconfigure step as follows:checki= ng for TIFFReadScanline in -ltiff... nochecking for TIFFWriteScanline in -l= tiff... nochecking for TIFFFlushData in -ltiff34... noconfigure: WARNING: *= ** TIFF loader will not be built (TIFF library notfound) ***configure: erro= r:*** Checks for TIFF loader failed. You can build without it by passing***= --without-libtiff to configure but some programs using GTK+ may*** not wor= k properly=3D=3D=3D> Script "configure" failed unexpectedly. However, nm /= usr/local/lib/libtiff.so shows:000000000002df90 T TIFFReadScanline000000000= 002e450 T TIFFScanlineSize0000000000030890 T TIFFWriteScanline 000000000001= 76b0 T TIFFFlushData Building on 6.2 Stable AMD64 has no problems. I also = note that libtiffon Stable is also in /usr/local/lib. Is there some envir= onment variable that I haven't set in the currentbox, or what? Does anybod= y have a clue for me? -- Best regards,Derek Tattersalldlt@mebtel.net dlt66= 6@yahoo.com dtatters@gmail.com --Forwarded Message Attachment--From: jerr= yeguru@gmail.comTo: freebsd-current@freebsd.orgDate: Fri, 4 May 2007 02:56:= 56 +0300Subject: iso errorHow do i find out if my downloaded iso files are = not corrupt be4 i can burnthem and start my installation?-- Mr. Ochieng Jer= ry JoramCertified Network Associate - CCNA[In progress] Certified Network P= rofessional - CCNP[In progress] Certified Systems Eng - LinuxMob: (256) 774= 108 444, (256) 712 401218ICQ Number: 293-639-978http://www.linuxmortal.blo= gspot.com/----"Memorizing the weak assumptions of lesser mortals might dest= roy thepotential for authentic creativity, finding the truth to thegovernin= g dynamics for an original idea is the way to distinguishone-self"---- --Fo= rwarded Message Attachment--From: kip.macy@gmail.comCC: freebsd-current@fre= ebsd.orgTo: jerryeguru@gmail.comDate: Thu, 3 May 2007 17:32:11 -0700Subject= : Re: iso errorCompare the output of md5 with what is on the page. -= Kip On 5/3/07, Mr. OJ J <jerryeguru@gmail.com> wrote:> How do i find out if= my downloaded iso files are not corrupt be4 i can burn> them and start my = installation?> --> Mr. Ochieng Jerry Joram> Certified Network Associate - C= CNA> [In progress] Certified Network Professional - CCNP> [In progress] Cer= tified Systems Eng - Linux> Mob: (256) 774 108 444, (256) 712 401218> ICQ N= umber: 293-639-978> http://www.linuxmortal.blogspot.com/> ----> "Memorizing= the weak assumptions of lesser mortals might destroy the> potential for au= thentic creativity, finding the truth to the> governing dynamics for an ori= ginal idea is the way to distinguish> one-self"> ----> ____________________= ___________________________> freebsd-current@freebsd.org mailing list> http= ://lists.freebsd.org/mailman/listinfo/freebsd-current> To unsubscribe, send= any mail to "freebsd-current-unsubscribe@freebsd.org"> --Forwarded Message= Attachment--From: tinderbox@freebsd.orgCC: To: tinderbox@freebsd.org; curr= ent@freebsd.org; i386@freebsd.orgDate: Thu, 3 May 2007 21:38:17 -0400Subjec= t: [head tinderbox] failure on i386/pc98TB --- 2007-05-04 00:33:56 - tinder= box 2.3 running on freebsd-current.sentex.caTB --- 2007-05-04 00:33:56 - st= arting HEAD tinderbox run for i386/pc98TB --- 2007-05-04 00:33:56 - cleanin= g the object treeTB --- 2007-05-04 00:34:25 - checking out the source treeT= B --- 2007-05-04 00:34:25 - cd /tinderbox/HEAD/i386/pc98TB --- 2007-05-04 0= 0:34:25 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A srcTB --- 2007-0= 5-04 00:41:36 - building world (CFLAGS=3D-O2 -pipe)TB --- 2007-05-04 00:41:= 36 - cd /srcTB --- 2007-05-04 00:41:36 - /usr/bin/make -B buildworld>>> Wor= ld build started on Fri May 4 00:41:38 UTC 2007>>> Rebuilding the temporar= y build tree>>> stage 1.1: legacy release compatibility shims>>> stage 1.2:= bootstrap tools>>> stage 2.1: cleaning up the object tree>>> stage 2.2: re= building the object tree>>> stage 2.3: build tools>>> stage 3: cross tools>= >> stage 4.1: building includes>>> stage 4.2: building libraries>>> stage 4= .3: make dependencies>>> stage 4.4: building everything>>> World build comp= leted on Fri May 4 01:36:04 UTC 2007TB --- 2007-05-04 01:36:04 - generatin= g LINT kernel configTB --- 2007-05-04 01:36:04 - cd /src/sys/pc98/confTB --= - 2007-05-04 01:36:04 - /usr/bin/make -B LINTTB --- 2007-05-04 01:36:04 - b= uilding LINT kernel (COPTFLAGS=3D-O2 -pipe)TB --- 2007-05-04 01:36:04 - cd = /srcTB --- 2007-05-04 01:36:04 - /usr/bin/make buildkernel KERNCONF=3DLINT>= >> Kernel build for LINT started on Fri May 4 01:36:05 UTC 2007>>> stage 1= : configuring the kernel>>> stage 2.1: cleaning up the object tree>>> stage= 2.2: rebuilding the object tree>>> stage 2.3: build tools>>> stage 3.1: ma= king dependencies[...]/src/sys/modules/em/../../dev/em/e1000_80003es2lan.c:= 38:31: e1000_80003es2lan.h: No such file or directory/src/sys/modules/em/..= /../dev/em/e1000_82542.c:39:23: e1000_api.h: No such file or directory/src/= sys/modules/em/../../dev/em/e1000_82541.c:42:25: e1000_82541.h: No such fil= e or directory/src/sys/modules/em/../../dev/em/e1000_82543.c:40:25: e1000_8= 2543.h: No such file or directory/src/sys/modules/em/../../dev/em/e1000_825= 40.c:43:23: e1000_api.h: No such file or directory/src/sys/modules/em/../..= /dev/em/e1000_ich8lan.c:40:27: e1000_ich8lan.h: No such file or directory/s= rc/sys/modules/em/../../dev/em/e1000_82571.c:41:25: e1000_82571.h: No such = file or directorymkdep: compile failed*** Error code 1 Stop in /src/sys/mod= ules/em.*** Error code 1 Stop in /src/sys/modules.*** Error code 1 Stop in = /obj/pc98/src/sys/LINT.*** Error code 1 Stop in /src.*** Error code 1 Stop = in /src.TB --- 2007-05-04 01:38:17 - WARNING: /usr/bin/make returned exit c= ode 1 TB --- 2007-05-04 01:38:17 - ERROR: failed to build lint kernelTB --= - 2007-05-04 01:38:17 - tinderbox abortedTB --- 0.81 user 2.90 system 3861.= 55 real http://tinderbox.des.no/tinderbox-head-HEAD-i386-pc98.full --Forwa= rded Message Attachment--From: tinderbox@freebsd.orgCC: To: tinderbox@freeb= sd.org; current@freebsd.org; ia64@freebsd.orgDate: Thu, 3 May 2007 22:46:41= -0400Subject: [head tinderbox] failure on ia64/ia64TB --- 2007-05-04 01:21= :10 - tinderbox 2.3 running on freebsd-current.sentex.caTB --- 2007-05-04 0= 1:21:10 - starting HEAD tinderbox run for ia64/ia64TB --- 2007-05-04 01:21:= 10 - cleaning the object treeTB --- 2007-05-04 01:21:42 - checking out the = source treeTB --- 2007-05-04 01:21:42 - cd /tinderbox/HEAD/ia64/ia64TB --- = 2007-05-04 01:21:42 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A srcT= B --- 2007-05-04 01:28:39 - building world (CFLAGS=3D-O2 -pipe)TB --- 2007-= 05-04 01:28:39 - cd /srcTB --- 2007-05-04 01:28:39 - /usr/bin/make -B build= world>>> World build started on Fri May 4 01:28:41 UTC 2007>>> Rebuilding = the temporary build tree>>> stage 1.1: legacy release compatibility shims>>= > stage 1.2: bootstrap tools>>> stage 2.1: cleaning up the object tree>>> s= tage 2.2: rebuilding the object tree>>> stage 2.3: build tools>>> stage 3: = cross tools>>> stage 4.1: building includes>>> stage 4.2: building librarie= s>>> stage 4.3: make dependencies>>> stage 4.4: building everything>>> Worl= d build completed on Fri May 4 02:44:53 UTC 2007TB --- 2007-05-04 02:44:53= - generating LINT kernel configTB --- 2007-05-04 02:44:53 - cd /src/sys/ia= 64/confTB --- 2007-05-04 02:44:53 - /usr/bin/make -B LINTTB --- 2007-05-04 = 02:44:53 - building LINT kernel (COPTFLAGS=3D-O2 -pipe)TB --- 2007-05-04 02= :44:53 - cd /srcTB --- 2007-05-04 02:44:53 - /usr/bin/make buildkernel KERN= CONF=3DLINT>>> Kernel build for LINT started on Fri May 4 02:44:53 UTC 200= 7>>> stage 1: configuring the kernel>>> stage 2.1: cleaning up the object t= ree>>> stage 2.2: rebuilding the object tree>>> stage 2.3: build tools>>> s= tage 3.1: making dependencies[...]/src/sys/modules/em/../../dev/em/e1000_80= 003es2lan.c:38:31: e1000_80003es2lan.h: No such file or directory/src/sys/m= odules/em/../../dev/em/e1000_82542.c:39:23: e1000_api.h: No such file or di= rectory/src/sys/modules/em/../../dev/em/e1000_82541.c:42:25: e1000_82541.h:= No such file or directory/src/sys/modules/em/../../dev/em/e1000_82543.c:40= :25: e1000_82543.h: No such file or directory/src/sys/modules/em/../../dev/= em/e1000_82540.c:43:23: e1000_api.h: No such file or directory/src/sys/modu= les/em/../../dev/em/e1000_ich8lan.c:40:27: e1000_ich8lan.h: No such file or= directory/src/sys/modules/em/../../dev/em/e1000_82571.c:41:25: e1000_82571= .h: No such file or directorymkdep: compile failed*** Error code 1 Stop in = /src/sys/modules/em.*** Error code 1 Stop in /src/sys/modules.*** Error cod= e 1 Stop in /obj/ia64/src/sys/LINT.*** Error code 1 Stop in /src.*** Error = code 1 Stop in /src.TB --- 2007-05-04 02:46:41 - WARNING: /usr/bin/make ret= urned exit code 1 TB --- 2007-05-04 02:46:41 - ERROR: failed to build lint= kernelTB --- 2007-05-04 02:46:41 - tinderbox abortedTB --- 0.81 user 2.59 = system 5130.93 real http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.= full --Forwarded Message Attachment--From: tinderbox@freebsd.orgCC: To: tin= derbox@freebsd.org; current@freebsd.org; sparc64@freebsd.orgDate: Thu, 3 Ma= y 2007 23:50:29 -0400Subject: [head tinderbox] failure on sparc64/sparc64TB= --- 2007-05-04 02:46:41 - tinderbox 2.3 running on freebsd-current.sentex.= caTB --- 2007-05-04 02:46:41 - starting HEAD tinderbox run for sparc64/spar= c64TB --- 2007-05-04 02:46:41 - cleaning the object treeTB --- 2007-05-04 0= 2:47:00 - checking out the source treeTB --- 2007-05-04 02:47:00 - cd /tind= erbox/HEAD/sparc64/sparc64TB --- 2007-05-04 02:47:00 - /usr/bin/cvs -f -R -= q -d/home/ncvs update -Pd -A srcTB --- 2007-05-04 02:54:06 - building world= (CFLAGS=3D-O2 -pipe)TB --- 2007-05-04 02:54:06 - cd /srcTB --- 2007-05-04 = 02:54:06 - /usr/bin/make -B buildworld>>> World build started on Fri May 4= 02:54:07 UTC 2007>>> Rebuilding the temporary build tree>>> stage 1.1: leg= acy release compatibility shims>>> stage 1.2: bootstrap tools>>> stage 2.1:= cleaning up the object tree>>> stage 2.2: rebuilding the object tree>>> st= age 2.3: build tools>>> stage 3: cross tools>>> stage 4.1: building include= s>>> stage 4.2: building libraries>>> stage 4.3: make dependencies>>> stage= 4.4: building everything>>> World build completed on Fri May 4 03:48:32 U= TC 2007TB --- 2007-05-04 03:48:32 - generating LINT kernel configTB --- 200= 7-05-04 03:48:32 - cd /src/sys/sparc64/confTB --- 2007-05-04 03:48:32 - /us= r/bin/make -B LINTTB --- 2007-05-04 03:48:32 - building LINT kernel (COPTFL= AGS=3D-O2 -pipe)TB --- 2007-05-04 03:48:32 - cd /srcTB --- 2007-05-04 03:48= :32 - /usr/bin/make buildkernel KERNCONF=3DLINT>>> Kernel build for LINT st= arted on Fri May 4 03:48:32 UTC 2007>>> stage 1: configuring the kernel>>>= stage 2.1: cleaning up the object tree>>> stage 2.2: rebuilding the object= tree>>> stage 2.3: build tools>>> stage 3.1: making dependencies[...]/src/= sys/modules/em/../../dev/em/e1000_80003es2lan.c:38:31: e1000_80003es2lan.h:= No such file or directory/src/sys/modules/em/../../dev/em/e1000_82542.c:39= :23: e1000_api.h: No such file or directory/src/sys/modules/em/../../dev/em= /e1000_82541.c:42:25: e1000_82541.h: No such file or directory/src/sys/modu= les/em/../../dev/em/e1000_82543.c:40:25: e1000_82543.h: No such file or dir= ectory/src/sys/modules/em/../../dev/em/e1000_82540.c:43:23: e1000_api.h: No= such file or directory/src/sys/modules/em/../../dev/em/e1000_ich8lan.c:40:= 27: e1000_ich8lan.h: No such file or directory/src/sys/modules/em/../../dev= /em/e1000_82571.c:41:25: e1000_82571.h: No such file or directorymkdep: com= pile failed*** Error code 1 Stop in /src/sys/modules/em.*** Error code 1 St= op in /src/sys/modules.*** Error code 1 Stop in /obj/sparc64/src/sys/LINT.*= ** Error code 1 Stop in /src.*** Error code 1 Stop in /src.TB --- 2007-05-0= 4 03:50:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-05-04= 03:50:28 - ERROR: failed to build lint kernelTB --- 2007-05-04 03:50:28 - = tinderbox abortedTB --- 0.69 user 2.52 system 3827.38 real http://tinderbo= x.des.no/tinderbox-head-HEAD-sparc64-sparc64.full --Forwarded Message Attac= hment--From: anderson@freebsd.orgCC: freebsd-current@freebsd.orgTo: ivoras@= fer.hrDate: Thu, 3 May 2007 22:56:42 -0500Subject: Re: gjournal + gmirror q= uestionOn 05/03/07 08:38, Ivan Voras wrote:> Pawel Jakub Dawidek wrote:> >>= When you call 'fsck -p' on gjournaled file system, it recognize that it>> = is journaled and only garbage-collects orphaned inodes.> > Does fsck during= boot also behave like this?> Looks like it does: [..snippet of /etc/rc.d/= fsck..]... echo "Starting file system checks:" = if checkyesno background_fsck; then fsck -F -p = else fsck -p fi... = Eric --Forwarded Message Attachment--From: tinderbox@freebsd.orgCC: To: ti= nderbox@freebsd.org; current@freebsd.org; sparc64@freebsd.orgDate: Fri, 4 M= ay 2007 00:11:22 -0400Subject: [head tinderbox] failure on sparc64/sun4vTB = --- 2007-05-04 03:10:10 - tinderbox 2.3 running on freebsd-current.sentex.c= aTB --- 2007-05-04 03:10:10 - starting HEAD tinderbox run for sparc64/sun4v= TB --- 2007-05-04 03:10:10 - cleaning the object treeTB --- 2007-05-04 03:1= 0:31 - checking out the source treeTB --- 2007-05-04 03:10:31 - cd /tinderb= ox/HEAD/sparc64/sun4vTB --- 2007-05-04 03:10:31 - /usr/bin/cvs -f -R -q -d/= home/ncvs update -Pd -A srcTB --- 2007-05-04 03:17:20 - building world (CFL= AGS=3D-O2 -pipe)TB --- 2007-05-04 03:17:20 - cd /srcTB --- 2007-05-04 03:17= :20 - /usr/bin/make -B buildworld>>> World build started on Fri May 4 03:1= 7:22 UTC 2007>>> Rebuilding the temporary build tree>>> stage 1.1: legacy r= elease compatibility shims>>> stage 1.2: bootstrap tools>>> stage 2.1: clea= ning up the object tree>>> stage 2.2: rebuilding the object tree>>> stage 2= .3: build tools>>> stage 3: cross tools>>> stage 4.1: building includes>>> = stage 4.2: building libraries>>> stage 4.3: make dependencies>>> stage 4.4:= building everything>>> World build completed on Fri May 4 04:09:48 UTC 20= 07TB --- 2007-05-04 04:09:48 - generating LINT kernel configTB --- 2007-05-= 04 04:09:48 - cd /src/sys/sun4v/confTB --- 2007-05-04 04:09:48 - /usr/bin/m= ake -B LINTTB --- 2007-05-04 04:09:48 - building LINT kernel (COPTFLAGS=3D-= O2 -pipe)TB --- 2007-05-04 04:09:48 - cd /srcTB --- 2007-05-04 04:09:48 - /= usr/bin/make buildkernel KERNCONF=3DLINT>>> Kernel build for LINT started o= n Fri May 4 04:09:48 UTC 2007>>> stage 1: configuring the kernel>>> stage = 2.1: cleaning up the object tree>>> stage 2.2: rebuilding the object tree>>= > stage 2.3: build tools>>> stage 3.1: making dependencies[...]/src/sys/mod= ules/em/../../dev/em/e1000_80003es2lan.c:38:31: e1000_80003es2lan.h: No suc= h file or directory/src/sys/modules/em/../../dev/em/e1000_82542.c:39:23: e1= 000_api.h: No such file or directory/src/sys/modules/em/../../dev/em/e1000_= 82541.c:42:25: e1000_82541.h: No such file or directory/src/sys/modules/em/= ../../dev/em/e1000_82543.c:40:25: e1000_82543.h: No such file or directory/= src/sys/modules/em/../../dev/em/e1000_82540.c:43:23: e1000_api.h: No such f= ile or directory/src/sys/modules/em/../../dev/em/e1000_ich8lan.c:40:27: e10= 00_ich8lan.h: No such file or directory/src/sys/modules/em/../../dev/em/e10= 00_82571.c:41:25: e1000_82571.h: No such file or directorymkdep: compile fa= iled*** Error code 1 Stop in /src/sys/modules/em.*** Error code 1 Stop in /= src/sys/modules.*** Error code 1 Stop in /obj/sun4v/src/sys/LINT.*** Error = code 1 Stop in /src.*** Error code 1 Stop in /src.TB --- 2007-05-04 04:11:2= 2 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-05-04 04:11:22= - ERROR: failed to build lint kernelTB --- 2007-05-04 04:11:22 - tinderbox= abortedTB --- 0.72 user 2.28 system 3671.34 real http://tinderbox.des.no/= tinderbox-head-HEAD-sparc64-sun4v.full --Forwarded Message Attachment--From= : tinderbox@freebsd.orgCC: To: tinderbox@freebsd.org; current@freebsd.org; = amd64@freebsd.orgDate: Fri, 4 May 2007 01:51:11 -0400Subject: [head tinderb= ox] failure on amd64/amd64TB --- 2007-05-04 04:15:00 - tinderbox 2.3 runnin= g on freebsd-current.sentex.caTB --- 2007-05-04 04:15:00 - starting HEAD ti= nderbox run for amd64/amd64TB --- 2007-05-04 04:15:00 - cleaning the object= treeTB --- 2007-05-04 04:15:36 - checking out the source treeTB --- 2007-0= 5-04 04:15:36 - cd /tinderbox/HEAD/amd64/amd64TB --- 2007-05-04 04:15:36 - = /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A srcTB --- 2007-05-04 04:24= :03 - building world (CFLAGS=3D-O2 -pipe)TB --- 2007-05-04 04:24:03 - cd /s= rcTB --- 2007-05-04 04:24:03 - /usr/bin/make -B buildworld>>> World build s= tarted on Fri May 4 04:24:05 UTC 2007>>> Rebuilding the temporary build tr= ee>>> stage 1.1: legacy release compatibility shims>>> stage 1.2: bootstrap= tools>>> stage 2.1: cleaning up the object tree>>> stage 2.2: rebuilding t= he object tree>>> stage 2.3: build tools>>> stage 3: cross tools>>> stage 4= .1: building includes>>> stage 4.2: building libraries>>> stage 4.3: make d= ependencies>>> stage 4.4: building everything>>> stage 5.1: building 32 bit= shim libraries>>> World build completed on Fri May 4 05:44:46 UTC 2007TB = --- 2007-05-04 05:44:46 - generating LINT kernel configTB --- 2007-05-04 05= :44:46 - cd /src/sys/amd64/confTB --- 2007-05-04 05:44:46 - /usr/bin/make -= B LINTTB --- 2007-05-04 05:44:46 - building LINT kernel (COPTFLAGS=3D-O2 -p= ipe)TB --- 2007-05-04 05:44:46 - cd /srcTB --- 2007-05-04 05:44:46 - /usr/b= in/make buildkernel KERNCONF=3DLINT>>> Kernel build for LINT started on Fri= May 4 05:44:46 UTC 2007>>> stage 1: configuring the kernel>>> stage 2.1: = cleaning up the object tree>>> stage 2.2: rebuilding the object tree>>> sta= ge 2.3: build tools>>> stage 3.1: making dependencies[...]/src/sys/modules/= em/../../dev/em/e1000_80003es2lan.c:38:31: e1000_80003es2lan.h: No such fil= e or directory/src/sys/modules/em/../../dev/em/e1000_82542.c:39:23: e1000_a= pi.h: No such file or directory/src/sys/modules/em/../../dev/em/e1000_82541= .c:42:25: e1000_82541.h: No such file or directory/src/sys/modules/em/../..= /dev/em/e1000_82543.c:40:25: e1000_82543.h: No such file or directory/src/s= ys/modules/em/../../dev/em/e1000_82540.c:43:23: e1000_api.h: No such file o= r directory/src/sys/modules/em/../../dev/em/e1000_ich8lan.c:40:27: e1000_ic= h8lan.h: No such file or directory/src/sys/modules/em/../../dev/em/e1000_82= 571.c:41:25: e1000_82571.h: No such file or directorymkdep: compile failed*= ** Error code 1 Stop in /src/sys/modules/em.*** Error code 1 Stop in /src/s= ys/modules.*** Error code 1 Stop in /obj/amd64/src/sys/LINT.*** Error code = 1 Stop in /src.*** Error code 1 Stop in /src.TB --- 2007-05-04 05:51:10 - W= ARNING: /usr/bin/make returned exit code 1 TB --- 2007-05-04 05:51:10 - ER= ROR: failed to build lint kernelTB --- 2007-05-04 05:51:10 - tinderbox abor= tedTB --- 0.88 user 3.75 system 5770.59 real http://tinderbox.des.no/tinde= rbox-head-HEAD-amd64-amd64.full --Forwarded Message Attachment--From: tinde= rbox@freebsd.orgCC: To: tinderbox@freebsd.org; current@freebsd.org; i386@fr= eebsd.orgDate: Fri, 4 May 2007 02:39:50 -0400Subject: [head tinderbox] fail= ure on i386/i386TB --- 2007-05-04 05:20:44 - tinderbox 2.3 running on freeb= sd-current.sentex.caTB --- 2007-05-04 05:20:44 - starting HEAD tinderbox ru= n for i386/i386TB --- 2007-05-04 05:20:44 - cleaning the object treeTB --- = 2007-05-04 05:21:19 - checking out the source treeTB --- 2007-05-04 05:21:1= 9 - cd /tinderbox/HEAD/i386/i386TB --- 2007-05-04 05:21:19 - /usr/bin/cvs -= f -R -q -d/home/ncvs update -Pd -A srcTB --- 2007-05-04 05:27:50 - building= world (CFLAGS=3D-O2 -pipe)TB --- 2007-05-04 05:27:50 - cd /srcTB --- 2007-= 05-04 05:27:50 - /usr/bin/make -B buildworld>>> World build started on Fri = May 4 05:27:52 UTC 2007>>> Rebuilding the temporary build tree>>> stage 1.= 1: legacy release compatibility shims>>> stage 1.2: bootstrap tools>>> stag= e 2.1: cleaning up the object tree>>> stage 2.2: rebuilding the object tree= >>> stage 2.3: build tools>>> stage 3: cross tools>>> stage 4.1: building i= ncludes>>> stage 4.2: building libraries>>> stage 4.3: make dependencies>>>= stage 4.4: building everything>>> World build completed on Fri May 4 06:3= 7:19 UTC 2007TB --- 2007-05-04 06:37:19 - generating LINT kernel configTB -= -- 2007-05-04 06:37:19 - cd /src/sys/i386/confTB --- 2007-05-04 06:37:19 - = /usr/bin/make -B LINTTB --- 2007-05-04 06:37:19 - building LINT kernel (COP= TFLAGS=3D-O2 -pipe)TB --- 2007-05-04 06:37:19 - cd /srcTB --- 2007-05-04 06= :37:19 - /usr/bin/make buildkernel KERNCONF=3DLINT>>> Kernel build for LINT= started on Fri May 4 06:37:19 UTC 2007>>> stage 1: configuring the kernel= >>> stage 2.1: cleaning up the object tree>>> stage 2.2: rebuilding the obj= ect tree>>> stage 2.3: build tools>>> stage 3.1: making dependencies[...]/s= rc/sys/modules/em/../../dev/em/e1000_80003es2lan.c:38:31: e1000_80003es2lan= .h: No such file or directory/src/sys/modules/em/../../dev/em/e1000_82542.c= :39:23: e1000_api.h: No such file or directory/src/sys/modules/em/../../dev= /em/e1000_82541.c:42:25: e1000_82541.h: No such file or directory/src/sys/m= odules/em/../../dev/em/e1000_82543.c:40:25: e1000_82543.h: No such file or = directory/src/sys/modules/em/../../dev/em/e1000_82540.c:43:23: e1000_api.h:= No such file or directory/src/sys/modules/em/../../dev/em/e1000_ich8lan.c:= 40:27: e1000_ich8lan.h: No such file or directory/src/sys/modules/em/../../= dev/em/e1000_82571.c:41:25: e1000_82571.h: No such file or directorymkdep: = compile failed*** Error code 1 Stop in /src/sys/modules/em.*** Error code 1= Stop in /src/sys/modules.*** Error code 1 Stop in /obj/src/sys/LINT.*** Er= ror code 1 Stop in /src.*** Error code 1 Stop in /src.TB --- 2007-05-04 06:= 39:50 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-05-04 06:3= 9:50 - ERROR: failed to build lint kernelTB --- 2007-05-04 06:39:50 - tinde= rbox abortedTB --- 0.91 user 2.84 system 4745.98 real http://tinderbox.des= .no/tinderbox-head-HEAD-i386-i386.full --Forwarded Message Attachment--From= : tinderbox@freebsd.orgCC: To: tinderbox@freebsd.org; current@freebsd.org; = i386@freebsd.orgDate: Fri, 4 May 2007 03:23:45 -0400Subject: [head tinderbo= x] failure on i386/pc98TB --- 2007-05-04 05:51:11 - tinderbox 2.3 running o= n freebsd-current.sentex.caTB --- 2007-05-04 05:51:11 - starting HEAD tinde= rbox run for i386/pc98TB --- 2007-05-04 05:51:11 - cleaning the object tree= TB --- 2007-05-04 05:51:57 - checking out the source treeTB --- 2007-05-04 = 05:51:57 - cd /tinderbox/HEAD/i386/pc98TB --- 2007-05-04 05:51:57 - /usr/bi= n/cvs -f -R -q -d/home/ncvs update -Pd -A srcTB --- 2007-05-04 06:14:34 - b= uilding world (CFLAGS=3D-O2 -pipe)TB --- 2007-05-04 06:14:34 - cd /srcTB --= - 2007-05-04 06:14:34 - /usr/bin/make -B buildworld>>> World build started = on Fri May 4 06:14:36 UTC 2007>>> Rebuilding the temporary build tree>>> s= tage 1.1: legacy release compatibility shims>>> stage 1.2: bootstrap tools>= >> stage 2.1: cleaning up the object tree>>> stage 2.2: rebuilding the obje= ct tree>>> stage 2.3: build tools>>> stage 3: cross tools>>> stage 4.1: bui= lding includes>>> stage 4.2: building libraries>>> stage 4.3: make dependen= cies>>> stage 4.4: building everything>>> World build completed on Fri May = 4 07:19:53 UTC 2007TB --- 2007-05-04 07:19:53 - generating LINT kernel con= figTB --- 2007-05-04 07:19:53 - cd /src/sys/pc98/confTB --- 2007-05-04 07:1= 9:53 - /usr/bin/make -B LINTTB --- 2007-05-04 07:19:53 - building LINT kern= el (COPTFLAGS=3D-O2 -pipe)TB --- 2007-05-04 07:19:53 - cd /srcTB --- 2007-0= 5-04 07:19:53 - /usr/bin/make buildkernel KERNCONF=3DLINT>>> Kernel build f= or LINT started on Fri May 4 07:19:53 UTC 2007>>> stage 1: configuring the= kernel>>> stage 2.1: cleaning up the object tree>>> stage 2.2: rebuilding = the object tree>>> stage 2.3: build tools>>> stage 3.1: making dependencies= [...]/src/sys/modules/em/../../dev/em/e1000_80003es2lan.c:38:31: e1000_8000= 3es2lan.h: No such file or directory/src/sys/modules/em/../../dev/em/e1000_= 82542.c:39:23: e1000_api.h: No such file or directory/src/sys/modules/em/..= /../dev/em/e1000_82541.c:42:25: e1000_82541.h: No such file or directory/sr= c/sys/modules/em/../../dev/em/e1000_82543.c:40:25: e1000_82543.h: No such f= ile or directory/src/sys/modules/em/../../dev/em/e1000_82540.c:43:23: e1000= _api.h: No such file or directory/src/sys/modules/em/../../dev/em/e1000_ich= 8lan.c:40:27: e1000_ich8lan.h: No such file or directory/src/sys/modules/em= /../../dev/em/e1000_82571.c:41:25: e1000_82571.h: No such file or directory= mkdep: compile failed*** Error code 1 Stop in /src/sys/modules/em.*** Error= code 1 Stop in /src/sys/modules.*** Error code 1 Stop in /obj/pc98/src/sys= /LINT.*** Error code 1 Stop in /src.*** Error code 1 Stop in /src.TB --- 20= 07-05-04 07:23:45 - WARNING: /usr/bin/make returned exit code 1 TB --- 200= 7-05-04 07:23:45 - ERROR: failed to build lint kernelTB --- 2007-05-04 07:2= 3:45 - tinderbox abortedTB --- 0.62 user 1.89 system 5553.59 real http://t= inderbox.des.no/tinderbox-head-HEAD-i386-pc98.full --Forwarded Message Atta= chment--From: tinderbox@freebsd.orgCC: To: tinderbox@freebsd.org; current@f= reebsd.org; ia64@freebsd.orgDate: Fri, 4 May 2007 04:21:36 -0400Subject: [h= ead tinderbox] failure on ia64/ia64TB --- 2007-05-04 06:39:50 - tinderbox 2= .3 running on freebsd-current.sentex.caTB --- 2007-05-04 06:39:50 - startin= g HEAD tinderbox run for ia64/ia64TB --- 2007-05-04 06:39:50 - cleaning the= object treeTB --- 2007-05-04 06:40:14 - checking out the source treeTB ---= 2007-05-04 06:40:14 - cd /tinderbox/HEAD/ia64/ia64TB --- 2007-05-04 06:40:= 14 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A srcTB --- 2007-05-04 = 06:48:14 - building world (CFLAGS=3D-O2 -pipe)TB --- 2007-05-04 06:48:14 - = cd /srcTB --- 2007-05-04 06:48:14 - /usr/bin/make -B buildworld>>> World bu= ild started on Fri May 4 06:48:15 UTC 2007>>> Rebuilding the temporary bui= ld tree>>> stage 1.1: legacy release compatibility shims>>> stage 1.2: boot= strap tools>>> stage 2.1: cleaning up the object tree>>> stage 2.2: rebuild= ing the object tree>>> stage 2.3: build tools>>> stage 3: cross tools>>> st= age 4.1: building includes>>> stage 4.2: building libraries>>> stage 4.3: m= ake dependencies>>> stage 4.4: building everything>>> World build completed= on Fri May 4 08:19:41 UTC 2007TB --- 2007-05-04 08:19:41 - generating LIN= T kernel configTB --- 2007-05-04 08:19:41 - cd /src/sys/ia64/confTB --- 200= 7-05-04 08:19:41 - /usr/bin/make -B LINTTB --- 2007-05-04 08:19:41 - buildi= ng LINT kernel (COPTFLAGS=3D-O2 -pipe)TB --- 2007-05-04 08:19:41 - cd /srcT= B --- 2007-05-04 08:19:41 - /usr/bin/make buildkernel KERNCONF=3DLINT>>> Ke= rnel build for LINT started on Fri May 4 08:19:42 UTC 2007>>> stage 1: con= figuring the kernel>>> stage 2.1: cleaning up the object tree>>> stage 2.2:= rebuilding the object tree>>> stage 2.3: build tools>>> stage 3.1: making = dependencies[...]/src/sys/modules/em/../../dev/em/e1000_80003es2lan.c:38:31= : e1000_80003es2lan.h: No such file or directory/src/sys/modules/em/../../d= ev/em/e1000_82542.c:39:23: e1000_api.h: No such file or directory/src/sys/m= odules/em/../../dev/em/e1000_82541.c:42:25: e1000_82541.h: No such file or = directory/src/sys/modules/em/../../dev/em/e1000_82543.c:40:25: e1000_82543.= h: No such file or directory/src/sys/modules/em/../../dev/em/e1000_82540.c:= 43:23: e1000_api.h: No such file or directory/src/sys/modules/em/../../dev/= em/e1000_ich8lan.c:40:27: e1000_ich8lan.h: No such file or directory/src/sy= s/modules/em/../../dev/em/e1000_82571.c:41:25: e1000_82571.h: No such file = or directorymkdep: compile failed*** Error code 1 Stop in /src/sys/modules/= em.*** Error code 1 Stop in /src/sys/modules.*** Error code 1 Stop in /obj/= ia64/src/sys/LINT.*** Error code 1 Stop in /src.*** Error code 1 Stop in /s= rc.TB --- 2007-05-04 08:21:36 - WARNING: /usr/bin/make returned exit code = 1 TB --- 2007-05-04 08:21:36 - ERROR: failed to build lint kernelTB --- 200= 7-05-04 08:21:36 - tinderbox abortedTB --- 0.59 user 1.81 system 6105.42 re= al http://tinderbox.des.no/tinderbox-head-HEAD-ia64-ia64.full --Forwarded = Message Attachment--From: ler@lerctr.orgTo: freebsd-current@freebsd.orgDate= : Fri, 4 May 2007 03:45:03 -0500Subject: EM importThe new em driver import = has 2 fatal flaws (I've sent mail to Jack already): 1) the $FreeBSD$ marke= rs don't have comment markers around them in ALL files2) the sys/conf/file= s file doesn't have the lines for e1000_82575 in it Fixing both of those fi= xes my build. LER --Forwarded Message Attachment--From: ivoras@fer.hrTo: fr= eebsd-current@freebsd.orgDate: Fri, 4 May 2007 11:03:47 +0200Subject: Re: g= journal + gmirror questionEric Anderson wrote: > Looks like it does: Aaargh= , sorry, of course it does, it's the "preen" switch :) I didn't pay attenti= on (and thought it's some new switch introduced for gjournal). --Forwarded= Message Attachment--From: tinderbox@freebsd.orgCC: To: tinderbox@freebsd.o= rg; current@freebsd.org; sparc64@freebsd.orgDate: Fri, 4 May 2007 05:37:52 = -0400Subject: [head tinderbox] failure on sparc64/sparc64TB --- 2007-05-04 = 08:21:36 - tinderbox 2.3 running on freebsd-current.sentex.caTB --- 2007-05= -04 08:21:36 - starting HEAD tinderbox run for sparc64/sparc64TB --- 2007-0= 5-04 08:21:36 - cleaning the object treeTB --- 2007-05-04 08:21:53 - checki= ng out the source treeTB --- 2007-05-04 08:21:53 - cd /tinderbox/HEAD/sparc= 64/sparc64TB --- 2007-05-04 08:21:53 - /usr/bin/cvs -f -R -q -d/home/ncvs u= pdate -Pd -A srcTB --- 2007-05-04 08:28:56 - building world (CFLAGS=3D-O2 -= pipe)TB --- 2007-05-04 08:28:56 - cd /srcTB --- 2007-05-04 08:28:56 - /usr/= bin/make -B buildworld>>> World build started on Fri May 4 08:28:57 UTC 20= 07>>> Rebuilding the temporary build tree>>> stage 1.1: legacy release comp= atibility shims>>> stage 1.2: bootstrap tools>>> stage 2.1: cleaning up the= object tree>>> stage 2.2: rebuilding the object tree>>> stage 2.3: build t= ools>>> stage 3: cross tools>>> stage 4.1: building includes>>> stage 4.2: = building libraries>>> stage 4.3: make dependencies>>> stage 4.4: building e= verything>>> World build completed on Fri May 4 09:24:41 UTC 2007TB --- 20= 07-05-04 09:24:41 - generating LINT kernel configTB --- 2007-05-04 09:24:41= - cd /src/sys/sparc64/confTB --- 2007-05-04 09:24:41 - /usr/bin/make -B LI= NTTB --- 2007-05-04 09:24:41 - building LINT kernel (COPTFLAGS=3D-O2 -pipe)= TB --- 2007-05-04 09:24:41 - cd /srcTB --- 2007-05-04 09:24:41 - /usr/bin/m= ake buildkernel KERNCONF=3DLINT>>> Kernel build for LINT started on Fri May= 4 09:24:41 UTC 2007>>> stage 1: configuring the kernel>>> stage 2.1: clea= ning up the object tree>>> stage 2.2: rebuilding the object tree>>> stage 2= .3: build tools>>> stage 3.1: making dependencies>>> stage 3.2: building ev= erything[...]/src/sys/modules/em/../../dev/em/e1000_82575.h:33: warning: ty= pe defaults to `int' in declaration of `h'/src/sys/modules/em/../../dev/em/= e1000_82575.h:33: warning: redundant redeclaration of 'h'/src/sys/modules/e= m/../../dev/em/e1000_manage.h:33: warning: previous declaration of 'h' was = here/src/sys/modules/em/../../dev/em/e1000_82575.h:33: error: syntax error = before numeric constantIn file included from /src/sys/modules/em/../../dev/= em/if_em.c:81:/src/sys/modules/em/../../dev/em/e1000_82575.h:169: error: sy= ntax error before '}' tokenIn file included from /src/sys/modules/em/../../= dev/em/if_em.c:81:/src/sys/modules/em/../../dev/em/e1000_82575.h:36:1: unte= rminated #ifndef*** Error code 1 Stop in /src/sys/modules/em.*** Error code= 1 Stop in /src/sys/modules.*** Error code 1 Stop in /obj/sparc64/src/sys/L= INT.*** Error code 1 Stop in /src.*** Error code 1 Stop in /src.TB --- 2007= -05-04 09:37:51 - WARNING: /usr/bin/make returned exit code 1 TB --- 2007-= 05-04 09:37:51 - ERROR: failed to build lint kernelTB --- 2007-05-04 09:37:= 51 - tinderbox abortedTB --- 0.52 user 1.77 system 4575.36 real http://tin= derbox.des.no/tinderbox-head-HEAD-sparc64-sparc64.full --Forwarded Message = Attachment--From: tinderbox@freebsd.orgCC: To: tinderbox@freebsd.org; curre= nt@freebsd.org; sparc64@freebsd.orgDate: Fri, 4 May 2007 06:22:52 -0400Subj= ect: [head tinderbox] failure on sparc64/sun4vTB --- 2007-05-04 09:11:55 - = tinderbox 2.3 running on freebsd-current.sentex.caTB --- 2007-05-04 09:11:5= 5 - starting HEAD tinderbox run for sparc64/sun4vTB --- 2007-05-04 09:11:55= - cleaning the object treeTB --- 2007-05-04 09:12:13 - checking out the so= urce treeTB --- 2007-05-04 09:12:13 - cd /tinderbox/HEAD/sparc64/sun4vTB --= - 2007-05-04 09:12:13 - /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A sr= cTB --- 2007-05-04 09:19:36 - building world (CFLAGS=3D-O2 -pipe)TB --- 200= 7-05-04 09:19:36 - cd /srcTB --- 2007-05-04 09:19:36 - /usr/bin/make -B bui= ldworld>>> World build started on Fri May 4 09:19:37 UTC 2007>>> Rebuildin= g the temporary build tree>>> stage 1.1: legacy release compatibility shims= >>> stage 1.2: bootstrap tools>>> stage 2.1: cleaning up the object tree>>>= stage 2.2: rebuilding the object tree>>> stage 2.3: build tools>>> stage 3= : cross tools>>> stage 4.1: building includes>>> stage 4.2: building librar= ies>>> stage 4.3: make dependencies>>> stage 4.4: building everything>>> Wo= rld build completed on Fri May 4 10:10:42 UTC 2007TB --- 2007-05-04 10:10:= 42 - generating LINT kernel configTB --- 2007-05-04 10:10:42 - cd /src/sys/= sun4v/confTB --- 2007-05-04 10:10:42 - /usr/bin/make -B LINTTB --- 2007-05-= 04 10:10:42 - building LINT kernel (COPTFLAGS=3D-O2 -pipe)TB --- 2007-05-04= 10:10:42 - cd /srcTB --- 2007-05-04 10:10:42 - /usr/bin/make buildkernel K= ERNCONF=3DLINT>>> Kernel build for LINT started on Fri May 4 10:10:43 UTC = 2007>>> stage 1: configuring the kernel>>> stage 2.1: cleaning up the objec= t tree>>> stage 2.2: rebuilding the object tree>>> stage 2.3: build tools>>= > stage 3.1: making dependencies>>> stage 3.2: building everything[...]/src= /sys/modules/em/../../dev/em/e1000_82575.h:33: warning: type defaults to `i= nt' in declaration of `h'/src/sys/modules/em/../../dev/em/e1000_82575.h:33:= warning: redundant redeclaration of 'h'/src/sys/modules/em/../../dev/em/e1= 000_manage.h:33: warning: previous declaration of 'h' was here/src/sys/modu= les/em/../../dev/em/e1000_82575.h:33: error: syntax error before numeric co= nstantIn file included from /src/sys/modules/em/../../dev/em/if_em.c:81:/sr= c/sys/modules/em/../../dev/em/e1000_82575.h:169: error: syntax error before= '}' tokenIn file included from /src/sys/modules/em/../../dev/em/if_em.c:81= :/src/sys/modules/em/../../dev/em/e1000_82575.h:36:1: unterminated #ifndef*= ** Error code 1 Stop in /src/sys/modules/em.*** Error code 1 Stop in /src/s= ys/modules.*** Error code 1 Stop in /obj/sun4v/src/sys/LINT.*** Error code = 1 Stop in /src.*** Error code 1 Stop in /src.TB --- 2007-05-04 10:22:52 - W= ARNING: /usr/bin/make returned exit code 1 TB --- 2007-05-04 10:22:52 - ER= ROR: failed to build lint kernelTB --- 2007-05-04 10:22:52 - tinderbox abor= tedTB --- 0.45 user 1.92 system 4256.99 real http://tinderbox.des.no/tinde= rbox-head-HEAD-sparc64-sun4v.full --Forwarded Message Attachment--From: ivo= ras@fer.hrTo: freebsd-current@freebsd.orgDate: Fri, 4 May 2007 12:39:11 +02= 00Subject: new unionfs & moving files aroundThis is the situation: - there'= s one file system on a RAID controller, somewhat slow and with limited spac= e, let's call it "production" - there's another file system on a big IDE dr= ive - a lot of files are saved on the production file system, but the usefu= lness of that data shaply declines with time (recent files absolutely need = to be kept, but older files are optional) The idea: - create a unionfs that= covers both file systems, so that new files are created on the RAID-backed= file system, but all files are visible - create a cron job that moves olde= r files from the production file system to the spare file system I've not s= tarted it yet (waiting for csup to RELENG_6) but is there any "hidden" reas= on this shouldn't work? I'm asking because the files will be moved from one= part of the unionfs (upper) to the other (lower), on different file system= s, probably while concurrently accessed. --Forwarded Message Attachment--F= rom: carpetsmoker@rwxrwxrwx.netCC: dlt@mebtel.netTo: freebsd-current@freebs= d.orgDate: Fri, 4 May 2007 06:22:14 +0200Subject: Re: configure failure in = ports build on currentOn Thu 03 May 2007 18:05, Derek Tattersall wrote:> I = attempted to build gtk20 on my AMD64 current box. It fails in the> configu= re step as follows:> checking for TIFFReadScanline in -ltiff... no> checkin= g for TIFFWriteScanline in -ltiff... no> checking for TIFFFlushData in -lti= ff34... no> configure: WARNING: *** TIFF loader will not be built (TIFF lib= rary not> found) ***> configure: error:> *** Checks for TIFF loader failed.= You can build without it by passing> *** --without-libtiff to configure bu= t some programs using GTK+ may> *** not work properly> =3D=3D=3D> Script "= configure" failed unexpectedly.> > However, nm /usr/local/lib/libtiff.so sh= ows:> 000000000002df90 T TIFFReadScanline> 000000000002e450 T TIFFScanlineS= ize> 0000000000030890 T TIFFWriteScanline> > 00000000000176b0 T TIFFFlushDa= ta> > Building on 6.2 Stable AMD64 has no problems. I also note that libti= ff> on Stable is also in /usr/local/lib. > > Is there some environment var= iable that I haven't set in the current> box, or what? Does anybody have a= clue for me? Does ldconfig know about your tiff library?ldconfig -r | grep= tiff Which version of gtk are you trying to build? And which version oftif= f do you have installed? Can you attach your config.log (should be in work/= gtk.../config.log) -- Regards,Martin Tournoij=20 _________________________________________________________________ Explore the seven wonders of the world http://search.msn.com/results.aspx?q=3D7+wonders+world&mkt=3Den-US&form=3DQ= BRE=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY113-W22F1CB609BB656003FF1D598400>