public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/12895] New: crash in make for new imagemagick installation
@ 2003-11-04 14:44 fbahr at whoi dot edu
  2003-11-04 14:49 ` [Bug c/12895] " falk at debian dot org
  2004-01-23 18:24 ` [Bug optimization/12895] " dhazeghi at yahoo dot com
  0 siblings, 2 replies; 3+ messages in thread
From: fbahr at whoi dot edu @ 2003-11-04 14:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12895

           Summary: crash in make for new imagemagick installation
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fbahr at whoi dot edu
                CC: gcc-bugs at gcc dot gnu dot org

downloaded ImageMagick-5.5.7-11.tar.gz, unzipped, ran configure ok,
crash occurred while running "make configure".

Info: output from configure before running make config:

ImageMagick is configured as follows. Please verify that this
configuration matches your expectations.

Host system type : sparc-sun-solaris2.8

Option            Configure option              Configured value
-----------------------------------------------------------------
Shared libraries  --enable-shared=no            no
Static libraries  --enable-static=yes           yes
GNU ld            --with-gnu-ld=no              no
LZW support       --enable-lzw=no               no
Quantum depth     --with-quantum-depth=16       16

Delegate Configuration:
BZLIB             --with-bzlib=yes              no (failed tests)
DPS               --with-dps=yes                no (failed tests)
EXIF              --with-exif=yes               no
FlashPIX          --with-fpx=yes                no
FreeType 2.0      --with-ttf=yes                no
Ghostscript       None                          /usr/local/bin/gs (8.00)
Ghostscript fonts --with-gs-font-dir=default   
/usr/local/share/ghostscript/fonts/
Ghostscript lib   --with-gslib=no               no
JBIG              --with-jbig=yes               no
JPEG v1           --with-jpeg=yes               yes
JPEG-2000         --with-jp2=yes                no
LCMS              --with-lcms=yes               no
Magick++          --with-magick-plus-plus=yes   no (failed tests)
PERL              --with-perl=yes               /usr/local/bin/perl
PNG               --with-png=yes                yes
TIFF              --with-tiff=yes               no (failed tests)
Windows fonts     --with-windows-font-dir=      none
WMF               --with-wmf=yes                no
X11               --with-x=                     yes
XML               --with-xml=yes                no
ZLIB              --with-zlib=yes               yes

X11 Configuration:
  X_CFLAGS     = 
  X_PRE_LIBS   = -lSM -lICE
  X_LIBS       = 
  X_EXTRA_LIBS = -lsocket -lnsl

Options used to compile and link:
  CC       = gcc
  CFLAGS   = -g -O2 -Wall
  CPPFLAGS = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  CXX      = g++
  CXXFLAGS = -g -O2
  LDFLAGS  = 
  LIBS     = -ljpeg -lpng -lXext -lSM -lICE -lX11 -lsocket -lnsl -lz -lpthread
-lm

info: output from make when crashing:
if /bin/bash ../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H -I../ -I.
-I. -I../magick  -I.. -I.. -I../magick  -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -D_REENTRANT  -g -O2 -Wall -MT fits.lo -MD -MP -MF
".deps/fits.Tpo" \
  -c -o fits.lo `test -f 'fits.c' || echo './'`fits.c; \
then mv -f ".deps/fits.Tpo" ".deps/fits.Plo"; \
else rm -f ".deps/fits.Tpo"; exit 1; \
fi
fits.c: In function `ReadFITSImage':
fits.c:594: Internal compiler error in change_address, at emit-rtl.c:1635
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
*** Error code 1
make: Fatal error: Command failed for target `fits.lo'
Current working directory /export/home/local/ImageMagick-5.5.7/coders
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug c/12895] crash in make for new imagemagick installation
  2003-11-04 14:44 [Bug c/12895] New: crash in make for new imagemagick installation fbahr at whoi dot edu
@ 2003-11-04 14:49 ` falk at debian dot org
  2004-01-23 18:24 ` [Bug optimization/12895] " dhazeghi at yahoo dot com
  1 sibling, 0 replies; 3+ messages in thread
From: falk at debian dot org @ 2003-11-04 14:49 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12895


falk at debian dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From falk at debian dot org  2003-11-04 14:49 -------
We need the compiler version and the preprocessed file. See
http://www.gnu.org/software/gcc/bugs.html


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug optimization/12895] crash in make for new imagemagick installation
  2003-11-04 14:44 [Bug c/12895] New: crash in make for new imagemagick installation fbahr at whoi dot edu
  2003-11-04 14:49 ` [Bug c/12895] " falk at debian dot org
@ 2004-01-23 18:24 ` dhazeghi at yahoo dot com
  1 sibling, 0 replies; 3+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-23 18:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2004-01-23 18:24 -------
2.5 months without a testcase. If you are still having problems, submit a testcase, and we'll reopen 
this bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12895


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-01-23 18:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-04 14:44 [Bug c/12895] New: crash in make for new imagemagick installation fbahr at whoi dot edu
2003-11-04 14:49 ` [Bug c/12895] " falk at debian dot org
2004-01-23 18:24 ` [Bug optimization/12895] " dhazeghi at yahoo dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).