Re: burncd/cdcontrol

2002-10-29 Thread David O'Brien
On Sat, Oct 26, 2002 at 08:13:18PM -0700, Julian Elischer wrote: I have an ATAPI dvd writer on a firewire-atapi converter that connects to CAM via SBP-2. Using some patches for cdrecord that are available on the internet I got it to write fine, so tehatapi and SCSI commands for writing are

Re: sparc64 tinderbox failure

2002-10-29 Thread David O'Brien
On Thu, Oct 24, 2002 at 06:39:15PM -0400, Jake Burkholder wrote: You can also get various new machines on sun.com for around $1000 USD, IIRC a 500mhz blade 100 does a buildworld in around 2-3 hours. A $1000 (new) 500 MHz blade running GENERIC (minus WITNESS) builds world in a little under 3

Re: Lack of real long double support (was Re: libstdc++ does notcontain fabsl symbol)

2002-10-29 Thread Loren James Rittle
Claiming 53 bits but supporting 64, and then not raising an exception and/or giving a NaN or INF result on overflow to the 54th bit is broken. If you do this, you will fail runtime validation suites. Huh? The 53-bit quantity refers to the mantissa not the exponent. Unless I'm sorely

Re: Lack of real long double support

2002-10-29 Thread Loren James Rittle
In article [EMAIL PROTECTED] imp writes: This works. I'm not sure why this isn't the default. It looks like we have hacks in the local tree to do this, which is why I thought that it worked great by default This is true too. See the fpsetprec() call that I had to add to make things

Re: Lack of real long double support

2002-10-29 Thread Bruce Evans
On Mon, 28 Oct 2002, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Loren James Rittle [EMAIL PROTECTED] writes: This works. I'm not sure why this isn't the default. It looks like we have hacks in the local tree to do this, which is why I thought that it worked great by

make(1) broken!

2002-10-29 Thread Poul-Henning Kamp
I've wasted most of my morning on locating why make release was broken. The answer is that make(1) does not do variable substitutions right now, and in particular the line CATDIR= ${MANDIR:H:S/$/\/cat/} in bsd.man.mk produces the breaking bogosity. Notice that the man seems to

[PATCH] NEWCARD: pccardc power support

2002-10-29 Thread Mitsuru IWASAKI
Hi, I've implemented pccardc power and boot_deactivated support code for NEWCARD. They are needed for some mobile users including me. - Add pccardc power support code. Yes, it's OLDCARD compatible. - Add new loader tunable hw.cbb.boot_deactivated to prevent pccards from attaching

Re: make(1) broken!

2002-10-29 Thread Juli Mallett
* De: Poul-Henning Kamp [EMAIL PROTECTED] [ Data: 2002-10-29 ] [ Subjecte: make(1) broken! ] I've wasted most of my morning on locating why make release was broken. The answer is that make(1) does not do variable substitutions right now, and in particular the line CATDIR=

gnome on current

2002-10-29 Thread Doug Rabson
I just spent a few hours trying to get gnome working on one of my systems, since kde still appears to be completely hosed. Unfortunately, not much of it worked reliably. In particular, all the sawfish preferences applets crash instantly. On investigating one of the crashes more carefully, I

Re: make(1) broken!

2002-10-29 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Juli Mallett writes: Please test make(1) changes on make release in the future. The standard metric has been 'make buildworld' I thought? Anyway, try with revision 1.2 of var_modify.c, that should do it. There are a lot of weird make targets which are only used

Re: make(1) broken!

2002-10-29 Thread Juli Mallett
* De: Poul-Henning Kamp [EMAIL PROTECTED] [ Data: 2002-10-29 ] [ Subjecte: Re: make(1) broken! ] Realistically, to prevent any sort of breakage to make(1), we should test make(1) by building every port that does not USE_GMAKE, and do release, and do cross-release. Or just not modify

Re: gnome on current

2002-10-29 Thread John Polstra
In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: I just spent a few hours trying to get gnome working on one of my systems, since kde still appears to be completely hosed. Unfortunately, not much of it worked reliably. In particular, all the sawfish preferences applets crash

