Stan Sanderson | 1 Sep 15:22
Picon

dbus-launch problem

One step forward, two behind.

Since updating dbus on (ppc, latest unstable all up-to-date, using / 
sw), Apple's Terminal invokes dbus-launch as part of its bash start- 
up. I have to go to Activity Monitor and kill the dbus-launch process  
to regain use of Terminal.

I made no changes to my ~/.profile. I am using the system xinitrc (not  
fink's).

suggestions?

Stan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Benjamin Reed | 1 Sep 15:31
Gravatar

Re: dbus-launch problem


Stan Sanderson wrote:
| One step forward, two behind.
|
| Since updating dbus on (ppc, latest unstable all up-to-date, using /
| sw), Apple's Terminal invokes dbus-launch as part of its bash start-
| up. I have to go to Activity Monitor and kill the dbus-launch process
| to regain use of Terminal.
|
| I made no changes to my ~/.profile. I am using the system xinitrc (not
| fink's).
|
| suggestions?

Fink starts it up with /sw/etc/profile.d/dbus.sh; the question is, why
does it run away?

On my system, it just starts up cleanly and backgrounds like it should.

Could you do me a favor and try running sample on it so I can figure out
what it's doing wrong?

Start a terminal, kill dbus-launch, then start a second terminal.
In the first terminal, run "sample dbus-launch"; then, send me the file
it creates in /tmp when it's done.

--
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

(Continue reading)

Bobby Yee | 1 Sep 15:32
Picon

Re: dbus-launch problem

In article <AF2429F4-357C-48A8-A33F-E27F8EC4AB2B <at> ameritech.net>,
 Stan Sanderson <physinfoman <at> ameritech.net> wrote:

> One step forward, two behind.
> 
> Since updating dbus on (ppc, latest unstable all up-to-date, using / 
> sw), Apple's Terminal invokes dbus-launch as part of its bash start- 
> up. I have to go to Activity Monitor and kill the dbus-launch process  
> to regain use of Terminal.
> 
> I made no changes to my ~/.profile. I am using the system xinitrc (not  
> fink's).
> 
> suggestions?
> 
> Stan
> 

I'm also having a similar problem with the new version of dbus.  
Whenever I startup Terminal now, X11 automatically starts up.  It's very 
annoying since it takes a good minute or two for X11 to finish loading.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
Benjamin Reed | 1 Sep 15:36
Gravatar

Re: dbus-launch problem


Bobby Yee wrote:

| I'm also having a similar problem with the new version of dbus.
| Whenever I startup Terminal now, X11 automatically starts up.  It's very
| annoying since it takes a good minute or two for X11 to finish loading.

Hm, yeah, I didn't think about that.  I should change it to use the new
launchd support if possible.

--
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/

Stan Sanderson | 1 Sep 17:24
Picon

Re: dbus-launch problem


On Sep 1, 2008, at 8:31 AM, Benjamin Reed wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Stan Sanderson wrote:
> | One step forward, two behind.
> |
> | Since updating dbus on (ppc, latest unstable all up-to-date, using /
> | sw), Apple's Terminal invokes dbus-launch as part of its bash start-
> | up. I have to go to Activity Monitor and kill the dbus-launch  
> process
> | to regain use of Terminal.
> |
> | I made no changes to my ~/.profile. I am using the system xinitrc  
> (not
> | fink's).
> |
> | suggestions?
>
> Fink starts it up with /sw/etc/profile.d/dbus.sh; the question is, why
> does it run away?
>
> On my system, it just starts up cleanly and backgrounds like it  
> should.
>
> Could you do me a favor and try running sample on it so I can figure  
> out
> what it's doing wrong?
(Continue reading)

Martin Costabel | 1 Sep 18:31
Picon

Re: dbus-launch problem

Stan Sanderson wrote:
> 
> On Sep 1, 2008, at 8:31 AM, Benjamin Reed wrote:
> 
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Stan Sanderson wrote:
>> | One step forward, two behind.
>> |
>> | Since updating dbus on (ppc, latest unstable all up-to-date, using /
>> | sw), Apple's Terminal invokes dbus-launch as part of its bash start-
>> | up. I have to go to Activity Monitor and kill the dbus-launch process
>> | to regain use of Terminal.
>> |
>> | I made no changes to my ~/.profile. I am using the system xinitrc (not
>> | fink's).
>> |
>> | suggestions?
>>
>> Fink starts it up with /sw/etc/profile.d/dbus.sh; the question is, why
>> does it run away?

Apparently it tries to start X11, which is insane.

For once, I seem to have been saved by the missing-xmkmf autotools bug. 
In my case, dbus built without X11 support, which would probably be bad 
if I actually wanted to use dbus. As it is, this dbus thing is pulled in 
automatically by some gnome stuff, and I find it rather scary that it is 
always running, whether I need it or not.
(Continue reading)

Stan Sanderson | 1 Sep 18:44
Picon

Re: dbus-launch problem


On Sep 1, 2008, at 11:31 AM, Martin Costabel wrote:

> Stan Sanderson wrote:
>>
>> On Sep 1, 2008, at 8:31 AM, Benjamin Reed wrote:
>>
>>> -----BEGIN PGP SIGNED MESSAGE-----
>>> Hash: SHA1
>>>
>>> Stan Sanderson wrote:
>>> | One step forward, two behind.
>>> |
>>> | Since updating dbus on (ppc, latest unstable all up-to-date,  
>>> using /
>>> | sw), Apple's Terminal invokes dbus-launch as part of its bash  
>>> start-
>>> | up. I have to go to Activity Monitor and kill the dbus-launch  
>>> process
>>> | to regain use of Terminal.
>>> |
>>> | I made no changes to my ~/.profile. I am using the system  
>>> xinitrc (not
>>> | fink's).
>>> |
>>> | suggestions?
>>>
>>> Fink starts it up with /sw/etc/profile.d/dbus.sh; the question is,  
>>> why
>>> does it run away?
(Continue reading)

Olivier | 1 Sep 19:07
Picon
Gravatar

Failed: phase installing: apache2-2.0.59-12 failed

Hello,

I can't build apache2-2.0.59. It fails with the following error:
Building shared: mod_ssl.la
/sw/share/apr/build/libtool --silent --mode=compile gcc  -g -O2
-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp
-DAP_HAVE_DESIGNATED_INITIALIZER -I/sw/include  -I/sw/include/apr-0
-I/sw/include -I.
-I/sw/src/fink.build/apache2-2.0.59-12/httpd-2.0.59/os/unix
-I/sw/src/fink.build/apache2-2.0.59-12/httpd-2.0.59/server/mpm/prefork
-I/sw/src/fink.build/apache2-2.0.59-12/httpd-2.0.59/modules/http
-I/sw/src/fink.build/apache2-2.0.59-12/httpd-2.0.59/modules/filters
-I/sw/src/fink.build/apache2-2.0.59-12/httpd-2.0.59/modules/proxy
-I/sw/src/fink.build/apache2-2.0.59-12/httpd-2.0.59/include
-I/sw/src/fink.build/apache2-2.0.59-12/httpd-2.0.59/modules/generators
-I/usr/include/openssl
-I/sw/src/fink.build/apache2-2.0.59-12/httpd-2.0.59/modules/dav/main
-prefer-pic -c mod_ssl.c && touch mod_ssl.slo
In file included from mod_ssl.h:93,
                 from mod_ssl.c:27:
/usr/include/openssl/err.h:290: error: redefinition of typedef 'ERR_FNS'
/sw/include/openssl/ossl_typ.h:152: error: previous declaration of
'ERR_FNS' was here
In file included from mod_ssl.h:98,
                 from mod_ssl.c:27:
/usr/include/openssl/rand.h:86: error: redefinition of typedef 'RAND_METHOD'
/sw/include/openssl/ossl_typ.h:131: error: previous declaration of
'RAND_METHOD' was here
make[4]: *** [mod_ssl.slo] Error 1
make[3]: *** [shared-build-recursive] Error 1
(Continue reading)

Benjamin Reed | 1 Sep 19:13
Gravatar

Re: dbus-launch problem


Martin Costabel wrote:

| Apparently it tries to start X11, which is insane.

Yeah, that's broken, and I'll update it to the launchd version.

| For once, I seem to have been saved by the missing-xmkmf autotools bug.
| In my case, dbus built without X11 support, which would probably be bad
| if I actually wanted to use dbus. As it is, this dbus thing is pulled in
| automatically by some gnome stuff, and I find it rather scary that it is
| always running, whether I need it or not.

The alternative is having all sorts of modern packages that use dbus
silently not work.  :P

dbus is incredibly lightweight and usually stays nicely out of the way,
when people don't hit what appears to be a poll() bug.  :P

--
Benjamin Reed a.k.a. Ranger Rick
Fink, KDE, and Mac OS X development

Blog: http://www.raccoonfink.com/
Music: http://music.raccoonfink.com/

Daniel E. Macks | 1 Sep 22:21

Re: compiling debus fails

Take that back, was a flag problem in the .info CompileScript. Should
be fixed in dbus-1.2.3-2 that I just committed.

dan

Daniel Macks <dmacks <at> netspace.org> said:
> Sounds like libtool error, same one pogma&I fixed in gtk+2 a few weeks
> ago.
>
> dan
>
> On Sun, Aug 31, 2008 at 03:17:24AM +0200, Jean-Fran?ois Mertens wrote:
>> The maintainer is aware ..
>> For the moment, just remove dbus-dev before rebuilding ...
>> 
>> JF Mertens
>> 
>> 
>> -------------------------------------------------------------------------
>> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
>> Build the coolest Linux based applications with Moblin SDK & win great prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Fink-users mailing list
>> Fink-users <at> lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/fink-users
>
> -- 
> Daniel Macks
(Continue reading)


Gmane