From owner-freebsd-ports Wed Dec 6 12:20: 6 2000 From owner-freebsd-ports@FreeBSD.ORG Wed Dec 6 12:20:04 2000 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8505637B400 for ; Wed, 6 Dec 2000 12:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB6KK3K85598; Wed, 6 Dec 2000 12:20:03 -0800 (PST) (envelope-from gnats) Date: Wed, 6 Dec 2000 12:20:03 -0800 (PST) Message-Id: <200012062020.eB6KK3K85598@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Marc van Woerkom Subject: Re: ports/23301: ports/graphics/opendx does not compile due to bug in package Reply-To: Marc van Woerkom Sender: gnats@FreeBSD.org Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/23301; it has been noted by GNATS. From: Marc van Woerkom To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/23301: ports/graphics/opendx does not compile due to bug in package Date: Wed, 6 Dec 2000 21:16:51 +0100 (CET) > However the resulting installation is not clean yet. > > mvw@nil$ dx > /usr/local/dx/bin_i386/startupui: Command not found. > > but rather > > mvw@nil$ bin_freebsd/startupui > > and the welcome graphics pops up. I retried, and the above installation problem was gone. Probably I started "make install" from "ports/opendx/work/.." and not "ports/opendx", which because the port sets ARCH, might have that effect. Still, ARCH changing in meaning from "freebsd" (DX's ARCH) to "i386" (FreeBSD's MACHINE_ARCH) throughout the package makes it hard to understand. And probably it should be set to "i386-freebsd" to make the distributed stuff work over networks with mixed operating systems. (Or what was the reason to change from "_freebsd" to "_i386" / "_alpha" as machine specific directory suffices?) And, it still does not work from scratch. Start menu comes up. But running a sample seems not to work because it cannot connect to the server. Also the graphics in the tutorial are not displayed. Hmm.. Regards, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message