Re: [FreeBSD-Announce] FreeBSD 2.2.9 Released!

2016-04-01 Thread Ruslan Ermilov
on walk-through > for users new to FreeBSD, and can be found online at: > > http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/install.html > > Acknowledgments > > > The release engineering team for 2.2.9-RELEASE includes: > > Scott Long <

Re: [RFC] Un-staticise the toolchain

2012-04-27 Thread Ruslan Ermilov
On Fri, Apr 27, 2012 at 11:58:59AM +0300, Konstantin Belousov wrote: On Thu, Apr 26, 2012 at 05:41:40PM +0400, Ruslan Ermilov wrote: On Thu, Apr 26, 2012 at 12:35:48PM +0300, Konstantin Belousov wrote: [...] Patch below makes the dynamically linked toolchain a default, adding

Re: HEADSUP: /etc/malloc.conf format change

2012-04-26 Thread Ruslan Ermilov
On Wed, Apr 25, 2012 at 10:43:59AM -0700, Jason Evans wrote: On Apr 25, 2012, at 9:39 AM, Ruslan Ermilov wrote: So you removed _malloc_options that was part of the documented programming API, while some software made use of it. [...] Please explore the possibility to add backwards

Re: [RFC] Un-staticise the toolchain

2012-04-26 Thread Ruslan Ermilov
On Thu, Apr 26, 2012 at 12:35:48PM +0300, Konstantin Belousov wrote: I think it is time to stop building the toolchain static. I was told that original reasoning for static linking was the fear of loosing the ability to recompile if some problem appears with rtld and any required dynamic

Re: HEADSUP: /etc/malloc.conf format change

2012-04-25 Thread Ruslan Ermilov
backwards compatiblity for the documented API, or at the very least provide a mean to detect this otherwise disruptive and hard to detect change for a programmer. Cheers, -- Ruslan Ermilov r...@freebsd.org FreeBSD committer ___ freebsd-current@freebsd.org

Re: Deterministic builds

2011-12-09 Thread Ruslan Ermilov
On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: I've been working on a project to make it possible to produce deterministic builds with FreeBSD. By this I mean building a FreeBSD distribution twice from the same code base and having all files in the two distributions match by

Re: Deterministic builds

2011-12-09 Thread Ruslan Ermilov
On Fri, Dec 09, 2011 at 03:25:40PM +0100, Erik Cederstrand wrote: Den 09/12/2011 kl. 14.37 skrev Ruslan Ermilov: On Fri, Dec 09, 2011 at 12:16:39PM +0100, Erik Cederstrand wrote: I've been working on a project to make it possible to produce deterministic builds with FreeBSD. By this I

Re: awk(1) segfaults when building kernel modules

2011-08-11 Thread Ruslan Ermilov
[...] Should be fixed in r224776; please confirm. Cheers, -- Ruslan Ermilov r...@freebsd.org FreeBSD committer ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail

Re: awk(1) segfaults when building kernel modules

2011-08-10 Thread Ruslan Ermilov
; } setclvar(p);/* a commandline assignment before filename */ %%% imho r224731 should completely be reverted. aren't those exactly the kind of commits re@ shouldn't approve? -- Ruslan Ermilov r...@freebsd.org FreeBSD committer ___ freebsd

Re: weekly_catman not generating the right result?

2011-08-03 Thread Ruslan Ermilov
, -- Ruslan Ermilov r...@freebsd.org FreeBSD committer ___ 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

Re: WITHOUT_INSTALLLIB broken?

2011-06-16 Thread Ruslan Ermilov
-06-16-log2 show how to test this. At this time, there is no /etc/make.conf nor /etc/src.conf. Any idea what's wrong with libegacy.a here? This option wasn't designed for build, only for install. It's like WITHOUT_TOOLCHAIN, which is documented to not work for build targets. -- Ruslan Ermilov

Re: WITHOUT_INSTALLLIB broken?

2011-06-16 Thread Ruslan Ermilov
On Thu, Jun 16, 2011 at 05:09:05PM +0400, Eir Nym wrote: On 16 June 2011 16:55, Ruslan Ermilov r...@freebsd.org wrote: On Thu, Jun 16, 2011 at 01:50:17PM +0200, Milan Obuch wrote: Hi, I encountered an error when WITHOUT_INSTALLLIB option is specified for 'make buildworld' process. I