Re: sparc64 tinderbox failure

2002-10-29 Thread Andrew Gallatin
David O'Brien writes: On Thu, Oct 24, 2002 at 06:39:15PM -0400, Jake Burkholder wrote: You can also get various new machines on sun.com for around $1000 USD, IIRC a 500mhz blade 100 does a buildworld in around 2-3 hours. A $1000 (new) 500 MHz blade running GENERIC (minus WITNESS)

Re: gnome on current

2002-10-29 Thread Doug Rabson
On Tue, 29 Oct 2002, John Polstra wrote: In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: I just spent a few hours trying to get gnome working on one of my systems, since kde still appears to be completely hosed. Unfortunately, not much of it worked reliably. In

Re: gnome on current

2002-10-29 Thread John Polstra
In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002, John Polstra wrote: When a symbol is defined in multiple libraries, the first library wins. That's how it has always been in Unix, for archive libraries and for shared libraries. This is a big

Re: gnome on current

2002-10-29 Thread Doug Rabson
On Tue, 29 Oct 2002, John Polstra wrote: In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002, John Polstra wrote: When a symbol is defined in multiple libraries, the first library wins. That's how it has always been in Unix, for archive libraries

The next make release breaker...

2002-10-29 Thread Poul-Henning Kamp
cc -O -pipe -mcpu=pentiumpro -I/usr/src/secure/usr.sbin/sshd/../../../crypto/ope nssh -DKRB5 -DHEIMDAL -DXAUTH_PATH=\/usr/X11R6/bin/xauth\ -DNO_IDEA -o ssh d sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshpty.o sshlogin. o servconf.o serverloop.o uidswap.o auth.o auth1.o

Re: The next make release breaker...

2002-10-29 Thread Dag-Erling Smorgrav
Poul-Henning Kamp [EMAIL PROTECTED] writes: auth1.o: In function `do_authloop': auth1.o(.text+0x220): undefined reference to `mm_auth_krb5' *** Error code 1 1 error *** Error code 2 You must have cvsupped at a bad time - looks like you missed the three Makefile deltas in src/secure. DES --

Re: The next make release breaker...

2002-10-29 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Dag-Erling Smorgrav writes: Poul-Henning Kamp [EMAIL PROTECTED] writes: auth1.o: In function `do_authloop': auth1.o(.text+0x220): undefined reference to `mm_auth_krb5' *** Error code 1 1 error *** Error code 2 You must have cvsupped at a bad time - looks like

Re: The next make release breaker...

2002-10-29 Thread Dag-Erling Smorgrav
Poul-Henning Kamp [EMAIL PROTECTED] writes: In message [EMAIL PROTECTED], Dag-Erling Smorgrav writes: You must have cvsupped at a bad time - looks like you missed the three Makefile deltas in src/secure. I just started over, and cvsup did not pull any files down... Well, mm_auth_krb5() is

Re: The next make release breaker...

2002-10-29 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Dag-Erling Smorgrav writes: Poul-Henning Kamp [EMAIL PROTECTED] writes: In message [EMAIL PROTECTED], Dag-Erling Smorgrav writes: You must have cvsupped at a bad time - looks like you missed the three Makefile deltas in src/secure. I just started over, and cvsup

Re: The next make release breaker...

2002-10-29 Thread Dag-Erling Smorgrav
Poul-Henning Kamp [EMAIL PROTECTED] writes: Inside the chroot. 'make release' checks out src in the sandbox, then chroots to it and does a plain 'make world' right? There's no chance the sources in the sandbox were stale, or it was trying to do something fancy? What about the sandbox itself -

Re: sparc64 tinderbox failure

2002-10-29 Thread Jake Burkholder
Apparently, On Tue, Oct 29, 2002 at 08:55:03AM -0500, Andrew Gallatin said words to the effect of; David O'Brien writes: On Thu, Oct 24, 2002 at 06:39:15PM -0400, Jake Burkholder wrote: You can also get various new machines on sun.com for around $1000 USD, IIRC a 500mhz

