[no subject]

2001-10-06 Thread Alexander Kabaev
Apologies to everyone who will get this e-mail twice. My previuos attempt usig different email account has been bounced back by hub.freebsd.org. I reported this bug to Julian and he promised to fix it soon. Unfortunately, that didn't happen yet. In a meantime, I am using the patch attached. Of

RE: NFS crash in -current

2001-10-06 Thread Alexander Kabaev
My previos mail a) is missing a Subject b) contains typo in the patch, (td ? td->td_proc : NULLi)^ Unwanted 'i' is here :( Apologies to everyone again. I was in a bit of a hurry when sending previos messages. ___

Re: __stderrp error

2002-01-21 Thread Alexander Kabaev
> and I've "made world" a lot of times like that. > and if I do it by hand as sugested, it doesn;t make any difference > either. Just a guess - have you removed existing old libraries from /usr/lib? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of t

Re: __stderrp error

2002-01-21 Thread Alexander Kabaev
> no, should I? Only if you have older libraries with the same names as as ones installed in /usr/lib/compat. As Ruslan pointed out, existing Makefiles in lib/compat should take care of that automatically. The change was added in last September. To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Recent USB problems

2002-02-22 Thread Alexander Kabaev
> > Sorry, no hint by my side, but I can report exactly the same problem > on an Athlon-C System equipped with a VIA-KT133A chipset. > (actually it has the same USB controller, so it was expectable) > > Riggs I am seeing the same symptoms while using Microsoft USB mouse with KT133A-based comp

Re: Recent USB problems

2002-02-22 Thread Alexander Kabaev
I had no problem with kernel from February 14, but failed ums probes are happening very consistently with kernel from Feb 18. Kernels from dates earlier than Feb 14 failed to attach USB mouse most of the time but sometimes misteriously managed to work. No configuration was changing between success

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-21 Thread Alexander Kabaev
L PROTECTED] > with "unsubscribe freebsd-current" in the body of the message -- E-Mail: Alexander Kabaev <[EMAIL PROTECTED]> Date: 21-Apr-2001 Time: 10:49:59 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cp -d dir patch for review (or 'xargs'?)

2001-04-21 Thread Alexander Kabaev
> > Ciao, > Sheldon. Sorry for butting in. Adding new non-portable functionality to solve the problem which could be adequitely taken care of using existing and well known techniquies is not appropriate, I completely agree with you on that. ---------- E-Mail: Alexander

Re: netpbm broken on current crtn.o new binutils ?

2001-07-19 Thread Alexander Kabaev
ECTED] > with "unsubscribe freebsd-current" in the body of the message -- E-Mail: Alexander Kabaev <[EMAIL PROTECTED]> Date: 19-Jul-2001 Time: 07:37:04 -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

HEADS UP: GCC ABI breakage

2002-12-21 Thread Alexander Kabaev
calling convention back have been applied to both CURRENT and RELENG_5_0 branch. Unfortunately, this means that all the software, compiled during the breakage window and which is using functions returning structs by value, will have to be recompiled. -- Alexander Kabaev To Unsubscribe: send mail

Re: current/stable remote gdb interoperability

2003-01-03 Thread Alexander Kabaev
I've seen similar erratic behaviour myself when using gdb without -k command switch. Can it be your problem too? Also, you might want to look for sample .gdbinit files for useful gbd macros other people are using. These files are in the tree somewhere. -- Alexander Kabaev To Unsubscribe:

Re: 5.0 RC3 usb errors

2003-01-14 Thread Alexander Kabaev
the > console: > > uhub0: port error, giving up port 2 > uhub0: port error, restarting port 2 > What USB devices are connected to these ports? -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Status of cross-releases

2003-02-04 Thread Alexander Kabaev
dies with 'short read' error there. > Alexander, please commit your patch for gas(1). It works! > It was very kind of you to develop it, and it was done > incredibly fast. Thanks a lot! Not going to happen until binutils people approve it. I am not sure if the behavior I fixed was no

HEADS UP: GCC 3.2.2 is coming

2003-02-09 Thread Alexander Kabaev
I plan to upgrade GCC to the version 3.2.2. Please hold your updates for a while. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: HEADS UP: GCC 3.2.2 is coming

