Re: dmesg content lifetime

2022-11-22 Thread Alexander Kabaev
rnel and syslog sequences (dmesg -a) share it. The other syslog users eventually puts enough content in there to displace all of kernel messages. If the kernel stays quiet, 'dmesg' then returns nothing, as by default it filters syslog entries that do not KERN facility out, see sbin/dmesg/dmesg.c. -- A

Re: linux64.ko fails to load in -CURRENT

2017-07-28 Thread Alexander Kabaev
three required components as modules: 191 0x82221000 438d9linux.ko 203 0x82265000 7c49 linux_common.ko 211 0x8226d000 3d8f5 linux64.ko 22 1 0x822ab000 ab75 linprocfs.ko -- Alexander Kabaev pgpG8HhHCYutw.pgp Description: Цифровая подпись OpenPGP

Re: malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Alexander Kabaev
On Fri, 27 Jan 2017 10:47:20 -0800 (PST) Don Lewis <truck...@freebsd.org> wrote: > On 27 Jan, Alexander Kabaev wrote: > > On Fri, 27 Jan 2017 00:31:30 -0800 (PST) > > Don Lewis <truck...@freebsd.org> wrote: > > >> If I create a simple test program that c

Re: malloc() call somehow calling the rtld malloc() implementaion

2017-01-27 Thread Alexander Kabaev
000) libstore.so.3 > => > /wrkdirs/usr/ports/editors/openoffice-devel/work/aoo-4.2.0/main/solver/420/unxfbsdx.pro/lib/libstore.so.3 > (0x802152000) > > > If I create a simple test program that calls malloc() and set a > breakpoint in malloc(), the breakpoint gets set in the rtld version, > but the the libc version of malloc is what gets called. > > What the heck is going on here, and how can I fix it? > rtld on my system does not have malloc exposed as dynamic symbol, it cannot possibly be used for symbol resolution by any outside module. -- Alexander Kabaev pgpPf7f_BI7sM.pgp Description: Цифровая подпись OpenPGP

Re: recent change to vim defaults?

2017-01-18 Thread Alexander Kabaev
cal/etc/vim/vimrc? > > -p > > > -- > Pete Wright > p...@nomadlogic.org > nomadlogicLA What we need, IMHO, of course, is to stop jamming _example_ config file down everyone's throat. Not even Linux does install that file unchanged. -- Alexander Kabaev pgpHx_puTsrm7.pgp Description: Цифровая подпись OpenPGP

Re: slow screen updates on laptop console (i386)

2015-12-07 Thread Alexander Kabaev
eventtimer, if available. Say, I had to select HPET on my old i7 920 to make timeouts run reliably. sysctl kern.eventtimer.timer=HPET -- Alexander Kabaev pgpjgZfocKN6s.pgp Description: OpenPGP digital signature

Re: ls is broken for non-C locales due to libxo

2015-06-16 Thread Alexander Kabaev
to go. I confirm that ls is indeed broken in KOI8-R locale. I should have noticed that before, has I now been sabotaged by unintentional locale switcharoo. -- Alexander Kabaev pgpeIxHWK513t.pgp Description: OpenPGP digital signature

Re: [Heads up] : You may need to update your gcc ports.

2015-04-05 Thread Alexander Kabaev
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org FWIW, I think we should just disable fixincludes step in our GCC ports with extreme prejudice. I am yet to see the case where copying our headers and stashing them away in random location is actually beneficial. -- Alexander

Re: [Call for testers] DRM device-independent code update to Linux 3.8 (take #2)

2015-03-07 Thread Alexander Kabaev
? Thank you to everyone! -- Jean-S'ebastien P'edron Just as a data point, 'stray timeout' happens in clean -current without new patch as well. So whatever that is, it is not caused by the patch. -- Alexander Kabaev pgpg0MgLxRxxG.pgp Description: OpenPGP digital signature

Re: Future of pf / firewall in FreeBSD ? - does it have one ?

2014-07-20 Thread Alexander Kabaev
in pf to date. -- Alexander Kabaev signature.asc Description: PGP signature

Re: Latest -current panic in uaudio_detach() / bus_dmamem_free()

2014-06-22 Thread Alexander Kabaev
); } -- Alexander Kabaev signature.asc Description: PGP signature

Re: Memory blackhole in 11. Possibly libc.so.7?

