From owner-freebsd-ports Thu Jul 15 2:22: 2 1999 Delivered-To: freebsd-ports@freebsd.org Received: from 001101.zer0.org (001101.zer0.org [206.24.105.163]) by hub.freebsd.org (Postfix) with ESMTP id EDE601550D for ; Thu, 15 Jul 1999 02:21:58 -0700 (PDT) (envelope-from gsutter@001101.zer0.org) Received: (from gsutter@localhost) by 001101.zer0.org (8.9.2/8.9.2) id CAA92182 for ports@freebsd.org; Thu, 15 Jul 1999 02:21:11 -0700 (PDT) (envelope-from gsutter) Date: Thu, 15 Jul 1999 02:21:11 -0700 From: Gregory Sutter To: ports@freebsd.org Subject: python won't build package without Tk Message-ID: <19990715022111.R55060@001101.zer0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Organization: Zer0 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org One of the options to the lang/python port is to build without Tk, which is specified by means of the WITH_TK variable. However, if python is built without Tk, the package creation is unsuccessful, as it looks for files that are only in the list when Tk support is compiled in. Here's the make error, but there may be others following this that it hasn't gotten to yet. I don't know enough about the ports/packages structure to fix this myself. ====== foobox root /usr/ports/lang/python $make package WITH_TK=0 ===> Building package for python-1.5.2 Creating package /usr/ports/lang/python/python-1.5.2.tgz Registering depends:. Creating gzip'd tar ball in '/usr/ports/lang/python/python-1.5.2.tgz' tar: can't add file lib/python1.5/lib-dynload/_tkinter.so : No such file or directory pkg_create: tar command failed with code 256 *** Error code 1 Stop. ====== Greg -- Gregory S. Sutter "How do I read this file?" mailto:gsutter@pobox.com "You uudecode it." http://www.pobox.com/~gsutter/ "I I I decode it?" PGP DSS public key 0x40AE3052 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message