2003-02-09 Thread Alexander Kabaev
The import should be complete now. Please let us know if you see any problems introduced with this GCC version. On Sun, Feb 09, 2003 at 11:39:25PM -0500, Alexander Kabaev wrote: > I plan to upgrade GCC to the version 3.2.2. Please hold your updates for > a while. -- Alexander Kaba

Re: HEADS UP: GCC 3.2.2 is coming

2003-02-10 Thread Alexander Kabaev
Apparently, you caught the src tree at the bad moment. See if another cvsup/buildworld changes anything. On Mon, 10 Feb 2003 02:33:48 -0500 Rahul Siddharthan <[EMAIL PROTECTED]> wrote: > Alexander Kabaev wrote: > > The import should be complete now. Please let us know if you >

Re: usbd patch (MAXUSBDEV no more)

2003-02-13 Thread Alexander Kabaev
d as a list > :but it's very easy to change. > > Does this list want a lock to protect it? I am unfamiliar with usb > locking at the moment, so ignore if stupid. There is nothing to be familiar with at the moment. UBS stack relies on spls on -stable and Giant on -current to

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread Alexander Kabaev
#x27;s uic binary does not use libwizards.so. Please take time to dig a little deeper and figure what binary exactly is failing. It is doubtful someone will be able to help you otherwise. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-17 Thread Alexander Kabaev
Just committed /usr/src/libexec/rtld-elf/rtld.c v1.76 should fix that. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Building world with clang

2010-08-17 Thread Alexander Kabaev
r opinions about which method is preferred, or > if there may be another good way to solve the bootstrap compiler > issue. > > I have also attached two patches to this mail, which can be applied to > head, to show the exact set of changes required for each method. > Does method 1)

Re: symbol versioning on libgcc?

2010-08-30 Thread Alexander Kabaev
is wrong. Just for the record. What FBSD* symbol versions have to do with the library independently versioned by FSF? -- Alexander Kabaev signature.asc Description: PGP signature

Re: TTY task group scheduling

2010-11-18 Thread Alexander Kabaev
where we already are ;) > > well...i tried playing back a 1080p vide files while doing > `make -j64 buildkernel` and FreeBSD's interactivity seems far from > perfect. One thing that just begs to be asked: since when decoding 1080p became an interactive task? -- Alexander Kabaev signature.asc Description: PGP signature

Re: userland weirdness between r216351 and r216738

2010-12-31 Thread Alexander Kabaev
world, mergemaster) brought things back > to normal. I can do a binary search if desired. Did someone else also > see this? > > Happy 2011, > Rene Try backing out rtld down to version prior to this commit http://svn.freebsd.org/changeset/base/216695 . There is an issue with rtld's use of SSE on amd64 which will be fixed soon. -- Alexander Kabaev signature.asc Description: PGP signature

Re: userland weirdness between r216351 and r216738

2011-01-01 Thread Alexander Kabaev
al error: error in backend: SSE register return with SSE disabled > *** Error code 1 > > in lib/libcompiler_rt. > > cheers. > alex > I do not remember instructing anyone to do what you did. -- Alexander Kabaev signature.asc Description: PGP signature

Re: RFC vgrind in base (and buildworld)

2011-01-20 Thread Alexander Kabaev
de > formatting. So do we still have vgrind(1) users out there? > > Regards, > Uli Why it needs to be in bootsrap tools at all? We have build tools for this exact purpose. -- Alexander Kabaev signature.asc Description: PGP signature

Re: RFC vgrind in base (and buildworld)

2011-01-21 Thread Alexander Kabaev
On Thu, 20 Jan 2011 17:11:13 -0800 Marcel Moolenaar wrote: > > On Jan 20, 2011, at 12:31 PM, Alexander Kabaev wrote: > > > On Thu, 20 Jan 2011 21:17:40 +0100 > > Ulrich Spörlein wrote: > > > >> Hello, > >> > >> Currently our buildworld

Re: RFC vgrind in base (and buildworld)

