Piaware_builder tag still at v5.0

Hi all, I was updateing my feeder this morning to Piaware 6 and since I am on arm64 I have to compile everything on the target machine.

dump1090 went without any issues, even though the compiler complained about incompatible date at Line 100 → Tues ← he don’t understand and ignored said line.

Problem is I have to use the piaware_builder in order to compile piaware and that is still at v5.0. Is there any plan to update this to v6.0 as well or is there a new path to compile piaware on other targets like arm64?

piaware_builder master isn’t explicitly tagged as v6.0 (I’ll fix that), but it does build v6.0.

~/git/piaware_builder$ git log -1
commit 6c6f0e9f81fd080903fa030348e2c1b410cb7583 (HEAD -> master, origin/master, origin/HEAD)
Author: eric1tran <eric1tran@gmail.com>
Date:   Tue Aug 31 22:02:24 2021 +0000

    Release PiAware 6.0

edit: tag has been added.

1 Like

3 days ago I faced this issue, and solved it.

Many thanks for the quick fix and happy to report that the build went through without any problems. :+1:

 

Many thanks.

 

$ cd piaware_builder
$ git fetch --all
Fetching origin
warning: redirecting to https://github.com/flightaware/piaware_builder/
From http://github.com/flightaware/piaware_builder
 * [new tag]         v6.0       -> v6.0

$ VER=$(git describe --tags | sed 's/^v//')
$ echo ${VER}
6.0

 

 

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.