Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90882 - amanda-2.4.4_p3.ebuild fails to emerge with sandbox access violation for /etc/blkid.tab
Summary: amanda-2.4.4_p3.ebuild fails to emerge with sandbox access violation for /etc...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 11:07 UTC by Bill Sidhipong
Modified: 2005-05-29 21:46 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 Bill Sidhipong 2005-04-29 11:07:36 UTC
see summary

Reproducible: Always
Steps to Reproduce:





Add this line,

addpredict /etc/blkid.tab

to src_compile() function in amanda-2.4.4_p3.ebuild to fix this problem
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-04-29 12:28:35 UTC
I can't reproduce this.
What is accessing that file?
Comment 2 Bill Sidhipong 2005-04-29 17:19:14 UTC
A little deeper digging and I found that amanda configure script calls:

$DUMP 9Sf /dev/null /dev/null/invalid/fs 2>&1 (configure, line 9579)

and this command updates /etc/blkid.tab by way of blkid_flush_cache() function in blkid library.

My version of dump is 0.4b37, uses blkid that's part of e2fsprogs-1.35
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-05-29 21:46:05 UTC
ok, the blkid stuff should have been fixed by base-system now.