2011-01-22 Thread Alexander Kabaev
On Thu, 20 Jan 2011 23:11:43 +0100 Ulrich Spörlein wrote: > On Thu, 20.01.2011 at 15:31:03 -0500, Alexander Kabaev wrote: > > On Thu, 20 Jan 2011 21:17:40 +0100 > > Ulrich Spörlein wrote: > > > > > Hello, > > > > > > Currently our b

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Alexander Kabaev
On Sat, 29 Jan 2011 13:21:44 -0500 Alexander Kabaev wrote: > On Sat, 29 Jan 2011 13:02:24 -0500 (EST) > Daniel Eischen wrote: > > > On Sat, 29 Jan 2011, Alexey Shuvaev wrote: > > > > > Hello! > > > > > > It seems www/seamonkey2 is bro

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Alexander Kabaev
the shared > library (libxpcom_core.so), but they are not. > My wild guess: seamonkey tries to hide symbols that are coming from different .o file (this time one from libiconv.a) and that fails with our toolchain. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20218 -- Alexander Kabaev signature.asc Description: PGP signature

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Alexander Kabaev
4 /usr/local/lib/libiconv.so -> libiconv.so.3 -r--r--r-- 1 root > wheel 1078567 Jan 27 13:14 /usr/local/lib/libiconv.so.3 > > I'm not so lame :) > > On Sat, Jan 29, 2011 at 01:39:15PM -0500, Alexander Kabaev wrote: > > On Sat, 29 Jan 2011 13:21:44 -0

Re: DTrace Broken?

2011-02-18 Thread Alexander Kabaev
. % sudo dtrace -l -f acl ID PROVIDERMODULE FUNCTION NAME 1840 dtmalloc acl malloc 1841 dtmalloc act free -- Alexander Kabaev signature.asc Description: PGP signature

Re: gcc-3.3 issues

2003-07-18 Thread Alexander Kabaev
that decision. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: gcc-3.3 issues

2003-07-18 Thread Alexander Kabaev
On Fri, Jul 18, 2003 at 07:07:55PM +0200, Michael Nottebrock wrote: Content-Description: signed data > On Friday 18 July 2003 18:14, Alexander Kabaev wrote: > > > Configure ailing due to warnings is a real bug. > > What do you mean now? Configure is not failing because of warning

Re: gcc-3.3 issues

2003-07-18 Thread Alexander Kabaev
hough merge conflicts in texi files after each import is hardly my idea of fun, but I will not stop you for trying :) -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, se

GCC 3.3.1-RELEASE is coming

2003-08-21 Thread Alexander Kabaev
I am about to import an official GCC 3.3.1-release into our source tree. Please hold your updates until 'all clear' message is posted. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Re: GCC 3.3.1-RELEASE is coming

