[Bug 495786] New: icecream: input from stdin fails
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.
http://bugzilla.novell.com/show_bug.cgi?id=495786 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pth@novell.com AssignedTo|pth@novell.com |coolo@novell.com -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=495786 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=495786#c1 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |teheo@novell.com --- Comment #1 from Stephan Kulow <coolo@novell.com> 2009-04-30 03:51:14 MDT --- Hmm, I fail to reproduce: coolo@desdemona#client>echo -e '.cfi_startproc\n.cfi_rel_offset rsp,0\n.cfi_endproc' | ./icecc -c -xassembler -o ~/tmp/asdf.o - coolo@desdemona#client>file ~/tmp/asdf.o /suse/coolo/tmp/asdf.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped this is SVN checkout, but it's basically 0.9.3 What's the error you're getting? -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=495786 User teheo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=495786#c2 Tejun Heo <teheo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|teheo@novell.com | --- Comment #2 from Tejun Heo <teheo@novell.com> 2009-04-30 04:02:58 MDT --- It fails iff the scheduler is loaded with other tasks. I ran the following command and then launched -j36 build job. It works fine in the beginning but once the pipeline is full, it fails. $ i=0; while true; do true $((i++)); echo -e '.cfi_startproc\n.cfi_rel_offset rsp,0\n.cfi_endproc' | if ! icecc -c -xassembler -o ~/tmp/asdf.o -; then echo "TRY $i failed"; fi; done gcc: : No such file or directory TRY 292 failed gcc: : No such file or directory TRY 293 failed gcc: : No such file or directory TRY 294 failed gcc: : No such file or directory TRY 295 failed gcc: : No such file or directory TRY 296 failed gcc: : No such file or directory TRY 297 failed bash: echo: write error: Broken pipe gcc: : No such file or directory TRY 298 failed gcc: : No such file or directory TRY 299 failed gcc: : No such file or directory TRY 300 failed gcc: : No such file or directory TRY 301 failed gcc: : No such file or directory TRY 302 failed gcc: : No such file or directory TRY 303 failed gcc: : No such file or directory TRY 304 failed gcc: : No such file or directory TRY 305 failed gcc: : No such file or directory TRY 306 failed gcc: : No such file or directory TRY 307 failed -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=495786 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=495786#c3 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Stephan Kulow <coolo@novell.com> 2009-04-30 06:38:07 MDT --- fixed as r961593 in the svn. will release a 0.9.4 when I'm through my patch queue -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=495786 User teheo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=495786#c4 --- Comment #4 from Tejun Heo <teheo@novell.com> 2009-05-01 03:42:22 MDT --- Great, thanks. :-) -- 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.
participants (1)
-
bugzilla_noreply@novell.com