Re: gnome on current

2002-10-29 Thread John Polstra
In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002, John Polstra wrote: I think it would work if the symbol were defined strongly in libc_r. I think so too. I was trying to work out why this wasn't how things were done already. FWIW, linux's libpthread

Re: HEADS UP: you need to install a new kernel before an installworld.

2002-10-29 Thread Bruce A. Mah
If memory serves me right, Doug Barton wrote: This should go on the Comprehensive guide to updating from source to 5.0 that I'm sure our trusty release engineers are producing? Some of this is described in the early adopter's guide (still a work in progress) that I committed to the release

Re: libgtop port and v_tag changes

2002-10-29 Thread John Baldwin
On 29-Oct-2002 Joe Marcus Clarke wrote: On Mon, 2002-10-28 at 16:37, John Baldwin wrote: On 28-Oct-2002 Joe Marcus Clarke wrote: On Mon, 2002-10-28 at 16:27, John Baldwin wrote: On 28-Oct-2002 Terry Lambert wrote: John Baldwin wrote: I mean, do you know what libgtop is used for?

Re: gnome on current

2002-10-29 Thread Daniel Eischen
On Tue, 29 Oct 2002, John Polstra wrote: In article [EMAIL PROTECTED], Doug Rabson [EMAIL PROTECTED] wrote: On Tue, 29 Oct 2002, John Polstra wrote: I think it would work if the symbol were defined strongly in libc_r. I think so too. I was trying to work out why this wasn't how things

Re: Poor 5.0/nfs performance

2002-10-29 Thread Robert Watson
Hmm. I haven't experienced this with my 5.0 boxes not running WITNESS/INVARIANTS/etc, but I'm updating a box to give it a try. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects [EMAIL PROTECTED] Network Associates Laboratories On Tue, 29 Oct 2002, John De Boskey wrote:

Re: gnome on current

2002-10-29 Thread Archie Cobbs
John Polstra writes: I think it would work if the symbol were defined strongly in libc_r. I think so too. I was trying to work out why this wasn't how things were done already. FWIW, linux's libpthread appears to be defining the pthread_* symbols strongly. I think the weak symbols

Re: gnome on current

2002-10-29 Thread Daniel Eischen
On Tue, 29 Oct 2002, Archie Cobbs wrote: John Polstra writes: I think it would work if the symbol were defined strongly in libc_r. I think so too. I was trying to work out why this wasn't how things were done already. FWIW, linux's libpthread appears to be defining the pthread_*

questions about the state of current

2002-10-29 Thread Raymond Kohler
I'm now a stable user, and I'm considering moving to current to get a jump on upgrading and help with the testing effort. I have some questions about its performance: 1) How is the speed compared to stable? I remember it being just too slow some months ago and was wondering how it was

Re: questions about the state of current

2002-10-29 Thread clark shishido
On Tue, Oct 29, 2002 at 11:40:53AM -0700, Raymond Kohler wrote: 1) How is the speed compared to stable? I remember it being just too slow some months ago and was wondering how it was improving. 2) Are the random hangs in X fixed yet? I can put up with a few issues (it is current, after all),

Re: questions about the state of current

2002-10-29 Thread John Baldwin
On 29-Oct-2002 clark shishido wrote: On Tue, Oct 29, 2002 at 11:40:53AM -0700, Raymond Kohler wrote: 1) How is the speed compared to stable? I remember it being just too slow some months ago and was wondering how it was improving. 2) Are the random hangs in X fixed yet? I can put up with a

Re: gnome on current

2002-10-29 Thread Archie Cobbs
Daniel Eischen writes: It might have been slightly clearer if the _foo and __foo names had been reversed, so that foo always weakly referenced _foo whether or not the function was a cancellation point. But that would have probably caused a lot of changes in existing code (?).

Re: questions about the state of current

