From owner-cvs-all Sun Oct 20 17:27:15 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB94F37B401; Sun, 20 Oct 2002 17:27:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A99A43E8A; Sun, 20 Oct 2002 17:27:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9L0QmmV097099; Sun, 20 Oct 2002 17:26:48 -0700 (PDT) (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9L0Qm38097098; Sun, 20 Oct 2002 17:26:48 -0700 (PDT) Message-Id: <200210210026.g9L0Qm38097098@repoman.freebsd.org> From: "David E. O'Brien" Date: Sun, 20 Oct 2002 17:26:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/src/roff/groff Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2002/10/20 17:26:48 PDT Modified files: gnu/usr.bin/groff/src/roff/groff Makefile Log: Unbreak Alpha world. We are seeing "/usr/libexec/ld-elf.so.1: groff: too few PT_LOAD segments", however it appears that there really is only one PT_LOAD segment in the groff binary. It is unclear if `rtld' or `ld' is at fault here -- but using an RELENG_4 `ld' binary allows one to build a working dynamic groff binary. Submitted by: gallatin Revision Changes Path 1.4 +6 -0 src/gnu/usr.bin/groff/src/roff/groff/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message