[HEADS UP] color and page width support in man(1)

2011-06-03 Thread Ruslan Ermilov
Hi there, On a freshly installed -CURRENT, to view a colorized manpage in color and in full terminal width, try this: env MANCOLOR=yes MANWIDTH=tty man grotty Both features are disabled by default for POLA reasons. Bikeshedding will be redirected to /dev/null. Cheers, -- Ruslan

Re: [PATCH] Fix CFLAGS overwrite by Makefile

2011-05-25 Thread Ruslan Ermilov
AMD Features=0x28100800SYSCALL,NX,RDTSCP,LM AMD Features2=0x1LAHF TSC: P-state invariant I am still not sure what is the default gcc target architecture on this machine. Why not go along a supported way, and do a cross-build? -- Ruslan Ermilov r...@freebsd.org FreeBSD committer

Re: buildworld fails building _dtrace_tools

2010-07-01 Thread Ruslan Ermilov
On Wed, Jun 30, 2010 at 04:26:53PM +0200, Claude Buisson wrote: Anton Shterenlikht wrote: HI Claude http://www.mavetju.org/mail/view_message.php?list=freebsd-currentid=3145015 Have you got a reply to your question? Have you solved it? I'm now seeing the same on i386. Any

Re: Coming back to the btxld: No such file or directory installworld error

2010-06-28 Thread Ruslan Ermilov
On Sun, Jun 27, 2010 at 11:27:41PM -0700, Garrett Cooper wrote: On Sun, Jun 27, 2010 at 10:54 PM, Ruslan Ermilov r...@freebsd.org wrote: On Sun, Jun 27, 2010 at 01:14:59PM -0700, Garrett Cooper wrote: Hi Ruslan,     I've run into this particular error twice now in the past couple of weeks

Re: Coming back to the btxld: No such file or directory installworld error

2010-06-27 Thread Ruslan Ermilov
(1). - source files have modification times pointing to the future which fools make(1) into thinking that it should rebuild some target; check with find /usr/src -mtime -0. HTH, -- Ruslan Ermilov r...@freebsd.org FreeBSD committer ___ freebsd

Re: HEADS UP: /bin and /sbin are now dynamically linked

2003-11-17 Thread Ruslan Ermilov
16-hour window where this was broken, before the initial commit to make the dynamic root default, and the follow-up Makefile.inc1,v 1.397 commit that took care of that. Anyway, this should not be a problem anymore, and it isn't even worth of an entry in src/UPDATING. ;) Cheers, -- Ruslan

Re: making a release

2003-11-14 Thread Ruslan Ermilov
can specify make flags for make readmes via PORTREADMES_FLAGS. #WORLD_FLAGS=-j4 #KERNEL_FLAGS=-j4 #PORTREADMES_FLAGS=-j4 The release(7) manpage mumbles something about that, but not too verbose. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software

Re: make install fails on 11.pm cst current cvs..

2003-11-07 Thread Ruslan Ermilov
.. -- cd /usr/src; make -f Makefile.inc1 install === share/info === include creating osreldate.h from newvers.sh touch: not found *** Error code 127 SEARCH THE ARCHIVES! SEARCH THE ARCHIVES! SEARCH THE ARCHIVES! Cheers, -- Ruslan Ermilov Sysadmin and DBA

Re: buildworld error: rm: tar: is a directory

2003-11-01 Thread Ruslan Ermilov
Stop in /usr/src/gnu/usr.bin/tar. *** Error code 1 Stop in /usr/src/gnu/usr.bin. *** Error code 1 I'm begining to wonder if I'm getting a complete checkout with cvsup of the gnu tree. ``rm -rf /usr/obj/usr/src/gnu/usr.bin/tar'' and try again. Cheers, -- Ruslan Ermilov

Re: make release...

2003-10-21 Thread Ruslan Ermilov
, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

HEADS UP: can't find kernel source tree error when building the kernel.

2003-10-03 Thread Ruslan Ermilov
/usr/bin/make binary manually, or to use this command from /usr/src: make buildkernel -DALWAYS_CHECK_MAKE ... with up-to-date tools/regression/usr.bin/make/ and usr.bin/make/ sources. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd

Re: Problem upgrading 4.8 to 5.1

