Bug 154577 - x11/xpra missing dependency on graphics/py-imaging
Summary: x11/xpra missing dependency on graphics/py-imaging
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-07 16:50 UTC by Kenneth Lind
Modified: 2011-02-12 02:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Lind 2011-02-07 16:50:07 UTC
Simply installing x11/xpra yields the following result when starting xpra:

[exil@lennon ~]$ more .xpra/lennon-9.log 
..
Xlib:  extension "RANDR" missing on display ":9.0".
Xlib:  extension "RANDR" missing on display ":9.0".
Traceback (most recent call last):
  File "/usr/X11R6/bin/xpra", line 6, in <module>
    xpra.scripts.main.main(__file__, sys.argv)
  File "/usr/local/lib/python2.7/site-packages/xpra/scripts/main.py", line 126, in main
    run_server(parser, options, mode, script_file, args)
  File "/usr/local/lib/python2.7/site-packages/xpra/scripts/server.py", line 304, in run_server
    import xpra.server
  File "/usr/local/lib/python2.7/site-packages/xpra/server.py", line 19, in <module>
    import Image
ImportError: No module named Image
xpra: Fatal IO error 35 (Resursen är tillfälligt otillgänglig) on X server :9.0.
---

After installing graphics/py-imaging, on the other hand:

Xlib:  extension "RANDR" missing on display ":9.0".
Xlib:  extension "RANDR" missing on display ":9.0".
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  118 (X_SetModifierMapping)
  Value in failed request:  0x17
  Serial number of failed request:  21
  Current serial number in output stream:  21

xpra is ready.
---

Fix: 

Makefile patch:
22a23
>               ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging \
How-To-Repeat: If necessary, deinstall graphics/py-imaging. Then cd to x11/xpra and make install.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-07 16:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-12 02:22:10 UTC
swills      2011-02-12 02:22:06 UTC

  FreeBSD ports repository

  Modified files:
    x11/xpra             Makefile 
  Log:
  - Add missing py-imaging RUN_DEPENDS
  
  PR:             ports/154577
  Approved by:    wxs (mentor)
  
  Revision  Changes    Path
  1.3       +2 -0      ports/x11/xpra/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2011-02-12 02:23:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!