2014-05-29 Thread Alexander Kabaev
the radeon driver?) -- John Baldwin Aren't ZFS buffers accounted as kernel wired memory? -- Alexander Kabaev signature.asc Description: PGP signature

Re: KGDB and kvm_write

2013-12-07 Thread Alexander Kabaev
On Sat, 07 Dec 2013 19:09:26 +0100 Hans Petter Selasky h...@bitfrost.no wrote: Hi, Is there a particular reason that set variable = value is not implemented when using kgbd from the command prompt? --HPS Just a thought: maybe you forgot -w on kgdb command line? -- Alexander Kabaev

Re: Undesirable bmake behavior

2013-06-02 Thread Alexander Kabaev
=amd64 $ Now you may be right that that's a bad idea, but it isn't anything new. --sjg Indeed, it seems this is an issue that rears it head every time we resort to building the bootstrap make, which happens not often. bmake just made me notice the issue, and it wasn't the cause. -- Alexander

Undesirable bmake behavior

2013-06-01 Thread Alexander Kabaev
this that is a particularly desirable and even sane behaviour - once buildworld has finished, no tool should ever try to run _anything_ from what is essentially a scratch space. Bootstrap and cross tools should only be used during corresponding stages of buildworld and by default. -- Alexander Kabaev

Re: kernel panic - Fatal Trap 12 on boot @svn 248711

2013-03-25 Thread Alexander Kabaev
? ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org You run dconschat by any chance? -- Alexander Kabaev signature.asc Description: PGP signature

Re: kernel panic - Fatal Trap 12 on boot @svn 248711

2013-03-25 Thread Alexander Kabaev
On Mon, 25 Mar 2013 21:21:07 -0400 (EDT) AN a...@neu.net wrote: On Mon, 25 Mar 2013, Alexander Kabaev wrote: On Mon, 25 Mar 2013 21:06:09 -0400 (EDT) AN a...@neu.net wrote: After updating to svn 248711 I am getting a kernel panic and reboot when booting my system. The last

Re: Fatal trap 12 with process cambio on USB attach

2013-01-19 Thread Alexander Kabaev
This is likely the same crash that is fixed by in r245647: http://svnweb.freebsd.org/changeset/base/245647 -- Alexander Kabaev signature.asc Description: PGP signature

Re: genmodes dumping core during buildworld

2012-11-15 Thread Alexander Kabaev
happens to be the 10 years old piece of software that has not changed in recent history. Which means that (likely) you run out of memory, your CPU overheats or something else is wrong with your computer, or (less likely) it is being mis-compiled by clang. -- Alexander Kabaev signature.asc Description

Re: pkgng suggestion: renaming /usr/sbin/pkg to /usr/sbin/pkg-bootstrap

2012-08-23 Thread Alexander Kabaev
you're looking at. So, opinions? There may still be time to fix it for 9.1 if we can decide quickly. Thanks, Steve Remove it or rename it. Do _NOT_ make it download the package and install it silently as this is a security nightmare waiting to happen. -- Alexander Kabaev signature.asc

Re: Segfault in rtld - dlopen RTLD_LAZY (was: Re: CFT: vlc 2.0.3 - want to know where it works and where only partly)

2012-08-12 Thread Alexander Kabaev
have a bt: obj-nbuckets in core seems to disagree with that readelf thinks it should be (521 != 67). Could you please make the tarball of all the VLC libraries involved? Send the link to me and kib@, please. At the very least, can I lay my hands on libpulsesrc_plugin.so binary? -- Alexander

Re: rtld dropping core on recent -current

2012-08-03 Thread Alexander Kabaev
On Fri, 3 Aug 2012 11:59:37 +0300 Konstantin Belousov kostik...@gmail.com wrote: On Thu, Aug 02, 2012 at 09:55:36PM -0400, Alexander Kabaev wrote: It is weird that program tries to dlopen what appears to be the binary (itself?), but that did uncover the issue. Please try attached patch, I

Re: rtld dropping core on recent -current

2012-08-02 Thread Alexander Kabaev
://people.freebsd.org/~kan/rtld-digest-notes.diff -- Alexander Kabaev diff --git a/libexec/rtld-elf/map_object.c b/libexec/rtld-elf/map_object.c index 509a64f..350d437 100644 --- a/libexec/rtld-elf/map_object.c +++ b/libexec/rtld-elf/map_object.c @@ -153,7 +153,6 @@ map_object(int fd, const char *path