2003-08-21 Thread Alexander Kabaev
On Thu, Aug 21, 2003 at 07:55:00PM -0700, Alexander Kabaev wrote: > I am about to import an official GCC 3.3.1-release into our > source tree. Please hold your updates until 'all clear' message > is posted. Done. ___ [EMAIL PROTECTED

Re: Gcc 3.2.2 vs gcc 3.2.3

2003-09-22 Thread Alexander Kabaev
urces in /usrc/contrib/{gcc|libstdc++|libf2c|libobjc} is all you need. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: ld not sucking in /usr/lib/crt1.o - or is it me?

2003-10-06 Thread Alexander Kabaev
ere's a better way of > resolving this. Thanks. > ld is not supposed to pull in anything except what was given to it on the command line. Why your build tries to use LD where it should be using CC is a separate question though... -- Alexander Kabaev __

Re: exclusive sleep mutex mntvnode r = 0 (0xffffffff80758220) /a/asami/portbuild/amd64/src-client/sys/ufs/ffs/ffs_vfsops.c:1172

2003-10-30 Thread Alexander Kabaev
sync() at ffs_sync+0x24f > sync() at sync+0xdb > syscall() at syscall+0x320 > Xfast_syscall() at Xfast_syscall+0xa7 > --- syscall (36, FreeBSD ELF64, sync), rip = 0x402084, rsp = > 0x7648, rbp = 0x3 --- db> Known and being looked at. -- Alexander Kabaev ___

Re: g++ problem

2003-11-06 Thread Alexander Kabaev
cal/include comes from. If I remove that it > compiles smoothly. Uhm, from you command line? What _this_ has to do with a compiler? -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: g++ problem

2003-11-06 Thread Alexander Kabaev
On Thu, 6 Nov 2003 17:44:59 +0100 Marius Strobl <[EMAIL PROTECTED]> wrote: > This happens with g++ 3.x ... This will happen with g++ 3.x, 2.x, 1.x and future 4.x too. I.e. the GCC is not at fault and the subject of the original message is misleading. -- Alexand

HEADSUP: GCC 3.3.3 snapshot is coming.

2003-11-06 Thread Alexander Kabaev
. Unortunately, some of these fixes did not make into GCC 3.3.3-release, hence the snapshot. This will take about two hours, please hold your updates until an 'all clear' message is posted here. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing

Re: HEADSUP: GCC 3.3.3 snapshot is coming.

2003-11-06 Thread Alexander Kabaev
On Thu, Nov 06, 2003 at 06:19:40PM -0800, Alexander Kabaev wrote: > > This will take about two hours, please hold your updates > until an 'all clear' message is posted here. Done. ___ [EMAIL PROTECTED] mailing list http://lists.

Re: [Fwd: [Bug optimization/11741] internal compiler error at gcse.c:5318]

2003-11-08 Thread Alexander Kabaev
ld cause invalid code which will be removed > with the patch for this bug. > Sure, I'll let the system to settle after last snapshot as it is still not clear whether or not it has broken anything. -- Alexander Kabaev ___ [EM

Re: 4 Clause license?

2003-11-17 Thread Alexander Kabaev
BSD Unix files containing it is hereby deleted in its entirety. William Hoskins Director, Office of Technology Licensing University of California, Berkeley -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: HEAD can't bring up APs on Intel LC5528(Jasper Forest)

2010-05-18 Thread Alexander Kabaev
hat changes anything? -- Alexander Kabaev signature.asc Description: PGP signature

Re: Importing clang/LLVM into FreeBSD HEAD

2010-05-31 Thread Alexander Kabaev
ort)? It used to possible, but people who did the work to support ICC dropped any support for their work the minute changes hit the tree and now it is impossible to say how far exactly it has rotten. -- Alexander Kabaev signature.asc Description: PGP signature

Re: [TESTING]: ClangBSD branch needs testing before the import to HEAD

2010-05-31 Thread Alexander Kabaev
GCC import on my memory. Every single major GCC release has claimed better optimizations and more compact generated code and yet they all inevitably generated code which was appreciably bigger than code produced by previus GCC version. This should not be used as an excuse to hold clang at bay, provided base src still comes with working way for building the working boot2 image (gcc). -- Alexander Kabaev signature.asc Description: PGP signature

Re: buildkernel and gcc2

2003-03-19 Thread Alexander Kabaev
possible to compile > -CURRENT by GCC 2.95.x in the way it has to be. Buildkernel is > broken in several places by different means, however GCC 3.2.x > passes them successfully, even with no warnings shown. > > Thank you for reading! > > --- > Regards, > Rhett -- Alexan

Re: policy on GPL'd drivers?

2003-05-27 Thread Alexander Kabaev
On Tue, 27 May 2003 10:49:40 -0500 David Leimbach <[EMAIL PROTECTED]> wrote: > > On Tuesday, May 27, 2003, at 10:40AM, Alexander Kabaev <[EMAIL PROTECTED]> > wrote: > > >On Tue, 27 May 2003 10:32:42 -0500 > >David Leimbach <[EMAIL PROTECTED]> wrote: &

Re: vm-related panic with 5.1RC1

2003-06-02 Thread Alexander Kabaev
On Sun, 1 Jun 2003 11:26:12 +0200 (CEST) Martin Blapp <[EMAIL PROTECTED]> wrote: > > Hi all, > > I just got this panic during compile of openoffice > > Fatal trap 12 while in kernel mode > fault virtual address = 0x68 > fault code= supervisor read, page not present > instruction poi

Re: RELENG_4 to RELENG_5_1

2003-06-04 Thread Alexander Kabaev
; differently? > > Pete Got your buildworld log saved somewhere? Could you send it to me please. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: RELENG_4 to RELENG_5_1

2003-06-04 Thread Alexander Kabaev
> > I suggest that the original poster double-check that he has RELENG_5_1 > and not HEAD. And I do have buildworld logs. I'll send in a separate > mail. No need that. This is a bug and it needs to be fixed. I am working on this. Thanks for the reports. -- Alexander Kabaev

Re: libthr.so lib - crashes

