Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157985 - sys-fs/fuse-2.6.1 Sandbox Violation with vanilla-sources-2.6.19.1
Summary: sys-fs/fuse-2.6.1 Sandbox Violation with vanilla-sources-2.6.19.1
Status: RESOLVED DUPLICATE of bug 149307
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-12 22:14 UTC by Kim Seongcheol
Modified: 2006-12-13 01:15 UTC (History)
0 users

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 Kim Seongcheol 2006-12-12 22:14:45 UTC
emerge of fuse failed with errors:
[...]
make[1]: Leaving directory `/var/tmp/portage/sys-fs/fuse-2.6.1/work/fuse-2.6.1'
 * Converting kernel/Makefile.in to use M= instead of SUBDIRS= ...        [ ok ]
 * Preparing fuse module
 * econf: updating fuse-2.6.1/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating fuse-2.6.1/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-kernel=/usr/src/linux --with-kernel-build=/lib/modules/2.6.19.1/build --libdir=/usr/lib --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking kernel source directory... /usr/src/linux
checking kernel build directory... /lib/modules/2.6.19.1/build
checking kernel source version... 2.6.19.1
checking if FUSE is configured in the kernel... no
checking if kernel defines kzalloc function... yes
checking if kernel defines fs_subsys... yes
checking whether lookup_instantiate_filp is defined... yes
checking if umount_begin is passed a vfsmount... yes
checking if inode has i_blksize field... no
checking if inode has i_private field... yes
checking if this is user mode linux... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
make -C /usr/src/linux M=`pwd`  O=/lib/modules/2.6.19.1/build modules
make[1]: Entering directory `/usr/src/linux-2.6.19.1'
  CC [M]  /var/tmp/portage/sys-fs/fuse-2.6.1/work/fuse-2.6.1/kernel/dir.o
  CC [M]  /var/tmp/portage/sys-fs/fuse-2.6.1/work/fuse-2.6.1/kernel/dev.o
  CC [M]  /var/tmp/portage/sys-fs/fuse-2.6.1/work/fuse-2.6.1/kernel/file.o
  CC [M]  /var/tmp/portage/sys-fs/fuse-2.6.1/work/fuse-2.6.1/kernel/inode.o
  CC [M]  /var/tmp/portage/sys-fs/fuse-2.6.1/work/fuse-2.6.1/kernel/control.o
  LD [M]  /var/tmp/portage/sys-fs/fuse-2.6.1/work/fuse-2.6.1/kernel/fuse.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /var/tmp/portage/sys-fs/fuse-2.6.1/work/fuse-2.6.1/kernel/fuse.mod.o
  LD [M]  /var/tmp/portage/sys-fs/fuse-2.6.1/work/fuse-2.6.1/kernel/fuse.ko
make[1]: Leaving directory `/usr/src/linux-2.6.19.1'
>>> Source compiled.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/var/log/sandbox/sandbox-sys-fs_-_fuse-2.6.1-12309.log"

open_wr:   /usr/src/linux-2.6.19.1/astest17416.out
open_wr:   /usr/src/linux-2.6.19.1/astest17420.out
open_wr:   /usr/src/linux-2.6.19.1/astest17427.out
open_wr:   /usr/src/linux-2.6.19.1/astest17431.out
--------------------------------------------------------------------------------
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-12-13 01:15:54 UTC

*** This bug has been marked as a duplicate of 149307 ***