Re: PCIe hotplug

2012-07-22 Thread Alexander Kabaev
, it is not just this device's device_t that is disappearing, it is a whole tree rooted at that device. I see no point in trying to reconstruct that. PCI-e hotplug proper is very much orthogonal to the question of unit numbering and IS worth supporting. -- Alexander Kabaev signature.asc Description

Re: MPSAFE VFS -- List of upcoming actions

2012-07-02 Thread Alexander Kabaev
is not a huge amount of work. One step further woule be to take most of the XFS from under the exclusive vnode locking to improve the performance. And there is a third option - just let current XFS port die and start with newer version. -- Alexander Kabaev pgpzjQ50DAwMK.pgp Description: PGP

Re: MPSAFE VFS -- List of upcoming actions

2012-07-02 Thread Alexander Kabaev
On Mon, 2 Jul 2012 23:12:06 +0300 Konstantin Belousov kostik...@gmail.com wrote: On Mon, Jul 02, 2012 at 11:03:40AM -0400, Alexander Kabaev wrote: On Mon, Jul 02, 2012 at 02:12:20AM -0400, Christoph Hellwig wrote: On Sun, Jul 01, 2012 at 03:52:05PM +0200, Attilio Rao wrote: anything

Re: FreeBSD 10.0-CURRENT/amd64: clientsoftware crashes since make world of today at revision r233779

2012-04-02 Thread Alexander Kabaev
cause for the crashes. Please try with revision r233778. -- Alexander Kabaev signature.asc Description: PGP signature

Re: FreeBSD 10.0-CURRENT/amd64: clientsoftware crashes since make world of today at revision r233779

2012-04-02 Thread Alexander Kabaev
On Mon, 2 Apr 2012 10:06:38 -0400 Alexander Kabaev kab...@gmail.com wrote: On Mon, 02 Apr 2012 14:32:51 +0200 O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: Hello out there. My FreeBSD 10 box is at revision r233779. I updated the sources this morning and made a buildworld

Re: how to cross-build a single application ?

2012-03-01 Thread Alexander Kabaev
find how now. any hints ? cheers luigi Something like this should work: cd src/ make buildenv TARGET=... cd usr.bin/blah make -- Alexander Kabaev signature.asc Description: PGP signature

Re: rtld or lang/gcc cannot find libgcc_s.so.1

2012-02-25 Thread Alexander Kabaev
On Sat, 25 Feb 2012 10:41:59 -0800 Tim Kientzle t...@kientzle.com wrote: On Feb 23, 2012, at 9:16 AM, Alexander Kabaev wrote: On Tue, 21 Feb 2012 21:11:13 -0800 Tim Kientzle t...@kientzle.com wrote: If I understand correctly, the libgcc in base is pretty stripped down compared

Re: rtld or lang/gcc cannot find libgcc_s.so.1

2012-02-23 Thread Alexander Kabaev
into search using dl_iterate_phdr while upstream GCCs didn't, but that was fixed by GCC folks switching GCC to use dl_iterate_phdr on Linux and FreeBSD by default quite while ago. I am not aware of any other incompatibilities at this time. -- Alexander Kabaev signature.asc Description: PGP

Re: rtld or lang/gcc cannot find libgcc_s.so.1

2012-02-21 Thread Alexander Kabaev
is of course purging _all_ toolchain components out of the tree, which is such a fine bikeshed material that I am a bit scared to bring that up. -- Alexander Kabaev signature.asc Description: PGP signature

Re: rtld or lang/gcc cannot find libgcc_s.so.1

2012-02-21 Thread Alexander Kabaev
mail to freebsd-current-unsubscr...@freebsd.org -- Alexander Kabaev signature.asc Description: PGP signature

Re: Benchmark (Phoronix): FreeBSD 9.0-RC2 vs. Oracle Linux 6.1 Server

2012-01-04 Thread Alexander Kabaev
community, who else outside of the FreeBSD community actually runs public c Matthew Not really related to the discussion on hand, but the above about the most unreadable email I am yet to read on the public mailing list. -- Alexander Kabaev signature.asc Description: PGP signature

Re: GCC debug flags cleanup

2011-12-23 Thread Alexander Kabaev
changes are useless - we are not using any of stock Makefiles. sys/amd64/conf/GENERIC - please understang _why_ it is there before you remove it. When you do, you will probably will drop the idea. -- Alexander Kabaev signature.asc Description: PGP signature

