Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2005 10:00:19 GMT
From:      Byung-Hee HWANG <bh@izb.knu.ac.kr>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/90627: [NEW PORTS] multimedia/quodlibet
Message-ID:  <200512211000.jBLA0JnF083139@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/90627; it has been noted by GNATS.

From: Byung-Hee HWANG <bh@izb.knu.ac.kr>
To: Edwin Groothuis <edwin@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/90627: [NEW PORTS] multimedia/quodlibet
Date: Wed, 21 Dec 2005 18:57:43 +0900

 On Wed, Dec 21, 2005 at 04:37:38AM +0000, Edwin Groothuis wrote:
 >   File "./check.py", line 20, in ?
 >     import gtk
 >   File "/usr/local/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37, in ?
 >     from _gtk import *
 > RuntimeError: could not open display
 > 
 > I take it this is an X issue. Wonder how other ports which require
 > X and sometimes require a terminal handle this on the package
 > building system.
 
 Okay, I fixed it. The patch is here:
 
 --- patch begins here ---
 --- Makefile.orig       2005-11-11 08:06:26.000000000 -0700
 +++ Makefile    2005-12-21 02:21:55.068872752 -0700
 @@ -7,7 +7,7 @@
  all:
         @/bin/echo -n "Checking for Python... "
         @which python || ( echo "Not found." && /bin/false )
 -       @./check.py
 +       @env DISPLAY=:0.0 ./check.py
 
  make-install-dirs:
         mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
 --- patch ends here ---
 
 I've put all the updated shar files, too. Please, check out below:
 http://izb.knu.ac.kr/~bh/diffs/ports-quodlibet-20051221.shar
 
 -- 
 Byung-Hee



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