uefi boot freeze on current r266272
Hi all, I've been trying to test out the latest uefi images on a desktop with an Asrock Killer Z87 mobo and a Lenovo L440. Both computers boot into uefi but once the kernel is loaded they freeze. On the desktop both the mouse and keyboard are responsive, caps/num/scrl are lit. The output of the screens can be found by the link bellow. Any tips on what I'm doing wrong are very much appreciated. https://www.evernote.com/shard/s344/sh/cf128385-6b39-4326-b881-fa4546648ec5/25552119ba84b59800a19d8a38eda56e Thanks, Cristian ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: Thinkpad T410: resume broken
Hm, okay. i wonder how we can diagnose this further. Do you have a video monitor? Can you try doing a suspend/resume with an external VGA screen attached? Or connect it via ethernet and do a suspend/resume whilst logged in? -a On 16 May 2014 14:31, Stefan Ehmann wrote: > On 16.05.2014 22:51, Adrian Chadd wrote: >> Hi, >> >> Yeah. I'd really suggest trying with stable/10 or -HEAD with vt >> enabled and no VESA. > > Thanks for all replies. > > Using vt is definitely an improvement, but not perfect. (I've set > hw.vga.textmode=1 because graphics mode is very slow. Don't know if that > matters.) > > The text console still remains black if I try to resume from there. > > > But there's some success suspending from X: > Resume puts me back on the text console in a strange state, e.g., no > text visible and a cursor blinking. > > After some time I can bring X back via CTRL-ALT-F9. Some of the > graphics/fonts in X are garbled after resume. But it's still usuable. > > > After that, also the virtual consoles work via CTRL-ALT-F1. > > But after a second resume, X was even more garbled and virtual consoles > no longer worked. > > Setting ACPI_PM for x11/nvidia-driver doesn't seem to have any effects. > > -- > Stefan ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: Thinkpad T410: resume broken
On 16.05.2014 22:51, Adrian Chadd wrote: > Hi, > > Yeah. I'd really suggest trying with stable/10 or -HEAD with vt > enabled and no VESA. Thanks for all replies. Using vt is definitely an improvement, but not perfect. (I've set hw.vga.textmode=1 because graphics mode is very slow. Don't know if that matters.) The text console still remains black if I try to resume from there. But there's some success suspending from X: Resume puts me back on the text console in a strange state, e.g., no text visible and a cursor blinking. After some time I can bring X back via CTRL-ALT-F9. Some of the graphics/fonts in X are garbled after resume. But it's still usuable. After that, also the virtual consoles work via CTRL-ALT-F1. But after a second resume, X was even more garbled and virtual consoles no longer worked. Setting ACPI_PM for x11/nvidia-driver doesn't seem to have any effects. -- Stefan ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: Thinkpad T410: resume broken
Hi, Yeah. I'd really suggest trying with stable/10 or -HEAD with vt enabled and no VESA. -a On 16 May 2014 13:31, Jan Henrik Sylvester wrote: > On 05/16/2014 20:10, Kevin Oberman wrote: >> On Fri, May 16, 2014 at 10:44 AM, Adrian Chadd wrote: >> >>> Hi! >>> >>> I wonder what changed between 9.2-RELEASE and 10.0-RELEASE. >>> >>> Please poke me about this next week. I'm busy this week with work and >>> maker faire but I will try to help you later. >>> >>> (It's possible something like ACPI updates or a driver update has >>> broken things.) >>> >>> >>> -a >>> >> >> Does your kernel include VESA? My T320 behaved as you describe until I >> removed VESA from my kernel. I think using vt may also fix this without the >> need to remove VESA, bug I have not gotten around to confirming this. > > (Sorry, this is more or less a lengthy "me, too":) > > I am observing exactly the same on my T510 (not surprisingly, as it is > basically the same with a different screen size) using Nvidia (in > contract to most other recent mailing list reports, which are using Intel). > > From 8.1-RELEASE to 9.2-RELEASE, suspend and resume used to work with a > generic kernel (I like generic release kernels and freebsd-update) -- > except for a short time, which was due to the Xorg port. Especially > 9.X-RELEASE were really stable with all the hardware working after > resume (maybe except firewire). > > After going to 10.0-RELEASE, resuming would briefly turn the screen on, > but it would go back to black with the power LED continuing to blink (as > it does while sleeping). After a while, I realized that I lost the > non-default option ACPI_PM for x11/nvidia-driver installing 10.0. > > With ACPI_PM for x11/nvidia-driver, I had at least one resume with most > of the hardware working: The screen was still unusable being static with > colorful lines, but I could ssh into the machine over wireless. > > I have not had time to try 10-STABLE with vt, but from reading various > reports on the lists, that is probably the only way. > > I hope there will be a vt enabled kernel on the 10.1-RELEAS media, if vt > is going to be required even for configurations that would work just > fine on 9.X (WITH_NEW_XORG=yes is very usable with x11/nvidia-driver > even without vt). > > From what you said, you already have ACPI_PM for x11/nvidia-driver as it > is listed on the wiki. Have you? > > Cheers, > Jan Henrik ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: Thinkpad T410: resume broken
On 05/16/2014 20:10, Kevin Oberman wrote: > On Fri, May 16, 2014 at 10:44 AM, Adrian Chadd wrote: > >> Hi! >> >> I wonder what changed between 9.2-RELEASE and 10.0-RELEASE. >> >> Please poke me about this next week. I'm busy this week with work and >> maker faire but I will try to help you later. >> >> (It's possible something like ACPI updates or a driver update has >> broken things.) >> >> >> -a >> > > Does your kernel include VESA? My T320 behaved as you describe until I > removed VESA from my kernel. I think using vt may also fix this without the > need to remove VESA, bug I have not gotten around to confirming this. (Sorry, this is more or less a lengthy "me, too":) I am observing exactly the same on my T510 (not surprisingly, as it is basically the same with a different screen size) using Nvidia (in contract to most other recent mailing list reports, which are using Intel). >From 8.1-RELEASE to 9.2-RELEASE, suspend and resume used to work with a generic kernel (I like generic release kernels and freebsd-update) -- except for a short time, which was due to the Xorg port. Especially 9.X-RELEASE were really stable with all the hardware working after resume (maybe except firewire). After going to 10.0-RELEASE, resuming would briefly turn the screen on, but it would go back to black with the power LED continuing to blink (as it does while sleeping). After a while, I realized that I lost the non-default option ACPI_PM for x11/nvidia-driver installing 10.0. With ACPI_PM for x11/nvidia-driver, I had at least one resume with most of the hardware working: The screen was still unusable being static with colorful lines, but I could ssh into the machine over wireless. I have not had time to try 10-STABLE with vt, but from reading various reports on the lists, that is probably the only way. I hope there will be a vt enabled kernel on the 10.1-RELEAS media, if vt is going to be required even for configurations that would work just fine on 9.X (WITH_NEW_XORG=yes is very usable with x11/nvidia-driver even without vt). >From what you said, you already have ACPI_PM for x11/nvidia-driver as it is listed on the wiki. Have you? Cheers, Jan Henrik ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: Thinkpad T410: resume broken
On Fri, May 16, 2014 at 10:44 AM, Adrian Chadd wrote: > Hi! > > I wonder what changed between 9.2-RELEASE and 10.0-RELEASE. > > Please poke me about this next week. I'm busy this week with work and > maker faire but I will try to help you later. > > (It's possible something like ACPI updates or a driver update has > broken things.) > > > -a > Does your kernel include VESA? My T320 behaved as you describe until I removed VESA from my kernel. I think using vt may also fix this without the need to remove VESA, bug I have not gotten around to confirming this. > > > > On 16 May 2014 07:35, Stefan Ehmann wrote: > > Suspend/Resume is broken on my T410 using CURRENT from today. > > > > Resume was working fine on 9.2-RELEASE. 10.0-RELEASE and 10-STABLE don't > > work either. > > > > Symptoms: > > > > acpiconf -s3 sends it into sleep mode as expected > > > > In single user mode, it wakes up correctly, but the screen remains > > black. I tried with/without nvidia module loaded. It also happens with > > debug.acpi.suspend_bounce=1. > > > > I've tried all tips from https://wiki.freebsd.org/SuspendResume to no > avail. > > > > > > In multi-user mode (especially when X is running) it doesn't wake up > > correctly most of the time: > > > > It powers up and the fan starts, but keyboard is not responding. Also, > > the power led pulsates, as if still in sleep mode. > > > > -- > > Stefan > > ___ > > freebsd-current@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to " > freebsd-current-unsubscr...@freebsd.org" > ___ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" > -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkober...@gmail.com ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: Thinkpad T410: resume broken
Hi! I wonder what changed between 9.2-RELEASE and 10.0-RELEASE. Please poke me about this next week. I'm busy this week with work and maker faire but I will try to help you later. (It's possible something like ACPI updates or a driver update has broken things.) -a On 16 May 2014 07:35, Stefan Ehmann wrote: > Suspend/Resume is broken on my T410 using CURRENT from today. > > Resume was working fine on 9.2-RELEASE. 10.0-RELEASE and 10-STABLE don't > work either. > > Symptoms: > > acpiconf -s3 sends it into sleep mode as expected > > In single user mode, it wakes up correctly, but the screen remains > black. I tried with/without nvidia module loaded. It also happens with > debug.acpi.suspend_bounce=1. > > I've tried all tips from https://wiki.freebsd.org/SuspendResume to no avail. > > > In multi-user mode (especially when X is running) it doesn't wake up > correctly most of the time: > > It powers up and the fan starts, but keyboard is not responding. Also, > the power led pulsates, as if still in sleep mode. > > -- > Stefan > ___ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org" ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
panic: resource_list_add: resource entry is busy
Hi, I see the following panic: panic: resource_list_add: resource entry is busy When trying to kldload an older pccard driver. The call comes from the driver_added bus method somewhere down the tree. Loading the module before the kernel boots fixes the problem temporarily. Any bells ringing or patch suggestions? Seeing this on 9-stable, also believed that the same issue exists with 10-current. --HPS ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: timezone for 100.chksetuid
On Fri, 16 May 2014 16:09:37 +0100 Tom Evans wrote: > > Do you mean you are changing /etc/localtime whenever you move to > another timezone? > Yes, precisely. > I would suggest stopping doing that! Instead just set TZ in your user > environment to whatever TZ you want. That way, your programs will all > be localised correctly, and scripts which run as root will remain > consistent. > Good suggestion, but that would cause those scripts run as root to be run at the wrong time of day, cron jobs for example, or to reflect the wrong time and timezone, e.g., sendmail timestamps, syslog messages, etc. No big deal for short trips, but it's not what you want on longer, extended trips. -jr signature.asc Description: PGP signature
Re: timezone for 100.chksetuid
On Fri, May 16, 2014 at 2:53 PM, J.R. Oldroyd wrote: > I would like to propose that a timezone setting be possible for the > > src/etc/periodic/security/100.chksetuid > > script. Either fix it at something like UTC, or add an rc.conf setting > that specifies what timezone to use. Or both, default to UTC but allow > a timezone setting in rc.conf. > > Reason for this is that for folk who travel, the 100.chksetuid script > generates and diffs "find -ls" output and this output changes if you > change timezones and update the system timezone setting while you are > away. It then changes back again when you return. If you travel a lot, > the two timezone changes cause this script to flag every setuid file as > having changed (twice), when all that changed is the time display. This > means that real changes during the same period will likely be overlooked > and the frequent non-real diffs tend to make one likely to ignore this > section. Do you mean you are changing /etc/localtime whenever you move to another timezone? I would suggest stopping doing that! Instead just set TZ in your user environment to whatever TZ you want. That way, your programs will all be localised correctly, and scripts which run as root will remain consistent. Cheers Tom ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Thinkpad T410: resume broken
Suspend/Resume is broken on my T410 using CURRENT from today. Resume was working fine on 9.2-RELEASE. 10.0-RELEASE and 10-STABLE don't work either. Symptoms: acpiconf -s3 sends it into sleep mode as expected In single user mode, it wakes up correctly, but the screen remains black. I tried with/without nvidia module loaded. It also happens with debug.acpi.suspend_bounce=1. I've tried all tips from https://wiki.freebsd.org/SuspendResume to no avail. In multi-user mode (especially when X is running) it doesn't wake up correctly most of the time: It powers up and the fan starts, but keyboard is not responding. Also, the power led pulsates, as if still in sleep mode. -- Stefan ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
New ufs LOR.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mounted a drive with -o sync this morning on r266123 and got a LOR I had not seen before (ufs/soft updates) lock order reversal: 1st 0xf8005904db78 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2101 2nd 0xfe00efe72080 bufwait (bufwait) @ /usr/src/sys/ufs/ffs/ffs_vnops.c:262 3rd 0xf8005921bb78 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2101 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe011a213380 kdb_backtrace() at kdb_backtrace+0x39/frame 0xfe011a213430 witness_checkorder() at witness_checkorder+0xdc2/frame 0xfe011a2134c0 __lockmgr_args() at __lockmgr_args+0x9ca/frame 0xfe011a2135f0 ffs_lock() at ffs_lock+0x84/frame 0xfe011a213640 VOP_LOCK1_APV() at VOP_LOCK1_APV+0xfc/frame 0xfe011a213670 _vn_lock() at _vn_lock+0xaa/frame 0xfe011a2136e0 vget() at vget+0x67/frame 0xfe011a213720 vfs_hash_get() at vfs_hash_get+0xe1/frame 0xfe011a213770 ffs_vgetf() at ffs_vgetf+0x40/frame 0xfe011a213800 softdep_sync_buf() at softdep_sync_buf+0xafc/frame 0xfe011a2138e0 ffs_syncvnode() at ffs_syncvnode+0x286/frame 0xfe011a213960 softdep_fsync() at softdep_fsync+0x59e/frame 0xfe011a213a00 ffs_fsync() at ffs_fsync+0x60/frame 0xfe011a213a30 VOP_FSYNC_APV() at VOP_FSYNC_APV+0xf7/frame 0xfe011a213a60 sys_fsync() at sys_fsync+0x175/frame 0xfe011a213ae0 amd64_syscall() at amd64_syscall+0x25a/frame 0xfe011a213bf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfe011a213bf0 - --- syscall (95, FreeBSD ELF64, sys_fsync), rip = 0x80308230a, rsp = 0x7fffe688, rbp = 0x7fffe6a0 --- Also I always get this one during installworld for, like the last 2.5 years or more. Any chance on nuking it? lock order reversal: 1st 0xfe00ef0962e0 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:3081 2nd 0xf8000652e400 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:284 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe011a009410 kdb_backtrace() at kdb_backtrace+0x39/frame 0xfe011a0094c0 witness_checkorder() at witness_checkorder+0xdc2/frame 0xfe011a009550 _sx_xlock() at _sx_xlock+0x75/frame 0xfe011a009590 ufsdirhash_add() at ufsdirhash_add+0x3a/frame 0xfe011a0095d0 ufs_direnter() at ufs_direnter+0x6a0/frame 0xfe011a009690 ufs_mkdir() at ufs_mkdir+0x89c/frame 0xfe011a009880 VOP_MKDIR_APV() at VOP_MKDIR_APV+0xf7/frame 0xfe011a0098b0 kern_mkdirat() at kern_mkdirat+0x209/frame 0xfe011a009ae0 amd64_syscall() at amd64_syscall+0x25a/frame 0xfe011a009bf0 Xfast_syscall() at Xfast_syscall+0xfb/frame 0xfe011a009bf0 - --- syscall (136, FreeBSD ELF64, sys_mkdir), rip = 0x80095550a, rsp = 0x7fffea08, rbp = 0x7fffebd0 --- -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlN2IXkACgkQrDN5kXnx8yas9wCfdrUSzmr647EhHndH7RR5tSMI QPAAnj+yA/XZQ+ZsnEc3l8SiC7q4L2n5 =gqxv -END PGP SIGNATURE- ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
Re: panic on vt / kms rv610
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/15/2014 04:52, Aleksandr Rybalko wrote: > On Wed, 14 May 2014 08:29:32 -0700 Mark Atkinson > wrote: > > I updated -current to r265915 w/ amd64 kernel and I get a panic > when I startx instantly (no video output of panic). There is a > LOR right before the panic. >> Hello Mark, > >> looks like it is kms driver load problem. I think updating to >> r265927 or more fresh will fix your problem. Sorry for >> inconvenience. I knew I was missing that revision, but looking at the diff It didn't seem like it would prevent loading, but low and behold it works. Thanks! -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlN2HrAACgkQrDN5kXnx8ybCAwCgpzZY4INjEbzRy6ppGR+7CxNv TcQAniC5uXTG6AE0QVug6wdiddcoAL7J =ilGJ -END PGP SIGNATURE- ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
[head tinderbox] failure on powerpc64/powerpc
TB --- 2014-05-16 10:43:28 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-05-16 10:43:28 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-05-16 10:43:28 - starting HEAD tinderbox run for powerpc64/powerpc TB --- 2014-05-16 10:43:28 - cleaning the object tree TB --- 2014-05-16 10:44:08 - /usr/local/bin/svn stat --no-ignore /src TB --- 2014-05-16 10:44:13 - At svn revision 266206 TB --- 2014-05-16 10:44:14 - building world TB --- 2014-05-16 10:44:14 - CROSS_BUILD_TESTING=YES TB --- 2014-05-16 10:44:14 - MAKEOBJDIRPREFIX=/obj TB --- 2014-05-16 10:44:14 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-05-16 10:44:14 - SRCCONF=/dev/null TB --- 2014-05-16 10:44:14 - TARGET=powerpc TB --- 2014-05-16 10:44:14 - TARGET_ARCH=powerpc64 TB --- 2014-05-16 10:44:14 - TZ=UTC TB --- 2014-05-16 10:44:14 - __MAKE_CONF=/dev/null TB --- 2014-05-16 10:44:14 - cd /src TB --- 2014-05-16 10:44:14 - /usr/bin/make -B buildworld >>> Building an up-to-date bmake(1) >>> World build started on Fri May 16 10:44:21 UTC 2014 >>> 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 >>> 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 [...] gzip -cn /src/usr.bin/head/head.1 > head.1.gz ===> usr.bin/hexdump (all) cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/conv.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/display.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexdump.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexsyntax.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/odsyntax.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/parse.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o hexdump conv.o display.o hexdump.o hexsyntax.o odsyntax.o parse.o gzip -cn /src/usr.bin/hexdump/hexdump.1 > hexdump.1.gz gzip -cn /src/usr.bin/hexdump/od.1 > od.1.gz ===> usr.bin/host (all) cc -O2 -pipe -I/src/usr.bin/host/../../contrib/ldns -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -
timezone for 100.chksetuid
I would like to propose that a timezone setting be possible for the src/etc/periodic/security/100.chksetuid script. Either fix it at something like UTC, or add an rc.conf setting that specifies what timezone to use. Or both, default to UTC but allow a timezone setting in rc.conf. Reason for this is that for folk who travel, the 100.chksetuid script generates and diffs "find -ls" output and this output changes if you change timezones and update the system timezone setting while you are away. It then changes back again when you return. If you travel a lot, the two timezone changes cause this script to flag every setuid file as having changed (twice), when all that changed is the time display. This means that real changes during the same period will likely be overlooked and the frequent non-real diffs tend to make one likely to ignore this section. -jr ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
[head tinderbox] failure on powerpc/powerpc
TB --- 2014-05-16 10:11:39 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-05-16 10:11:39 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-05-16 10:11:39 - starting HEAD tinderbox run for powerpc/powerpc TB --- 2014-05-16 10:11:39 - cleaning the object tree TB --- 2014-05-16 10:12:33 - /usr/local/bin/svn stat --no-ignore /src TB --- 2014-05-16 10:12:36 - At svn revision 266206 TB --- 2014-05-16 10:12:37 - building world TB --- 2014-05-16 10:12:37 - CROSS_BUILD_TESTING=YES TB --- 2014-05-16 10:12:37 - MAKEOBJDIRPREFIX=/obj TB --- 2014-05-16 10:12:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-05-16 10:12:37 - SRCCONF=/dev/null TB --- 2014-05-16 10:12:37 - TARGET=powerpc TB --- 2014-05-16 10:12:37 - TARGET_ARCH=powerpc TB --- 2014-05-16 10:12:37 - TZ=UTC TB --- 2014-05-16 10:12:37 - __MAKE_CONF=/dev/null TB --- 2014-05-16 10:12:37 - cd /src TB --- 2014-05-16 10:12:37 - /usr/bin/make -B buildworld >>> Building an up-to-date bmake(1) >>> World build started on Fri May 16 10:12:44 UTC 2014 >>> 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 >>> 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 [...] gzip -cn /src/usr.bin/head/head.1 > head.1.gz ===> usr.bin/hexdump (all) cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/conv.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/display.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexdump.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexsyntax.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/odsyntax.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/parse.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o hexdump conv.o display.o hexdump.o hexsyntax.o odsyntax.o parse.o gzip -cn /src/usr.bin/hexdump/hexdump.1 > hexdump.1.gz gzip -cn /src/usr.bin/hexdump/od.1 > od.1.gz ===> usr.bin/host (all) cc -O2 -pipe -I/src/usr.bin/host/../../contrib/ldns -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winl
[head tinderbox] failure on sparc64/sparc64
TB --- 2014-05-16 11:04:25 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-05-16 11:04:25 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-05-16 11:04:25 - starting HEAD tinderbox run for sparc64/sparc64 TB --- 2014-05-16 11:04:25 - cleaning the object tree TB --- 2014-05-16 11:04:50 - /usr/local/bin/svn stat --no-ignore /src TB --- 2014-05-16 11:04:54 - At svn revision 266206 TB --- 2014-05-16 11:04:55 - building world TB --- 2014-05-16 11:04:55 - CROSS_BUILD_TESTING=YES TB --- 2014-05-16 11:04:55 - MAKEOBJDIRPREFIX=/obj TB --- 2014-05-16 11:04:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-05-16 11:04:55 - SRCCONF=/dev/null TB --- 2014-05-16 11:04:55 - TARGET=sparc64 TB --- 2014-05-16 11:04:55 - TARGET_ARCH=sparc64 TB --- 2014-05-16 11:04:55 - TZ=UTC TB --- 2014-05-16 11:04:55 - __MAKE_CONF=/dev/null TB --- 2014-05-16 11:04:55 - cd /src TB --- 2014-05-16 11:04:55 - /usr/bin/make -B buildworld >>> Building an up-to-date bmake(1) >>> World build started on Fri May 16 11:05:03 UTC 2014 >>> 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 >>> 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 [...] gzip -cn /src/usr.bin/head/head.1 > head.1.gz ===> usr.bin/hexdump (all) cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/conv.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/display.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexdump.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexsyntax.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/odsyntax.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/parse.c cc -O2 -pipe -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -o hexdump conv.o display.o hexdump.o hexsyntax.o odsyntax.o parse.o gzip -cn /src/usr.bin/hexdump/hexdump.1 > hexdump.1.gz gzip -cn /src/usr.bin/hexdump/od.1 > od.1.gz ===> usr.bin/host (all) cc -O2 -pipe -I/src/usr.bin/host/../../contrib/ldns -std=gnu99 -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winl
[head tinderbox] failure on mips64/mips
TB --- 2014-05-16 10:08:31 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-05-16 10:08:31 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-05-16 10:08:31 - starting HEAD tinderbox run for mips64/mips TB --- 2014-05-16 10:08:31 - cleaning the object tree TB --- 2014-05-16 10:09:36 - /usr/local/bin/svn stat --no-ignore /src TB --- 2014-05-16 10:09:40 - At svn revision 266206 TB --- 2014-05-16 10:09:41 - building world TB --- 2014-05-16 10:09:41 - CROSS_BUILD_TESTING=YES TB --- 2014-05-16 10:09:41 - MAKEOBJDIRPREFIX=/obj TB --- 2014-05-16 10:09:41 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-05-16 10:09:41 - SRCCONF=/dev/null TB --- 2014-05-16 10:09:41 - TARGET=mips TB --- 2014-05-16 10:09:41 - TARGET_ARCH=mips64 TB --- 2014-05-16 10:09:41 - TZ=UTC TB --- 2014-05-16 10:09:41 - __MAKE_CONF=/dev/null TB --- 2014-05-16 10:09:41 - cd /src TB --- 2014-05-16 10:09:41 - /usr/bin/make -B buildworld >>> Building an up-to-date bmake(1) >>> World build started on Fri May 16 10:09:48 UTC 2014 >>> 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 >>> 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 [...] gzip -cn /src/usr.bin/head/head.1 > head.1.gz ===> usr.bin/hexdump (all) cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/conv.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/display.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexdump.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexsyntax.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/odsyntax.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/parse.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign-o hexdump conv.o display.o hexdump.o hexsyntax.o odsyntax.o parse.o gzip -cn /src/usr.bin/hexdump/hexdump.1 > hexdump.1.gz gzip -cn /src/usr.bin/hexdump/od.1 > od.1.gz ===> usr.bin/host (all) cc -O -pipe -G0 -I/src/usr.bin/host/../../contrib/ldns -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/host/../../contrib/ldns-host/ldns-
[head tinderbox] failure on mips/mips
TB --- 2014-05-16 09:48:46 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-05-16 09:48:46 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-05-16 09:48:46 - starting HEAD tinderbox run for mips/mips TB --- 2014-05-16 09:48:46 - cleaning the object tree TB --- 2014-05-16 09:49:15 - /usr/local/bin/svn stat --no-ignore /src TB --- 2014-05-16 09:49:36 - At svn revision 266206 TB --- 2014-05-16 09:49:37 - building world TB --- 2014-05-16 09:49:37 - CROSS_BUILD_TESTING=YES TB --- 2014-05-16 09:49:37 - MAKEOBJDIRPREFIX=/obj TB --- 2014-05-16 09:49:37 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-05-16 09:49:37 - SRCCONF=/dev/null TB --- 2014-05-16 09:49:37 - TARGET=mips TB --- 2014-05-16 09:49:37 - TARGET_ARCH=mips TB --- 2014-05-16 09:49:37 - TZ=UTC TB --- 2014-05-16 09:49:37 - __MAKE_CONF=/dev/null TB --- 2014-05-16 09:49:37 - cd /src TB --- 2014-05-16 09:49:37 - /usr/bin/make -B buildworld >>> Building an up-to-date bmake(1) >>> World build started on Fri May 16 09:49:44 UTC 2014 >>> 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 >>> 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 [...] gzip -cn /src/usr.bin/head/head.1 > head.1.gz ===> usr.bin/hexdump (all) cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/conv.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/display.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexdump.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexsyntax.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/odsyntax.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/parse.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign-o hexdump conv.o display.o hexdump.o hexsyntax.o odsyntax.o parse.o gzip -cn /src/usr.bin/hexdump/hexdump.1 > hexdump.1.gz gzip -cn /src/usr.bin/hexdump/od.1 > od.1.gz ===> usr.bin/host (all) cc -O -pipe -G0 -I/src/usr.bin/host/../../contrib/ldns -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/host/../../contrib/ldns-host/ldns-host
[head tinderbox] failure on ia64/ia64
TB --- 2014-05-16 08:28:43 - tinderbox 2.21 running on freebsd-current.sentex.ca TB --- 2014-05-16 08:28:43 - FreeBSD freebsd-current.sentex.ca 9.2-STABLE FreeBSD 9.2-STABLE #0 r263721: Tue Mar 25 09:27:39 EDT 2014 d...@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2014-05-16 08:28:43 - starting HEAD tinderbox run for ia64/ia64 TB --- 2014-05-16 08:28:43 - cleaning the object tree TB --- 2014-05-16 08:29:11 - /usr/local/bin/svn stat --no-ignore /src TB --- 2014-05-16 08:29:32 - At svn revision 266206 TB --- 2014-05-16 08:29:33 - building world TB --- 2014-05-16 08:29:33 - CROSS_BUILD_TESTING=YES TB --- 2014-05-16 08:29:33 - MAKEOBJDIRPREFIX=/obj TB --- 2014-05-16 08:29:33 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2014-05-16 08:29:33 - SRCCONF=/dev/null TB --- 2014-05-16 08:29:33 - TARGET=ia64 TB --- 2014-05-16 08:29:33 - TARGET_ARCH=ia64 TB --- 2014-05-16 08:29:33 - TZ=UTC TB --- 2014-05-16 08:29:33 - __MAKE_CONF=/dev/null TB --- 2014-05-16 08:29:33 - cd /src TB --- 2014-05-16 08:29:33 - /usr/bin/make -B buildworld >>> Building an up-to-date bmake(1) >>> World build started on Fri May 16 08:29:41 UTC 2014 >>> 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 >>> 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 [...] gzip -cn /src/usr.bin/head/head.1 > head.1.gz ===> usr.bin/hexdump (all) cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/conv.c cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/display.c cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexdump.c cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/hexsyntax.c cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/odsyntax.c cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/hexdump/parse.c cc -O2 -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign-o hexdump conv.o display.o hexdump.o hexsyntax.o odsyntax.o parse.o gzip -cn /src/usr.bin/hexdump/hexdump.1 > hexdump.1.gz gzip -cn /src/usr.bin/hexdump/od.1 > od.1.gz ===> usr.bin/host (all) cc -O2 -pipe -I/src/usr.bin/host/../../contrib/ldns -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.bin/host/../../contrib/ldns-host/ldns-host.c cc1: warnings being t