Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: ddrescue - Data recovery tool https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=244523 bjohnson@xxxxxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nobody@xxxxxxxxxxxxxxxxx |bjohnson@xxxxxxxxxxxx Flag| |fedora-review? ------- Additional Comments From bjohnson@xxxxxxxxxxxx 2007-06-17 14:10 EST ------- rpm's CXX flags: + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' are reset and not used in the build (from build.log): CC = gcc CXX = g++ CPPFLAGS = CFLAGS = -Wall -W -O2 CXXFLAGS = -Wall -W -O2 LDFLAGS = OK. Now you can run make. + make g++ -Wall -W -O2 -c -o arg_parser.o arg_parser.cc g++ -Wall -W -O2 -c -o block.o block.cc g++ -Wall -W -O2 -c -o ddrescue.o ddrescue.cc g++ -Wall -W -O2 -c -o logbook.o logbook.cc g++ -Wall -W -O2 -DPROGVERSION=\"1.3\" -c -o main.o main.cc g++ -o ddrescue arg_parser.o block.o ddrescue.o logbook.o main.o -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review