Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 4488

Summary: app-games/asc install fails with "open_wr: /dev/mem"
Product: Gentoo Linux Reporter: Sam Wouters <sam>
Component: New packagesAssignee: José Alberto Suárez López <bass>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 26402    
Attachments: modified ebuild
modified ebuild

Description Sam Wouters 2002-07-03 12:50:33 UTC
When installing asc, the install halts in the configure part of the 
installation with the following error: 
 
checking for PARAGUI - version >= 1.0.1... svgalib: Cannot open /dev/mem. 
no 
*** Could not run PARAGUI test program, checking why... 
*** The test program compiled, but did not run. This usually means 
*** that the run-time linker is not finding PARAGUI or finding the wrong 
*** version of PARAGUI. If it is not finding PARAGUI, you'll need to set your 
*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point 
*** to the installed location  Also, make sure you have run ldconfig if that 
*** is required on your system 
*** 
*** If you have an old version installed, it is best to remove it, although 
*** you may also be able to get things to work by modifying LD_LIBRARY_PATH 
configure: error: *** PARAGUI version 1.0.0 not found! 
 
!!! ERROR: The ebuild did not complete successfully. 
!!! Function src_compile, Line 7, Exitcode 1 
!!! (no error message) 
 
--------------------------- ACCESS VIOLATION SUMMARY 
--------------------------- 
LOG FILE = "/tmp/sandbox-asc-1.10.2-28484.log" 
 
open_wr:   /dev/mem 
-------------------------------------------------------------------------------- 
!!! emerge aborting on  /usr/portage/app-games/asc/asc-1.10.2.ebuild .
Comment 1 José Alberto Suárez López 2002-07-31 10:40:21 UTC
Are you using the "svgalib" support?
Comment 2 José Alberto Suárez López 2002-07-31 13:15:42 UTC
resolved in -r1
Comment 3 Björn Michaelsen 2003-07-26 18:44:42 UTC
Created attachment 15061 [details, diff]
modified ebuild

added --disable-paraguitest to ./configure to prevent access to /dev/mem
Comment 4 Björn Michaelsen 2003-07-26 18:45:25 UTC
Created attachment 15062 [details, diff]
modified ebuild

added --disable-paraguitest to ./configure to prevent access to /dev/mem