Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4488 - app-games/asc install fails with "open_wr: /dev/mem"
Summary: app-games/asc install fails with "open_wr: /dev/mem"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: José Alberto Suárez López
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 26402
  Show dependency tree
 
Reported: 2002-07-03 12:50 UTC by Sam Wouters
Modified: 2003-08-11 16:44 UTC (History)
0 users

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


Attachments
modified ebuild (asc-1.13.7.ebuild,841 bytes, patch)
2003-07-26 18:44 UTC, Björn Michaelsen
Details | Diff
modified ebuild (asc-1.13.7.ebuild,841 bytes, patch)
2003-07-26 18:45 UTC, Björn Michaelsen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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