Package Details: kryoflux 3.5-1

Git Clone URL: https://aur.archlinux.org/kryoflux.git (read-only, click to copy)
Package Base: kryoflux
Description: USB Floppy Controller for Software Preservation
Upstream URL: http://www.kryoflux.com
Licenses: custom
Conflicts: capsimage
Provides: capsimage
Submitter: starfry
Maintainer: starfry (jose1711)
Last Packager: jose1711
Votes: 1
Popularity: 0.000000
First Submitted: 2013-10-09 13:42 (UTC)
Last Updated: 2024-05-05 20:21 (UTC)

Dependencies (4)

Required by (6)

Sources (6)

Latest Comments

1 2 Next › Last »

Malvineous commented on 2026-05-16 06:30 (UTC) (edited on 2026-05-16 06:41 (UTC) by Malvineous)

Also get this error once it's installed:

kdtc: error while loading shared libraries: libfmt.so.9: cannot open shared object file: No such file or directory

EDIT: Once I installed the fmt9 package from AUR it started working, so might be worth adding that as a dependency for this version of dtc.

Malvineous commented on 2026-05-05 12:58 (UTC)

Getting an error installing it:

curl: (22) The requested URL returned error: 403
==> ERROR: Failure while downloading https://webstore.kryoflux.com/catalog/images/kf_logo_big.png

frankspace commented on 2025-02-16 15:19 (UTC)

Kryoflux unfortunately has a hard dependency on libfmt version 9. Would it be possible to add fmt9 to the dependencies?

jose1711 commented on 2021-08-30 14:19 (UTC)

proper fix included in 2.6-5

jose1711 commented on 2021-06-23 16:35 (UTC) (edited on 2021-08-27 15:07 (UTC) by jose1711)

suggestion from @frankspace implemented. don't have the hardware yet to try out if there's any impact so let me know if you find something. .desktop and a shell wrapper added too. @starfry thanks for adding me as a co-maint.

update: running kdtc from CLI works, but java program is broken (it is calling dtc behind the scenes). i reached out to kryoflux support mentioning this issue: https://forum.kryoflux.com/viewtopic.php?f=3&t=1786)

jose1711 commented on 2021-06-21 08:59 (UTC)

noticed that this is incompatible with recent openjdk java (tried with java-11-openjdk and java-16-openjdk). ideally there's a wrapper script containing:

archlinux-java-run --max 8 -- -jar /usr/bin/kryoflux-ui.jar

jose1711 commented on 2021-06-21 08:46 (UTC)

also conflicts with capsimage

jose1711 commented on 2021-06-21 08:45 (UTC)

could you please update according to comment from @frankspace ?

frankspace commented on 2020-12-11 00:36 (UTC) (edited on 2020-12-11 00:36 (UTC) by frankspace)

Kryoflux now has a file conflict with the "dtc" package, which is now required for qemu. The simplest fix, if you can call it that, is to crudely rename the dtc file in Kryoflux to something clever like kdtc. Adding the following to the end of the package() section does the trick and presumably doesn't hurt anything beyond needing to know a different command:

mv ${pkgroot}/bin/dtc ${pkgroot}/bin/kdtc

If it's stupid but it works...

starfry commented on 2017-01-11 17:35 (UTC)

Updated. Thanks @claunia