2002-10-29 Thread Garance A Drosihn
At 11:40 AM -0700 10/29/02, Raymond Kohler wrote: I'm now a stable user, and I'm considering moving to current to get a jump on upgrading and help with the testing effort. Note that -current is a much wilder place than -stable. I have some questions about its performance: 1) How is the speed

Re: make(1) broken!

2002-10-29 Thread Terry Lambert
Juli Mallett wrote: Please test make(1) changes on make release in the future. The standard metric has been 'make buildworld' I thought? Anyway, try with revision 1.2 of var_modify.c, that should do it. Realistically, to prevent any sort of breakage to make(1), we should test make(1) by

Re: gnome on current

2002-10-29 Thread Terry Lambert
Doug Rabson wrote: On investigating one of the crashes more carefully, I discovered that all calls to pthread_*() were being resolved to stubs in libXThrStub.so in spite of the fact that libc_r was also loaded. This caused problems for e.g. flockfile which failed to initialise its mutex

Re: gnome on current

2002-10-29 Thread Terry Lambert
Doug Rabson wrote: When a symbol is defined in multiple libraries, the first library wins. That's how it has always been in Unix, for archive libraries and for shared libraries. This is a big problem then since X11.so links to XThrStub.so. This means that XThrStub will be ahead of

Re: questions about the state of current

2002-10-29 Thread Eric Hodel
Raymond Kohler ([EMAIL PROTECTED]) wrote: 3) Are there any Very Important Packages (mozilla, kde, c) that won't build or refuse to work right? I've been compiling mozilla/phoenix for months now, out of CVS, and it was only broken twice, and for no more than a couple of days. -- Eric Hodel -

Re: gnome on current

2002-10-29 Thread Doug Rabson
On Tue, 29 Oct 2002, Terry Lambert wrote: Doug Rabson wrote: On investigating one of the crashes more carefully, I discovered that all calls to pthread_*() were being resolved to stubs in libXThrStub.so in spite of the fact that libc_r was also loaded. This caused problems for e.g.

Re: questions about the state of current

2002-10-29 Thread Munish Chopra
On 2002-10-29 11:40 +, Raymond Kohler wrote: I'm now a stable user, and I'm considering moving to current to get a jump on upgrading and help with the testing effort. I have some questions about its performance: 1) How is the speed compared to stable? I remember it being just too slow

Re: questions about the state of current

2002-10-29 Thread Terry Lambert
Raymond Kohler wrote: I'm now a stable user, and I'm considering moving to current to get a jump on upgrading and help with the testing effort. I have some questions about its performance: 1) How is the speed compared to stable? I remember it being just too slow some months ago and was

Re: gnome on current

2002-10-29 Thread Terry Lambert
Doug Rabson wrote: The point is that with the current setup of the XFree86-4-libraries port, you don't have any choice, since libX11 links to libXThrStub. This is the key problem, IMHO. I have a machine running RedHat 8.0 and they don't have any such thing. On RedHat, libXThrStub doesn't even

NEWCARD and Linksys PCM200 ver. 2 CardBus Ethernet

2002-10-29 Thread Garrett Wollman
Has anyone managed to make one of these work? I get the following messages: cardbus1: Expecting link target, got 0x59 cardbus1: Resource not specified in CIS: id=10, size=100 cardbus1: Resource not specified in CIS: id=14, size=400 cardbus1: unknown card (vendor=0x1737, dev=0xab09) at 0.0 irq 11

Re: NEWCARD and Linksys PCM200 ver. 2 CardBus Ethernet

2002-10-29 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Garrett Wollman [EMAIL PROTECTED] writes: : Has anyone managed to make one of these work? I get the following : messages: : : cardbus1: Expecting link target, got 0x59 : cardbus1: Resource not specified in CIS: id=10, size=100 : cardbus1: Resource not

sparc64 tinderbox failure

2002-10-29 Thread Mike Barcroft
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Objective-C threads

