[Bug 835315] New: Source program cuSDR64 that needs gdb fails to build
https://bugzilla.novell.com/show_bug.cgi?id=835315 https://bugzilla.novell.com/show_bug.cgi?id=835315#c0 Summary: Source program cuSDR64 that needs gdb fails to build Classification: openSUSE Product: openSUSE Factory Version: 13.1 Milestone 4 Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: sboyce@blueyonder.co.uk QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0
From make
{ test -n "bin/" && DESTDIR="bin/" || DESTDIR=.; } && test $(gdb --version | sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $DESTDIR" -ex quit 'bin/cuSDR64' && test -f bin/cuSDR64.gdb-index && objcopy --add-section '.gdb_index=bin/cuSDR64.gdb-index' --set-section-flags '.gdb_index=readonly' 'bin/cuSDR64' 'bin/cuSDR64' && rm -f bin/cuSDR64.gdb-index || true tindog:/usr/src/cuSDR64 # grep gdb Makefile ../../share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ { test -n "$(DESTDIR)" && DESTDIR="$(DESTDIR)" || DESTDIR=.; } && test $$(gdb --version | sed -e 's,[^0-9]\+\([0-9]\)\.\([0-9]\).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index $$DESTDIR" -ex quit '$(TARGET)' && test -f $(TARGET).gdb-index && objcopy --add-section '.gdb_index=$(TARGET).gdb-index' --set-section-flags '.gdb_index=readonly' '$(TARGET)' '$(TARGET)' && rm -f $(TARGET).gdb-index || true ../../share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \ ./../share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf: Reproducible: Always Steps to Reproduce: 1. make -j 8 2. 3. Actual Results: See Details above Expected Results: Should build cuSDR64/bin/release/cuSDR64 executable. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835315 https://bugzilla.novell.com/show_bug.cgi?id=835315#c1 Sid Boyce <sboyce@blueyonder.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High CC| |sboyce@blueyonder.co.uk Severity|Normal |Major --- Comment #1 from Sid Boyce <sboyce@blueyonder.co.uk> 2013-08-18 15:46:07 UTC --- Program used to build and run before zypper dup done last night. It builds and runs on Kubuntu 13.04. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835315 https://bugzilla.novell.com/show_bug.cgi?id=835315#c3 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |sboyce@blueyonder.co.uk --- Comment #3 from Marcus Meissner <meissner@suse.com> 2013-09-27 15:32:02 UTC --- what is the error? can i test this build somehow? is it meanwhile fixed? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835315 https://bugzilla.novell.com/show_bug.cgi?id=835315#c4 Sid Boyce <sboyce@blueyonder.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|sboyce@blueyonder.co.uk | Resolution| |FIXED --- Comment #4 from Sid Boyce <sboyce@blueyonder.co.uk> 2013-09-27 21:07:31 UTC --- I haven't identified the exact cause of the error but it was fixed after zypper dup early during 13,.1 Milestone 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=835315 https://bugzilla.novell.com/show_bug.cgi?id=835315#c5 --- Comment #5 from Sid Boyce <sboyce@blueyonder.co.uk> 2013-09-27 21:11:57 UTC --- Sorry, that was 13.1 Milestone 4. -- Configure bugmail: https://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