Re: Sleeping thread (tid 100033, pid 16): panic in FreeBSD 10.0-CURRENT/amd64 r228662

2011-12-17 Thread Alexander Kabaev
to make any sense of the above panic message without more context. -- Alexander Kabaev signature.asc Description: PGP signature

Re: Panics after AHCI timeouts

2011-10-27 Thread Alexander Kabaev
On Wed, 26 Oct 2011 16:00:55 +0200 C. P. Ghost cpgh...@cordula.ws wrote: On Wed, Oct 26, 2011 at 2:27 AM, Alexander Kabaev kab...@gmail.com wrote: I do see timeouts on one of my Samsung ST3750330A disks and they definitely do not cause any panics. The weird part in my case is that disk

Re: Panics after AHCI timeouts

2011-10-25 Thread Alexander Kabaev
, but then timeouts start to happen more or less reliably every single 24 hours. -- Alexander Kabaev signature.asc Description: PGP signature

Re: devel/subversion: svn: Couldn't perform atomic initialization

2011-07-03 Thread Alexander Kabaev
On Sun, 03 Jul 2011 11:15:50 +0200 Hartmann, O. ohart...@zedat.fu-berlin.de wrote: On 07/02/11 20:45, Alexander Kabaev wrote: On Sat, 02 Jul 2011 09:27:42 +0200 Hartmann, O.ohart...@zedat.fu-berlin.de wrote: SKIP/ Update database/sqlite3 port to the 3.7.7.1 version committed today

Re: devel/subversion: svn: Couldn't perform atomic initialization

2011-07-02 Thread Alexander Kabaev
/sqlite3 port to the 3.7.7.1 version committed today. -- Alexander Kabaev signature.asc Description: PGP signature

Re: Removal of ICC (intel compiler) bits from mk

2011-04-18 Thread Alexander Kabaev
thorough. -- Alexander Kabaev signature.asc Description: PGP signature

Re: HEADS UP: Removal of libobjc from the base system

2011-04-18 Thread Alexander Kabaev
f2c in tree and it was disconnected from the build even longer than that. -- Alexander Kabaev signature.asc Description: PGP signature

Re: vmware-tools-freebsd No drivers for x.org version: 7.6.5.

2011-04-08 Thread Alexander Kabaev
to fix that. Also, vmblock driver currently crashes FreeBSD-current kernel, so you will need to remove or rename /boot/modules/vmblock.ko and /usr/local/lib/vmware-tools/modules/drivers/vmblock.ko so that vmware-user-suid-wrapper does not load it for you automatically. -- Alexander Kabaev

Re: HEADSUP: BSD iconv coming to the base system with default off

2011-03-08 Thread Alexander Kabaev
we as a project are signing on to support forever. As such, they belong in private namespace and should not pollute FBSD1.2. -- Alexander Kabaev signature.asc Description: PGP signature

Re: DTrace Broken?

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

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Alexander Kabaev
On Sat, 29 Jan 2011 13:21:44 -0500 Alexander Kabaev kab...@gmail.com wrote: On Sat, 29 Jan 2011 13:02:24 -0500 (EST) Daniel Eischen deisc...@freebsd.org wrote: On Sat, 29 Jan 2011, Alexey Shuvaev wrote: Hello! It seems www/seamonkey2 is broken on CURRENT for at least 1 month

Re: [WORKAROUND] www/seamonkey2 on CURRENT

