Search Criteria
Package Details: tftpgui 3.1-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/tftpgui.git (read-only, click to copy) |
|---|---|
| Package Base: | tftpgui |
| Description: | A TFTP server intended to run as a user initiated program, rather than a service daemon. |
| Upstream URL: | https://code.google.com/p/tftpgui/ |
| Licenses: | GPL-3.0-or-later |
| Submitter: | DJ_L |
| Maintainer: | None |
| Last Packager: | dreieck |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-01-23 17:24 (UTC) |
| Last Updated: | 2024-10-07 21:50 (UTC) |
Dependencies (5)
- authbindAUR (authbind-gitAUR)
- python
- python-pyasyncore
- tk (tk-fossilAUR)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-fullAUR) (make)
Latest Comments
dreieck commented on 2024-10-07 21:48 (UTC)
python-pyasyncoreneeds to be added to thedependsarray:Regards!
drws commented on 2020-12-03 22:12 (UTC)
I needed to rebuild due to Python 3.9 upgrade and the convert bug has been fixed inbetween. However, I noticed that tftpgui was the only AUR package that didn't clean the leftover remains in /usr/lib/python3.8/site-packages/ while reinstalling.
dreieck commented on 2018-05-16 22:35 (UTC) (edited on 2018-05-19 19:17 (UTC) by dreieck)
I also get problems when using imagemagick's
convert:SIGABRTwhen doing aconvertormogrifywith-resize(what actually is done here on theTFTPicon.ico).What helps for me, is using graphicsmagic instead (Replace
convertwithgm convert, and the makedependency onimagemagickwithgraphicsmagick).drws commented on 2017-12-27 13:55 (UTC) (edited on 2017-12-27 13:57 (UTC) by drws)
Install fails because of a bug in convert:
install: creating directory '/home/user/.cache/pacaur/tftpgui/pkg/tftpgui/usr/share/icons/hicolor/16x16/apps'
drm_intel_gem_bo_context_exec() failed: Device or resource busy
drm_intel_gem_bo_context_exec() failed: Device or resource busy
/home/user/.cache/pacaur/tftpgui/PKGBUILD: line 27: 31224 Segmentation fault (core dumped) convert ${srcdir}/${pkgname}/TFTPicon.ico[3] -resize ${size}x${size} ${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/tftpgui.png
==> ERROR: A failure occurred in package().
At the moment, the error can be circumvented by removing the for() loop containing convert in the PKGBUILD (and consequently not installing all icons).
DJ_L commented on 2017-04-30 16:00 (UTC)
swiftgeek commented on 2017-02-10 05:59 (UTC) (edited on 2017-02-10 05:59 (UTC) by swiftgeek)