public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "gccbugzilla at multiwebinc dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c/25683]  New: Error while running `make`
Date: Thu, 05 Jan 2006 21:50:00 -0000	[thread overview]
Message-ID: <bug-25683-11974@http.gcc.gnu.org/bugzilla/> (raw)

I am running kubuntu on ubuntu 5.04. The version of GCC I have is either the
one on the CD or the latest one from the default apt-get sources. I have been
trying to install the latest version of gaim on my system and I have tried two
different versions and I got the same error message from both of them:

if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../..  -DDATADIR=\"/usr/local/share\" -DVERSION=\"2.0.0beta1\"
-I../../src -Wall  -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
 -g -g -O2 -MT eggtrayicon.lo -MD -MP -MF ".deps/eggtrayicon.Tpo" -c -o
eggtrayicon.lo eggtrayicon.c; \
then mv -f ".deps/eggtrayicon.Tpo" ".deps/eggtrayicon.Plo"; else rm -f
".deps/eggtrayicon.Tpo"; exit 1; fi
if /bin/sh ../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H
-I. -I. -I../..  -DDATADIR=\"/usr/local/share\" -DVERSION=\"2.0.0beta1\"
-I../../src -Wall  -DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
 -g -g -O2 -MT docklet.lo -MD -MP -MF ".deps/docklet.Tpo" -c -o docklet.lo
docklet.c; \
then mv -f ".deps/docklet.Tpo" ".deps/docklet.Plo"; else rm -f
".deps/docklet.Tpo"; exit 1; fi
docklet.c: In function `docklet_signed_on_cb':
docklet.c:295: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
make[3]: *** [docklet.lo] Error 1
make[3]: Leaving directory
`/home/mike/Desktop/Gaim/gaim-2.0.0beta1/plugins/docklet'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mike/Desktop/Gaim/gaim-2.0.0beta1/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/Desktop/Gaim/gaim-2.0.0beta1'
make: *** [all] Error 2


and for the other version:

/bin/sh ../libtool --silent --tag=CC --mode=link gcc  -g -O2 -Wall -g3   -o
iconaway.la -rpath /usr/local/lib/gaim -module -avoid-version -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0
-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   iconaway.lo  -lnsl
if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I..  -DDATADIR=\"/usr/local/share\" -DVERSION=\"1.5.0\" -I../src 
-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
  -g -O2 -Wall -g3 -MT idle.lo -MD -MP -MF ".deps/idle.Tpo" -c -o idle.lo
idle.c; \
then mv -f ".deps/idle.Tpo" ".deps/idle.Plo"; else rm -f ".deps/idle.Tpo"; exit
1; fi
/bin/sh ../libtool --silent --tag=CC --mode=link gcc  -g -O2 -Wall -g3   -o
idle.la -rpath /usr/local/lib/gaim -module -avoid-version -lglib-2.0   idle.lo 
-lnsl
if /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I..  -DDATADIR=\"/usr/local/share\" -DVERSION=\"1.5.0\" -I../src 
-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
  -g -O2 -Wall -g3 -MT notify.lo -MD -MP -MF ".deps/notify.Tpo" -c -o notify.lo
notify.c; \
then mv -f ".deps/notify.Tpo" ".deps/notify.Plo"; else rm -f
".deps/notify.Tpo"; exit 1; fi
notify.c: In function `get_config_frame':
notify.c:729: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
make[3]: *** [notify.lo] Error 1
make[3]: Leaving directory `/home/mike/Desktop/Gaim/gaim-1.5.0/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mike/Desktop/Gaim/gaim-1.5.0/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mike/Desktop/Gaim/gaim-1.5.0'
make: *** [all] Error 2


I am not sure what it means by preprocessed source. Please let me know what
files I need to include and I will update this bug report.


-- 
           Summary: Error while running `make`
           Product: gcc
           Version: 3.3.5
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gccbugzilla at multiwebinc dot com


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



             reply	other threads:[~2006-01-05 21:50 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-05 21:50 gccbugzilla at multiwebinc dot com [this message]
2006-01-05 22:06 ` [Bug c/25683] " gccbugzilla at multiwebinc dot com
2006-01-05 22:46 ` pinskia at gcc dot gnu dot org
2006-01-06  0:50 ` gccbugzilla at multiwebinc dot com
2006-01-06  0:54 ` pinskia at gcc dot gnu dot org
2006-01-06  2:16 ` gccbugzilla at multiwebinc dot com
2006-01-06 14:09 ` pinskia at gcc dot gnu dot org
2006-01-14 20:57 ` gccbugzilla at multiwebinc dot com
2006-01-14 21:32 ` pinskia at gcc dot gnu dot org
2006-01-14 23:05 ` gccbugzilla at multiwebinc dot com
2006-01-17  1:44 ` gccbugzilla at multiwebinc dot com
2006-01-17  1:49 ` [Bug rtl-optimization/25683] " pinskia at gcc dot gnu dot org
2006-01-17  2:34 ` gccbugzilla at multiwebinc dot com
2006-01-17  3:30 ` gccbugzilla at multiwebinc dot com
2006-01-19  4:38 ` gccbugzilla at multiwebinc dot com
2006-01-29 17:41 ` pinskia at gcc dot gnu dot org
2006-04-30  6:16 ` pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-25683-11974@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).