Linux bluetooth development
 help / color / mirror / Atom feed
From: Wolfram Schlich <wschlich@gentoo.org>
To: linux-bluetooth@vger.kernel.org
Subject: files missing in release tarball (esp. profiles/proximity/*)
Date: Thu, 24 Aug 2017 09:03:19 +0200	[thread overview]
Message-ID: <20170824070319.GA31562@bla.fasel.org> (raw)

Hi,

there seem to be quite some differences between the git snapshot
tarball[1] and the release tarball[2]:

1. https://git.kernel.org/pub/scm/bluetooth/bluez.git/snapshot/bluez-5.46.tar.gz
2. https://www.kernel.org/pub/linux/bluetooth/bluez-5.46.tar.gz

A diff -ur between both unpacked tarballs shows:
--8<--
Only in bluez-5.46-release-tarball: aclocal.m4
Only in bluez-5.46-git-snapshot-tarball/android: sco-ipc-api.txt
Only in bluez-5.46-git-snapshot-tarball/android: socket-api.txt
Only in bluez-5.46-git-snapshot-tarball: bootstrap
Only in bluez-5.46-git-snapshot-tarball: bootstrap-configure
Only in bluez-5.46-release-tarball: compile
Only in bluez-5.46-release-tarball: config.guess
Only in bluez-5.46-release-tarball: config.h.in
Only in bluez-5.46-release-tarball: config.sub
Only in bluez-5.46-release-tarball: configure
Only in bluez-5.46-release-tarball: depcomp
Only in bluez-5.46-git-snapshot-tarball/doc: coding-style.txt
Only in bluez-5.46-git-snapshot-tarball/doc: maintainer-guidelines.txt
Only in bluez-5.46-git-snapshot-tarball: .gitignore
Only in bluez-5.46-git-snapshot-tarball: HACKING
Only in bluez-5.46-release-tarball: install-sh
Only in bluez-5.46-release-tarball: ltmain.sh
Only in bluez-5.46-git-snapshot-tarball: .mailmap
Only in bluez-5.46-release-tarball: Makefile.in
Only in bluez-5.46-release-tarball: missing
Only in bluez-5.46-git-snapshot-tarball/obexd/plugins: messages-tracker.c
Only in bluez-5.46-git-snapshot-tarball/obexd/plugins: phonebook-ebook.c
Only in bluez-5.46-git-snapshot-tarball/obexd/plugins: phonebook-tracker.c
Only in bluez-5.46-git-snapshot-tarball/obexd/plugins: syncevolution.c
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: immalert.c
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: immalert.h
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: linkloss.c
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: linkloss.h
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: main.c
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: manager.c
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: manager.h
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: monitor.c
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: monitor.h
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: reporter.c
Only in bluez-5.46-git-snapshot-tarball/profiles/proximity: reporter.h
Only in bluez-5.46-git-snapshot-tarball/test: exchange-business-cards
Only in bluez-5.46-git-snapshot-tarball/test: get-managed-objects
Only in bluez-5.46-git-snapshot-tarball/test: get-obex-capabilities
Only in bluez-5.46-git-snapshot-tarball/test: list-folders
Only in bluez-5.46-git-snapshot-tarball/test: simple-obex-agent
Only in bluez-5.46-release-tarball: test-driver
Only in bluez-5.46-git-snapshot-tarball/tools: example.psr
Only in bluez-5.46-git-snapshot-tarball/tools: parse_companies.pl
Only in bluez-5.46-git-snapshot-tarball/tools: update_compids.sh
Only in bluez-5.46-git-snapshot-tarball/tools: valgrind.supp
--8<--

Notably the files from obexd/plugins/, profiles/proximity/
and test/ are missing in the release tarball.

The program 'bluez-test-proximity' is, for example, effectively
unusable when using the release tarball because of the missing
files from profiles/proximity/:
--8<--
zephyr ~ # /usr/bin/bluez-test-proximity -b AA:BB:CC:DD:EE:FF LinkLossAlertLevel high
Proximity SetProperty('LinkLossAlertLevel', 'high')
Traceback (most recent call last):
  File "/usr/bin/bluez-test-proximity", line 67, in <module>
    device_prop.Set(PROXIMITY_MONITOR_INTERFACE, args[0], args[1])
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib64/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.InvalidArgs: No such interface 'org.bluez.ProximityMonitor1'
zephyr ~ # 
--8<--

Can you fix this (at least profiles/proximity/), please?

Thank you!

Cheers,
Wolfram

             reply	other threads:[~2017-08-24  7:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-24  7:03 Wolfram Schlich [this message]
2017-08-24 14:30 ` files missing in release tarball (esp. profiles/proximity/*) Luiz Augusto von Dentz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170824070319.GA31562@bla.fasel.org \
    --to=wschlich@gentoo.org \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox