Package Details: owlink-git r44.8e4e840-1

Git Clone URL: https://aur.archlinux.org/owlink-git.git (read-only, click to copy)
Package Base: owlink-git
Description: An open Apple Wireless Direct Link (AWDL) implementation written in C
Upstream URL: https://owlink.org/
Keywords: awdl owl
Licenses: GPL-3.0-only
Conflicts: owl, owl-git, owlink
Provides: owl, owl-git, owlink
Submitter: frol
Maintainer: taotieren
Last Packager: taotieren
Votes: 4
Popularity: 0.000001
First Submitted: 2019-09-15 11:16 (UTC)
Last Updated: 2024-03-01 07:02 (UTC)

Latest Comments

1 2 Next › Last »

arjvik commented on 2023-10-19 22:12 (UTC)

You can also edit the PKGBUILD to make the submodule update line git -c protocol.file.allow=always submodule update --init

oxygala commented on 2023-07-22 04:34 (UTC)

the submodule issue is resolved after entering "git config --global protocol.file.allow always"

jeech commented on 2023-01-05 16:49 (UTC)

I was able to build the package by just deleting the lines that changes the directory of submodules (ie git config submodule....)

BujuArena commented on 2022-10-23 16:59 (UTC)

This can no longer build from a fresh working copy. It can't clone the googletest submodule.

frol commented on 2020-06-11 14:57 (UTC)

I cannot reason about the validity of the patch, so I am waiting for some comments from the owl developers.

eldog commented on 2020-06-11 09:02 (UTC)

There's a proposed patch on the Github issue below that works.

frol commented on 2020-05-20 00:20 (UTC)

It is an upstream bug revealed with GCC 10: https://github.com/seemoo-lab/owl/issues/32

Stunkymonkey commented on 2020-05-18 09:37 (UTC)

building currently fails:

/usr/bin/ld: ../src/libawdl.a(rx.c.o):(.bss+0x0): multiple definition of `__packed'; ../src/libawdl.a(tx.c.o):(.bss+0x0): first defined here
/usr/bin/ld: ../libradiotap.a(radiotap.c.o):(.bss+0x0): multiple definition of `__packed'; ../src/libawdl.a(tx.c.o):(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [daemon/CMakeFiles/owl.dir/build.make:153: daemon/owl] Error 1
make[1]: *** [CMakeFiles/Makefile2:276: daemon/CMakeFiles/owl.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
==> ERROR: A failure occurred in build().

frol commented on 2019-09-15 11:53 (UTC)

@0x9fff00 Done