Package Details: cockpit-git 0.91.r3.gf5f3eda-1

Git Clone URL: https://aur.archlinux.org/cockpit-git.git (read-only, click to copy)
Package Base: cockpit-git
Description: A systemd web based user interface for Linux servers
Upstream URL: http://www.cockpit-project.org/
Licenses: GPL2
Provides: cockpit
Submitter: anatolik
Maintainer: None
Last Packager: sudosoldier
Votes: 8
Popularity: 0.000000
First Submitted: 2014-02-11 04:07 (UTC)
Last Updated: 2019-05-27 00:58 (UTC)

Latest Comments

1 2 3 4 Next › Last »

pizzaman commented on 2020-09-09 23:39 (UTC)

storaged is not needed and doesn't exist.

willemw commented on 2018-12-14 11:31 (UTC)

Please add:

conflicts=(cockpit)

alekpr commented on 2018-02-23 16:30 (UTC) (edited on 2018-02-23 16:30 (UTC) by alekpr)

Ah-hah, I think I found the python22 issue - in the PKGBUILD there's this line:

sed 's|#!/usr/bin/python|#!/usr/bin/python2|g' -i tools/tap-*

Which, of course, if #!/usr/bin/python2 is specified, it'll replace it to say #!/usr/bin/python22. Changing this line to

sed 's|$#!/usr/bin/python^|#!/usr/bin/python2|g' -i tools/tap-*

(note the ^ character) should fix it.

Of course, there's a new error that I'm running into at the very end of the build:

make[2]: write error: stdout

I'll be working on this and hopefully find a solution.

alekpr commented on 2018-02-23 16:24 (UTC)

After building I run into a "python22: bad interpreter" error. Why is this tool attempting to use Python 2.2 to build, which was released in 2001 (over 15 years ago)?

volle commented on 2015-12-09 07:51 (UTC)

could you add armv7h to the arch list? Thanks

volle commented on 2015-07-14 12:58 (UTC)

npm is a dependency (not sure if a make only dependency)

Xenopathic commented on 2014-11-17 23:09 (UTC)

nodejs is a dependency in the build system and needs to be added to makedepends

anatolik commented on 2014-10-18 13:39 (UTC)

tredaelli, thanks for the report. Added.

tredaelli commented on 2014-10-15 15:39 (UTC)

Please add jsl to makedepends