* [gentoo-user] Emacs Problem
@ 2005-07-11 6:40 Sebastien Morand
2005-07-12 6:55 ` A. Khattri
0 siblings, 1 reply; 4+ messages in thread
From: Sebastien Morand @ 2005-07-11 6:40 UTC (permalink / raw
To: gentoo-user
BHi everybody,
I got the following error with emacs:
pyrenees:~ $ emacs
Fatal error (6).Aborted
I tried to compile by mself with the same flag emacs and didn'get any
problem and it works fine, so why do I get a problem when using Gentoo
compilation process?
I got to a problem with linux kernel configuration:
pyrenees:/usr/src/linux # make gconfig
scripts/kconfig/gconf arch/i386/Kconfig
(gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
`GTK_IS_LABEL (label)' failed
(gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
`GTK_IS_LABEL (label)' failed
(gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
`GTK_IS_LABEL (label)' failed
(gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
`GTK_IS_LABEL (label)' failed
(gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
`GTK_IS_LABEL (label)' failed
(gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
`GTK_IS_LABEL (label)' failed
(gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
`GTK_IS_LABEL (label)' failed
(gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
`GTK_IS_LABEL (label)' failed
(gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
is invalid for instance `0x80bd9c0'
(gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
is invalid for instance `0x80bfd30'
(gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
is invalid for instance `0x80c0200'
(gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
is invalid for instance `0x80bde38'
(gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
is invalid for instance `0x80b36d0'
make[1]: *** [gconfig] Segmentation fault
make: *** [gconfig] Error 2
I put here my flags compilation:
pyrenees:/usr/src/linux # emerge -vp emacs
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] app-editors/emacs-21.4-r1 +X -Xaw3d +gnome +leim
+lesstif +motif +nls -nosendmail 0 kB
pyrenees:/usr/src/linux # cat /etc/make.conf | grep CFLAGS
CFLAGS="-O3 -march=pentium4 -mfpmath=sse -mmmx -msse3"
CXXFLAGS="${CFLAGS}"
My computer is a P4 / Compaq Presario 2540 AP
All this flag have worked for a lot but I got the error lately when I
set up my system (and I saw that emacs has lately been updated fron 24.1
to 24.1-r1, should I go back using older version?
Can you help me please?
Thanks by advance.
Sébastien
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Emacs Problem
2005-07-11 6:40 [gentoo-user] Emacs Problem Sebastien Morand
@ 2005-07-12 6:55 ` A. Khattri
2005-07-12 16:15 ` Sebastien Morand
2005-07-12 20:59 ` Sebastien Morand
0 siblings, 2 replies; 4+ messages in thread
From: A. Khattri @ 2005-07-12 6:55 UTC (permalink / raw
To: gentoo-user
On Mon, 11 Jul 2005, Sebastien Morand wrote:
> BHi everybody,
>
> I got the following error with emacs:
> pyrenees:~ $ emacs
> Fatal error (6).Aborted
>
> I tried to compile by mself with the same flag emacs and didn'get any
> problem and it works fine, so why do I get a problem when using Gentoo
> compilation process?
>
> I got to a problem with linux kernel configuration:
> pyrenees:/usr/src/linux # make gconfig
> scripts/kconfig/gconf arch/i386/Kconfig
>
> (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> `GTK_IS_LABEL (label)' failed
>
> (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> `GTK_IS_LABEL (label)' failed
>
> (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> `GTK_IS_LABEL (label)' failed
>
> (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> `GTK_IS_LABEL (label)' failed
>
> (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> `GTK_IS_LABEL (label)' failed
>
> (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> `GTK_IS_LABEL (label)' failed
>
> (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> `GTK_IS_LABEL (label)' failed
>
> (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> `GTK_IS_LABEL (label)' failed
>
> (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> is invalid for instance `0x80bd9c0'
>
> (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> is invalid for instance `0x80bfd30'
>
> (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> is invalid for instance `0x80c0200'
>
> (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> is invalid for instance `0x80bde38'
>
> (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> is invalid for instance `0x80b36d0'
> make[1]: *** [gconfig] Segmentation fault
> make: *** [gconfig] Error 2
Did you try rebuilding glib and/or gtk?
--
Aj.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Emacs Problem
2005-07-12 6:55 ` A. Khattri
@ 2005-07-12 16:15 ` Sebastien Morand
2005-07-12 20:59 ` Sebastien Morand
1 sibling, 0 replies; 4+ messages in thread
From: Sebastien Morand @ 2005-07-12 16:15 UTC (permalink / raw
To: gentoo-user
> Did you try rebuilding glib and/or gtk?
Yes I do.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] Emacs Problem
2005-07-12 6:55 ` A. Khattri
2005-07-12 16:15 ` Sebastien Morand
@ 2005-07-12 20:59 ` Sebastien Morand
1 sibling, 0 replies; 4+ messages in thread
From: Sebastien Morand @ 2005-07-12 20:59 UTC (permalink / raw
To: gentoo-user
What I did to get it working is really bad ...
I compile it by my self (without any patch)
and juste replace the binary ... in the system
no comment :)
but it works ...
> On Mon, 11 Jul 2005, Sebastien Morand wrote:
>
> > BHi everybody,
> >
> > I got the following error with emacs:
> > pyrenees:~ $ emacs
> > Fatal error (6).Aborted
> >
> > I tried to compile by mself with the same flag emacs and didn'get any
> > problem and it works fine, so why do I get a problem when using Gentoo
> > compilation process?
> >
> > I got to a problem with linux kernel configuration:
> > pyrenees:/usr/src/linux # make gconfig
> > scripts/kconfig/gconf arch/i386/Kconfig
> >
> > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> > `GTK_IS_LABEL (label)' failed
> >
> > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> > `GTK_IS_LABEL (label)' failed
> >
> > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> > `GTK_IS_LABEL (label)' failed
> >
> > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> > `GTK_IS_LABEL (label)' failed
> >
> > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> > `GTK_IS_LABEL (label)' failed
> >
> > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> > `GTK_IS_LABEL (label)' failed
> >
> > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> > `GTK_IS_LABEL (label)' failed
> >
> > (gconf:4737): Gtk-CRITICAL **: gtk_label_set_use_underline: assertion
> > `GTK_IS_LABEL (label)' failed
> >
> > (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> > is invalid for instance `0x80bd9c0'
> >
> > (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> > is invalid for instance `0x80bfd30'
> >
> > (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> > is invalid for instance `0x80c0200'
> >
> > (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> > is invalid for instance `0x80bde38'
> >
> > (gconf:4737): GLib-GObject-WARNING **: gsignal.c:1719: signal `pressed'
> > is invalid for instance `0x80b36d0'
> > make[1]: *** [gconfig] Segmentation fault
> > make: *** [gconfig] Error 2
>
>
> Did you try rebuilding glib and/or gtk?
>
>
> --
> Aj.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-07-12 21:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-11 6:40 [gentoo-user] Emacs Problem Sebastien Morand
2005-07-12 6:55 ` A. Khattri
2005-07-12 16:15 ` Sebastien Morand
2005-07-12 20:59 ` Sebastien Morand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox