Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Ruslan Ermilov
On Sat, Jun 28, 2003 at 03:00:57PM -1000, Vincent Poy wrote: > [EMAIL PROTECTED] [5:57pm][/usr/src] >> make buildworld > > -- > >>> Rebuilding the temporary build tree > -- > >>>

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Vincent Poy
On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > On Sat, Jun 28, 2003 at 03:00:57PM -1000, Vincent Poy wrote: > > [EMAIL PROTECTED] [5:57pm][/usr/src] >> make buildworld > > > > -- > > >>> Rebuilding the temporary build tree > > -

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Ruslan Ermilov
On Sat, Jun 28, 2003 at 10:31:09PM -1000, Vincent Poy wrote: [...] > > > cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c > > > /usr/src/tools/build/dummy.c -o dummy.o > > > building static egacy library > > > ar: not found > > > *** Error code 127 > > > > > > Stop in /usr/src/tools/build

5.2-RELEASE TODO

2003-06-29 Thread Robert Watson
This is an automated bi-weekly mailing of the FreeBSD 5.2 open issues list. The live version of this list is available at: http://www.FreeBSD.org/releases/5.2R/todo.html Automated mailing of this list will continue through the release of FreeBSD 5.2. FreeBSD 5.2

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Vincent Poy
On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > On Sat, Jun 28, 2003 at 10:31:09PM -1000, Vincent Poy wrote: > [...] > > > > cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c > > > > /usr/src/tools/build/dummy.c -o dummy.o > > > > building static egacy library > > > > ar: not found > > > > *

Re: 5.2-RELEASE TODO

2003-06-29 Thread Tim Robbins
On Sun, Jun 29, 2003 at 10:00:15AM -0400, Robert Watson wrote: >|+---++---| | >|| || Kris Kennaway | | >|| || reports |

[PATCH] Missing case statement in sys/boot/pc98/boot2/io.c

2003-06-29 Thread Andre Guibert de Bruet
Hi, There's a case statement missing in the implementation of printf located in sys/boot/pc98/boot2/io.c to handle double % signs in the format argument. I realize that this would probably never be used under normal conditions but for correctness, shouldn't the attached patch be committed? Regar

Re: HEADS UP: libthr broken (was Re: HEADS UP: new KSE signal code)

2003-06-29 Thread John Polstra
In article <[EMAIL PROTECTED]>, Mike Makonnen <[EMAIL PROTECTED]> wrote: > David's signal changes broke libthr. This is not his fault. The > original implementation of sigtimedwait was broken and jdp (John > Polstra) had worked up patches to fix it, but David beat him to it > :-). Well, it would

Re: 5.2-RELEASE TODO

2003-06-29 Thread David Taylor
On Sun, 29 Jun 2003, Robert Watson wrote: > ++ > |Issue| Status | Responsible | Description | > |-+--+-+-| ^^^ I don't suppos

Re: 5.2-RELEASE TODO

2003-06-29 Thread Robert Watson
On Sun, 29 Jun 2003, David Taylor wrote: > On Sun, 29 Jun 2003, Robert Watson wrote: > > ++ > > |Issue| Status | Responsible | Description | > > |-+--+---

Re: 5.2-RELEASE TODO

2003-06-29 Thread David Taylor
On Sun, 29 Jun 2003, David Taylor wrote: > I don't suppose it would be possible to delete a couple of those leading > spaces on each line? > Bah, ignore me, after deciding it was mutt's fault for wrapping it when it shouldn't be, I found the 'wrapmargin' setting in my muttrc file... Reducing that

Re: 5.2-RELEASE TODO

2003-06-29 Thread John-Mark Gurney
David Taylor wrote this message on Sun, Jun 29, 2003 at 17:04 +0100: > Although it fits into an 80-column display in vim/cat/whatever, mutt ends > up wrapping it, and making it very ugly, but removing a couple of the > spaces would make it fit fine. Reconfigure your mutt. It works fine over here

[-CURRENT tinderbox] failure on alpha/alpha

2003-06-29 Thread Tinderbox
TB --- 2003-06-29 16:00:01 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-06-29 16:00:01 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-29 16:07:33 - building world TB --- cd /

Re: [-CURRENT tinderbox] failure on alpha/alpha