2011-01-29 Thread Alexander Kabaev
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
, 2011 at 01:39:15PM -0500, Alexander Kabaev wrote: On Sat, 29 Jan 2011 13:21:44 -0500 Alexander Kabaev kab...@gmail.com wrote: On Sat, 29 Jan 2011 13:02:24 -0500 (EST) Daniel Eischen deisc...@freebsd.org wrote: On Sat, 29 Jan 2011, Alexey Shuvaev wrote: Hello

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 u...@freebsd.org 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 u...@freebsd.org wrote: Hello, Currently our buildworld relies on groff(1) and vgrind(1

Re: RFC vgrind in base (and buildworld)

2011-01-21 Thread Alexander Kabaev
On Thu, 20 Jan 2011 17:11:13 -0800 Marcel Moolenaar xcl...@mac.com wrote: On Jan 20, 2011, at 12:31 PM, Alexander Kabaev wrote: On Thu, 20 Jan 2011 21:17:40 +0100 Ulrich Spörlein u...@freebsd.org wrote: Hello, Currently our buildworld relies on groff(1) and vgrind(1) being

Re: RFC vgrind in base (and buildworld)

2011-01-20 Thread Alexander Kabaev
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: userland weirdness between r216351 and r216738

2011-01-01 Thread Alexander Kabaev
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: userland weirdness between r216351 and r216738

2010-12-31 Thread Alexander Kabaev
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: TTY task group scheduling

2010-11-18 Thread Alexander Kabaev
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: symbol versioning on libgcc?

2010-08-30 Thread Alexander Kabaev
with the library independently versioned by FSF? -- Alexander Kabaev signature.asc Description: PGP signature

Re: Building world with clang

2010-08-17 Thread Alexander Kabaev
with 'make buildenv'? I doubt that. I would strongly suggest we should not lose this feature. I do not like the idea of having to depend on -isystem in CFLAGS in such an environment. -- Alexander Kabaev signature.asc Description: PGP signature

Re: Importing clang/LLVM into FreeBSD HEAD

2010-05-31 Thread Alexander Kabaev
)? 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
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: HEAD can't bring up APs on Intel LC5528(Jasper Forest)

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

Re: 4 Clause license?

2003-11-17 Thread Alexander Kabaev
Hoskins Director, Office of Technology Licensing University of California, Berkeley -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

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

2003-11-08 Thread Alexander Kabaev
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 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: g++ problem

2003-11-06 Thread Alexander Kabaev
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. -- Alexander Kabaev

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 list http

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.freebsd.org/mailman

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), rip = 0x402084, rsp = 0x7648, rbp = 0x3 --- db Known and being looked at. -- 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
. 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 ___ [EMAIL PROTECTED] mailing list http

Re: Gcc 3.2.2 vs gcc 3.2.3

2003-09-22 Thread Alexander Kabaev
|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]

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-current

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] mailing list http

Re: gcc-3.3 issues

2003-07-18 Thread Alexander Kabaev
. -- 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 warnings, it is failing

Re: gcc-3.3 issues

2003-07-18 Thread Alexander Kabaev
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, send any mail to [EMAIL PROTECTED]

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 varargs

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: Belkin USB2serial F5U103

2003-07-14 Thread Alexander Kabaev
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.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

Re: GCC 3.3.1, new warnings with limits

2003-07-12 Thread Alexander Kabaev
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. -- Alexander Kabaev

The upcoming GCC 3.3+ upgrade

2003-07-09 Thread Alexander Kabaev
on. -- 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
:) -- Alexander Kabaev ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: __thread support in -current..

2003-06-17 Thread Alexander Kabaev
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: 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 think it's

Re: RELENG_4 to RELENG_5_1

2003-06-04 Thread Alexander Kabaev
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
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 ___ [EMAIL PROTECTED

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 pointer =

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: Ugh... the network driver portion of the nforce

Re: buildkernel and gcc2

2003-03-19 Thread Alexander Kabaev
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. SKIPPED Thank you for reading! --- Regards, Rhett -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED

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: gcc3.2.2 import might have trashed ld-elf.so.1

2003-02-15 Thread Alexander Kabaev
'#include htmlpageinfo.moc' htmlpageinfo.cc; else rm -f htmlpageinfo.cc ; exit $ret ; fi QT'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

Re: usbd patch (MAXUSBDEV no more)

2003-02-13 Thread Alexander Kabaev
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 protect the data access. -- Alexander Kabaev To Unsubscribe: send

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 see any problems

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 Kabaev

Re: Status of cross-releases

2003-02-04 Thread Alexander Kabaev
, 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 not designed to be that way. -- Alexander Kabaev

Re: 5.0 RC3 usb errors

2003-01-14 Thread Alexander Kabaev
, 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: 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: send

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: mozilla-devel port on current

2002-12-06 Thread Alexander Kabaev
to GCC 3.2.x branch. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Trashed Disk Labels

2002-11-29 Thread Alexander Kabaev
it to recognize UFS2 magic. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Can I safely enable -march=pentium4 now?

2002-11-29 Thread Alexander Kabaev
To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message NO. -- Alexander Kabaev To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

  1   2   3   >