Summary: | sys-fs/e2fsprogs-1.40 fails tests under paludis | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rickard Närström <gentoo-bugzilla> |
Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | ingmar, smoothhound, spb |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Logfile |
Description
Rickard Närström
2007-07-03 10:27:40 UTC
Created attachment 123754 [details]
Logfile
try testing it on a portage system f_16384_block: 16384 byte blocksize: gzip: stdin: Is a directory failed The tests succeeds when using portage. have fun tracking it down The problem is that paludis exports IMAGE env variable during tests, witch cause test/run_e2fsck to fail due to: if [ "$IMAGE"x = x ]; then IMAGE=$test_dir/image.gz fi [...] if [ "$SKIP_GUNZIP" != "true" ] ; then gunzip < $IMAGE > $TMPFILE fi [...] if [ "$SKIP_CLEANUP" != "true" ] ; then unset IMAGE FSCK_OPT SECOND_FSCK_OPT OUT1 OUT2 EXP1 EXP2 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD unset DESCRIPTION SKIP_UNLINK AFTER_CMD fi Only the first test fail because the IMAGE variable is unset @ end of run_e2fsck Add maintainer for paludis to CC. -- Can you please check this out. |