Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2005 19:11:49 +0300
From:      "Constantin Khatskevich" <home@const.ru>
To:        <questions@FreeBSD.org>
Subject:   5.3 & jail
Message-ID:  <000801c52267$34e117f0$0200a8c0@saturn>

next in thread | raw e-mail | index | archive | help
Hello!

I need help. I try to make jail:
make world DESTDIR=3D....=20
but got message, which description I found in /usr/src/UPDATING=20
20010919:
        There's a bug in the world build process.  The cross-tools
        are build with the NEW headers, but the OLD libc.a.  This
        leads to all kinds of problems with the new libc.  A temporary
        workaround is to add
                CFLAGS=3D"-O -pipe -D_OLD_STDIO"
        before building world when upgrading from 4.x to current.  This
        can be removed afterwards.

        A proper fix to the buildworld target is needed.

Then I add -D_OLD_STDIO to the /etc/make.conf:
CFLAGS=3D -O -pipe -D_OLD_STDIO

But I get this error again.
Tell me please? what can I do?

Konstantin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000801c52267$34e117f0$0200a8c0>