linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bluez-users] dbus-glib problem
@ 2006-06-20  4:32 Sumeet VERMA
  2006-06-20  7:13 ` Marcel Holtmann
  0 siblings, 1 reply; 8+ messages in thread
From: Sumeet VERMA @ 2006-06-20  4:32 UTC (permalink / raw)
  To: bluez-users

Hi

I have downloaded bluez-utils-3.1 and bluez-libs-3.1 and I am trying to build them.

I get the following error when I run ./configure for bluez-utils -

[I have no name!@del32tpt  bluez-utils-3.1]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
..
.
.
.
.
.
.
checking for BLUEZ... yes
checking for DBUS... Package dbus-glib-1 was not found in the pkg-config search path.
Perhaps you should add the directory containing `dbus-glib-1.pc'
to the PKG_CONFIG_PATH environment variable
No package 'dbus-glib-1' found
configure: error: dbus-glib > 0.35 is required

There seem to be some dependencies. I have tried installing dbus-0.61 and glib-2.8.6 but it does not work. Please tell me what packages to install to remove these dependencies and send me a link also if possible.

Thanks,

Sumeet





_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bluez-users] dbus-glib problem
  2006-06-20  4:32 [Bluez-users] dbus-glib problem Sumeet VERMA
@ 2006-06-20  7:13 ` Marcel Holtmann
  2006-06-20  7:46   ` Sumeet VERMA
  2006-06-20  8:07   ` Zhares
  0 siblings, 2 replies; 8+ messages in thread
From: Marcel Holtmann @ 2006-06-20  7:13 UTC (permalink / raw)
  To: BlueZ users

Hi Sumeet,

> I have downloaded bluez-utils-3.1 and bluez-libs-3.1 and I am trying to build them.
> 
> I get the following error when I run ./configure for bluez-utils -
> 
> [I have no name!@del32tpt  bluez-utils-3.1]$ ./configure
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> ..
> .
> .
> .
> .
> .
> .
> checking for BLUEZ... yes
> checking for DBUS... Package dbus-glib-1 was not found in the pkg-config search path.
> Perhaps you should add the directory containing `dbus-glib-1.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'dbus-glib-1' found
> configure: error: dbus-glib > 0.35 is required
> 
> There seem to be some dependencies. I have tried installing dbus-0.61 and glib-2.8.6 but it does not work. Please tell me what packages to install to remove these dependencies and send me a link also if possible.

we don't require the dbus-glib bindings. No idea why it is looking for
them. This seems like a bug in D-Bus package. What kind distribution is
this?

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bluez-users] dbus-glib problem
  2006-06-20  7:13 ` Marcel Holtmann
@ 2006-06-20  7:46   ` Sumeet VERMA
  2006-06-20  8:02     ` Marcel Holtmann
  2006-06-20  8:07   ` Zhares
  1 sibling, 1 reply; 8+ messages in thread
From: Sumeet VERMA @ 2006-06-20  7:46 UTC (permalink / raw)
  To: 'BlueZ users'

Hi Marcel

I think the problem is with the kernel version. I am using 2.4 while the
package bluez-utils-3.1 seems to work with 2.6. Is this true?

If yes.. then is there any way I can make bluez latest package work with
Linux kernelversion 2.4.

Best Regards,

Sumeet



-----Original Message-----
From: bluez-users-bounces@lists.sourceforge.net
[mailto:bluez-users-bounces@lists.sourceforge.net] On Behalf Of Marcel
Holtmann
Sent: Tuesday, June 20, 2006 12:43 PM
To: BlueZ users
Subject: Re: [Bluez-users] dbus-glib problem


Hi Sumeet,

> I have downloaded bluez-utils-3.1 and bluez-libs-3.1 and I am trying 
> to build them.
> 
> I get the following error when I run ./configure for bluez-utils -
> 
> [I have no name!@del32tpt  bluez-utils-3.1]$ ./configure checking for 
> a BSD-compatible install... /usr/bin/install -c checking whether build 
> environment is sane... yes checking for gawk... gawk
> ..
> .
> .
> .
> .
> .
> .
> checking for BLUEZ... yes
> checking for DBUS... Package dbus-glib-1 was not found in the pkg-config
search path.
> Perhaps you should add the directory containing `dbus-glib-1.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'dbus-glib-1' found
> configure: error: dbus-glib > 0.35 is required
> 
> There seem to be some dependencies. I have tried installing dbus-0.61 
> and glib-2.8.6 but it does not work. Please tell me what packages to 
> install to remove these dependencies and send me a link also if 
> possible.

we don't require the dbus-glib bindings. No idea why it is looking for them.
This seems like a bug in D-Bus package. What kind distribution is this?

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users



_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bluez-users] dbus-glib problem
  2006-06-20  7:46   ` Sumeet VERMA
