Package Details: bluelog 1.1.2-2

Git Clone URL: https://aur.archlinux.org/bluelog.git (read-only, click to copy)
Package Base: bluelog
Description: A highly configurable Linux Bluetooth scanner with optional web interface
Upstream URL: https://github.com/MS3FGX/Bluelog
Licenses: GPL-2.0-only
Submitter: uffe
Maintainer: uffe
Last Packager: uffe
Votes: 2
Popularity: 0.000013
First Submitted: 2016-04-28 08:38 (UTC)
Last Updated: 2024-01-25 11:02 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

solsticedhiver commented on 2024-02-02 22:44 (UTC)

The package is not building because the script gen_oui.sh is using an old url to download the oui.txt file

Please update. Here is a patch for the gen_oui.sh file

--- gen_oui.sh  2013-11-02 02:33:33.000000000 +0100
+++ gen_oui.sh  2024-02-02 23:37:08.918714402 +0100
@@ -23,7 +23,7 @@
 get_oui ()
 {
 echo -n "Downloading OUI file from IEEE..."
-wget --quiet -O $TMPFILE http://standards.ieee.org/develop/regauth/oui/oui.txt || \
+wget --quiet -O $TMPFILE https://standards-oui.ieee.org/oui/oui.txt || \
    ErrorMsg ERR "Unable to contact IEEE server!"

 echo "OK"

uffe commented on 2024-01-25 11:04 (UTC)

@drws: fixed -

PS: no pkgrel bump as the change is not important enough for existing installs to rebuild

drws commented on 2024-01-25 07:23 (UTC)

The upstream URL is broken for over 2 years.

rageltman commented on 2020-10-27 17:30 (UTC)

The wget build dependency is missing:

[2020-10-27T16:20:43.941Z] ==> Starting package()...
[2020-10-27T16:20:43.941Z] gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -Wall -O2  livelog.c -o www/cgi-bin/livelog.cgi
[2020-10-27T16:20:43.941Z] ./gen_oui.sh check
[2020-10-27T16:20:43.941Z] Downloading OUI file from IEEE..../gen_oui.sh: line 26: wget: command not found
[2020-10-27T16:20:43.941Z]   ERROR: Unable to contact IEEE server!
[2020-10-27T16:20:43.941Z] make: *** [Makefile:37: ouifile] Error 1
[2020-10-27T16:20:43.941Z] ==> ERROR: A failure occurred in package().
[2020-10-27T16:20:43.941Z]     Aborting...
script returned exit code 255

solsticedhiver commented on 2019-01-10 07:42 (UTC)

there is a missing makedep: wget (for the gen_oui.sh script)