From owner-freebsd-stable Sun Dec 19 18:39:35 1999 Delivered-To: freebsd-stable@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 30533150C9 for ; Sun, 19 Dec 1999 18:39:33 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id SAA03780; Sun, 19 Dec 1999 18:39:30 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id SAA30265; Sun, 19 Dec 1999 18:39:29 -0800 (PST) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Sun, 19 Dec 1999 18:39:27 -0800 (PST) Organization: Polstra & Co., Inc. From: John Polstra To: Sean Jensen-Grey Subject: RE: make world breakage at /usr/src/libexec/rtld-elf/rtld.c Cc: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sean Jensen-Grey wrote: > Its probably something I did wrong but ... I just cvsup'd tonight > and did a make in /usr/src You should have done a "make world", or a "make buildworld" followed by a "make installworld". Just plain "make" in /usr/src is almost never the right thing to do. > Where is STAILQ_FOREACH() defined? It's defined in . If you use "make world" or "make buildworld" then the most up-to-date version will be used rather than the old version in your /usr/include tree. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message