Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18370 - Most recent openoffice and openoffice-bin ebuilds fail on install
Summary: Most recent openoffice and openoffice-bin ebuilds fail on install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-28 09:20 UTC by Dan Bowtell
Modified: 2003-06-29 23:07 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Bowtell 2003-03-28 09:20:04 UTC
Emerge ends with this error.


>>> Completed installing into /var/tmp/portage/openoffice-bin-1.1_beta/image/
 
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-openoffice-bin-1.1_beta-3865.log"
 
open_wr:   /dev/pvrcore0
--------------------------------------------------------------------------------

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Dan Bowtell 2003-03-31 13:07:25 UTC
Calculating dependencies ...done!
>>> emerge (1 of 1) app-office/openoffice-bin-1.1_beta to /
>>> md5 ;-) OOo_1.1beta_LinuxIntel_install.tar.gz
>>> Unpacking source...
>>> Unpacking OOo_1.1beta_LinuxIntel_install.tar.gz to /var/tmp/portage/openoffice-bin-1.1_beta/work
>>> Source unpacked.
 
>>> Install openoffice-bin-1.1_beta into /var/tmp/portage/openoffice-bin-1.1_beta/image/ category app-office
 * Installing OpenOffice.org into build root...
glibc version: 2.3.2
 
Initializing installation program...................
ACCESS DENIED  open_wr:   /dev/pvrcore0
libGL error: failed to open DRM: Operation not permitted
libGL error: reverting to (slow) indirect rendering
Comment 2 Dan Bowtell 2003-03-31 13:09:24 UTC
after running the ebuild libGL appears to be closed to other programs, which stops me running xawtv. I have to restart X to fix it.
Comment 3 Seth Chandler 2003-04-17 18:12:28 UTC
what setup are you rockin out for Xfree86?

the ebuild sets up a foney x session to perform some installation magic...


seth
Comment 4 Dan Bowtell 2003-04-18 05:36:24 UTC
# XFree86 4.0 configuration generated by Xconfigurator

Section "ServerLayout"
	Identifier "Layout0"
	Screen		0 "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

# Module loading section

Section "Module"
	Load  "dbe"		# Double-buffering
	Load  "GLcore"		# OpenGL support
	Load  "dri"		# Direct rendering infrastructure
	Load  "glx"		# OpenGL X protocol interface
	Load  "extmod"		# Misc. required extensions
	Load  "v4l"		# Video4Linux
	# Load  "pex5"		# PHIGS for X 3D environment (obsolete)
	# Load  "record"	# X event recorder
	# Load  "xie"		# X Image Extension (obsolete)
	# You only need the following two modules if you do not use xfs.
	# Load  "freetype"	 # TrueType font handler
	Load  "type1"		# Adobe Type 1 font handler
EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"keyboard"
	Option		"XkbLayout"	"gb"
	Option		"XkbModel" "pc105"
EndSection

## IntelliMouse on a PS/2 Port
##
Section "InputDevice"
        Identifier	"Mouse0"
        Driver		"mouse"
        Option		"Protocol" "IMPS/2"
        Option		"Device" "/dev/psaux"
        Option		"Buttons" "5"
        Option		"ZAxisMapping" "4 5"
EndSection

Section "Monitor"
	Identifier "My Monitor"
	VendorName "Unknown"
	ModelName  "Unknown"
	HorizSync 31.5-95
	VertRefresh 50-120
EndSection

Section "Device"
	BusID "PCI:1:0:0"
	Identifier "KYRO"
	Driver "powervr"
	BoardName "Unknown"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device "KYRO"
	Monitor "My Monitor"
	# Set your desired default color depth here (16 or 24)
	DefaultDepth 16
	Subsection "Display"
		Depth 16
		Modes "1024x768" "800x600" "640x480" 
		Virtual 0 0
	EndSubSection
	Subsection "Display"
		Depth 24
		Modes "1024x768" "800x600" "640x480" 
		Virtual 0 0
	EndSubSection
EndSection

Section "DRI"
	Mode 0666
EndSection
 
Section "ServerFlags"
EndSection 
Comment 5 Seth Chandler 2003-04-19 15:04:24 UTC
hey Az, you mind checkin this one out for me?  i can't reproduce...
Comment 6 Dan Bowtell 2003-04-19 15:41:23 UTC
Comments from other people suggest that this is only reproducible with Kyro or Kyro II based graphics cards.
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-05-22 19:06:09 UTC
anyone with kryo ?
Comment 8 Patrick Kursawe (RETIRED) gentoo-dev 2003-06-12 05:05:47 UTC
I have no such card. No idea why I am the assignee now...
Comment 9 Seemant Kulleen (RETIRED) gentoo-dev 2003-06-12 05:21:16 UTC
sorry patrick, erroneous re-assign
Comment 10 Patrick Kursawe (RETIRED) gentoo-dev 2003-06-12 05:23:36 UTC
Dan, could you please try to

unset DISPLAY

and then emerge? The build process should then start an Xvfb which really should not touch /dev/pvrcore0
Comment 11 Dan Bowtell 2003-06-13 00:21:44 UTC
unset DISPLAY allows it to perform the full install. Many thanks.
Comment 12 Paul de Vrieze (RETIRED) gentoo-dev 2003-06-29 23:07:47 UTC
Ok, this seems to be fixed then