After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 354125 - [PATCH] libbtctl source would not configure with new openobex versions
[PATCH] libbtctl source would not configure with new openobex versions
Status: RESOLVED DUPLICATE of bug 354127
Product: libbtctl
Classification: Deprecated
Component: general
0.6.x
Other All
: Normal normal
: ---
Assigned To: none
none
Depends on:
Blocks:
 
 
Reported: 2006-09-03 14:25 UTC by adam
Modified: 2006-09-03 19:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description adam 2006-09-03 14:25:53 UTC
Please describe the problem:
If you try to build libbtctl from source on a system that has a recent version of openobex (I have openobex-1.3, for example), the "./configure" step will fail, because libbtctl wants the deprecated "openobex-config" script, while never versions of openopex use "pkg-config openobex" instead.

Steps to reproduce:
1. bunzip2 < libbtctl-0.6.0.tar.bz2 | tar xfp -
2. cd libbtctl-0.6.0
3. ./configure

Actual results:
An abort message to the effect that openobex-config could not be found.

Expected results:
The configure process would complete successfully, creating various Makefile and config.h files.

Does this happen every time?
Yes.

Other information:
I already have a patch, which I will attach immediately after submitting this bug report.
Comment 1 Bastien Nocera 2006-09-03 19:25:58 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 354127 ***