From owner-freebsd-current Sat Jul 20 13:22:41 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C211937B400 for ; Sat, 20 Jul 2002 13:22:38 -0700 (PDT) Received: from snark.rinet.ru (snark.rinet.ru [195.54.192.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id C736643E42 for ; Sat, 20 Jul 2002 13:22:37 -0700 (PDT) (envelope-from andrew@snark.rinet.ru) Received: from snark.rinet.ru (andrew@localhost [127.0.0.1]) by snark.rinet.ru (8.12.3/8.12.3) with ESMTP id g6KKMasA013265 for ; Sun, 21 Jul 2002 00:22:36 +0400 (MSD) (envelope-from andrew@snark.rinet.ru) Received: (from andrew@localhost) by snark.rinet.ru (8.12.3/8.12.3/Submit) id g6KKMan5013264 for current@freebsd.org; Sun, 21 Jul 2002 00:22:36 +0400 (MSD) Date: Sun, 21 Jul 2002 00:22:36 +0400 From: Andrew Kolchoogin To: current@freebsd.org Subject: Re: Still no XFree86-4 Message-ID: <20020720202236.GA12769@snark.rinet.ru> References: <3D3929DF.4020200@veidit.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! On Sat, Jul 20, 2002 at 03:08:07PM -0400, Garance A Drosihn wrote: [ rotten away ] >>make: don't know how to make /usr/X11R6/bin/ucs2any.pl. Stop >>*** Error code 2 > This program ("/usr/X11R6/bin/ucs2any.pl") should have been installed > by the port XFree86-clients-4.2.0_2 Some oddities in this case might be if (I don't know how and why) XFree86-clients-4.2.0_2 hasn't install correctly and 'make' for some obvious reasons tries to continue meta-port building. By the way, as of ports tree from July, 17 XFree86-clients-4.2.0_2 does have a problem with build/installation -- glxinfo doesn't link because 'make' tries to use 'cc' for linking instead of 'c++', and libGLU is a C++ library. After manual 'Makefile' editing all is O.K., yesterday I checked it by building X libraries, X clients and X 100dpi fonts using appropriate ports. JFYI: some ports are "broken-on-usage" because of linker issue. For example, if you try to build mod_php4 with pspell support, it builds and links, but, of course, doesn't work: Syntax error on line 277 of /usr/contrib/etc/apache2/httpd.conf: Cannot load /usr/contrib/libexec/apache2/libphp4.so into server: /usr/contrib/li b/libpspell.so.4: Undefined symbol "_ZTV8ifstream" Sure, 'cc', as a C compiler driver, knows nothing about C++ I/O streams. :) Andrew. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message