Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: FC4 buildsys fails - FC4 mock succeeds - wine-docs package https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=179852 ------- Additional Comments From williams@xxxxxxxxxx 2006-04-24 14:12 EST ------- I duplicated the failure last week on a plague system running FC5. mock-0.4-8.fc5 plague-0.4.4.1-1.fc5 plague-builder-0.4.4.1-1.fc5 I can cut the mock invocation line out of the debug output and run it directly with no failure, but the plague build dies with the mysterious elinks message "ELinks: Unknown file type". Looking at the elinks source (src/encoding/encoding.c), the only place this message can be generated is if elinks was told to operate on a non-regular file and the file isn't stdin as a pipe and an option to allow special files isn't set: } else if (!S_ISREG(stt.st_mode) && !is_stdin_pipe(&stt, filename) && !get_opt_bool("protocol.file.allow_special_files")) { state = S_FILE_TYPE; } I'd like to figure out on what file elinks is operating on and why that file is different in a buildsystem chroot, but I'm not sure how best to do that. I also haven't tracked down whether somehow the option is different in a mock and a plague chroot. Suggestions welcome. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list