2002-10-29 Thread Chad David
Does anybody know if there is a good reason why libobjc is built with thr-single.c? As well, who is the current maintainer of Objective-C? -- Chad David[EMAIL PROTECTED] www.FreeBSD.org [EMAIL PROTECTED] ISSci Inc.Calgary, Alberta Canada To Unsubscribe: send mail to [EMAIL

Re: make(1) broken!

2002-10-29 Thread Doug Barton
On Tue, 29 Oct 2002, Poul-Henning Kamp wrote: I don't think we need to go overboard, but we are in the run{up,down} to a release now, so some extra testing would be nice. I think this point may not have gotten the attention it deserves. Being so close to a major release, why are we changing

Re: Large 'label'ing defaults for sysinstall

2002-10-29 Thread Craig Boston
In this day of larger disk drives, I've modified the code in sysinstall to automatically create a /home partition and increase the rest of the sizes if the size of the disk (or slice) exceeds a given size (currently 58gig in my patch). For example, using A(uto in the label editor on a

Re: The next make release breaker...

2002-10-29 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Dag-Erling Smorgrav writes: Poul-Henning Kamp [EMAIL PROTECTED] writes: Inside the chroot. 'make release' checks out src in the sandbox, then chroots to it and does a plain 'make world' right? There's no chance the sources in the sandbox were stale, or it was

Re: Large 'label'ing defaults for sysinstall

2002-10-29 Thread Matthew Dillon
I have to agree with Daniel here, John. I've worked on 'A'uto quite a bit and it is simply not possible to create 'A'uto values that everyone is satisfied with. It also doesn't make much sense to arbitrarily scale what are normally small partitions just because you have a

Re: Objective-C threads

2002-10-29 Thread Terry Lambert
Chad David wrote: Does anybody know if there is a good reason why libobjc is built with thr-single.c? Historical threads problems. As well, who is the current maintainer of Objective-C? Chad David? -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in

libfetch(3) patch for SSL

2002-10-29 Thread Bill Fenner
Turns out my writev patch for fetch broke SSL, since it could create iov[0].iov_len = 0, which would cause SSL_write(..,0), which would return 0, which would look like a short write and cause an error, which then gets ignored by http.c . Ignoring the bigger picture of the error checking, this fix

Re: Objective-C threads

2002-10-29 Thread David O'Brien
On Tue, Oct 29, 2002 at 07:09:41PM -0700, Chad David wrote: Does anybody know if there is a good reason why libobjc is built with thr-single.c? As well, who is the current maintainer of Objective-C? Few of us have ObjC clue. Do you have a patch that makes things better that you can explain to

Re: libfetch(3) patch for SSL

2002-10-29 Thread David O'Brien
On Tue, Oct 29, 2002 at 07:12:25PM -0800, Bill Fenner wrote: then gets ignored by http.c . Ignoring the bigger picture of the error checking, this fix at least gets https: working again by making sure that _fetch_putln doesn't construct an iov with iov_len == 0. (Yes, this is against rev

Re: Objective-C threads

2002-10-29 Thread Chad David
On Tue, Oct 29, 2002 at 07:11:56PM -0800, David O'Brien wrote: On Tue, Oct 29, 2002 at 07:09:41PM -0700, Chad David wrote: Does anybody know if there is a good reason why libobjc is built with thr-single.c? As well, who is the current maintainer of Objective-C? Few of us have ObjC clue.

Re: Objective-C threads

2002-10-29 Thread Chad David
On Tue, Oct 29, 2002 at 07:04:21PM -0800, Terry Lambert wrote: Chad David wrote: Does anybody know if there is a good reason why libobjc is built with thr-single.c? Historical threads problems. A few are obvious from simply reading the code. Do you have any knowledge of specific

Re: 5.0-20021027-CURRENT.iso cdrom will not mount

2002-10-29 Thread Bruce A. Mah
I wrote: If memory serves me right, John wrote: How many other people are testing the 5.0 sysinstall booted from a cd and running a local (cd/dvd) install? Try booting and installing from the iso at usw2.freebsd.org and see if it works for you. I'm able to boot and install

Strange panic

2002-10-29 Thread Warner Losh
I'm installing on a pc98 machine (The NEC PC-9821 Nr Lavie). About 40% into the base install, I got the following panic: kernel: trap 12 trap, code=0 Stopped at ufs_ihashget+0x70: cmpl 0x30(%eax),%ebx db tr ufs_ihashget(c1ee6000,2128,2,c8957854,c4ddc0ae) at ufs_ihashget_0x70 ffs_vget(...) at

Re: Objective-C threads

2002-10-29 Thread Juli Mallett
* De: Chad David [EMAIL PROTECTED] [ Data: 2002-10-29 ] [ Subjecte: Re: Objective-C threads ] As well, who is the current maintainer of Objective-C? Chad David? By default, since there seem to be no other users? I'm willing to help out with testing Objective-C stuff, and any

XFree86 Fails with signal 11 in FreeBSD 4.6 and 4.7

2002-10-29 Thread Paul A. Scott
XFree86 exits on signal 11 immediately after starting on FreeBSD 4.6 and 4.7. It is not possible to run the graphical configuration utility at all. After running curses configuration utility, running startx produces signal 11. No other debugging information is available. No other messages from the

Re: XFree86 Fails with signal 11 in FreeBSD 4.6 and 4.7

2002-10-29 Thread Kris Kennaway
On Tue, Oct 29, 2002 at 10:01:07PM -0800, Paul A. Scott wrote: XFree86 exits on signal 11 immediately after starting on FreeBSD 4.6 and 4.7. It is not possible to run the graphical configuration utility at all. After running curses configuration utility, running startx produces signal 11. No

Re: questions about the state of current

2002-10-29 Thread Sheldon Hearn
On (2002/10/29 13:06), Matthew Dillon wrote: :Most of the speed difference is WITNESS, INVARIANTS, and other :debugging code that's turned on by default in the config files :for -current. You can turn most of it off. That said, -current :is slower than -stable in a number of places, so

Re: Objective-C threads

2002-10-29 Thread Terry Lambert
David O'Brien wrote: On Tue, Oct 29, 2002 at 07:09:41PM -0700, Chad David wrote: Does anybody know if there is a good reason why libobjc is built with thr-single.c? As well, who is the current maintainer of Objective-C? Few of us have ObjC clue. Do you have a patch that makes things

Re: libfetch(3) patch for SSL

2002-10-29 Thread Bill Fenner
I was working on (wlen == 0 iov-iov_cnt != 0) for a while, thinking that it would work in both cases, even though the logic is a little weird in the writev case, but it would fail in the race where the connection closed at the same time as the writev() with the zero length iov_len. Bill To

Re: libfetch(3) patch for SSL

2002-10-29 Thread Nate Lawson
On Wed, 30 Oct 2002, Dag-Erling Smorgrav wrote: Dag-Erling Smorgrav [EMAIL PROTECTED] writes: I'd rather fix it like this: Oomph, of course this doesn't work in the !ssl case. I would really prefer a solution that allowed wlen == 0 if we actually *intended* not to write anything, but I

Re: The next make release breaker...

2002-10-29 Thread Jun Kuriyama
At Tue, 29 Oct 2002 16:03:49 + (UTC), Poul-Henning Kamp wrote: http://phk.freebsd.dk/misc/_.release I think it is related to all the crypto magic in make release... I got same result as Poul-Henning. It seems installed libssh.a in chroot does not have mm_auth_krb5(). I don't know

Testing

2002-10-29 Thread Philip M. Gollucci
Hi all, Just want to say thanks for all the great work. Figure its time for me to start contributing more actively to our communities. I have the following setup, and would be happy to test some things for people not having access to an envirnment like this. Architecture 350MHz Intel PII w/

Apache Binaries Available

2002-10-29 Thread Philip M. Gollucci
Hi again, If anyone is interested, I have the following binaries of apache available 1.3.27, 2.0.43 for platforms: 1) freebsd: 5.0-current, 4.7-release 2) solaris: sparc-sun-solaris2.7 http://p6m7g8.net/apache Philip M. Gollucci wrote: Hi all, Just want to say thanks for all the great