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

Bug 131490

Summary: systrace-1.6d emerge fails: access violation /dev/systrace
Product: Gentoo Linux Reporter: Neil Katin <gentoo>
Component: New packagesAssignee: Andrea Barisani (RETIRED) <lcars>
Status: VERIFIED FIXED    
Severity: normal    
Priority: Normal    
Version: 2006.0   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge log file

Description Neil Katin 2006-04-27 11:24:54 UTC
Emerge of sytrace-1.6d fails.  I'll attache the log file.
The last few lines of the log are:

make[2]: Leaving directory `/var/tmp/portage/systrace-1.6d/work/systrace-1.6d'
Making all in regress
make[2]: Entering directory `/var/tmp/portage/systrace-1.6d/work/systrace-1.6d/regress'
i586-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=i586 -m3dnow -O2 -pipe -fomit-frame-pointer -c test_stat.c
i586-pc-linux-gnu-gcc  -march=i586 -m3dnow -O2 -pipe -fomit-frame-pointer   -o stat  test_stat.o  
i586-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=i586 -m3dnow -O2 -pipe -fomit-frame-pointer -c test_fork.c
i586-pc-linux-gnu-gcc  -march=i586 -m3dnow -O2 -pipe -fomit-frame-pointer   -o fork  test_fork.o  
Performing simple regression tests
nm:	(../systrace -f nm.policy.Linux.learn -a nm ../systrace)
	FAILED
uniq:	(../systrace -f uniq.policy.Linux.learn -a uniq regress.sh)
	FAILED
make[2]: *** [regress] Error 1
make[2]: Leaving directory `/var/tmp/portage/systrace-1.6d/work/systrace-1.6d/regress'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/systrace-1.6d/work/systrace-1.6d'
make: *** [all] Error 2

!!! ERROR: sys-apps/systrace-1.6d failed.
!!! Function src_compile, Line 566, Exitcode 2
!!! emake failed
!!! If you need support, post the topmost build error, NOT this status message.


--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-sys-apps_-_systrace-1.6d-26285.log"

open_wr:   /dev/systrace
open_wr:   /dev/systrace
open_wr:   /dev/systrace
open_wr:   /dev/systrace
-------------------------------------------------------------------------------
Comment 1 Neil Katin 2006-04-27 11:25:42 UTC
Created attachment 85622 [details]
emerge log file
Comment 2 Andrea Barisani (RETIRED) gentoo-dev 2006-04-28 06:18:14 UTC
mmmh, I thought I fixed this. /me checks
Comment 3 Andrea Barisani (RETIRED) gentoo-dev 2006-04-28 06:21:56 UTC
looks like you have a systrace enabled kernel without systrace-source installed, is that the case?
Comment 4 Andrea Barisani (RETIRED) gentoo-dev 2006-04-28 06:56:31 UTC
commited systrace-1.6d-r1, please try that one and re-open if necessary. thx!
Comment 5 Neil Katin 2006-04-28 08:50:03 UTC
Re comment #3: Yes, I had the user tools but not the new kernel.
Comment 6 Neil Katin 2006-04-28 20:18:52 UTC
I can confirm its fixed in systrace-1.6d-r1.  Thanks!