2003-10-02 Thread Ruslan Ermilov
recommendation would be to let these changes in, but we'll see if the so@'s mileage varies. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer ---BeginMessage--- On Tue, Sep 02, 2003 at 07:49:55PM

Re: Error in /usr/src/Makefile.inc1

2003-09-25 Thread Ruslan Ermilov
, and it's currently limited to only buildworld by default. To overcome this problem, please re-run the above command with -DALWAYS_CHECK_MAKE. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD

Re: upgrade from static to dynamic root

2003-09-15 Thread Ruslan Ermilov
On Mon, Sep 15, 2003 at 09:42:27AM +0200, Harti Brandt wrote: On Sun, 14 Sep 2003, Ruslan Ermilov wrote: REOn Thu, Sep 11, 2003 at 02:44:55PM +0200, Harti Brandt wrote: RE RE Hi, RE RE I just tried to upgrade one of my systems from a static root from july to RE an actual dynamic root

Re: Upgrading to FreeBSD 5.1

2003-09-15 Thread Ruslan Ermilov
On Mon, Sep 15, 2003 at 03:54:09PM -0500, Jacques A. Vidrine wrote: On Mon, Sep 15, 2003 at 11:18:24PM +0300, Ruslan Ermilov wrote: You mean you upgrade to RELENG_5_1? Beware that this branch is currently not buildable: libpthread build is broken. Eh? By `this branch' you mean RELENG_5_1

Re: Upgrading to FreeBSD 5.1

2003-09-15 Thread Ruslan Ermilov
this by passing it by running the make regression tests, and should they fail, builds a new make from fresh sources. The errors above indicate that some of the regression tests have failed, and this causes the new make to be built. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED

Re: upgrade from static to dynamic root

2003-09-14 Thread Ruslan Ermilov
time? Good idea! Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: ps: kvm_getprocs: No such file or directory

2003-09-13 Thread Ruslan Ermilov
, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: FreeBSD as bluetooth gateway for a PDA

2003-09-12 Thread Ruslan Ermilov
force-scripts set dial CLIENT CLIENTSERVER Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: 'cd /usr/src/etc; make distribute' broken.

2003-09-12 Thread Ruslan Ermilov
make distribute ... Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: BOOTMFS requires 'device miibus'

2003-09-09 Thread Ruslan Ermilov
up the things, after applying this patch in ${CHROOTDIR}/usr/src. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer Index: release/i386/drivers.conf

Re: rpc.ypxfrd(8)

2003-09-06 Thread Ruslan Ermilov
On Fri, Sep 05, 2003 at 04:49:17PM -0500, Dan Nelson wrote: In the last episode (Sep 05), Ruslan Ermilov said: Is there anybody out there who successfully uses the rpc.ypxfrd(8) server to speed up distribution of NIS maps, either on 4.x or 5.x? I have trouble getting it to work. Seems

Re: rpc.ypxfrd(8)

2003-09-06 Thread Ruslan Ermilov
On Sat, Sep 06, 2003 at 08:24:57AM +0900, horio shoichi wrote: On Fri, 5 Sep 2003 22:47:02 +0300 Ruslan Ermilov [EMAIL PROTECTED] wrote: Is there anybody out there who successfully uses the rpc.ypxfrd(8) server to speed up distribution of NIS maps, either on 4.x or 5.x? I have trouble

rpc.ypxfrd(8)

2003-09-05 Thread Ruslan Ermilov
Is there anybody out there who successfully uses the rpc.ypxfrd(8) server to speed up distribution of NIS maps, either on 4.x or 5.x? I have trouble getting it to work. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED

Re: Text file busy

2003-09-04 Thread Ruslan Ermilov
, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

/lib/foo.so.X - /usr/lib/foo.so

2003-09-04 Thread Ruslan Ermilov
On Thu, Sep 04, 2003 at 09:58:39PM +0300, Ruslan Ermilov wrote: [...] The patch is not a problem (attached). I've been looking at how our friends do this. NetBSD has symlinks in /usr/lib to /lib, both to .so and .so.X, and their cc(1) and ld(1) don't look things in /lib. Linux looks things

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Sun, Aug 31, 2003 at 10:10:49PM -0700, David O'Brien wrote: On Sun, Aug 31, 2003 at 05:52:24PM +0300, Ruslan Ermilov wrote: I might be missing an obvious, but I just don't see a reason why we should use relative linking here: we should just link to where we really install

Re: cvs commit: src Makefile.inc1

2003-09-01 Thread Ruslan Ermilov
-9 src/Makefile.inc1 How about if we get rid of the numbering here completely? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 08:58:19AM +0200, Christoph P. Kukulies wrote: On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: I think that Gordon took a safe path with creating compatibility symlinks. Besides, creating compatibility symlinks has a nicety of removing your stale

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 01:22:49AM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Ruslan Ermilov [EMAIL PROTECTED] writes: : On Mon, Sep 01, 2003 at 08:58:19AM +0200, Christoph P. Kukulies wrote: : On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: : I

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
tracked down why yet. This is because static libraries are installed with -C. The reasoning was like this: On Sat, Mar 30, 2002 at 02:15:56PM +0100, Dag-Erling Smorgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: On Fri, Mar 22, 2002 at 12:28:17PM -0800, Dag-Erling Smorgrav wrote

Re: /lib symlinks problem?

2003-09-01 Thread Ruslan Ermilov
On Mon, Sep 01, 2003 at 09:31:29AM -0700, David O'Brien wrote: On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: On Sun, Aug 31, 2003 at 10:10:49PM -0700, David O'Brien wrote: On Sun, Aug 31, 2003 at 05:52:24PM +0300, Ruslan Ermilov wrote: I might be missing an obvious

Re: /lib symlinks problem?

2003-08-31 Thread Ruslan Ermilov
On Sun, Aug 31, 2003 at 02:07:42PM +0200, Alexander Leidinger wrote: On Sat, 30 Aug 2003 21:56:53 +0300 Ruslan Ermilov [EMAIL PROTECTED] wrote: I think a workaround would be to use absolute symlinks (at least as an option). I might be missing an obvious, but I just don't see

Re: 5.1-REL won't buildworld - fresh cvsup

2003-08-31 Thread Ruslan Ermilov
, perhaps you want 5.1-CURRENT (HEAD)? What's your current system? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: /lib symlinks problem?

2003-08-30 Thread Ruslan Ermilov
: $ make -n install -DNOMAN DESTDIR=/foo install -C -o root -g wheel -m 444 libalias.a /foo/usr/lib install -s -o root -g wheel -m 444 libalias.so.4 /foo/lib ln -fs libalias.so.4 /foo/lib/libalias.so ln -fs /foo/lib/libalias.so.4 /foo/usr/lib/libalias.so Cheers, -- Ruslan Ermilov

Re: status of nsswitch.conf in current?

2003-08-22 Thread Ruslan Ermilov
/ is a good idea. Many admins may not know the system has this capability unless they see a copy of nsswitch.conf in /etc. Many admins should learn how to consult with the release notes then. ;-) Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software

Re: status of nsswitch.conf in current?

2003-08-21 Thread Ruslan Ermilov
tonight (Thursday) and built world. So, I'm up to date. Please see the ``Default source lists'' section of the nsswitch.conf(5) manpage that talks about this case. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED

Re: GCC 3.3.1-RELEASE is coming

2003-08-21 Thread Ruslan Ermilov
as all clear too? ;-) Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: Warning with loader Makefile?

2003-08-14 Thread Ruslan Ermilov
(SRCS) No, thanks. If a makefile has a ${PROG}: foo line, just to add an additional dependency, this patch will break building the ${PROG}. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer

Re: mergemaster chokes on etc/sendmail

2003-08-14 Thread Ruslan Ermilov
Stop in /freebsd/src/etc/sendmail. *** Error code 1 Stop in /freebsd/src/etc. *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to the temproot environment Please make sure to upgrade your mergemaster(8) first. Cheers, -- Ruslan Ermilov Sysadmin and DBA

Change to kernel+modules build approach

2003-08-14 Thread Ruslan Ermilov
\ %%% Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: Warning with loader Makefile?

2003-08-07 Thread Ruslan Ermilov
, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: MSDOSFS woes

2003-08-06 Thread Ruslan Ermilov
On Wed, Aug 06, 2003 at 08:05:52PM +1000, Tim Robbins wrote: On Sat, Aug 02, 2003 at 06:08:50PM +0300, Ruslan Ermilov wrote: Gang, :-) While working with Marcel on a bootable CD-ROM for IA64 issue, I've stumbled upon the following problem. I needed to increase the size of the EFI

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
revert to the old behavior in tr(1). Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
On Mon, Aug 04, 2003 at 08:58:00PM +0200, Dag-Erling Sm?rgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: For example, this result is right and not the bug (but wrong tr usage): env LANG=de_DE.ISO8859-1 tr '[a-z]' '[A-Z]' vi_zero WI_]ERO Clearly this is a useless construct

Re: buildworld broken after installworld

2003-08-04 Thread Ruslan Ermilov
On Tue, Aug 05, 2003 at 01:44:44AM +0400, Andrey Chernov wrote: On Mon, Aug 04, 2003 at 23:32:19 +0300, Ruslan Ermilov wrote: I think we've now reached the agreement with Andrey that a more correct, safe, and portable [sic] construct would be LC_ALL=C tr [:lower:] [:upper:]. It works

MSDOSFS woes

2003-08-02 Thread Ruslan Ermilov
msdosfs /dev/$md /mnt dd if=/dev/zero of=/mnt/foo Changing to the -F 16 does not take any (good) effect. Anyone is interested in narrowing it down? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD

Re: MSDOSFS woes

2003-08-02 Thread Ruslan Ermilov
On Sat, Aug 02, 2003 at 05:00:45PM +0100, Bruce Cran wrote: On Sat, Aug 02, 2003 at 06:08:50PM +0300, Ruslan Ermilov wrote: Gang, :-) While working with Marcel on a bootable CD-ROM for IA64 issue, I've stumbled upon the following problem. I needed to increase the size of the EFI

Re: groff and mkdep?

2003-08-02 Thread Ruslan Ermilov
, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: groff and mkdep?

2003-08-01 Thread Ruslan Ermilov
/printer.cpp So in short, something is wrong with your build environment. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: Who is responsible for the install check goo in Makefile.inc1

2003-07-30 Thread Ruslan Ermilov
though if it was done using kern.osreldate. I'd happily test any patches in this direction for you, John. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP

Re: Who is responsible for the install check goo in Makefile.inc1

2003-07-30 Thread Ruslan Ermilov
On Wed, Jul 30, 2003 at 05:34:01PM +1000, John Birrell wrote: On Wed, Jul 30, 2003 at 10:24:42AM +0300, Ruslan Ermilov wrote: I'm regularly upgrading 4.0-RELEASE to 5.x-CURRENT to check that the upgrade path wasn't broken, and this check comes very handy. I wouldn't object though

make -U

2003-07-30 Thread Ruslan Ermilov
all: @echo ${FOO} when run as ``make FOO=foo'', will print just ``foo''. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: make -U

2003-07-30 Thread Ruslan Ermilov
On Wed, Jul 30, 2003 at 04:23:20PM -0500, Juli Mallett wrote: * Ruslan Ermilov [EMAIL PROTECTED] [ Date: 2003-07-30 ] [ w.r.t. make -U ] Sorry, I've accidentally dropped an email about `make -U'. I think that it's not needed, since the functionality can easily be achieved

