From owner-freebsd-questions Fri Oct 25 17:20:41 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA09226 for questions-outgoing; Fri, 25 Oct 1996 17:20:41 -0700 (PDT) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA09220 for ; Fri, 25 Oct 1996 17:20:38 -0700 (PDT) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.7.6/8.6.9) with SMTP id RAA17974 for ; Fri, 25 Oct 1996 17:20:37 -0700 (PDT) Date: Fri, 25 Oct 1996 17:20:37 -0700 (PDT) From: Dave Babler Reply-To: Dave Babler To: questions@freebsd.org Subject: Lynx 2.6 port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I recently discovered a problem with slynx 2.5FM that causes it to exit with a signal 11. I was told that that problem didn't exist in -CURRENT (I am running 2.1.5-STABLE and using CTM to keep current). I grabbed the current port for slang-lynx 2.6 and the slang library and tried to rebuild it. The slynx port fails to build; it cannot apply the patches in the script. >> No MD5 checksum file. ===> Extracting for slang-lynx-2.6 ===> slang-lynx-2.6 depends on executable: unzip - found ===> slang-lynx-2.6 depends on shared library: slang\.0\.99 - found ===> Patching for slang-lynx-2.6 ===> Applying FreeBSD patches for slang-lynx-2.6 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. This was reported to GNATS and the determination was that I was using "obsolete *.mk" files. I rebuilt all the *.mk files and the error persists. The existig slynx executable is now also broken because it depends on the old library: ld.so failed: open failed for "/usr/local/lib/libslang.so.99.33" : No such file or directory What am I doing wrong?? -Dave