2003-06-09 Thread Alexander Kabaev
On Tue, 10 Jun 2003 02:50:27 +0100 Bruno Afonso <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using -current from monday and I'm having a lot of crashes on my > athlon 2.4+. So far, I've had to stop using it with mozilla 1.4b, > FireBird and now it seems to crash pymol too. (python based) > I thi

Re: __thread support in -current..

2003-06-17 Thread Alexander Kabaev
able in GCC 3.3+ only. The new compiler is likely to enter the tree at the end of this month/first week of June. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Support for XFS in FreeBSD?

2003-07-02 Thread Alexander Kabaev
ween FreeBSD kernel internals and Irix interfaces which arguably can be traced to common Unix roots of both systems. SCO might consider XFS theirs some day :) -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: header mismatches

2003-07-09 Thread Alexander Kabaev
as deprecated in favor of sys/types.h: $ find /usr/include -name types.h /usr/include/rpc/types.h /usr/include/sys/types.h Your /usr/include dir contains stale files. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

The upcoming GCC 3.3+ upgrade

2003-07-09 Thread Alexander Kabaev
ck on. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: The upcoming GCC 3.3+ upgrade

2003-07-09 Thread Alexander Kabaev
_all_ previous releases. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: The upcoming GCC 3.3+ upgrade

2003-07-09 Thread Alexander Kabaev
On Wed, 09 Jul 2003 15:26:40 -0600 (MDT) "M. Warner Losh" <[EMAIL PROTECTED]> wrote: > In message: <[EMAIL PROTECTED]> > Alexander Kabaev <[EMAIL PROTECTED]> writes: > : GCC 3.3+ will be a system compiler throughout RELENG_5 lifetime. > >

Re: The upcoming GCC 3.3+ upgrade

2003-07-09 Thread Alexander Kabaev
On Wed, 9 Jul 2003 17:09:56 -0400 Alexander Kabaev <[EMAIL PROTECTED]> wrote: > Unfortunately, importing a newer GCC means that we'll have yet another > ABI breakage on our hands. ^^^ This should read 'API breakage'. GCC 3.3 is supposed to be binary compatible

Re: The upcoming GCC 3.3+ upgrade - TOMORROW

2003-07-09 Thread Alexander Kabaev
Sorry for false alarm. There is one more last-minute change I am not comfortable committing without some more test. It is official - the import is going to happen tomorrow. I promise... :) -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http

HEADS UP: GCC 3.3.1-pre import tomorrow

2003-07-09 Thread Alexander Kabaev
Due to unforeseen circumstances the new compiler import scheduled for today is not going to happen. I will complete it tomorrow once yet another round of testing is complete. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http

HEADS UP: GCC 3.3.1 import in progress

2003-07-10 Thread Alexander Kabaev
I'll be importing a GCC 3.3.1 snapshot in a couple of minutes. Please hold your updates until I post 'all clear' message. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current

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

2003-07-10 Thread Alexander Kabaev
All of these failures are caused by incomplete compiler import. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: HEADS UP: GCC 3.3.1 import in progress

2003-07-11 Thread Alexander Kabaev
On Thu, Jul 10, 2003 at 08:15:48PM -0700, Alexander Kabaev wrote: > I'll be importing a GCC 3.3.1 snapshot in a couple of minutes. > Please hold your updates until I post 'all clear' message. OK, things are in somewhat working shape back again. The world/kernel builds on

Re: HEADS UP: GCC 3.3.1 - HOLD

2003-07-11 Thread Alexander Kabaev
w and will keep you posed on progress. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Kernel built with new GCC panics immediately

2003-07-11 Thread Alexander Kabaev
=2400 + CFLAGS+= ${DEBUG_FLAGS} OBJS+= ${SRCS:N*.h:R:S/$/.o/g} -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Kernel built with new GCC panics immediately

2003-07-11 Thread Alexander Kabaev
On Fri, 11 Jul 2003 14:32:44 -0400 Alexander Kabaev <[EMAIL PROTECTED]> wrote: > May be I am paranoid, but could you people please make sure you have > removed /usr/src/sys/i386/compile/ before rebuilding a > new kernel with GCC 3.3? > I forgot to add: both my test boxes are

Re: Kernel built with new GCC panics immediately

2003-07-11 Thread Alexander Kabaev
Out of curiosity: do you have any non-standard CPUTYPE set? -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Kernel built with new GCC panics immediately

