Looks like pkg_add -r is failing on RELENG_7:
--- main.c.orig 2008-03-07 10:20:00.0 -0800
+++ main.c 2008-03-07 09:58:56.0 -0800
@@ -81,7 +81,7 @@
{ 502100, 502128, "/packages-5-current" },
{ 503100, 599000, "/packages-5-stable" },
{ 600100, 699000, "/
I'm now running RELENG_7 on three x86 machines, but (only) one of
them is behaving badly during bootup.
Once the rc.d scripts start to run, I see /bin/sh crashing dozens of
times before I finally see the login prompt. A few of the normal
processes actually start okay, like ppp and named (this is
Oliver Fromme wrote:
walt<[EMAIL PROTECTED]> wrote:
> I'm now running RELENG_7 on three x86 machines, but (only) one of
> them is behaving badly during bootup.
>
> Once the rc.d scripts start to run, I see /bin/sh crashing dozens of
> times before I fi
Andreas Killaitis wrote:
Hi list,
I have some problems with one of my FreeBSD installations. I am not
shure if this the correct list, but I hope so.
The scenario:
I am running three virtual machines (VMware Fusion 1.1 on a Mac Pro).
All of them use exactly the same hardware playground. Each of
Rance Hall wrote:
> ...
im running an amd athlon64 processor but the i386 code.
my march is athlon-mp (the system translates my athlon64
automatically to this in i386 mode)...
I've been too cheap to buy a 64-bit machine, so obviously I'm
making a blind guess here :o) but the words above make
Rance Hall wrote:
On Wed, Mar 26, 2008 at 8:48 PM, Rance Hall<[EMAIL PROTECTED]> wrote:
On Wed, Mar 26, 2008 at 7:32 PM, walt<[EMAIL PROTECTED]> wrote:
> Rance Hall wrote:
>> ...
>
> > im running an amd athlon64 processor but the i386 code.
>
On Thu, 27 Mar 2008, Rance Hall wrote:
> On 3/27/08, walt <[EMAIL PROTECTED]> wrote:
> >
> > You might try searching your source tree for .depend and .o files and
> > delete any you find. Also, you could try building the old way:
> >
> > #cd /usr
Rance Hall wrote:
cc -c -O -pipe -march=athlon-xp -std=c99 -g -Wall -Wredundant-decls
> cc -c -o -pipe -march=athlon-mp -std=c99 -g -Wall -Wredundant-decls
^^
Did you type an 'o' instead of an 'O' for your optimization flag in
make.conf?
___