@ 2006-06-20  8:02     ` Marcel Holtmann
  0 siblings, 0 replies; 8+ messages in thread
From: Marcel Holtmann @ 2006-06-20  8:02 UTC (permalink / raw)
  To: BlueZ users

Hi Sumeet,

> I think the problem is with the kernel version. I am using 2.4 while the
> package bluez-utils-3.1 seems to work with 2.6. Is this true?
> 
> If yes.. then is there any way I can make bluez latest package work with
> Linux kernelversion 2.4.

no. The kernel version has nothing to do with it. This is a wrong
pkg-config file from your D-Bus package.

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bluez-users] dbus-glib problem
  2006-06-20  7:13 ` Marcel Holtmann
  2006-06-20  7:46   ` Sumeet VERMA
@ 2006-06-20  8:07   ` Zhares
  2006-06-20  8:31     ` Marcel Holtmann
  1 sibling, 1 reply; 8+ messages in thread
From: Zhares @ 2006-06-20  8:07 UTC (permalink / raw)
  To: BlueZ users

Marcel Holtmann wrote:

>> checking for BLUEZ... yes
>> checking for DBUS... Package dbus-glib-1 was not found in the pkg-config search path.
>> Perhaps you should add the directory containing `dbus-glib-1.pc'
>> to the PKG_CONFIG_PATH environment variable
>> No package 'dbus-glib-1' found
>> configure: error: dbus-glib > 0.35 is required
>>
>> There seem to be some dependencies. I have tried installing dbus-0.61 and glib-2.8.6 but it does not work. Please tell me what packages to install to remove these dependencies and send me a link also if possible.
> 
> we don't require the dbus-glib bindings. No idea why it is looking for
> them. This seems like a bug in D-Bus package. What kind distribution is
> this?

Hi!
I had the same problem on my ubuntu. You have to install dbus-glib-dev. 
The configure script is looking for the include files but apparently 
does not seems to say it.

-- 

Zhares


_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bluez-users] dbus-glib problem
  2006-06-20  8:07   ` Zhares
@ 2006-06-20  8:31     ` Marcel Holtmann
  2006-06-21  5:22       ` Sumeet VERMA
  0 siblings, 1 reply; 8+ messages in thread
From: Marcel Holtmann @ 2006-06-20  8:31 UTC (permalink / raw)
  To: BlueZ users

Hi,

> >> checking for BLUEZ... yes
> >> checking for DBUS... Package dbus-glib-1 was not found in the pkg-config search path.
> >> Perhaps you should add the directory containing `dbus-glib-1.pc'
> >> to the PKG_CONFIG_PATH environment variable
> >> No package 'dbus-glib-1' found
> >> configure: error: dbus-glib > 0.35 is required
> >>
> >> There seem to be some dependencies. I have tried installing dbus-0.61 and glib-2.8.6 but it does not work. Please tell me what packages to install to remove these dependencies and send me a link also if possible.
> > 
> > we don't require the dbus-glib bindings. No idea why it is looking for
> > them. This seems like a bug in D-Bus package. What kind distribution is
> > this?
> 
> I had the same problem on my ubuntu. You have to install dbus-glib-dev. 
> The configure script is looking for the include files but apparently 
> does not seems to say it.

oops. This is my mistake. I accidentally put in a check for dbus-glib,
but this is not needed at all. We only use the low-level D-Bus API. I
fixed that in the CVS now.

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bluez-users] dbus-glib problem
  2006-06-20  8:31     ` Marcel Holtmann
@ 2006-06-21  5:22       ` Sumeet VERMA
  2006-06-21  7:08         ` Marcel Holtmann
  0 siblings, 1 reply; 8+ messages in thread
From: Sumeet VERMA @ 2006-06-21  5:22 UTC (permalink / raw)
  To: 'BlueZ users'

Hi Marcel
Could you tell me what change did you make to remove the dbus-glib check. I
can make the same change on my side as I am unable to access CVS from my
machine.

Thanks for your kind help.

Best Regards,

Sumeet



-----Original Message-----
From: bluez-users-bounces@lists.sourceforge.net
[mailto:bluez-users-bounces@lists.sourceforge.net] On Behalf Of Marcel
Holtmann
Sent: Tuesday, June 20, 2006 2:02 PM
To: BlueZ users
Subject: Re: [Bluez-users] dbus-glib problem


Hi,

> >> checking for BLUEZ... yes
> >> checking for DBUS... Package dbus-glib-1 was not found in the 
> >> pkg-config search path. Perhaps you should add the directory 
> >> containing `dbus-glib-1.pc' to the PKG_CONFIG_PATH environment 
> >> variable No package 'dbus-glib-1' found
> >> configure: error: dbus-glib > 0.35 is required
> >>
> >> There seem to be some dependencies. I have tried installing 
> >> dbus-0.61 and glib-2.8.6 but it does not work. Please tell me what 
> >> packages to install to remove these dependencies and send me a link 
> >> also if possible.
> > 
> > we don't require the dbus-glib bindings. No idea why it is looking 
> > for them. This seems like a bug in D-Bus package. What kind 
> > distribution is this?
> 
> I had the same problem on my ubuntu. You have to install 
> dbus-glib-dev.
> The configure script is looking for the include files but apparently 
> does not seems to say it.

oops. This is my mistake. I accidentally put in a check for dbus-glib, but
this is not needed at all. We only use the low-level D-Bus API. I fixed that
in the CVS now.

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users



_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Bluez-users] dbus-glib problem
  2006-06-21  5:22       ` Sumeet VERMA
@ 2006-06-21  7:08         ` Marcel Holtmann
  0 siblings, 0 replies; 8+ messages in thread
From: Marcel Holtmann @ 2006-06-21  7:08 UTC (permalink / raw)
  To: BlueZ users

Hi Sumeet,

> Could you tell me what change did you make to remove the dbus-glib check. I
> can make the same change on my side as I am unable to access CVS from my
> machine.

look at acinclude.m4 and replace "dbus-glib" with "dbus".

Regards

Marcel




_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-06-21  7:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-20  4:32 [Bluez-users] dbus-glib problem Sumeet VERMA
2006-06-20  7:13 ` Marcel Holtmann
2006-06-20  7:46   ` Sumeet VERMA
2006-06-20  8:02     ` Marcel Holtmann
2006-06-20  8:07   ` Zhares
2006-06-20  8:31     ` Marcel Holtmann
2006-06-21  5:22       ` Sumeet VERMA
2006-06-21  7:08         ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).