Search Criteria
Package Details: sam-ba 3.3.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sam-ba.git (read-only, click to copy) |
---|---|
Package Base: | sam-ba |
Description: | Atmel SAM Boot Assistant |
Upstream URL: | https://github.com/atmelcorp/sam-ba |
Licenses: | GPL2 |
Submitter: | novenary |
Maintainer: | None |
Last Packager: | jvreeland |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-12 21:57 (UTC) |
Last Updated: | 2020-10-07 17:49 (UTC) |
Dependencies (5)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-declarative (qt5-declarative-gitAUR)
- qt5-serialport (qt5-serialport-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- qt5-tools (make)
Latest Comments
1 2 3 Next › Last »
ogden commented on 2023-04-01 00:37 (UTC)
@quenyen @jvreeland Microchip has deprecated the
sam-ba
github repo and deleted all git history :sad:. Here is a patch file which installs the precompiled sam-ba bin provided from Microchip's website:jpkotta commented on 2020-09-28 03:18 (UTC)
@TomCatT: Look at the 0003-Use-newer-qt-version.patch file and update it to match your installed QT and ICU versions. Currently it's QT 5.15 and ICU 67.
TomCatT commented on 2020-09-24 22:31 (UTC)
Where in the code does it tell it to check for QT version? I want to '#' it out because I have no idea how to get the QT vesrson other then what qmake displays.
jvreeland commented on 2020-03-17 22:59 (UTC)
sorry about that wrote out a blank patch when instead of the new version. Should be fixed now.
jpkotta commented on 2020-03-17 15:55 (UTC)
1) Your .SRCINFO seems out of date, it doesn't have clang as a makedep.
2) The package contains QT libs, which conflict with the actual QT packages, e.g. "sam-ba: /usr/lib/libQt5Core.so.5 exists in filesystem (owned by qt5-base)".
novenary commented on 2019-06-16 14:13 (UTC)
libclang.so is part of the clang package in [extra]. I'm not sure why this would depend on it, but if it really does then clang should be added as a dependency.
TomCatT commented on 2019-06-16 13:56 (UTC)
Before I installed this I had to grab libclang.so.8. It was an easy fix just search for that library in AUR and your good to go.
Is there a way you can add a checker looking for that library and if it's not there, have it download it for us?
jpkotta commented on 2018-12-17 17:13 (UTC)
@azagthoth
Edit the "use newer QT" patch, then run
updpkgsums
. I just updated and it looks like QT is version 5.12 and ICU is version 63.azagthoth commented on 2018-12-15 19:12 (UTC) (edited on 2018-12-15 19:13 (UTC) by azagthoth)
when I try to build this package I get:
... cd dist/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /home/jonas/Downloads/AUR_Builds/sam-ba/src/sam-ba-3.2.3/dist/dist.pro ) && make -f Makefile Project ERROR: Unknown QT version make: *** [Makefile:98: sub-dist-make_first] Error 3 ==> ERROR: A failure occurred in build(). Aborting...
How can I fix this or make it use an older version of QT?
1 2 3 Next › Last »