[Bug 223657] Review Request: PerceptualDiff - An image comparison utility

bugzilla at redhat.com bugzilla at redhat.com
Sun Jan 21 17:41:02 UTC 2007


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 at ioa.s.u-tokyo.ac.jp  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.




More information about the Fedora-package-review mailing list