2006-06-22 05:08:27

by Lavanya Jagan

[permalink] [raw]
Subject: [Bluez-users] bluez installation

hello,

I tried installing the packages given in your website for Bluez.. namely


- bluez-libs-3.1.tar.gz<http://www.bluez.org/redirect.php?url=http%3A%2F%2Fbluez.sf.net%2Fdownload%2Fbluez-libs-3.1.tar.gz>
- bluez-utils-3.1.tar.gz<http://www.bluez.org/redirect.php?url=http%3A%2F%2Fbluez.sf.net%2Fdownload%2Fbluez-utils-3.1.tar.gz>
- bluez-firmware-1.2.tar.gz<http://www.bluez.org/redirect.php?url=http%3A%2F%2Fbluez.sf.net%2Fdownload%2Fbluez-firmware-1.2.tar.gz>
- bluez-hcidump-1.31.tar.gz<http://www.bluez.org/redirect.php?url=http%3A%2F%2Fbluez.sf.net%2Fdownload%2Fbluez-hcidump-1.31.tar.gz>

the first one worked fine.. utils package configuring gave error as below

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

could you let me know where the problem is?

regards
--
lav


Attachments:
(No filename) (1.00 kB)
(No filename) (1.80 kB)
(No filename) (280.00 B)
(No filename) (164.00 B)
Download all attachments

2006-06-23 09:51:44

by Zhares

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Lavanya Jagan wrote:
> Hi,
>
> * dbus-devel:
> Requires :
> * dbus
> * glib2-devel >= 2.6.0
> * rpmlib(CompressedFileNames) = 3.0.4-1
> * rpmlib(PayloadFilesHavePrefix) = 4.0-1
...
> This goes on.. is there any shorter path..
> regards
>

Have a look at yum, It is supposed to do that automatically:
http://www.linuxjournal.com/article/7448

--

Zhares

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-06-23 09:43:08

by Lavanya Jagan

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Hi,

* dbus-devel:
Requires :
* dbus
* glib2-devel >= 2.6.0
* rpmlib(CompressedFileNames) = 3.0.4-1
* rpmlib(PayloadFilesHavePrefix) = 4.0-1

*dbus Requires:
* /bin/sh
* /usr/sbin/useradd
* chkconfig
* libc.so.6
* libdbus-1.so.1
* libexpat.so.0
* libnsl.so.1
* libpthread.so.0
* libselinux >= 1.21.10-1
* libselinux.so.1

libselinux.so.1 Requires:
# /bin/sh
# /sbin/ldconfig
# libc.so.6
#
libc.so.6(GLIBC_2.0)

# libc.so.6
(GLIBC_2.4)
# libdl.so.2
# libdl.so.2
(GLIBC_2.0)
# libdl.so.2
(GLIBC_2.1)
#
libselinux.so.1
# libsepol >=
1.12-1
# libsepol.so.1
# libsetrans >=
0.1.20-1

This goes on.. is there any shorter path..
regards
--
lav


Attachments:
(No filename) (1.95 kB)
(No filename) (7.63 kB)
(No filename) (299.00 B)
(No filename) (164.00 B)
Download all attachments

2006-06-23 08:41:29