2003-07-11 Thread Alexander Kabaev
> Bull's eye! Peter has identified this problem already and hopefully will be committing a patch soon. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: gcc 3.3.1

2003-07-12 Thread Alexander Kabaev
On Sat, 12 Jul 2003 06:08:57 +0400 Sergey Matveychuk <[EMAIL PROTECTED]> wrote: > Don't forget bump __FreeBSD_version. :) > What for? Bumped __FreeBSD_cc_version is enough. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: GCC 3.3.1, new warnings with

2003-07-12 Thread Alexander Kabaev
we _want_ to know about them. Your Linux distribution apparently does not care. > > Any GCC/FreeBSD expert care to comment? ;) > Short of fixing offending files in FSF libstdc++ or turning warning suppression back on for standard C++ include files selectively, I have no suggestion.

Re: Belkin USB2serial F5U103

2003-07-14 Thread Alexander Kabaev
e with 5.2-current? Hardly a bug report. Care to shed more details? -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: gcc-3.3 issues

2003-07-16 Thread Alexander Kabaev
s/gcc-3.3/ports/ issues and we are in agreement. Patches to fix broken ports are welcome. Kris is doing a fine job generating a list of what needs to be fixed with his cluster packabe building runs. -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing

Re: some ports are broken after upgrading GCC 3.3.1

2003-07-17 Thread Alexander Kabaev
On Thu, 17 Jul 2003 14:02:20 -0700 Kris Kennaway <[EMAIL PROTECTED]> wrote: > > Sorry, I missed the patch in your email. I'm not certain about your > approach...can someone who understands the issues comment on it? > > Kris > I'd rather see all varargs.h consumers be converted to stdarg.h. Old

Re: The -current state of mozilla affairs

2002-06-21 Thread Alexander Kabaev
Perhaps you wanted another value from > > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/freebsd-versions.html > > Fear not. I'm modifying the patch. Proper documentation will be > included. > > Joe -- Alexander Kabaev To Unsubscribe: send mail

Re: Bootstrap problems for asm

2002-06-24 Thread Alexander Kabaev
weak the asm statements to make > things happy? :-) -- Alexander Kabaev Index: i386/lockdflt.c === RCS file: /usr/ncvs/src/libexec/rtld-elf/i386/lockdflt.c,v retrieving revision 1.6 diff -u -r1.6 lockdflt.c --- i386/lockdflt.c

Re: Bootstrap problems for asm

2002-06-25 Thread Alexander Kabaev
ater today unless I find something wrong with it. > > John > > -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

sys/stat.h and _POSIX_SOURCE

2002-06-25 Thread Alexander Kabaev
The last commit to sys/sys/stat.h made by Kirk broke compilation of _POSIX_SOURCE programs. It uses sizeof(struct timespec) to pad the st_createtimespec field to 16 bytes, but struct timespec is not visible when _POSIX_SOURCE is defined. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL

Need testers: patch for CURRENT C++ troubles

2002-06-25 Thread Alexander Kabaev
I made the following patch to get C++ exceptions working with system GCC 3.1. STLPort and all other previously failing test cases appear to be working fine. Please test this patch and let me know if it breaks anything. -- Alexander Kabaev Index: config/i386/freebsd.h

Re: What's the right way to build XFree86-4 now?

2002-06-26 Thread Alexander Kabaev
-pthread > +# endif Sheldon, AFAIK _REENTRANT has to be defined on -CURRENT too. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Need testers: patch for CURRENT C++ troubles

2002-06-26 Thread Alexander Kabaev
nk it has anything to do with my patch. Has anyone else tried the patch? Someone who has a backup copy of important system binaries handy? -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Need testers: patch for CURRENT C++ troubles

2002-06-26 Thread Alexander Kabaev
problems with symbol tables or dynamic linker. My apologies for [EMAIL PROTECTED] On Wed, 26 Jun 2002 14:21:17 -0400 Alexander Kabaev <[EMAIL PROTECTED]> wrote: -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Need testers: patch for CURRENT C++ troubles

2002-06-26 Thread Alexander Kabaev
does cause problems with symbol tables or dynamic linker. My apologies for [EMAIL PROTECTED] On Wed, 26 Jun 2002 14:21:17 -0400 Alexander Kabaev <[EMAIL PROTECTED]> wrote: -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in