2003-06-29 Thread Marcel Moolenaar
On Sun, Jun 29, 2003 at 05:28:12PM +, Tinderbox wrote: > TB --- 2003-06-29 17:21:45 - building generic kernel > TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha/src > TB --- /usr/bin/make buildkernel KERNCONF=GENERIC > >>> Kernel build for GENERIC started on Sun Jun 29 17:21:45 GMT 2003 > [...

[-CURRENT tinderbox] failure on amd64/amd64

2003-06-29 Thread Tinderbox
TB --- 2003-06-29 17:28:12 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2003-06-29 17:28:12 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/amd64/amd64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-29 17:31:31 - building world TB --- cd /

Re: HEADS UP: libthr broken (was Re: HEADS UP: new KSE signal code)

2003-06-29 Thread Mike Makonnen
Libthr should be working again. -- Mike Makonnen | GPG-KEY: http://www.identd.net/~mtm/mtm.asc [EMAIL PROTECTED] | D228 1A6F C64E 120A A1C9 A3AA DAE1 E2AF DBCC 68B9 [EMAIL PROTECTED]| FreeBSD - The Power To Serve ___ [EMAIL PROTECTED] mailing list htt

errors under g++ 3.2.2

2003-06-29 Thread Allan Bowhill
I recently updated one of my machines to -current to adapt some code to build under the new version of gcc (3.2.2). However, file IO using gives error messages about implicit typenames being deprecated, and I can't for the life of me figure out what to do my code to make the compiler happy. Has an

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Ruslan Ermilov
On Sun, Jun 29, 2003 at 04:01:09AM -1000, Vincent Poy wrote: [...] > One question though is where are the freebsd.submit.mc and > freebsd.submit.cf located as I only see those files when you do a install > but not anywhere in the tree. > They are copied from prebuilt files in src/c

Re: errors under g++ 3.2.2

2003-06-29 Thread Patrick Hartling
Allan Bowhill wrote: I recently updated one of my machines to -current to adapt some code to build under the new version of gcc (3.2.2). However, file IO using gives error messages about implicit typenames being deprecated, and I can't for the life of me figure out what to do my code to make the c

errors under g++ 3.2.2

2003-06-29 Thread Jeffrey Hsu
> file IO using gives error messages about implicit typenames > being deprecated, and I can't for the life of me figure out what to do > my code to make the compiler happy Change your /usr/include/g++/fstream as follows: --- /usr/include/g++/fstreamSun Jun 29 09:17:46 2003 +++ fstream

Re: errors under g++ 3.2.2

2003-06-29 Thread Markus Niemistö
On Sun, 29 Jun 2003 11:19:02 -0700 "Allan Bowhill" <[EMAIL PROTECTED]> wrote: > I recently updated one of my machines to -current to adapt some code > to build under the new version of gcc (3.2.2). However, file IO using > gives error messages about implicit typenames being > deprecated, and I ca

Re: errors under g++ 3.2.2

2003-06-29 Thread David Leimbach
On Sunday, June 29, 2003, at 1:19PM, Allan Bowhill wrote: I recently updated one of my machines to -current to adapt some code to build under the new version of gcc (3.2.2). However, file IO using gives error messages about implicit typenames being deprecated, and I can't for the life of me fig

Re: errors under g++ 3.2.2

2003-06-29 Thread David Leimbach
On Sunday, June 29, 2003, at 1:44PM, Jeffrey Hsu wrote: file IO using gives error messages about implicit typenames being deprecated, and I can't for the life of me figure out what to do my code to make the compiler happy Change your /usr/include/g++/fstream as follows: Can someone commit this ch

Re: [-CURRENT tinderbox] failure on amd64/amd64

2003-06-29 Thread Peter Wemm
Tinderbox wrote: > TB --- 2003-06-29 17:28:12 - starting CURRENT tinderbox run for amd64/amd64 [..] > >>> stage 3: cross tools > >>> stage 4: populating /home/des/tinderbox/CURRENT/amd64/amd64/obj/amd64/vol /vol0/users/des/tinderbox/CURRENT/amd64/amd64/src/i386/usr/include > >>> stage 4: buildi

Very alpha BroadCom 4401 driver

2003-06-29 Thread Duncan Barclay
Hello all For those of you who have a Broadcom 4401 10/100 Ethernet (not gigabit) can you please try the driver at http://people.freebsd.org/~dmlb/bcm-0306291936.tar.gz. Untar it, and you should have sys/dev/bcm/* and sys/modules/bcm/Makefile. Put these into /sys then cd /sys/modules/bcm m

desired feature for 5.2

2003-06-29 Thread Eriq Lamar
maybe it would be good to be able to make world :) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Vincent Poy
On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > On Sun, Jun 29, 2003 at 04:01:09AM -1000, Vincent Poy wrote: > [...] > > One question though is where are the freebsd.submit.mc and > > freebsd.submit.cf located as I only see those files when you do a install > > but not anywhere in the

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Ruslan Ermilov
On Sun, Jun 29, 2003 at 09:47:52AM -1000, Vincent Poy wrote: > On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > > > On Sun, Jun 29, 2003 at 04:01:09AM -1000, Vincent Poy wrote: > > [...] > > > One question though is where are the freebsd.submit.mc and > > > freebsd.submit.cf located as

[-CURRENT tinderbox] failure on i386/pc98

2003-06-29 Thread Tinderbox
TB --- 2003-06-29 19:34:13 - starting CURRENT tinderbox run for i386/pc98 TB --- 2003-06-29 19:34:13 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/pc98 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-29 19:36:53 - building world TB --- cd /home

Re: 5.2-RELEASE TODO