Re: -current 'make release' status?

2003-07-29 Thread Ruslan Ermilov
differently, with a clean environment, like this: env -i /usr/sbin/chroot ${CHROOTDIR} /mk Could it be that you have something in your environment similar to NO_WERROR? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED

Re: new.h is missing

2003-07-29 Thread Ruslan Ermilov
-v Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: new.h is missing

2003-07-29 Thread Ruslan Ermilov
On Tue, Jul 29, 2003 at 02:09:24PM +0200, Kai Mosebach wrote: -Urspr?ngliche Nachricht- Von: Ruslan Ermilov [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 29. Juli 2003 14:06 An: Kai Mosebach Cc: David Leimbach; Michael Reifenberger; [EMAIL PROTECTED] Betreff: Re: new.h

Re: -current 'make release' status? [SOLVED]

2003-07-29 Thread Ruslan Ermilov
, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: -current 'make release' status? [SOLVED]

2003-07-29 Thread Ruslan Ermilov
On Wed, Jul 30, 2003 at 06:14:17AM +1000, Bruce Evans wrote: On Tue, 29 Jul 2003, Ruslan Ermilov wrote: ... Forget what I've said about NO_WERROR, it (unfortunately) only applies to the userland. Still, running make rerelease KERNEL_FLAGS=WERROR= gets the release done. I

Re: Checking buildworld success from ssh

2003-07-28 Thread Ruslan Ermilov
don't want to do these things if buildworld failed. Is there any way I can tell in the absence of saved output? The last thing made is creation of the freebsd.cf file. See if it was created in /usr/obj/usr/src/etc/sendmail. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED

Re: make release broken [FIX]

2003-07-25 Thread Ruslan Ermilov
On Fri, Jul 25, 2003 at 01:59:40PM -0700, David O'Brien wrote: On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: On 22-Jul-2003 Ruslan Ermilov wrote: Hi! As many of you probably know, recent telnet commit broke snapshot building. Since I needed a working make

Re: Floppyless release build of sparc64

2003-07-25 Thread Ruslan Ermilov
On Fri, Jul 25, 2003 at 01:39:14PM -0700, David O'Brien wrote: On Thu, Jul 24, 2003 at 11:50:10PM +0300, Ruslan Ermilov wrote: boot.flp is actually useful on sparc64 because you can dd it to a disk from solaris and then boot off it to install. I'm happy with having the option

Re: Alpha/EISA broken?

2003-07-25 Thread Ruslan Ermilov
is now mandatory on alpha. I did not follow in detail to be honest. Check the archives. Well, that's left me hosed :-(. I looked through current@ and alpha@ (briefly) and saw nothing obvious. What should I be looking for? I think cvs-all@ would be more appropriate. Cheers, -- Ruslan

NOCRYPT and exists(src/crypto) check

2003-07-24 Thread Ruslan Ermilov
. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: Floppyless release build of sparc64

2003-07-24 Thread Ruslan Ermilov
On Thu, Jul 24, 2003 at 11:55:10AM -0700, David O'Brien wrote: On Wed, Jul 23, 2003 at 07:07:30PM +0300, Ruslan Ermilov wrote: On Wed, Jul 23, 2003 at 11:57:58AM -0400, Jake Burkholder wrote: Apparently, On Wed, Jul 23, 2003 at 09:16:43AM +0300, Ruslan Ermilov said words to the effect

Re: make release broken [FIX]

2003-07-23 Thread Ruslan Ermilov
} ${MAKE} ${EXTRAS} @echo Release done %%% The release.9 target is responsible for creating mfsroot, amongst other tasks. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp

