Skip to content

Instantly share code, notes, and snippets.

@axredneck
Created April 18, 2020 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axredneck/dd5ac56c7df5df440f4c6188ac45c226 to your computer and use it in GitHub Desktop.
Save axredneck/dd5ac56c7df5df440f4c6188ac45c226 to your computer and use it in GitHub Desktop.
cropgui error
[redneck@pylesos purgatory]$ wget https://aur.archlinux.org/cgit/aur.git/snapshot/cropgui.tar.gz
--2020-04-18 23:03:37-- https://aur.archlinux.org/cgit/aur.git/snapshot/cropgui.tar.gz
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving aur.archlinux.org (aur.archlinux.org)... 5.9.250.164, 2a01:4f8:160:3033::2
Connecting to aur.archlinux.org (aur.archlinux.org)|5.9.250.164|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: 'cropgui.tar.gz'
cropgui.tar.gz [ <=> ] 1.52K --.-KB/s in 0s
2020-04-18 23:03:38 (71.1 MB/s) - 'cropgui.tar.gz' saved [1561]
[redneck@pylesos purgatory]$ tar xvf cropgui.tar.gz
cropgui/
cropgui/.SRCINFO
cropgui/PKGBUILD
cropgui/pil_imports.patch
cropgui/python3_fix.patch
[redneck@pylesos purgatory]$ cd cropgui
[redneck@pylesos cropgui]$ makepkg
==> Making package: cropgui 0.4-2 (Sat Apr 18 23:04:39 2020)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found v0.4.tar.gz
-> Found python3_fix.patch
==> Validating source files with md5sums...
v0.4.tar.gz ... Passed
python3_fix.patch ... Passed
==> Extracting sources...
-> Extracting v0.4.tar.gz with bsdtar
==> Starting prepare()...
patching file cropgui-0.4/install.sh
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
Installing gtk version of cropgui
Installed cropgui gtk
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "cropgui"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: cropgui 0.4-2 (Sat Apr 18 23:04:41 2020)
[redneck@pylesos cropgui]$ find pkg
find: 'pkg': No such file or directory
[redneck@pylesos cropgui]$
@axredneck
Copy link
Author

Screenshot_20200418_231220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment