Package Details: btscanner 2.1-5

Git Clone URL: https://aur.archlinux.org/btscanner.git (read-only, click to copy)
Package Base: btscanner
Description: Bluetooth device scanner.
Upstream URL: http://www.pentest.co.uk
Licenses: GPL
Submitter: r4um
Maintainer: bidulock
Last Packager: bidulock
Votes: 40
Popularity: 0.000019
First Submitted: 2008-07-25 12:38 (UTC)
Last Updated: 2018-12-12 23:45 (UTC)

Latest Comments

tuxsavvy commented on 2018-12-11 09:24 (UTC)

File is no longer available on the said website, however obtaining a copy from web.archive.org works:

--- PKGBUILD.old        2018-12-11 19:23:27.000000000 +1000
+++ PKGBUILD    2018-12-11 19:18:44.938770160 +1000
@@ -10,7 +10,7 @@
 arch=(i686 x86_64)
 license=('GPL')
 changelog=$pkgname.changelog
-source=(http://www.pentest.co.uk/src/$pkgname-$pkgver.tar.bz2
+source=(http://web.archive.org/web/20070711171847/http://www.pentest.co.uk/src/$pkgname-$pkgver.tar.bz2
        $pkgname.patch)
 md5sums=('587ec5847647d432eac1704b260af020'
          '606530db564f269ce245997e30f9fe86')

bidulock commented on 2015-09-24 02:00 (UTC)

patched

flipmess commented on 2015-09-22 04:38 (UTC)

i got this error: /etc/btscanner/btscanner.xml:2: I/O error : failed to load external entity "file:///usr/local/etc/btscanner.dtd" <!DOCTYPE btscanner SYSTEM "file:///usr/local/etc/btscanner.dtd"> ^ /etc/btscanner/btscanner.xml:3: validity error : Validation failed: no DTD found ! <btscanner> ^ Opening the OUI database Error opening the OUI database: No such file or directory the references for both files in btscanner.xml are wrong afaik...

rethab commented on 2015-03-20 11:37 (UTC)

Please note that btscanner needs at least 80 charaters in terminal width (no good error message otherwise).

rethab commented on 2015-03-20 11:29 (UTC)

In my case, two files are searched in the wrong location. Here are the actual locations: /etc/btscanner/btscanner.dtd and /usr/share/btscanner/oui.txt. Both of them are referenced from /etc/btscanner/btscanner.xml

bidulock commented on 2014-08-01 11:35 (UTC)

Your problem was probably the buffer overflow I just fixed.

vbmithr commented on 2014-08-01 07:36 (UTC)

Why do you remove the CFLAGS in configure ? This makes the program crash. You should not remove those.

<deleted-account> commented on 2012-10-15 17:30 (UTC)

In file included from main.c:66:0: /usr/include/bluetooth/bluetooth.h: In function ‘bt_get_le64’: /usr/include/bluetooth/bluetooth.h:159:9: error: expected specifier-qualifier-list before ‘typeof’ /usr/include/bluetooth/bluetooth.h:159:9: error: called object ‘typeof(__p)’ is not a function /usr/include/bluetooth/bluetooth.h:159:9: error: ‘struct <anonymous>’ has no member named ‘__v’ /usr/include/bluetooth/bluetooth.h: In function ‘bt_get_be64’: /usr/include/bluetooth/bluetooth.h:164:9: error: expected specifier-qualifier-list before ‘typeof’ /usr/include/bluetooth/bluetooth.h:164:9: error: called object ‘typeof(__p)’ is not a function /usr/include/bluetooth/bluetooth.h:164:9: error: ‘struct <anonymous>’ has no member named ‘__v’ /usr/include/bluetooth/bluetooth.h: In function ‘bt_get_le32’: /usr/include/bluetooth/bluetooth.h:169:9: error: expected specifier-qualifier-list before ‘typeof’ /usr/include/bluetooth/bluetooth.h:169:9: error: called object ‘typeof(__p)’ is not a function /usr/include/bluetooth/bluetooth.h:169:9: error: ‘struct <anonymous>’ has no member named ‘__v’ /usr/include/bluetooth/bluetooth.h: In function ‘bt_get_be32’: /usr/include/bluetooth/bluetooth.h:174:9: error: expected specifier-qualifier-list before ‘typeof’ /usr/include/bluetooth/bluetooth.h:174:9: error: called object ‘typeof(__p)’ is not a function /usr/include/bluetooth/bluetooth.h:174:9: error: ‘struct <anonymous>’ has no member named ‘__v’ /usr/include/bluetooth/bluetooth.h: In function ‘bt_get_le16’: /usr/include/bluetooth/bluetooth.h:179:9: error: expected specifier-qualifier-list before ‘typeof’ /usr/include/bluetooth/bluetooth.h:179:9: error: called object ‘typeof(__p)’ is not a function /usr/include/bluetooth/bluetooth.h:179:9: error: ‘struct <anonymous>’ has no member named ‘__v’ /usr/include/bluetooth/bluetooth.h: In function ‘bt_get_be16’: /usr/include/bluetooth/bluetooth.h:184:9: error: expected specifier-qualifier-list before ‘typeof’ /usr/include/bluetooth/bluetooth.h:184:9: error: called object ‘typeof(__p)’ is not a function /usr/include/bluetooth/bluetooth.h:184:9: error: ‘struct <anonymous>’ has no member named ‘__v’ make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/logan/aur/btscanner/src/btscanner-2.1' make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...