Package Details: ckan 1.34.4-1

Git Clone URL: https://aur.archlinux.org/ckan.git (read-only, click to copy)
Package Base: ckan
Description: All you need to find, install, and manage mods for Kerbal Space Program (ksp)
Upstream URL: https://github.com/KSP-CKAN/CKAN/
Keywords: game kerbal ksp manager mod
Licenses: MIT
Submitter: birdspider
Maintainer: Khorne (politas)
Last Packager: Khorne
Votes: 30
Popularity: 0.49
First Submitted: 2014-12-30 19:22 (UTC)
Last Updated: 2024-01-24 08:48 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

birdspider commented on 2017-06-04 15:51 (UTC)

@spacekookie: what exactly does not work for you, why should I put a wrapper script /usr/bin/ ? What problem would wrapping ckan in an script and putting the binary elsewhere solve ?

spacekookie commented on 2017-06-04 14:50 (UTC) (edited on 2017-06-04 15:36 (UTC) by spacekookie)

Your package is pretty broken. Shouldn't you put a script down as /usr/bin/ckan that runs the ckan binary with mono instead of this? Kinda ugly to just copy the exe into /usr/bin :S --- EDIT: I already built a new PKGBUILD for myself. Would you be interested in merging it? And if so, how?

<deleted-account> commented on 2015-11-24 23:34 (UTC)

@birdspider: I tried what you suggested, making sure to enable systemd-binfmt and then trying `$ /usr/bin/mono /usr/bin/ckan`. I now get the same error I do when trying ckan.exe, which I posted at https://github.com/KSP-CKAN/CKAN/issues/1524#issuecomment-159317425 .

birdspider commented on 2015-11-24 13:56 (UTC)

@Zerkario,backleg: it took a while but it seem that to allow linux to exec mono on a file without explicitly saying that it is a mono binary, one has to enable `systemd-binfmt.service - *Set Up Additional Binary Formats*` like so: `sudo systemctl start systemd-binfmt`. My main PC had it enabled by default - a fresh arch install I just testet didn't have it. I do not know if I can tweak the PKGBUILD to do it, probably a bash wrapper with direct `/usr/bin/mono /usr/bin/ckan` call would be the least hassle solution.

<deleted-account> commented on 2015-11-24 01:45 (UTC)

I'm having the same problem as backleg. `file /usr/bin/ckan` gives "/usr/bin/ckan: PE32 executable (console) Intel 80386 Mono/.Net assembly, for MS Windows" The executable doesn't work either, it complains about SmallChange being under 0. I can post the whole error if needed.

Timendainum commented on 2015-10-25 09:42 (UTC) (edited on 2015-10-25 09:46 (UTC) by Timendainum)

What fonts are needed for this? I get a: [ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentException: The requested FontFamily could not be found [GDI+ status: FontFamilyNotFound] I got it, you need to set up a sym link to window fonts. https://wiki.archlinux.org/index.php/Microsoft_fonts

birdspider commented on 2015-10-01 15:51 (UTC)

@backleg: also what does `file /usr/bin/ckan` give you ?

birdspider commented on 2015-10-01 15:49 (UTC)

@backleg: strange, does the ckan.exe as listed here under "Sources" work (if you download it manually?)

blackleg commented on 2015-10-01 15:00 (UTC)

How to excute ckan? bash: /usr/bin/ckan: cannot execute binary file: Exec format error

birdspider commented on 2015-09-21 12:36 (UTC)

added `conflicts=('ckan-git')` ; PS: back when I maintained `ckan-git` the executable was named `ckan-git` so there was no conflict.