From owner-freebsd-questions@FreeBSD.ORG Sat Nov 22 06:45:12 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 0731CE47 for ; Sat, 22 Nov 2014 06:45:12 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (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 8B9CCA75 for ; Sat, 22 Nov 2014 06:45:11 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id r20so1195825wiv.12 for ; Fri, 21 Nov 2014 22:45:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=un0SUtkfsrKNUeSO+icBn/lr4tCTDgg4RFPuv/kA+9o=; b=KkZCSRyEI+jrYprzd6wD6pZR1/3ZS0c7chm+TBSxtTLd2zj2SjFS4B1s6rC5HhSBbC 58ZZt3PpRHEwC3nOB6AXf2T+gvtp0ePxHPLM8r0Cs5rnn/cTGLUXce8Eak+ijHfEf/vL WQZahbGlXfBqie1klTcdBLR59IWKNrsX4QKABEbSPycFsggpAJve+RfOGpywiJ14Q9UQ XcDVsc3i5XBPilTs6wxMxKzp1zNIIhzx1qpdIE36Fcql6UHVcbA6uP68yOJ6TBJbQ8rU uwJPaOPCl85rW0m8iZeBRSz8BmAlnsZinsFvUODzhIL+Q9vDRvyqzLd7iMNjXuk0Vcls kdWw== MIME-Version: 1.0 X-Received: by 10.180.83.98 with SMTP id p2mr3449414wiy.20.1416638709062; Fri, 21 Nov 2014 22:45:09 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.136 with HTTP; Fri, 21 Nov 2014 22:45:08 -0800 (PST) In-Reply-To: <54700218.8090300@bananmonarki.se> References: <546E5D2D.6010603@gmail.com> <54700218.8090300@bananmonarki.se> Date: Fri, 21 Nov 2014 22:45:08 -0800 X-Google-Sender-Auth: Z4ctpn9OjngeikkhVOf21FimYoo Message-ID: Subject: Re: olvwm on amd64 From: Adrian Chadd To: Bernt Hansson Content-Type: text/plain; charset=UTF-8 Cc: Luciano Rottava da Silva , FreeBSD Questions 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: Sat, 22 Nov 2014 06:45:12 -0000 Hm! Well, that doesn't look like it's a problem with a 64 bit system in particular - see where that .tmpl file is supposed to be? -adrian On 21 November 2014 19:25, Bernt Hansson wrote: > On 2014-11-22 01:45, Adrian Chadd wrote: >> >> Just try disabling the i386 only check for xviews and see how far you get. > > > > This is how far I get. > > root@kw:/usr/ports/x11-toolkits/xview # make > ===> xview-3.2.1.4.19c_1 depends on executable: mkfontdir - found > ===> xview-3.2.1.4.19c_1 depends on executable: mkfontscale - found > ===> xview-3.2.1.4.19c_1 depends on executable: imake - found > ===> xview-3.2.1.4.19c_1 depends on executable: tradcpp - found > ===> xview-3.2.1.4.19c_1 depends on file: > /usr/local/libdata/pkgconfig/x11.pc - found > ===> Configuring for xview-3.2.1.4.19c_1 > /usr/bin/sed -i "" -e 's+/usr/lib+/usr/local/lib+' > /usr/ports/x11-toolkits/xview/work/xview-3.2p1.4-19c/clients/olwmslave/help_file.c > /usr/ports/x11-toolkits/xview/work/xview-3.2p1.4-19c/lib/libxview/help/help_file.c > /usr/ports/x11-toolkits/xview/work/xview-3.2p1.4-19c/lib/libxview/misc/gettext.h > /usr/ports/x11-toolkits/xview/work/xview-3.2p1.4-19c/lib/libxview/textsw/txt_e_menu.c > mv -f Makefile Makefile.bak > imake -DUseInstalled -I/usr/local/lib/X11/config > Imakefile.c:15:2: Include file Imake.tmpl not found > imake: Exit code 1. > Stop. > *** [do-configure] Error code 1 > > Stop in /usr/ports/x11-toolkits/xview. > *** [stage] Error code 1 > > Stop in /usr/ports/x11-toolkits/xview