From owner-freebsd-current@FreeBSD.ORG Mon Nov 15 12:45:53 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33AF11065672 for ; Mon, 15 Nov 2010 12:45:53 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id DD1518FC14 for ; Mon, 15 Nov 2010 12:45:52 +0000 (UTC) Received: by ywa8 with SMTP id 8so2495965ywa.13 for ; Mon, 15 Nov 2010 04:45:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type; bh=JtUXygGeCWItcGZykyxBVow/tnmIRr/AYXzFHcSjX8A=; b=L5eco4gyHIzjJ9zKtOqUgSSqRkGoU1dhZ6DPjDP5cmkBjraU/tC4yq0g9j8U2WDocM C6bHGZV4sgj8JfhpV/NQx/as+7AG35uj8u4MU7JY3uNBvqGye6RhqmggDUORo8MDwGRn OFF4BXPOAqlr+6ZbeR/vbzb8Mc/vz7b1/+7Ss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=Ml+uPXB5PtGvz7N6hyGqLrA6Cq998NY2Mqr26Sy1w+YO7r09OrGVLOaAqTKfiwEKOi VpjHuW2HU9Vmp8T/FXRW5Ql9+nvz9v4VH9W32LcFZQiKf7BaO+kQSTLASSV7lI+N6gIK f1K8Kds2mCPBqdm7ie1UmEFqXIh5f292VYv0w= Received: by 10.90.4.19 with SMTP id 19mr7681637agd.195.1289825150162; Mon, 15 Nov 2010 04:45:50 -0800 (PST) Received: from localhost (tor-exit-proxy5-readme.formlessnetworking.net [208.53.142.41]) by mx.google.com with ESMTPS id i70sm4572694yha.22.2010.11.15.04.45.47 (version=SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 04:45:49 -0800 (PST) From: Anonymous To: eculp In-Reply-To: <20101115063353.42711xu4ckv3esw0@econet.encontacto.net> (eculp@encontacto.net's message of "Mon, 15 Nov 2010 06:33:53 -0600") References: <20101114094045.20695b96t90gjrpc@econet.encontacto.net> <4CE00C21.7050004@FreeBSD.org> <20101115063353.42711xu4ckv3esw0@econet.encontacto.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) Date: Mon, 15 Nov 2010 15:45:43 +0300 Message-ID: <86wroeg3go.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-current@freebsd.org Subject: Re: world build stuck in gnu for about a week for me. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 12:45:53 -0000 eculp writes: > Thanks, Andreas. With a new cvsup this morning it now stops at a > different point for me: > > > Making grotty.1 from > /usr/src/gnu/usr.bin/groff/src/devices/grotty/../../../../../../contrib/groff/src/devices/grotty/grotty.man > gzip -cn grotty.1 > grotty.1.gz > ===> gnu/usr.bin/groff/src/preproc (all) > ===> gnu/usr.bin/groff/src/preproc/eqn (all) > c++ -O2 -pipe > -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/preproc/eqn > -I. -DHAVE_CONFIG_H > -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../../../../contrib/groff/src/include > -I/usr/src/gnu/usr.bin/groff/src/preproc/eqn/../../../src/include > -fstack-protector -fno-rtti -fno-exceptions -c eqn.cpp > y.tab.c: In function 'int yygrowstack()': > y.tab.c:703: error: invalid conversion from 'void*' to 'short int*' > y.tab.c:709: error: invalid conversion from 'void*' to 'YYSTYPE*' > *** Error code 1 If you have r214990 try to reinstall yacc(1) before buildworld. $ make all install -C usr.bin/yacc