From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 3 14:58:27 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C678916A41C for ; Fri, 3 Jun 2005 14:58:27 +0000 (GMT) (envelope-from dswartz@druber.com) Received: from mail.druber.com (dsl-216-129-135-2.lightband.com [216.129.135.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 691A243D48 for ; Fri, 3 Jun 2005 14:58:27 +0000 (GMT) (envelope-from dswartz@druber.com) Received: from mail.druber.com (localhost.druber.com [127.0.0.1]) by sphinx.druber.com (Postfix) with ESMTP id 06E6720AB; Fri, 3 Jun 2005 10:58:26 -0400 (EDT) Received: from SWARTZEN-D3.druber.com (localhost.druber.com [127.0.0.1]) by sphinx.druber.com (Postfix) with ESMTP id 73BAB2083; Fri, 3 Jun 2005 10:58:24 -0400 (EDT) Message-Id: <6.2.1.2.0.20050603105737.01c5a390@127.0.0.1> X-Mailer: QUALCOMM Windows Eudora Version 6.2.1.2 Date: Fri, 03 Jun 2005 10:58:23 -0400 To: Alexander Leidinger From: Dan Swartzendruber In-Reply-To: <20050603123706.cxpqne9okgowk88s@netchild.homeip.net> References: <6.2.1.2.0.20050601140217.01c66690@127.0.0.1> <20050602155307.is6bvd5t3qcksgws@netchild.homeip.net> <20050603123706.cxpqne9okgowk88s@netchild.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-emulation@freebsd.org Subject: Re: Question about RPM? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 14:58:27 -0000 At 06:37 AM 6/3/2005, Alexander Leidinger wrote: >Alexander Leidinger wrote: > >>>Unfortunately, if I try to install the arkeia RPM (with the usual 'rpm >>>-ivh arkeiaXXXX.rpm' incantation), it gives me a raft of warnings about >>>various shared libraries being needed, as well as /bin/sh. I don't >>>recall seeing any errors during either the build or the install of the >>>base package, so I'm mystified as to why the installation of that rpm >>>failed. Any thoughts? >> >>You forgot to tell us how you exactly tried to install it (cut&paste of the >>command line) and you forgot to cut&paste the error messages in your mail. > >Ooops, actually you did tell us the command line... I suggest to have a look >at /usr/ports/x11-toolkits/linux-gtk/Makfile how to use rpm on FreeBSD. >Thanks, I'll take a look. Out of curiosity, why is something pertaining >to linux emulation in x11-toolkits/linux-gtk?