What might be causing this during during buildworld in 7.4-STABLE ?

2011-11-25 Thread Jukka A. Ukkonen
I keep persistently getting this for no obvious reason... ===> gnu/usr.bin/texinfo/makeinfo (installincludes) ===> gnu/usr.bin/texinfo/info (installincludes) ===> gnu/usr.bin/texinfo/infokey (installincludes) ===> gnu/usr.bin/texinfo/install-info (installincludes) ===> gnu/usr.bin/texinfo/texinde

Re: Invalid fdisk partition table found (fwd)

2011-11-25 Thread Warren Block
On Fri, 25 Nov 2011, Robert wrote: On Thu, 24 Nov 2011 13:45:37 -0700 (MST) Warren Block wrote: On Thu, 24 Nov 2011, Robert wrote: [robert@dell64] ~> sudo gpart destroy -F da1 da1 destroyed [robert@dell64] ~> fdisk /dev/da1 *** Working on device /dev/da1 *** parameters extracted fr

RE: buildkernel not honoring WITH_MODULES from make.conf ? (was: Re: Quick build of stripped-down kernel)

2011-11-25 Thread Terrence Koeman
On Fri, 25 Nov 2011 at 19:27:54, Damien Fleuriot wrote: > On 11/24/11 4:17 PM, b. f. wrote: >> >> If you are going to build most of the modules, but only want to exclude >> a few, then add the directories of the modules to be excluded (relative >> to /usr/src/sys/modules) to WITHOUT_MODULES, for

Re: No colours at all with ncurses and urxvt on FreeBSD 9.0-RC2

2011-11-25 Thread Thomas Dickey
On Fri, Nov 25, 2011 at 06:58:21PM +0100, Moritz Wilhelmy wrote: > On Fri, Nov 25, 2011 at 08:19:15 -0500, Thomas Dickey wrote: > > well... rxvt-unicode-256color was the effect of the checkins for termcap.src > > for conf/152713 and conf/153164 > > > > The earlier one suggests that the naming came

buildkernel not honoring WITH_MODULES from make.conf ? (was: Re: Quick build of stripped-down kernel)

2011-11-25 Thread Damien Fleuriot
On 11/24/11 4:17 PM, b. f. wrote: > > If you are going to build most of the modules, but only want to > exclude a few, then add the directories of the modules to be excluded > (relative to /usr/src/sys/modules) to WITHOUT_MODULES, for example in > /etc/make.conf. If you are only going to build a f

Re: No colours at all with ncurses and urxvt on FreeBSD 9.0-RC2

2011-11-25 Thread Moritz Wilhelmy
On Fri, Nov 25, 2011 at 08:19:15 -0500, Thomas Dickey wrote: > well... rxvt-unicode-256color was the effect of the checkins for termcap.src > for conf/152713 and conf/153164 > > The earlier one suggests that the naming came from rxvt-unicode's sources. > Checking that, it seems that the rxvt-unico

Re: Invalid fdisk partition table found (fwd)

2011-11-25 Thread Robert
On Thu, 24 Nov 2011 13:45:37 -0700 (MST) Warren Block wrote: > On Thu, 24 Nov 2011, Robert wrote: > > > [robert@dell64] ~> sudo gpart destroy -F da1 > > da1 destroyed > > > > [robert@dell64] ~> fdisk /dev/da1 > > *** Working on device /dev/da1 *** > > parameters extracted from in-core di

Re: Invalid fdisk partition table found

2011-11-25 Thread Lowell Gilbert
Robert writes: > Greetings > > [robert@dell64] ~> uname -a > FreeBSD dell64.shasta204.local 8.2-STABLE FreeBSD 8.2-STABLE #34: Fri > Nov 18 06:43:01 PST 2011 > root@dell64.shasta204.local:/usr/obj/usr/src/sys/GENERIC amd64 > > I have two Lexar Professional 600X 16GB compact flash cards that are

Re: "options atapicam" and/or "device ATA_CAM" in kernel config?

2011-11-25 Thread Lowell Gilbert
"Thomas Mueller" writes: > What is the role of "options atapicam" and "device ATA_CAM" in kernel config > file? > > Are they redundant? Kernel will build with both these options, but will it > make things go awry? Is ATA_CAM deprecated? As far as I can see, ATA_CAM isn't currently documented

Re: Quick build of stripped-down kernel

2011-11-25 Thread b. f.
On 11/25/11, Thomas Mueller wrote: > from "b. f." : > >> If you are going to build most of the modules, but only want to >> exclude a few, then add the directories of the modules to be excluded >> (relative to /usr/src/sys/modules) to WITHOUT_MODULES, for example in >> /etc/make.conf. If you are o

RE: Quick build of stripped-down kernel

2011-11-25 Thread Brett Glass
At 10:39 AM 11/24/2011, Terrence Koeman wrote: Add makeoptions NO_MODULES=yes to your KERNCONF. Thank you (and thanks also to the other folks who responded in private e-mail). It also has a second advantage: besides disabling generation of the .ko files, it also suppresses compilation

Re: No colours at all with ncurses and urxvt on FreeBSD 9.0-RC2

2011-11-25 Thread Thomas Dickey
On Fri, Nov 25, 2011 at 01:02:15PM +0100, Moritz Wilhelmy wrote: > On Fri, Nov 25, 2011 at 06:37:18 -0500, Thomas Dickey wrote: > > On Fri, Nov 25, 2011 at 11:59:01AM +0100, Moritz Wilhelmy wrote: > > > I can't get colours to work with urxvt (the "normal" urxvt, that is, not > > > the 256-color one

Re: No colours at all with ncurses and urxvt on FreeBSD 9.0-RC2

2011-11-25 Thread Thomas Dickey
On Fri, Nov 25, 2011 at 11:59:01AM +0100, Moritz Wilhelmy wrote: > Hello, > > I can't get colours to work with urxvt (the "normal" urxvt, that is, not > the 256-color one) over ssh. Google doesn't come up with any usable > results for this particular case.. What bothers me is that a termcap > entr

Re: No colours at all with ncurses and urxvt on FreeBSD 9.0-RC2

2011-11-25 Thread Moritz Wilhelmy
On Fri, Nov 25, 2011 at 06:37:18 -0500, Thomas Dickey wrote: > On Fri, Nov 25, 2011 at 11:59:01AM +0100, Moritz Wilhelmy wrote: > > I can't get colours to work with urxvt (the "normal" urxvt, that is, not > > the 256-color one) over ssh. Google doesn't come up with any usable > > results for this p

Re: Quick build of stripped-down kernel

2011-11-25 Thread Alexander Best
On Fri Nov 25 11, Thomas Mueller wrote: > from "b. f." : > > > If you are going to build most of the modules, but only want to > > exclude a few, then add the directories of the modules to be excluded > > (relative to /usr/src/sys/modules) to WITHOUT_MODULES, for example in > > /etc/make.conf. If

No colours at all with ncurses and urxvt on FreeBSD 9.0-RC2

2011-11-25 Thread Moritz Wilhelmy
Hello, I can't get colours to work with urxvt (the "normal" urxvt, that is, not the 256-color one) over ssh. Google doesn't come up with any usable results for this particular case.. What bothers me is that a termcap entry for "rxvt-unicode" is present on the termcap file FreeBSD came with. I'm re