where to report?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
magpit
Posts: 7
Joined: 2011-04-05T07:20:31-07:00
Authentication code: 8675308

where to report?

Post by magpit »

Hello all,

Code: Select all

===========================================
48 of 48 tests failed
See ./test-suite.log
Please report to http://www.imagemagick.org  <<<< ???
===========================================
Is anybody here, who can tell me to whom I should report the above message which I get from make check?

See also my thread
make check - 48 of 48 tests failed
by magpit » 2011-04-05T07:57:43+00:00
Thank You
magpit
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: where to report?

Post by fmw42 »

report it on the bugs forum, but be sure to identify the version of IM and platform you are using and your commands to install and any error messages. Look in the config.log file and see what it says. Did you install from binary or from source. More details are suggested.
magpit
Posts: 7
Joined: 2011-04-05T07:20:31-07:00
Authentication code: 8675308

Re: where to report?

Post by magpit »

Hi Fred,
thank You for Your reply.
report it on the bugs forum,
This I've done with my thread make check - 48 of 48 tests failed. There are only over 30 views but no single response.
but be sure to identify the version of IM and platform you are using and your commands to install and any error messages. ... Did you install from binary or from source.
This I've done too:
  • I've downloaded the latest release of ImageMagick (6.6.9-3) and ./configured, maked and maked install it (ubuntu 10.10).
Look in the config.log file and see what it says. ... More details are suggested
configure started with:

Code: Select all

./configure --with-modules=yes --enable-hdri=yes --with-autotrace=yes
configure ended with:

Code: Select all

configure: exit 0
The original configure.log isn't present any longer due to I've varied with the parameters in configuring. But the two fails from the tests/validate-formats-... (exit: 139) are still here and ends with a Segmentation fault.

I can append near 17.000 lines of text which I don't understand in details to my thread in the bugs forum if wished (better as a .zip file?).

If it helps, I can uninstall all and install again step by step and save all the possible command lines and log files.

Thanks for Your patience
magpit
magpit
Posts: 7
Joined: 2011-04-05T07:20:31-07:00
Authentication code: 8675308

Re: where to report?

Post by magpit »

fmw42 wrote:report it on the bugs forum, but be sure to identify the version of IM and platform you are using and your commands to install and any error messages. Look in the config.log file and see what it says. Did you install from binary or from source. More details are suggested.
Hi Fred,

I've now installed the brand new Ghostscript and ImageMagick, but make check still has two fails.

I've started a new thread in bugs forum: make check - 2 of 48 tests failed and closed the first one. If still more information is needed please tell me in the thread there. Especially I cannot find how I can append a zip file to the thread. The config.log file has over 17.000 lines and is not accepted by the forum software.

Thank You
magpit
Post Reply