From owner-freebsd-questions@FreeBSD.ORG Thu Apr 13 09:06:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDCC116A400 for ; Thu, 13 Apr 2006 09:06:48 +0000 (UTC) (envelope-from premal.mishra@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B3B43D45 for ; Thu, 13 Apr 2006 09:06:47 +0000 (GMT) (envelope-from premal.mishra@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so1226781nfc for ; Thu, 13 Apr 2006 02:06:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=bGQrBwxkaF8FiBopfcCdOzjy6ARdLBoTQQmAVSQbMxVFuEhKTt79otzkG86XBXFs7ez+GVBbXGBF7F0tqv5ixPlqkzfBMaJCnbmDiHDad2Tl1x4zHYbo0UNMtB9D/nMtRyxeWruR4Mc8AWhXfrI3gmpQPnprauwPv+nxX0MrWNw= Received: by 10.49.11.17 with SMTP id o17mr6604nfi; Thu, 13 Apr 2006 02:06:46 -0700 (PDT) Received: by 10.49.31.1 with HTTP; Thu, 13 Apr 2006 02:06:46 -0700 (PDT) Message-ID: <2211edca0604130206k53968b58he0f829617f0feb3d@mail.gmail.com> Date: Thu, 13 Apr 2006 14:36:46 +0530 From: "Premal Mishra" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Problem downloading RPMs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 09:06:48 -0000 Hi, I have been tryin to install linux emulation on freeBSD. What i've done is: #cd /usr/ports/emulators/linux_base #make install distclean After i do this, a script runs looking for a particular RPMs at various mirrors. The problem is that, no mirror sems to conatin the file and make fails. So i've manually downloaded an RPM each time i ran "make install" (as it complained about a missing RPM). Have downloaded 15 RPM so far but it still keeps on complaining. Is there a way to know all the RPMs needed for installing Linux Emulation or any better way of installing it. Regards Premal.