http://bugzilla.novell.com/show_bug.cgi?id=495786 Summary: icecream: input from stdin fails Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: teheo@novell.com QAContact: qa@suse.de Found By: --- The following command fails if it doesn't hit the local gcc fast path. ie. running the following command fail only if other compile jobs are already occupying the scheduler. $ echo -e '.cfi_startproc\n.cfi_rel_offset rsp,0\n.cfi_endproc' | /usr/bin/icecc -c -xassembler -o ~/tmp/asdf.o - Input from stdin is used in kernel build to test tool chain features to select appropriate compiler flags and the success/failure of the above command being indeterministic, it often triggers full-rebuild due to command line changes. Bug exists on both 0.9.2 and 0.9.3. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.