Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 20:07:22 +0000
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.
Message-ID:  <bug-193958-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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 <module>
    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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193958-13>