Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85682 - squashfs-tools src_test() has sandbox errors
Summary: squashfs-tools src_test() has sandbox errors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo LiveCD Package Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-17 14:01 UTC by ferret
Modified: 2005-05-16 10:47 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 ferret 2005-03-17 14:01:19 UTC
I can't paste the error because I just broke my loop devices and so can't
recreate it any more.  But it was recreatable.

You get errors because it accesses these files:
/lib/modules/2.6.10-gentoo-r7/kernel/fs/squashfs/squashfs.ko
/etc/mtab

on these lines of the ebuild:
modprobe squashfs || ewarn "no squashfs modules - test not completed"
umount ${T}/squashfs_dir

The second can be fixed easily by passing -n to umount.  The first requires you
to either skip the test if sandboxing is enabled, or addwrite (don't know how
that works though).
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-05-16 10:47:36 UTC
I've actually disabled the testing, sine it seemed easier to do then to troubleshoot, and I personally don't have the time to perform a proper fix.