| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.27 2007/10/28 12:05:34 eva Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/virtualx.eclass,v 1.28 2009/06/15 05:37:51 ssuominen Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass can be used for packages that needs a working X environment to build |
7 | # This eclass can be used for packages that needs a working X environment to build |
| 8 | |
8 | |
| … | |
… | |
| 64 | if [[ $((${XDISPLAY} - ${start})) -gt 15 ]] ; then |
64 | if [[ $((${XDISPLAY} - ${start})) -gt 15 ]] ; then |
| 65 | |
65 | |
| 66 | eerror "" |
66 | eerror "" |
| 67 | eerror "Unable to start Xvfb." |
67 | eerror "Unable to start Xvfb." |
| 68 | eerror "" |
68 | eerror "" |
| 69 | eerror "'/usr/X11R6/bin/Xvfb :${XDISPLAY} -screen 0 800x600x24' returns:" |
69 | eerror "'/usr/bin/Xvfb :${XDISPLAY} -screen 0 800x600x24' returns:" |
| 70 | eerror "" |
70 | eerror "" |
| 71 | ${XVFB} :${XDISPLAY} -screen 0 800x600x24 |
71 | ${XVFB} :${XDISPLAY} -screen 0 800x600x24 |
| 72 | eerror "" |
72 | eerror "" |
| 73 | eerror "If possible, correct the above error and try your emerge again." |
73 | eerror "If possible, correct the above error and try your emerge again." |
| 74 | eerror "" |
74 | eerror "" |