From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 22:09:21 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 380402AE for ; Thu, 20 Nov 2014 22:09:21 +0000 (UTC) Received: from mail-la0-x232.google.com (mail-la0-x232.google.com [IPv6:2a00:1450:4010:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9AFDE3FC for ; Thu, 20 Nov 2014 22:09:20 +0000 (UTC) Received: by mail-la0-f50.google.com with SMTP id pv20so3225122lab.37 for ; Thu, 20 Nov 2014 14:09:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=y1X95yUc8kL5yhUaCeEQg45yA4f4WcePhHtUDktXksI=; b=BWeieXWrnjQ1IvL/d2m+1Z2LT+v+uXhBASaclFmDzTPLUSsEqhnvQIMDdA5/Z3caz3 Imh6bq4tzwFtdxnc0FRpVtTA8BzCY1Vg+BZVWuMpG6jprkFTOg3HGoMiFnylEajlygsA W5/rd/3g1TpPVs1LjpXu2Jf3efq2KRHUxBhyI5+QaDWUoa42ncnXT08Injb5eALft/Tv eLpZa9YArUk1eeGocwl6ugwAIOfAfwWNmkzKHpyX8dEs4sGg23xY8ug00CPxcvwCwszi N9Sjql6NCbiLdwMShe7uJb7hSoPB+YYsl8Gp/FHfH2cSXOuj4hEQ6K9ckNTRZzDfTrq9 HagQ== MIME-Version: 1.0 X-Received: by 10.152.3.229 with SMTP id f5mr621031laf.94.1416521358761; Thu, 20 Nov 2014 14:09:18 -0800 (PST) Received: by 10.25.31.2 with HTTP; Thu, 20 Nov 2014 14:09:18 -0800 (PST) In-Reply-To: <546E5D2D.6010603@gmail.com> References: <546E5D2D.6010603@gmail.com> Date: Thu, 20 Nov 2014 20:09:18 -0200 Message-ID: Subject: Re: olvwm on amd64 From: Luciano Rottava da Silva To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 22:09:21 -0000 Thanks Alnis but, isn't xview only available for i386? I am stuck because of it. Or am I doing something wrong? root@desktop:/usr/ports/x11-wm/olvwm # make install clean ===> olvwm-4.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by olvwm-4.2_1 for building ===> Extracting for olvwm-4.2_1 => SHA256 Checksum OK for olvwm4.tar.Z. => SHA256 Checksum OK for olvwm4.Patch01.Z. => SHA256 Checksum OK for olvwm4.Patch02.Z. ===> Patching for olvwm-4.2_1 ===> Applying distribution patches for olvwm-4.2_1 ===> Applying FreeBSD patches for olvwm-4.2_1 ===> olvwm-4.2_1 depends on executable: imake - found ===> olvwm-4.2_1 depends on executable: tradcpp - found ===> olvwm-4.2_1 depends on file: /usr/local/libdata/pkgconfig/xpm.pc - found ===> olvwm-4.2_1 depends on shared library: libxview.so - not found ===> Verifying for libxview.so in /usr/ports/x11-toolkits/xview ===> xview-3.2.1.4.19c_1 is only for i386, while you are running amd64. *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11-toolkits/xview *** Error code 1 Stop. make: stopped in /usr/ports/x11-wm/olvwm On 20 November 2014 19:29, Alnis Morics wrote: > > On 11/20/2014 23:01, Luciano Rottava da Silva wrote: > >> Hello, >> >> I am trying to setup up a new FreeBSD desktop at home based on the new >> 10.1 >> release. >> >> As usual, my wm of choice is olvwm. Well, didn't know ports/packages are >> not available for amd64, only for i386. >> >> Searching on the Internet I've read in many places the problem is with >> xview and there's no hope for 64-bit platform. >> >> But then I've found the following website: >> >> http://physionet.caregroup.harvard.edu/physiotools/xview/ >> >> So, question is, is it possible to run a i386 Linux package in my amd64 >> Free machine? Would it be possible run the i386 FreeBSD packages xview and >> olvwm? >> >> How can I run my beloved olvwm? There must be a way! >> >> Thanks & Regards, >> Luciano. >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions- >> unsubscribe@freebsd.org" >> > Of course ports are available for amd64. Just run > > portsnap fetch extract > > to download and extract the ports tree. > > And olvwm is in ports. To install it, run: > > cd /usr/ports/x11-wm/olvwm > make install clean > > The manual chapter on how to work with ports: > > https://www.freebsd.org/doc/en_US.ISO8859-1/books/ > handbook/ports-using.html > > -Alnis > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org" >