From owner-freebsd-questions@FreeBSD.ORG Thu Oct 9 02:19:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 15BFD16A4B3 for ; Thu, 9 Oct 2003 02:19:04 -0700 (PDT) Received: from TK212017121218.teleweb.at (TK212017121218.teleweb.at [212.17.121.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A57D43FCB for ; Thu, 9 Oct 2003 02:19:03 -0700 (PDT) (envelope-from herbert@TK212017121218.teleweb.at) Date: Thu, 9 Oct 2003 11:18:49 +0200 From: Herbert To: questions@FreeBSD.org Message-ID: <20031009091849.GA21735@TK212017121218.teleweb.at> Mail-Followup-To: questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline X-Operating-System: FreeBSD 5.1-RELEASE-p2 User-Agent: Mutt/1.5.4i Subject: portupgrade and USE_GCC=3.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2003 09:19:04 -0000 Hei! When I try to rebuild centericq with g++33 using portupgrade I end up in hundreds of make processes. # portupgrade -f centericq -M USE_GCC=3.3 After a few seconds: % ps xa |grep make |wc -l 398 The same happens if I do # make USE_GCC=3.3 install clean # make USE_GCC=3.3 clean make: Max recursion level (500) exceeded.: Resource temporarily unavailable make: Max recursion level (500) exceeded.: Resource temporarily unavailable Although # make USE_GCC=3.3 ; make install clean works. % uname -sr FreeBSD 5.1-RELEASE-p2 The same happens with other ports (tested with fltk and qt32). Am I doing something wrong or is this a bug? Herbert