From owner-freebsd-current Wed Mar 28 20:15:42 2001 Delivered-To: freebsd-current@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id BAC1B37B722 for ; Wed, 28 Mar 2001 20:15:39 -0800 (PST) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.3/8.11.3) id f2T4KXj82242 for freebsd-current@freebsd.org; Wed, 28 Mar 2001 22:20:33 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.7 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 28 Mar 2001 22:20:33 -0600 (CST) Organization: @Home Network From: Conrad Sabatier To: freebsd-current@freebsd.org Subject: Building aout ports in -current Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been notified that one of the ports I'm responsible for, xswallow, will no longer build under -current. Here's a snip from the build log: ===> Building for xswallow-1.0.18 cd /tmp/a/ports/www/xswallow/work/xswallow/xswallow && cc -O -pipe -o xswallow.so -aout -shared -nostdlib -DXP_UNIX -I../include -I/usr/X11R6/include -L/usr/lib/compat/aout -lgcc UnixShell.c stubs.c as: could not exec aout/as in /usr/libexec: No such file or directory UnixShell.c: In function `readEntries2': UnixShell.c:498: output pipe has been closed cpp0: output pipe has been closed as: could not exec aout/as in /usr/libexec: No such file or directory stubs.c:15: output pipe has been closed *** Error code 1 Stop in /a/ports/www/xswallow. *** Error code 1 Is it no longer possible to build aout binaries in -current, or am I simply using the wrong approach here? Admittedly, I did employ a rather "ad hoc" method to get this package to compile, and up until now it's worked just fine. Any info that might help will be greatly appreciated. -- Conrad Sabatier conrads@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message