GNU bug report logs - #14654
process.c glib issues

Previous Next

Package: emacs;

Reported by: Glenn Morris <rgm <at> gnu.org>

Date: Tue, 18 Jun 2013 17:27:01 UTC

Severity: normal

Found in version 24.3.50

Done: Jan Djärv <jan.h.d <at> swipnet.se>

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 14654 in the body.
You can then email your comments to 14654 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#14654; Package emacs. (Tue, 18 Jun 2013 17:27:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: submit <at> debbugs.gnu.org
Subject: process.c glib issues
Date: Tue, 18 Jun 2013 13:26:06 -0400
Package: emacs
Version: 24.3.50

Current trunk on RHEL6 GNU/Linux, --without-gconf --without-gsettings
--with-x-toolkit=athena, glib2-2.22.5-7:

process.c: In function 'wait_reading_process_output':
process.c:4538: warning: implicit declaration of function 'xg_select'

The following in process.c seems inconsistent:

  #if defined (USE_GTK) || defined (HAVE_GCONF) || defined (HAVE_GSETTINGS)
  #include "xgselect.h"
  #endif

  [...]

  #elif defined (HAVE_GLIB)
    nfds = xg_select
  #else


I also see:

process.c: In function 'init_process_emacs':
process.c:7074: warning: implicit declaration of function 'g_source_unref'
process.c:7074: warning: implicit declaration of function 'g_child_watch_source_new'




Reply sent to Jan Djärv <jan.h.d <at> swipnet.se>:
You have taken responsibility. (Tue, 18 Jun 2013 18:44:01 GMT) Full text and rfc822 format available.

Notification sent to Glenn Morris <rgm <at> gnu.org>:
bug acknowledged by developer. (Tue, 18 Jun 2013 18:44:03 GMT) Full text and rfc822 format available.

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

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 14654-done <at> debbugs.gnu.org
Subject: Re: bug#14654: process.c glib issues
Date: Tue, 18 Jun 2013 20:43:06 +0200
Hello.

18 jun 2013 kl. 19:26 skrev Glenn Morris <rgm <at> gnu.org>:

> Package: emacs
> Version: 24.3.50
> 
> Current trunk on RHEL6 GNU/Linux, --without-gconf --without-gsettings
> --with-x-toolkit=athena, glib2-2.22.5-7:
> 
> process.c: In function 'wait_reading_process_output':
> process.c:4538: warning: implicit declaration of function 'xg_select'
> 
> The following in process.c seems inconsistent:
> 
>  #if defined (USE_GTK) || defined (HAVE_GCONF) || defined (HAVE_GSETTINGS)
>  #include "xgselect.h"
>  #endif
> 
>  [...]
> 
>  #elif defined (HAVE_GLIB)
>    nfds = xg_select
>  #else
> 

I missed that, now fixed.

> 
> I also see:
> 
> process.c: In function 'init_process_emacs':
> process.c:7074: warning: implicit declaration of function 'g_source_unref'
> process.c:7074: warning: implicit declaration of function 'g_child_watch_source_new'

I fixed that also.

	Jan D.






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 17 Jul 2013 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 311 days ago.

Previous Next


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