How to update /usr/src/ using SVN and make update?

2011-12-10 Thread O. Hartmann
Taking the instruction from manpage make.conf(5) and setting variable SVN_UPDATE to YES, typing make update in /usr/src fails due to svn can not be found. make.conf(5) also contains a variable SUP containing the path for cvsup or cvsup and I'm desperately missing a similar variable for

[head tinderbox] failure on ia64/ia64

2011-12-10 Thread FreeBSD Tinderbox
TB --- 2011-12-10 08:40:32 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-10 08:40:32 - starting HEAD tinderbox run for ia64/ia64 TB --- 2011-12-10 08:40:32 - cleaning the object tree TB --- 2011-12-10 08:40:48 - cvsupping the source tree TB --- 2011-12-10 08:40:48 -

Re: Burning CDs and DVDs on SATA drive in FreeBSD 9.0

2011-12-10 Thread Thomas Mueller
--- On Fri, 12/9/11, Marius Strobl mar...@alchemy.franken.de wrote: +, Thomas Mueller wrote: Recompile the port; the CAM ioctl numbers have changed. Cheers Michiel When did these CAM ioctl numbers change?  Was it before or after I built and installed cdrtools? Running ls

Re: Burning CDs and DVDs on SATA drive in FreeBSD 9.0

2011-12-10 Thread Marius Strobl
On Sat, Dec 10, 2011 at 02:27:22AM -0800, Thomas Mueller wrote: --- On Fri, 12/9/11, Marius Strobl mar...@alchemy.franken.de wrote: +, Thomas Mueller wrote: Recompile the port; the CAM ioctl numbers have changed. Cheers Michiel When did these CAM ioctl numbers change??

Re: FreeBSD 10.0-CURRENT/AMD64 (CLANG): lang/gcc46 fails to build

2011-12-10 Thread O. Hartmann
On 12/07/11 07:11, Steve Kargl wrote: On Wed, Dec 07, 2011 at 05:56:31AM +0100, O. Hartmann wrote: config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands gmake[2]: Leaving directory `/usr/ports/lang/gcc46/work/build' gmake[1]: ***

Re: How to update /usr/src/ using SVN and make update?

2011-12-10 Thread Herbert J. Skuhra
On Sat, Dec 10, 2011, at 10:59, O. Hartmann wrote: Taking the instruction from manpage make.conf(5) and setting variable SVN_UPDATE to YES, typing make update in /usr/srcfails due to svn can not be found. make.conf(5) also contains a variable SUP containing the path for cvsup or cvsup and

Re: How to update /usr/src/ using SVN and make update?

2011-12-10 Thread Chuck Burns
On Saturday, December 10, 2011 3:59:41 AM O. Hartmann wrote: Taking the instruction from manpage make.conf(5) and setting variable SVN_UPDATE to YES, typing make update in /usr/srcfails due to svn can not be found. make.conf(5) also contains a variable SUP containing the path for cvsup or

Re: How to update /usr/src/ using SVN and make update?

2011-12-10 Thread Chuck Burns
On Saturday, December 10, 2011 7:35:27 AM Chuck Burns wrote: Here is quick, hackish patch to allow your make update to work, it appears that the Makefile.inc1 does not include the full path to svn, while it does include the full path to cvs and other tools, this makes me think that the user

[head tinderbox] failure on i386/i386

2011-12-10 Thread FreeBSD Tinderbox
TB --- 2011-12-10 12:50:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-10 12:50:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-12-10 12:50:00 - cleaning the object tree TB --- 2011-12-10 12:51:04 - cvsupping the source tree TB --- 2011-12-10 12:51:04 -

[head tinderbox] failure on amd64/amd64

2011-12-10 Thread FreeBSD Tinderbox
TB --- 2011-12-10 12:50:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-10 12:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-12-10 12:50:00 - cleaning the object tree TB --- 2011-12-10 12:51:03 - cvsupping the source tree TB --- 2011-12-10 12:51:03 -

[head tinderbox] failure on i386/i386

2011-12-10 Thread FreeBSD Tinderbox
TB --- 2011-12-10 18:20:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-10 18:20:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-12-10 18:20:00 - cleaning the object tree TB --- 2011-12-10 18:20:27 - cvsupping the source tree TB --- 2011-12-10 18:20:27 -

Re: How to update /usr/src/ using SVN and make update?

2011-12-10 Thread O. Hartmann
On 12/10/11 14:51, Chuck Burns wrote: On Saturday, December 10, 2011 7:35:27 AM Chuck Burns wrote: Here is quick, hackish patch to allow your make update to work, it appears that the Makefile.inc1 does not include the full path to svn, while it does include the full path to cvs and other

[head tinderbox] failure on amd64/amd64

2011-12-10 Thread FreeBSD Tinderbox
TB --- 2011-12-10 18:20:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-10 18:20:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-12-10 18:20:00 - cleaning the object tree TB --- 2011-12-10 18:20:31 - cvsupping the source tree TB --- 2011-12-10 18:20:31 -

Re: FreeBSD 10.0-CURRENT/AMD64 (CLANG): lang/gcc46 fails to build

2011-12-10 Thread Benjamin Kaduk
[-questions to bcc] On Sat, 10 Dec 2011, O. Hartmann wrote: On 12/07/11 07:11, Steve Kargl wrote: On Wed, Dec 07, 2011 at 05:56:31AM +0100, O. Hartmann wrote: config.status: creating ada/Makefile config.status: creating auto-host.h config.status: executing default commands gmake[2]: Leaving

Re: How to update /usr/src/ using SVN and make update?

2011-12-10 Thread Benjamin Kaduk
On Sat, 10 Dec 2011, O. Hartmann wrote: On 12/10/11 14:51, Chuck Burns wrote: On Saturday, December 10, 2011 7:35:27 AM Chuck Burns wrote: Here is quick, hackish patch to allow your make update to work, it appears that the Makefile.inc1 does not include the full path to svn, while it does

calling all fs experts

2011-12-10 Thread Maksim Yevmenkin
Hello, i have a question for fs wizards. suppose i can persuade modern spinning disk to do large reads (say 512K to 1M) at a time. also, suppose file system on such modern spinning drive is used to store large files (tens to hundreds of megabytes). is there any way i can tweak the file system

[head tinderbox] failure on i386/i386

2011-12-10 Thread FreeBSD Tinderbox
TB --- 2011-12-10 23:50:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-10 23:50:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-12-10 23:50:00 - cleaning the object tree TB --- 2011-12-10 23:50:21 - cvsupping the source tree TB --- 2011-12-10 23:50:21 -

[head tinderbox] failure on amd64/amd64

2011-12-10 Thread FreeBSD Tinderbox
TB --- 2011-12-10 23:50:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-10 23:50:00 - starting HEAD tinderbox run for amd64/amd64 TB --- 2011-12-10 23:50:00 - cleaning the object tree TB --- 2011-12-10 23:50:27 - cvsupping the source tree TB --- 2011-12-10 23:50:27 -

[head tinderbox] failure on i386/i386

2011-12-10 Thread FreeBSD Tinderbox
TB --- 2011-12-11 05:20:00 - tinderbox 2.8 running on freebsd-current.sentex.ca TB --- 2011-12-11 05:20:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-12-11 05:20:00 - cleaning the object tree TB --- 2011-12-11 05:20:24 - cvsupping the source tree TB --- 2011-12-11 05:20:24 -