From owner-freebsd-ports@FreeBSD.ORG Wed Aug 20 19:53:14 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C6B16A4BF for ; Wed, 20 Aug 2003 19:53:14 -0700 (PDT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D4E943FBD for ; Wed, 20 Aug 2003 19:53:13 -0700 (PDT) (envelope-from nork@FreeBSD.org) Received: from nd250009.gab.xdsl.ne.jp ([IPv6:2002:d312:f91e::1]) (authenticated bits=0) by sakura.ninth-nine.com (8.12.9/8.12.9/NinthNine) with ESMTP id h7L2rA7m032655 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 21 Aug 2003 11:53:11 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Thu, 21 Aug 2003 11:53:11 +0900 (JST) Message-Id: <200308210253.h7L2rA7m032655@sakura.ninth-nine.com> From: Norikatsu Shigemura To: Simon Tompson In-Reply-To: <0EC587C7-D33F-11D7-A7DD-0003936335F8@gmx.net> References: <0EC587C7-D33F-11D7-A7DD-0003936335F8@gmx.net> X-Mailer: Sylpheed version 0.9.4 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@FreeBSD.org cc: tech-sup@ensure-tech.co.jp Subject: Re: FreeBSD Port: DarwinStreamingServer-4.1.3g X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2003 02:53:14 -0000 On Wed, 20 Aug 2003 19:49:41 +0100 Simon Tompson wrote: > I'm having trouble getting DSS installed using the 'ports' method on > FreeBSD 4.8. I downloaded the source from Apple and moved it to > distfiles as instructed but then I encountered two problems as the > following shows : Humm.. Please update your /usr/ports. DarwinStreamingServer was updated to 4.1.3g. Exsample: $ make -VPKGNAME DarwinStreamingServer-4.1.3g > ~~ > stapleton# cd /usr/ports/net/DarwinStreamingServer/ > stapleton# make clean install > ===> Cleaning for p5-Net-SSLeay-1.17 > ===> Cleaning for DarwinStreamingServer-4.1.3 > ===> Extracting for DarwinStreamingServer-4.1.3 > >> Checksum mismatch for DSS-4_1_3.src.tar.gz. > Make sure the Makefile and distinfo file > (/usr/ports/net/DarwinStreamingServer/distinfo) > are up to date. If you are absolutely sure you want to override this > check, type "make NO_CHECKSUM=yes [other args]". > *** Error code 1 > > Stop in /usr/ports/net/DarwinStreamingServer. > stapleton# make NO_CHECKSUM=yes clean install > ===> Cleaning for p5-Net-SSLeay-1.17 > ===> Cleaning for DarwinStreamingServer-4.1.3 > ===> Extracting for DarwinStreamingServer-4.1.3 > ===> Patching for DarwinStreamingServer-4.1.3 > ===> Applying FreeBSD patches for DarwinStreamingServer-4.1.3 > patch: **** can't cd to > /usr/ports/net/DarwinStreamingServer/work/DSS-4_1_3.src: No such file > or directory > >> Patch patch-Buildit failed to apply cleanly. > *** Error code 1 > > Stop in /usr/ports/net/DarwinStreamingServer. > ~~ > My first wish was to bring this to your attention, but if you can offer > a solution (I'd describe my knowledge as 'intermediate') that would be > great. > Regards > Simon