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: PerceptualDiff - An image comparison utility https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=223657 ------- Additional Comments From mtasaka@xxxxxxxxxxxxxxxxxxx 2007-01-21 12:41 EST ------- (In reply to comment #9) > Is there any way to make this cmake stuff more verbose? > > The default log messages this package prints out during compilation/linkage are > more or less useless. Usually, removing "@" (atmark) from the top of the line in Makefile do this. However, even I tried this, still useful verbose message cannot be print out. I strongly suspect that cmake is suppressing me. "make -n" seems to print what is to be actually done anyway. So a workaround maybe: ---------------------------------------------------------- cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . # just to make message more verbose sed -e 's|\(^[ \t]\)*@|\1|' ./Makefile ./CMakeFiles/perceptualdiff.dir/build.make make -n make %{?_smp_mflags} ---------------------------------------------------------- Another note: By the way, please don't strip binaries as debugging info is needed for creating debuginfo rpm (at the time rpmbuild creates debuginfo rpm, binaries with executable permission are stripped automatically) -- 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