From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 26 20:07:22 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2BF3ACBC for ; Fri, 26 Sep 2014 20:07:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE116E62 for ; Fri, 26 Sep 2014 20:07:21 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8QK7L1M089425 for ; Fri, 26 Sep 2014 20:07:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193958] New: .so from pt-pillow not properly installed affects py27-pillow py33-pillow etc. Date: Fri, 26 Sep 2014 20:07:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: db@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 20:07:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193958 Bug ID: 193958 Summary: .so from pt-pillow not properly installed affects py27-pillow py33-pillow etc. Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: db@FreeBSD.org ****************************************************************** WSPR Version 4.0 r4185, by K1JT Run date: Fri Sep 26 20:00:37 2014 UTC Traceback (most recent call last): File "/usr/local/lib/python3.3/site-packages/PIL/ImageTk.py", line 178, in paste tk.call("PyImagingPhoto", self.__photo, block.id) _tkinter.TclError: invalid command name "PyImagingPhoto" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "wspr.py", line 174, in pim=ImageTk.PhotoImage(im) File "/usr/local/lib/python3.3/site-packages/PIL/ImageTk.py", line 113, in __init__ self.paste(image) File "/usr/local/lib/python3.3/site-packages/PIL/ImageTk.py", line 182, in paste from PIL import _imagingtk ImportError: cannot import name _imagingtk ... missing file is installed into stage dir # ls -lta work/stage/usr/local/lib/python3.3/site-packages/PIL/_imagingtk.so -rwxr-xr-x 1 root wheel 9544 Sep 26 15:59 work/stage/usr/local/lib/python3.3/site-packages/PIL/_imagingtk.so But fails to be installed into live /usr/local # ls -lta /usr/local/lib/python3.3/site-packages/PIL/_imagingtk.so ls: /usr/local/lib/python3.3/site-packages/PIL/_imagingtk.so: No such file or directory options show TKINTER option is checked It is missing from work/.PLIST.mktmp work/.PLIST.mktmp:lib/python3.3/site-packages/PIL/_imaging.so work/.PLIST.mktmp:lib/python3.3/site-packages/PIL/_imagingcms.so work/.PLIST.mktmp:lib/python3.3/site-packages/PIL/_imagingft.so work/.PLIST.mktmp:lib/python3.3/site-packages/PIL/_imagingmath.so work/.PLIST.mktmp:lib/python3.3/site-packages/PIL/_imagingmorph.so work/.PLIST.objdump:/usr/local/lib/python3.3/site-packages/PIL/_imaging.so: -- You are receiving this mail because: You are the assignee for the bug.