2003-06-29 Thread Robert Watson
On Mon, 30 Jun 2003, Tim Robbins wrote: > This has already been fixed. Great, I'll update the list, thanks! Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories ___ [EMAIL PROTE

[-CURRENT tinderbox] failure on ia64/ia64

2003-06-29 Thread Tinderbox
TB --- 2003-06-29 20:13:15 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2003-06-29 20:13:15 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-29 20:15:29 - building world TB --- cd /home

Re: errors under g++ 3.2.2

2003-06-29 Thread Allan Bowhill
> When you upgraded to -current, did you read /usr/src/UPDATING? > You might find the following entry interesting: > > 20020831: > gcc has been upgraded to 3.2. It is not all binary compatible > with earlier versions of gcc for c++ programs. All c++ > programs and librari

[-CURRENT tinderbox] failure on sparc64/sparc64

2003-06-29 Thread Tinderbox
TB --- 2003-06-29 20:56:43 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2003-06-29 20:56:43 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-06-29 20:59:01 - building world TB

Re: errors under g++ 3.2.2

2003-06-29 Thread Allan Bowhill
> I do a lot of C++ development on -current, and I have been seeing these > exact warnings. The problem is in the fstream header, however, so there > is nothing you can do to your code to prevent the warnings. You could > modify /usr/include/g++/fstream to silence the warnings, but it would

palm issues

2003-06-29 Thread Evan S.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When trying to connect my USB palm (Sony Clie SJ22) to my FreeBSD 5.0-current box, I get the following error on ucom0: Jun 29 17:50:08 teqnix kernel: ucom0: Palm, Inc. Palm Handheld, rev 1.00/1.00, a ddr 2 Jun 29 17:50:10 teqnix kernel

timeseal program doesn't work with FreeBSD-5.1

2003-06-29 Thread Juan Francisco Rodriguez Hervella
Hello: I usuallly play chess on FICS. They use a programme called "Timeseal", which is pre-compiled for a lot of different platforms (Linux, Windows, FreeBSD, etc). This program adjust clocks when network delay appears or something like that, I'm not an expert on the subject. The problem is that

Re: timeseal program doesn't work with FreeBSD-5.1

2003-06-29 Thread Kris Kennaway
On Mon, Jun 30, 2003 at 12:49:01AM +0200, Juan Francisco Rodriguez Hervella wrote: > Hello: > > I usuallly play chess on FICS. They use a programme > called "Timeseal", which is pre-compiled for a lot > of different platforms (Linux, Windows, FreeBSD, etc). > > This program adjust clocks when net

Re: timeseal program doesn't work with FreeBSD-5.1

2003-06-29 Thread Jean-Marc Zucconi
> Juan Francisco Rodriguez Hervella writes: > Hello: > I usuallly play chess on FICS. They use a programme > called "Timeseal", which is pre-compiled for a lot > of different platforms (Linux, Windows, FreeBSD, etc). > This program adjust clocks when network delay appears > or something

Re: latest -CURRENT buildworld fails - 17:30PDT June 8, 2003

2003-06-29 Thread Vincent Poy
On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > On Sun, Jun 29, 2003 at 09:47:52AM -1000, Vincent Poy wrote: > > On Sun, 29 Jun 2003, Ruslan Ermilov wrote: > > > > > On Sun, Jun 29, 2003 at 04:01:09AM -1000, Vincent Poy wrote: > > > [...] > > > > One question though is where are the f

Re: timeseal program doesn't work with FreeBSD-5.1

2003-06-29 Thread Robert Watson
On Mon, 30 Jun 2003, Juan Francisco Rodriguez Hervella wrote: > bash: ./timeseal.FreeBSD: cannot execute binary file > > "ldd" shows this: > > ldd: timeseal.FreeBSD: not a dynamic executable Try running the file command on the binary to see what kind of file it is. If the program is an old i

Re: bug in ftp client?

2003-06-29 Thread Mike Heffner
On 28-Jun-2003 Marco Wertejuk wrote: | I don't know since when this happens, but I've noticed, | that the ETA time looks strange: | Doh, looks like I included the wrong patchset when I did the latest import. I've just fixed this in CVS. Thanks, Mike -- Mike Heffner <[EMAIL PROTECTED

Re: 3D graphic cards

2003-06-29 Thread Andy Sparrow
> I thought most of the GATOS stuff had been merged into 4.3. At least I > have had no problems with Xv on my Radeon 7000 with XFree86 4.3.0 and > I seem to recall that support was claimed for all Radeons except, > perhaps the 9500. Perhaps for other cards, but there's still no native Xv support

Disk Geometry Error

2003-06-29 Thread Systems Engineering
I am attempting an installation via the 5.1-R iso. During the partitioning process, fdisk reports that the detected disk geometry is probably incorrect. Subsequently, I attempt to specify the geometry reported by bios (CSH:19158,255,16). This geometry is, however, rejected. I have tried some