9624
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello! As this is my first real post here on the forum, I hope I will do everything correctly.
![]() I wanted to install and configure Emacs24 (emacs-devel in ports) over the Christmas holiday. As I am a new user of Emacs I thought it would be better to start with the new version instead of using the old one until the next is offically released. Well, it works without errors when I use it in console-mode (emacs -nw, that is), but when I try to start is as an X client, it throws this error: Code:
emacs:83827): GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); either don't request the exit status, or don't set the SIGCHLD action. I googled the error, found some reports, but no real solution to it. Does anyone here have the same issue? And has someone maybe - as a Christmas present - a solution?I'm running FreeBSD 9.0-RC3. Last edited by DutchDaemon; December 25th, 2011 at 04:01. |
|
#2
|
|||
|
|||
|
After googling once more I stumbled upon a solution (and wonder why I didn't find it before). In this blog the following solution is given:
One should enter the following in the .xinitrc: Code:
exec dbus-launch --exit-with-session ck-launch-session YOUR_WM
Last edited by DutchDaemon; December 26th, 2011 at 07:17. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error While installing glib-2.28.8 | drerzen | Installation and Maintenance of FreeBSD Ports or Packages | 2 | October 11th, 2011 22:01 |
| [Solved] build error on port upgrade devel/apr1 | pippo2600 | Installation and Maintenance of FreeBSD Ports or Packages | 0 | June 1st, 2011 15:14 |
| [Solved] Build error for devel/icu | ohle | Installation and Maintenance of FreeBSD Ports or Packages | 7 | January 5th, 2011 18:19 |
| [Solved] Error while compiling glib | atealus | Installation and Maintenance of FreeBSD Ports or Packages | 3 | August 23rd, 2010 10:03 |
| [Solved] about the ports/editors/emacs/ reinstall error! | zyanho | Installation and Maintenance of FreeBSD Ports or Packages | 12 | June 5th, 2010 01:57 |