by Zhares

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Lavanya Jagan wrote:
> Hi,
>
> i tried intallin dbus-devel.. n i get such errors :(
>
> [lavanya@rise24 fry_bluez]$ rpm -ivh dbus-devel-0.33-3.i386.rpm
> warning: dbus-devel-0.33-3.i386.rpm: V3 DSA signature: NOKEY, key ID
> 4f2a6fd2
> error: Failed dependencies:
> dbus = 0.33-3 is needed by dbus-devel-0.33-3
>
Hi,
You have to install dbus-0.33-3 first. You may have a similar error
doing it, in that case, you have to manually install all the other
packages in the 'failed dependencies' listed in the error.

--

Zhares

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-06-23 08:12:06

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Hi Sumeet,

> I also face the same problem as Lavanya. Replacing dbus-glib with dbus
> in acinclude.m4 doesn't work. The problem remains.

you still have to install the D-Bus low-level library and if you change
this in the tarball sources, you also have to generate a new configure.
The simple solution would be to install dbus-glib-devel package until I
release a new version.

Regards

Marcel



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-06-23 05:33:34

by Lavanya Jagan

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Hi,

i tried intallin dbus-devel.. n i get such errors :(

[lavanya@rise24 fry_bluez]$ rpm -ivh dbus-devel-0.33-3.i386.rpm
warning: dbus-devel-0.33-3.i386.rpm: V3 DSA signature: NOKEY, key ID
4f2a6fd2
error: Failed dependencies:
dbus = 0.33-3 is needed by dbus-devel-0.33-3


regards
--
lav


Attachments:
(No filename) (300.00 B)
(No filename) (421.00 B)
(No filename) (299.00 B)
(No filename) (164.00 B)
Download all attachments

2006-06-23 05:12:02

by Sumeet VERMA

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Hi Marcel

I also face the same problem as Lavanya. Replacing dbus-glib with dbus in
acinclude.m4 doesn't work. The problem remains.
Regards,
Sumeet

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Lavanya
Jagan
Sent: Thursday, June 22, 2006 5:02 PM
To: BlueZ users
Subject: Re: [Bluez-users] bluez installation


i tried replacing dbus-glib with dbus.. but the same problem persists..
--
lav


Attachments:
(No filename) (299.00 B)
(No filename) (164.00 B)
Download all attachments

2006-06-22 12:51:52

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Hi Loreno,

> Sorry for the question (I'm new on bluez), but where are the gname
> archives?? At the bluez site there aren't links for this archive...

they are linkes from http://www.bluez.org/lists.html

Regards

Marcel



All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-06-22 12:23:41

by Loreno Oliveira

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Sorry for the question (I'm new on bluez), but where are the gname
archives?? At the bluez site there aren't links for this archive...

Loreno

On 6/22/06, Marcel Holtmann <[email protected]> wrote:
>
> Hi Loreno,
>
> > Are there other links for the archieves?? I tried
> > http://www.bluez.org/lists.html and none of the list archieves is
> > available...
>
> the Sourceforge archives are disabled at the moment, but the Gmane
> archives are still working.
>
> Regards
>
> Marcel
>
>
>
> All the advantages of Linux Managed Hosting--Without the Cost and Risk!
> Fully trained technicians. The highest number of Red Hat certifications in
> the hosting industry. Fanatical Support. Click to learn more
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>


Attachments:
(No filename) (952.00 B)
(No filename) (1.52 kB)
(No filename) (280.00 B)
(No filename) (164.00 B)
Download all attachments

2006-06-22 11:33:25

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Hi Lavanya,

> i tried replacing dbus-glib with dbus.. but the same problem
> persists..

you have install the dbus-devel or libdbus-dev package. Starting with
the 3.x series the D-Bus support became mandatory.

Regards

Marcel



All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-06-22 11:31:35

by Lavanya Jagan

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

i tried replacing dbus-glib with dbus.. but the same problem persists..
--
lav


Attachments:
(No filename) (80.00 B)
(No filename) (86.00 B)
(No filename) (280.00 B)
(No filename) (164.00 B)
Download all attachments

2006-06-22 11:09:52

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Hi Loreno,

> Are there other links for the archieves?? I tried
> http://www.bluez.org/lists.html and none of the list archieves is
> available...

the Sourceforge archives are disabled at the moment, but the Gmane
archives are still working.

Regards

Marcel



All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users

2006-06-22 10:26:37

by Loreno Oliveira

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Are there other links for the archieves?? I tried
http://www.bluez.org/lists.html and none of the list archieves is
available...

Loreno

On 6/21/06, Marcel Holtmann <[email protected]> wrote:
>
> Hi Lavanya,
>
> > I tried installing the packages given in your website for Bluez..
> > namely
> >
> > * bluez-libs-3.1.tar.gz
> > * bluez-utils-3.1.tar.gz
> > * bluez-firmware-1.2.tar.gz
> > * bluez-hcidump-1.31.tar.gz
> >
> > the first one worked fine.. utils package configuring gave error as
> > below
> >
> >
> > 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
> >
> >
> >
> > could you let me know where the problem is?
>
> check the mailing list archive. This has already been discussed and it
> is a bug. The bluez-utils should only require the D-Bus low-level
> library. Will be fixed in the next version.
>
> Regards
>
> Marcel
>
>
>
> All the advantages of Linux Managed Hosting--Without the Cost and Risk!
> Fully trained technicians. The highest number of Red Hat certifications in
> the hosting industry. Fanatical Support. Click to learn more
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
> _______________________________________________
> Bluez-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>


Attachments:
(No filename) (1.54 kB)
(No filename) (2.33 kB)
(No filename) (280.00 B)
(No filename) (164.00 B)
Download all attachments

2006-06-22 07:02:56

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [Bluez-users] bluez installation

Hi Lavanya,

> I tried installing the packages given in your website for Bluez..
> namely
>
> * bluez-libs-3.1.tar.gz
> * bluez-utils-3.1.tar.gz
> * bluez-firmware-1.2.tar.gz
> * bluez-hcidump-1.31.tar.gz
>
> the first one worked fine.. utils package configuring gave error as
> below
>
>
> 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
>
>
>
> could you let me know where the problem is?

check the mailing list archive. This has already been discussed and it
is a bug. The bluez-utils should only require the D-Bus low-level
library. Will be fixed in the next version.

Regards

Marcel



All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users