Package Details: ape 3.1.3-1

Git Clone URL: https://aur.archlinux.org/ape.git (read-only, click to copy)
Package Base: ape
Description: A plasmid editor
Upstream URL: http://biologylabs.utah.edu/jorgensen/wayned/ape/
Licenses: proprietary
Submitter: psilva
Maintainer: Erim
Last Packager: Erim
Votes: 2
Popularity: 0.000000
First Submitted: 2016-10-23 11:56 (UTC)
Last Updated: 2022-11-17 11:18 (UTC)

Latest Comments

1 2 Next › Last »

mcjmigdal commented on 2021-08-02 11:36 (UTC)

I was getting following errors:


convert: unable to open image 'ApE_win_current.vfs/Accessory Files/Icons and images/monkey_icon.gif': No such file or directory @ error/blob.c/OpenBlob/3537.
convert: no images defined `ape-48x48.png' @ error/convert.c/ConvertImageCommand/3322.

Following changes made it work for me:


diff --git a/PKGBUILD b/PKGBUILD
index fa7b8f9..bee0904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,10 @@ source=("http://biologylabs.utah.edu/jorgensen/wayned/ape/Download/WIndows/ApE_w
 md5sums=('SKIP')

 build() {
-    rm -rf ApE_win_current.vfs
-    sdx.kit unwrap ApE_win_current.exe
-    convert -resize 48x48 "ApE_win_current.vfs/Accessory Files/Icons and images/monkey_icon.gif" "ape-48x48.png"
-    convert "ApE_win_current.vfs/Accessory Files/Icons and images/monkey_icon.gif" "ape-128x128.png"
+    rm -rf ApE.vfs
+    sdx.kit unwrap ApE.exe
+    convert -resize 48x48 "ApE.vfs/Accessory Files/Icons and images/classic/monkey_icon.gif" "ape-48x48.png"
+    convert "ApE.vfs/Accessory Files/Icons and images/classic/monkey_icon.gif" "ape-128x128.png"
     cat <<EOF > ape
 #!/bin/sh
 tclkit-dyn /opt/ApE/main.tcl $@
@@ -36,7 +36,7 @@ EOF

 package() {
     install -d "$pkgdir/opt"
-    cp -r ApE_win_current.vfs  "$pkgdir/opt/ApE"
+    cp -r ApE.vfs  "$pkgdir/opt/ApE"
     install -m755 -D ape "$pkgdir/usr/bin/ape"

mthead commented on 2018-10-23 11:04 (UTC)

ape is working again with a fully up-to-date system. Required rebuilding tclkit-8.6.4-9. For me ape doesn't exit cleanly in i3 but works okay in cinnamon.

psilva commented on 2018-08-25 12:30 (UTC)

Oh, nevermind, now I do get the segfault. Investigating...

psilva commented on 2018-08-25 12:30 (UTC)

Yes, it launches without segfaults. I even upgraded tclkit and sdx, on the off chance you were running some newer version than I am. Do you have old versions of those packages by any chance?

mthead commented on 2018-08-25 11:39 (UTC)

I am getting: % ape [1] 6480 segmentation fault (core dumped) tclkit-dyn /opt/ApE/main.tcl Is ape launching okay for you?

mthead commented on 2018-08-20 12:20 (UTC)

Thank you very much. You didn't have to do that on your trip!

psilva commented on 2018-08-16 17:41 (UTC)

Alright, the internal directory naming convention with 2.0.55 had changed, and that broke the build. Should be working now, though not with 2.0.54 (I assume, untested), as the build() function now unpacks and uses a differently named root directory.

psilva commented on 2018-08-14 10:53 (UTC)

Hey, currently out of town with little access to a computer or Internet. I'll be back on the 24th, and will take a look then.

mthead commented on 2018-08-11 15:52 (UTC)

stiefel40k has updated the PKGBUILD for tclkit and it builds now. However still having the same problem with ape. Although different errors now when trying to build. I have tried it with an ApE_win_current.zip that is not actually the newest but 2.0.54 (which I prefer). With that one, I can build and install ape, but it gives the same core dump message when trying to launch it. With the current ApE_win_current.zip, I couldn't even build it.

mthead commented on 2018-08-11 10:40 (UTC)

ApE fails to start now with: % ape
[1] 13859 segmentation fault (core dumped) tclkit-dyn /opt/ApE/main.tcl

Trying to rebuild it from the aur gives: /home/matt/ape/PKGBUILD: line 15: 2428 Segmentation fault (core dumped) sdx.kit unwrap ApE.exe

Tried rebuilding tclkit to see if that might need recompiled against some new library but that can't be built either.