Floppyless release build of sparc64

2003-07-23 Thread Ruslan Ermilov
boot.flp. Desired by: peter Revision ChangesPath 1.789 +0 -3 src/release/Makefile Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer Index: Makefile

Re: make release broken [FIX]

2003-07-23 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 07:42:33PM +0300, Ruslan Ermilov wrote: Hi! As many of you probably know, recent telnet commit broke snapshot building. Since I needed a working make release to go on with my task on floppy-less make release (for AMD64, etc.), I had to just fix it. Attached

Re: make release broken [FIX]

2003-07-23 Thread Ruslan Ermilov
On Wed, Jul 23, 2003 at 11:33:50AM +0100, Mark Murray wrote: Hi Please do not commit this. Please stop repeating this endlessly. This patch is only for those who need a working make release urgently, like me. You made it clear that you're working on a better fix. -- Ruslan Ermilov

Re: Floppyless release build of sparc64

2003-07-23 Thread Ruslan Ermilov
On Wed, Jul 23, 2003 at 11:57:58AM -0400, Jake Burkholder wrote: Apparently, On Wed, Jul 23, 2003 at 09:16:43AM +0300, Ruslan Ermilov said words to the effect of; A similar change would be in order for sparc64. Patch is attached, please review. The net effect is that we save huge

