From owner-freebsd-ports Thu Apr 24 13:56:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA00731 for ports-outgoing; Thu, 24 Apr 1997 13:56:03 -0700 (PDT) Received: from vader.cs.berkeley.edu (vader.CS.Berkeley.EDU [128.32.38.234]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA00673; Thu, 24 Apr 1997 13:55:44 -0700 (PDT) Received: (from asami@localhost) by vader.cs.berkeley.edu (8.8.5/8.7.3) id NAA04733; Thu, 24 Apr 1997 13:55:41 -0700 (PDT) Date: Thu, 24 Apr 1997 13:55:41 -0700 (PDT) Message-Id: <199704242055.NAA04733@vader.cs.berkeley.edu> To: pst@freebsd.org CC: ports@freebsd.org, bde@zeta.org.au Subject: yale-tftpd build failure in -current From: asami@vader.cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Could this have something to do with the recent *.mk file changes? If so, what is the fix, and is it going to be merged to 2.2? Satoshi ------- ## make >> Checksum OK for yale-tftpd-3.0.tar.gz. ===> Extracting for yale-tftpd-3.0 ===> Patching for yale-tftpd-3.0 ===> Applying FreeBSD patches for yale-tftpd-3.0 ===> Configuring for yale-tftpd-3.0 ===> Building for yale-tftpd-3.0 Warning: Object directory not changed from original /ccd/ports/net/yale-tftpd/work cc -O -DCONFIGFILE='"/usr/local/etc/tftpd.conf"' -c tftpd.c cc -O -DCONFIGFILE='"/usr/local/etc/tftpd.conf"' -c tftpsubs.c cc -O -DCONFIGFILE='"/usr/local/etc/tftpd.conf"' -c tftpyale.c cc -O -DCONFIGFILE='"/usr/local/etc/tftpd.conf"' -c config.c cc -O -DCONFIGFILE='"/usr/local/etc/tftpd.conf"' -o tftpd tftpd.o tftpsubs.o tftpyale.o config.o classes/libclasses.a cc: classes/libclasses.a: No such file or directory *** Error code 1 Stop.