Package Details: tbt 0.9.3-6

Git Clone URL: https://aur.archlinux.org/tbt.git (read-only, click to copy)
Package Base: tbt
Description: Thunderbolt(TM) user-space components
Upstream URL: https://github.com/intel/thunderbolt-software-user-space
Licenses: BSD
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 3
Popularity: 0.000000
First Submitted: 2017-09-04 12:46 (UTC)
Last Updated: 2021-11-27 23:29 (UTC)

Latest Comments

oniram commented on 2021-11-27 17:12 (UTC)

The link to the source tarball doesn't work anymore. This one works (same checksum and all): https://github.com/intel/thunderbolt-software-user-space/archive/refs/tags/v0.9.3.tar.gz

Alex_Nowhere commented on 2020-08-16 11:37 (UTC) (edited on 2020-08-16 11:53 (UTC) by Alex_Nowhere)

cant build

CMake Error in common/CMakeLists.txt:
Imported target "Boost::filesystem" includes non-existent path
"/include"
in its INTERFACE_INCLUDE_DIRECTORIES.   Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does notprovide.
CMake Error in common/CMakeLists.txt:
Imported target "Boost::filesystem" includes non-existent path
    "/include"
in its INTERFACE_INCLUDE_DIRECTORIES.   Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.
==> ERROR: A failure occurred in build().
    Aborting...
error making: %!s(func() string=0x5574e55e9410)

all dependencies installed. (boost replaces boost171 while install).

cyrinux commented on 2020-08-13 13:26 (UTC)

Hi, Please add "python-setuptools" in makedepends.

egrupled commented on 2020-05-17 10:58 (UTC)

@freswa cmake should be called in build section instead of prepare. This is what wiki template shows and what virtually every official Arch Linux package does.

https://wiki.archlinux.org/index.php/CMake_package_guidelines#Template

oniram commented on 2019-07-24 15:13 (UTC)

I think this PKGBUILD needs an explicit dependence on boost-libs: depends=('boost-libs')

The tbtadm executable is linked with some boost-libs libraries.