Re: mergemaster broken

2003-07-22 Thread Ruslan Ermilov
of src/etc/Makefile does not need to build anything (in the object directory). Can you please test it and commit? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer Index: mergemaster.sh

make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
: it ensures that crypto telnet[d] do not end up in the base distribution. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer Index: release/Makefile

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: On 22-Jul-2003 Ruslan Ermilov wrote: Hi! As many of you probably know, recent telnet commit broke snapshot building. Since I needed a working make release to go on with my task on floppy-less make release (for AMD64, etc

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
On Tue, Jul 22, 2003 at 02:45:52PM -0400, John Baldwin wrote: On 22-Jul-2003 Ruslan Ermilov wrote: On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: On 22-Jul-2003 Ruslan Ermilov wrote: Hi! As many of you probably know, recent telnet commit broke snapshot

Re: make release broken [FIX]

2003-07-22 Thread Ruslan Ermilov
simpler. And I will probably do just that. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: make release of CURRENT on 4.7 broken again ?

2003-07-21 Thread Ruslan Ermilov
On Mon, Jul 21, 2003 at 02:13:45PM +0300, Andrey Elperin wrote: On Sun, Jul 20, 2003 at 02:44:23PM +0300, Ruslan Ermilov wrote: A few days ago I've noticed such messages in CURRENT buildlog (on 4.7 box, building without -jsomething) : cc -Os -pipe -c chown_stub.c ld -dc -r -o

Re: make release of CURRENT on 4.7 broken again ?

2003-07-21 Thread Ruslan Ermilov
On Mon, Jul 21, 2003 at 06:08:43PM +0300, Ruslan Ermilov wrote: On Mon, Jul 21, 2003 at 02:13:45PM +0300, Andrey Elperin wrote: On Sun, Jul 20, 2003 at 02:44:23PM +0300, Ruslan Ermilov wrote: A few days ago I've noticed such messages in CURRENT buildlog (on 4.7 box, building without

Re: i386 'make release' broken

2003-07-20 Thread Ruslan Ermilov
have just committed it. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: make release of CURRENT on 4.7 broken again ?

2003-07-20 Thread Ruslan Ermilov
umount.lo ftp.lo telnet.lo vi.lo chown.lo chroot.lo -ledit -lgeom -lkvm -lm -lncurses -lutil *** Error code 1 Stop in /usr/obj/usr/src/release/fixit_crunch. *** Error code 1 I have committed a fix for this to src/bin/ed/ a few minutes ago. Cheers, -- Ruslan Ermilov Sysadmin

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

2003-07-20 Thread Ruslan Ermilov
in src/bin/ed/Makefile,v 1.28. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: [current] hostap+wi

2003-07-06 Thread Ruslan Ermilov
On Sun, Jul 06, 2003 at 09:40:38AM +0900, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Ruslan Ermilov [EMAIL PROTECTED] writes: : On Sat, Jul 05, 2003 at 04:48:09PM -0400, David Gilbert wrote: : [...] : The hostap machine is 4.8-STABLE and the client is 5.1-RELEASE

Re: [current] hostap+wi

2003-07-05 Thread Ruslan Ermilov
Prism's also do? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: who am i

2003-07-03 Thread Ruslan Ermilov
' and not(!) 'root' Yes, this sucks. DES, could you please fix it? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software Ltd, [EMAIL PROTECTED] FreeBSD committer pgp0.pgp Description: PGP signature

Re: who am i

2003-07-03 Thread Ruslan Ermilov
On Fri, Jul 04, 2003 at 01:58:13AM +0300, Ruslan Ermilov wrote: On Fri, Jul 04, 2003 at 12:46:10AM +0200, Richard Arends wrote: Hello, Please take a look at this: = [snowlap] ~$ who am i richard ttyp5Jul

Re: who am i

2003-07-03 Thread Ruslan Ermilov
On Fri, Jul 04, 2003 at 02:02:09AM +0300, Ruslan Ermilov wrote: [...] Doh, forgot to mention: the following patch fixes it for me. A better version: %%% Index: su === RCS file: /home/ncvs/src/etc/pam.d/su,v retrieving revision

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

2003-07-02 Thread Ruslan Ermilov
On Wed, Jul 02, 2003 at 08:51:40AM +0200, Dag-Erling Sm?rgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: mkinit is the bin/sh's build-tool, and should have been built for the native architecture, i386. The above means that mkinit was rebuilt for ia64, and the resulting binary

Re: rescue/ broke cross compiles

2003-07-02 Thread Ruslan Ermilov
as it has no idea what tools contribute to the build-tools list. Another pessimization is with release.3, where we do a second buildworld pass with SUBDIR_OVERRIDE, but this pessimization is for a good reason. Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay

  1   2   3   4   5   6   7   >