GNU bug report logs - #27410
Emacs CEDET and Semantic c-mode problem

Previous Next

Package: emacs;

Reported by: emin orhan özbakır <bymcrap <at> gmail.com>

Date: Sat, 17 Jun 2017 16:36:02 UTC

Severity: minor

Tags: moreinfo, wontfix

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 27410 in the body.
You can then email your comments to 27410 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#27410; Package emacs. (Sat, 17 Jun 2017 16:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to emin orhan özbakır <bymcrap <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 17 Jun 2017 16:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: emin orhan özbakır <bymcrap <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Emacs CEDET and Semantic c-mode problem
Date: Sat, 17 Jun 2017 17:33:18 +0300
[Message part 1 (text/plain, inline)]
I updated my Fedora Release and kernel. I have some problem with emacs when
load c file with semantic-mode open. It was return error as (stringp, 4).
"Could not query gcc for defines. Maybe g++ is not installed.".
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#27410; Package emacs. (Mon, 19 Jun 2017 19:39:01 GMT) Full text and rfc822 format available.

Message #8 received at 27410 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: emin orhan özbakır <bymcrap <at> gmail.com>
Cc: 27410 <at> debbugs.gnu.org
Subject: Re: bug#27410: Emacs CEDET and Semantic c-mode problem
Date: Mon, 19 Jun 2017 15:38:13 -0400
What does:

LC_ALL=C cpp -E -dM -x c++ /dev/null

return?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#27410; Package emacs. (Mon, 19 Jun 2017 21:41:01 GMT) Full text and rfc822 format available.

Message #11 received at 27410 <at> debbugs.gnu.org (full text, mbox):

From: emin orhan özbakır <bymcrap <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>, 27410 <at> debbugs.gnu.org
Subject: Re: bug#27410: Emacs CEDET and Semantic c-mode problem
Date: Tue, 20 Jun 2017 00:04:58 +0300
[Message part 1 (text/plain, inline)]
I am new user. I type line to terminal. And error returned.

[lynx <at> cjs ~]$ LC_ALL=C cpp -E -dM -x c++ /dev/null
bash: warning: setlocale: LC_ALL: cannot change locale (C cpp -E -dM -x c++
/dev/null): Invalid argument
cpp: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.


2017-06-19 22:38 GMT+03:00 Glenn Morris <rgm <at> gnu.org>:

>
> What does:
>
> LC_ALL=C cpp -E -dM -x c++ /dev/null
>
> return?
>
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#27410; Package emacs. (Mon, 19 Jun 2017 22:06:01 GMT) Full text and rfc822 format available.

Message #14 received at 27410 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: emin orhan özbakır <bymcrap <at> gmail.com>
Cc: 27410 <at> debbugs.gnu.org
Subject: Re: bug#27410: Emacs CEDET and Semantic c-mode problem
Date: Mon, 19 Jun 2017 18:05:10 -0400
(Please reply to all.)

emin orhan özbakır wrote:

> I am new user. I type line to terminal. And error returned.
>
> [lynx <at> cjs ~]$ LC_ALL=C cpp -E -dM -x c++ /dev/null
> bash: warning: setlocale: LC_ALL: cannot change locale (C cpp -E -dM -x c++
> /dev/null): Invalid argument

I don't know how to explain that result, unless you actually typed:

LC_ALL="C cpp -E -dM -x c++ /dev/null"

(in quotes)

> cpp: internal compiler error: Segmentation fault (program cc1plus)

But then if you did type "..." I don't know how or why cpp apparently ran.


In any case, it looks like the problem is with your system, not with Emacs.
I would suggest asking for help on a Fedora users list.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#27410; Package emacs. (Mon, 19 Jun 2017 22:47:02 GMT) Full text and rfc822 format available.

Message #17 received at 27410 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: emin orhan özbakır <bymcrap <at> gmail.com>
Cc: 27410 <at> debbugs.gnu.org
Subject: Re: bug#27410: Emacs CEDET and Semantic c-mode problem
Date: Mon, 19 Jun 2017 18:46:25 -0400
Glenn Morris wrote:

>> [lynx <at> cjs ~]$ LC_ALL=C cpp -E -dM -x c++ /dev/null
>> bash: warning: setlocale: LC_ALL: cannot change locale (C cpp -E -dM -x c++
>> /dev/null): Invalid argument
>
> I don't know how to explain that result, unless you actually typed:
>
> LC_ALL="C cpp -E -dM -x c++ /dev/null"
>
> (in quotes)

Or maybe you somehow got non-breaking-space instead of space, eg
from copy/paste. Please try typing the command by hand.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#27410; Package emacs. (Tue, 20 Jun 2017 01:19:01 GMT) Full text and rfc822 format available.

Message #20 received at 27410 <at> debbugs.gnu.org (full text, mbox):

From: emin orhan özbakır <bymcrap <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>, 27410 <at> debbugs.gnu.org
Subject: Re: bug#27410: Emacs CEDET and Semantic c-mode problem
Date: Tue, 20 Jun 2017 03:26:51 +0300
[Message part 1 (text/plain, inline)]
Thanks Morris,

>Or maybe you somehow got non-breaking-space instead of space, eg
>from copy/paste. Please try typing the command by hand.

>I don't know how to explain that result, unless you actually typed:
>LC_ALL="C cpp -E -dM -x c++ /dev/null"
>(in quotes)

Nothing change. I tried typing by hand, with "...", . I will try again
tomorrow .

>In any case, it looks like the problem is with your system, not with Emacs.
>I would suggest asking for help on a Fedora users list.

I will send e-mail to fedora groups.

>In any case, it looks like the problem is with your system, not with Emacs.
>I would suggest asking for help on a Fedora users list.

maybe.... yes, it look like problem with my system. I have fedora 25 guest
virtual machine vbox- 5.1.18 r114002. Host is win 8.1.

When I wanna clean up somethings, all things always go wrong. I'm unlucky
man. I like Gnu/linux, free softwares, I don't give up! :)

2017-06-20 1:46 GMT+03:00 Glenn Morris <rgm <at> gnu.org>:

> Glenn Morris wrote:
>
> >> [lynx <at> cjs ~]$ LC_ALL=C cpp -E -dM -x c++ /dev/null
> >> bash: warning: setlocale: LC_ALL: cannot change locale (C cpp -E -dM -x
> c++
> >> /dev/null): Invalid argument
> >
> > I don't know how to explain that result, unless you actually typed:
> >
> > LC_ALL="C cpp -E -dM -x c++ /dev/null"
> >
> > (in quotes)
>
> Or maybe you somehow got non-breaking-space instead of space, eg
> from copy/paste. Please try typing the command by hand.
>
[Message part 2 (text/html, inline)]

Added tag(s) wontfix. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 08 Jan 2019 20:41:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 27410 <at> debbugs.gnu.org and emin orhan özbakır <bymcrap <at> gmail.com> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 08 Jan 2019 20:41:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 06 Feb 2019 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.