Bug 133366
Summary: | missing dep: libopenobex-1.0.so.0 for pkg gnome-bluetooth | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bob Gustafson <bobgus> |
Component: | gnome-bluetooth | Assignee: | Harald Hoyer <harald> |
Status: | CLOSED WORKSFORME | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-09-29 13:24:22 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 130887 |
Description
Bob Gustafson
2004-09-23 15:27:01 UTC
It looks like gnome-bluetooth just needs to be relinked with the current libopenobex furnished by openobex. Yes? [root@hoho2 user1]# yum install gnome-bluetooth Setting up Install Process Setting up Repo: development repomd.xml 100% |=========================| 1.1 kB 00:00 Reading repository metadata in from local files developmen: ################################################## 3500/3500 Excluding Packages Excluding Incompatible Archs Finished Excluding Packages from Fedora Core 2 - Development Tree Resolving Dependencies Restarting Dependency Process with new changes Error: missing dep: libopenobex-1.0.so.0 for pkg gnome-bluetooth Error: missing dep: libopenobex-1.0.so.0 for pkg libbtctl [root@hoho2 user1]# ls -l /usr/lib/libopenobex* lrwxrwxrwx 1 root root 24 Sep 23 07:45 /usr/lib/libopenobex-1.0.so.1 -> libopenobex-1.0.so.1.0.0 -rwxr-xr-x 1 root root 20720 Sep 13 09:47 /usr/lib/libopenobex-1.0.so.1.0.0 [root@hoho2 user1]# rpm -q openobex openobex-1.0.1-1 [root@hoho2 user1]# [root@hoho2 user1]# rpm -q --filesbypkg openobex | grep lib openobex /usr/lib/libopenobex-1.0.so.1 openobex /usr/lib/libopenobex-1.0.so.1.0.0 [root@hoho2 user1]# It is not quite as easy (relink against current libopenobex) as I suggeted above. I wound up rebuilding libbtctl, openobex, openobex-apps, gnome-bluetooth. (Never did find openobex-devel). gnome-bluetooth complained initially about a missing openobex-devel and libbtctl version was not right. I went into gnome-bluetooth.spec and silenced the objections: BuildRequires: GConf2-devel >= 0:2.0 librsvg2-devel #BuildRequires: libbtctl >= 0:0.4.1 #BuildRequires: gob2 openobex-devel perl ExcludeArch: s390 s390x gnome-bluetooth built and installed fine. Don't know whether it works any differently from the version I was originally complaining about, but at least I have the source and files to do a bit more if I have time. yum install gnome-bluetooth - works for me now [root@hoho2 SPECS]# rpm -q openobex-devel openobex-devel-1.0.1-1 [root@hoho2 SPECS]# rpm -q openobex-apps openobex-apps-1.0.0-6 [root@hoho2 SPECS]# rpm -q openobex openobex-1.0.1-1 [root@hoho2 SPECS]# rpm -q gnome-bluetooth gnome-bluetooth-0.5.1-4 [root@hoho2 SPECS]# |