Re: What is going on?

2002-06-26 Thread Alexander Kabaev
7;m going to sit and > watch for awhile before going back in the water. Just booting an older kernel would have solved your problem. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Weird pipe behavior

2002-07-08 Thread Alexander Kabaev
output, so that majority of output was displayed upon pkg_version exit. pkg_version 2>&1 | tee pkg_version.log -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Weird pipe behavior

2002-07-08 Thread Alexander Kabaev
> This is because of the rewrite of pkg_version into C (from perl) and > has nothing to do with pipes. > > Regards, > -Jeremy Oops! I forgot about the big perl rewrite. Apologies for false alarm. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "

Re: Status of C++ in base system?

2002-07-11 Thread Alexander Kabaev
d c++ things aren't found. This is FAQ. Have you deleted obsolete g++ include files? Do mv /usr/include /usr/include.old; mkdir /usr/inlcude before making buildworld. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Status of C++ in base system?

2002-07-11 Thread Alexander Kabaev
wrote: > > This is FAQ. Have you deleted obsolete g++ include files? Do mv > > /usr/include /usr/include.old; mkdir /usr/inlcude before making > > buildworld. > > I think I did that but I guess another try couldn't hurt... > > Ken -- Alexander Kabaev To Unsubsc

Re: ast() assert failed ?

2002-07-15 Thread Alexander Kabaev
s more info > and fixes a spelling error (*blush*). Bruce, I am reliably get these messages while using gdb on user processes. This started long before KSEIII. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: (Sort of) Solved Re: Current (DP1) on Toshiba 5005

2002-07-19 Thread Alexander Kabaev
@@ -190,12 +190,14 @@ } } +#if 0 if (i == 0) { /* Zero interrupts is invalid! */ return_ACPI_STATUS (AE_BAD_DATA); } +#endif OutputStruct->Data.Irq.NumberOfInterrupts = i; /* -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL

One more -CURRENT panic for collection

2002-07-27 Thread Alexander Kabaev
/sys/kern/kern_timeout.c:187 #18 0xc02198fc in ithread_loop (arg=0xc1593900) at /usr/src/sys/kern/kern_intr.c:535 #19 0xc0218e1d in fork_exit (callout=0xc0219788 , arg=0xc1593900, frame=0xd4a5fd48) at /usr/src/sys/kern/kern_fork.c:861 -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL

Re: VESA 800x600 console not working

2002-07-29 Thread Alexander Kabaev
he VESA mode doesn't work on -stable now either. I knew I > shouldn't have cvsup'd, with all the problem reports I'm seeing on the > lists. Dohh! But I just ordered a Dell 8200, so maybe my problems > will become "different" Rob. -- Alexander Kabaev

Re: cvs commit: src/sys/kern kern_sig.c (fwd)

2002-08-11 Thread Alexander Kabaev
with PAM, AFAIK. Someone has to call PAM session cleanup hooks, that's why another process for the command is forked. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: WTF is going on? pipe breakage, patch(1) breakage??

2002-08-13 Thread Alexander Kabaev
This can be related: occasionally top terminates after displaying the process list only once. Unfortunately, this is hard to reproduce and when run again top just start working properly. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curren

Re: GCC 3.2

2002-08-15 Thread Alexander Kabaev
shots, bypassing the GCC 3.2 version altogether. Early FreeBSD 5.x release(s) will not be polished for general consumption anyway, so that makes sense. By the time FreeBSD stabilizes, GCC 3.3 release will be ready. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "un

Re: GCC 3.2

2002-08-15 Thread Alexander Kabaev
ying to keep C++ ABI compatible between 3.2 and 3.3, but they are not giving any guaranrtees. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: GCC 3.2

2002-08-15 Thread Alexander Kabaev
right? Do you really want to repeat this deeply satisfying experiment again? -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: GCC 3.2

2002-08-15 Thread Alexander Kabaev
at > me. 3.1-pre to 3.2 upgrade breaks compatibility already. Can you guarantee that 3.3 will be backwards compatible with 3.2? This is yet another potential ABI breakage at the time when we'll be _forced_ to upgrade. How often do you expect GCC developers to break ABI with release scheduled to

  1   2   3   >