From owner-freebsd-ports Thu Jul 15 3:40: 4 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F500151A5 for ; Thu, 15 Jul 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA60719; Thu, 15 Jul 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C8F3814E12; Thu, 15 Jul 1999 03:37:04 -0700 (PDT) Message-Id: <19990715103704.C8F3814E12@hub.freebsd.org> Date: Thu, 15 Jul 1999 03:37:04 -0700 (PDT) From: gsutter@pobox.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/12648: python won't build package without Tk Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12648 >Category: ports >Synopsis: python won't build package without Tk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 15 03:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gregory Sutter >Release: 3.2-STABLE-19990715 >Organization: >Environment: n/a >Description: 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. ====== >How-To-Repeat: cd /usr/ports/lang/python make package WITH_TK=0 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message