Search Criteria
Package Details: fxload 2008_10_13-6
Git Clone URL: | https://aur.archlinux.org/fxload.git (read-only, click to copy) |
---|---|
Package Base: | fxload |
Description: | fxload firmware loader. Used with udev or devfs/hotplug. |
Upstream URL: | http://linux-hotplug.sourceforge.net/ |
Licenses: | |
Submitter: | keenerd |
Maintainer: | keenerd |
Last Packager: | keenerd |
Votes: | 14 |
Popularity: | 0.003704 |
First Submitted: | 2015-08-09 14:22 |
Last Updated: | 2015-08-09 14:23 |
Required by (16)
- afx2usb-linux-git
- linux-gpib (optional)
- linux-gpib-dkms (optional)
- linux-gpib-svn (optional)
- midisport-firmware
- nexys2prog
- oacapture (optional)
- oacapture-git (optional)
- openhantek
- openhantek-git
- openskyimager-git
- vivado (optional)
- xilinx-ise (optional)
- xilinx-ise-w4-edition (optional)
- xilinx-usb-drivers
- xilinx-vivado-dummy
Latest Comments
Sc00tis_P00tis commented on 2019-01-19 23:44
This package breaks aurman. It can't decode a stream when retrieving PGP keys
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/aurman/main.py", line 1312, in main
process(argv[1:])
File "/usr/lib/python3.7/site-packages/aurman/main.py", line 1194, in process
package.show_pkgbuild(noedit, show_changes, pgp_fetch, keyserver, always_edit, default_show_changes) File "/usr/lib/python3.7/site-packages/aurman/classes.py", line 1104, in show_pkgbuild
self.search_and_fetch_pgp_keys(fetch_always, keyserver)
File "/usr/lib/python3.7/site-packages/aurman/classes.py", line 961, in search_and_fetch_pgp_keys
pgp_keys = Package.getPGPKeys(os.path.join(package_dir, "PKGBUILD"))
File "/usr/lib/python3.7/site-packages/aurman/classes.py", line 227, in getPGPKeys
pkgbuild_content: str = f.read().strip()
File "/usr/lib/python3.7/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf6 in position 28: invalid start byte
keenerd commented on 2016-02-05 21:34
What about ppc, i586, armv5, armv6, aarch64, mipsel? Madness. I only specify unofficial architectures if, say, the program is an arm binary and it does not run on the official architectures.
sekret commented on 2016-02-05 19:37
Could you please add 'armv7h' to the arch line? It builds just fine on my Raspberry Pi 2 :)
Most probably it builds just fine for armv6h too (e.g. Raspberry Pi 1), but I cannot confirm...