First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 85682
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo LiveCD Package Maintainers <livecd@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: ferret <ferret@explodingferret.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 85682 depends on: Show dependency tree
Show dependency graph
Bug 85682 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-17 14:01 0000
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 From Chris Gianelloni (RETIRED) 2005-05-16 10:47:36 0000 -------
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.

First Last Prev Next    No search results available      Search page      Enter new bug