Package Details: piaware-git 9.0.1.r0.g18aaf46-1

Git Clone URL: https://aur.archlinux.org/piaware-git.git (read-only, click to copy)
Package Base: piaware-git
Description: Client-side package and programs for forwarding ADS-B data to FlightAware
Upstream URL: https://github.com/flightaware/piaware
Licenses: BSD
Submitter: anish
Maintainer: anish
Last Packager: anish
Votes: 8
Popularity: 0.000000
First Submitted: 2015-04-24 08:44 (UTC)
Last Updated: 2023-11-18 17:51 (UTC)

Dependencies (15)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

PanisSupraOmnia commented on 2019-04-21 19:56 (UTC)

@anish This seems to work for me:

--- faup.tcl.orig   2019-04-21 13:00:00.248581228 -0600
+++ faup.tcl        2019-04-21 13:00:26.618693119 -0600
@@ -1,6 +1,6 @@
 # -*- mode: tcl; tab-width: 4; indent-tabs-mode: t -*-

-package require Itcl 3.4
+package require Itcl

 #
 # Class that handles connection between faup programs and adept

anish commented on 2019-04-21 00:02 (UTC)

@PanisSupraOmnia @test0 I can't reproduce this. If you have a patch, I can add it in

PanisSupraOmnia commented on 2019-04-20 23:15 (UTC)

@test0 I noticed this issue as well after I adopted and updated the tcllauncher last week. It seems that some recent changes to the dev branch of piaware added a file that for some reason specifically requires Itcl version 3.4, even though the rest of the piaware repo makes no specification of Itcl version. A temporary fix is to change the specified line in faup.tcl and remove 3.4 from package require Itcl 3.4.

test0 commented on 2019-04-17 08:36 (UTC) (edited on 2019-04-17 08:37 (UTC) by test0)

@anish: There is an issue with newer versions:

Version conflict for package "Itcl": have 4.1.2, need 3.4
while executing
"package require Itcl 3.4"
(file "/usr/lib/piaware/faup.tcl" line 3)
invoked from within
"source $::launchdir/faup.tcl"
(file "/usr/lib/piaware/main.tcl" line 24)
invoked from within
"source /usr/lib/piaware/main.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 source $path"
from tcllauncher running "piaware"

anish commented on 2018-08-31 05:27 (UTC)

@a36233 as mlat is optional, added net-tools as optional as well (though technically it belongs in mlat-client)

a36233 commented on 2018-08-28 16:23 (UTC)

Please add net-tools as a dependency netstat required for mlat.

test0 commented on 2018-04-21 09:09 (UTC)

@anish: that worked, thanks.

anish commented on 2018-04-21 05:03 (UTC)

for a temporary fix, quote the variables in lines 15 & 16 in /usr/bin/c_rehash to look like this :

my $dir = "/etc/ssl"; my $prefix = "/usr";

anish commented on 2018-04-21 05:00 (UTC)

@test0 unfortunately fix has to happen elsewhere https://bugs.archlinux.org/task/58100

test0 commented on 2018-04-20 15:35 (UTC)

Any hint on how to proceed?