Package Details: monkey 1.7.3-2

Git Clone URL: https://aur.archlinux.org/monkey.git (read-only, click to copy)
Package Base: monkey
Description: Lightweight and powerful web server
Upstream URL: https://github.com/monkey/monkey
Licenses: Apache
Submitter: vesath
Maintainer: None
Last Packager: TrialnError
Votes: 2
Popularity: 0.000000
First Submitted: 2016-09-07 03:08 (UTC)
Last Updated: 2024-02-23 21:49 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

TrialnError commented on 2024-02-23 21:52 (UTC)

Build is fixed.
The makefiles are a source of wonderous things...
And even more funny: Without the repeated configure step all locations set in build are lost.. Therefore this PKGBUILD isn't a piece of art.

TrialnError commented on 2024-02-14 21:34 (UTC) (edited on 2024-02-14 21:35 (UTC) by TrialnError)

First step in repairing this PKGBUILD. But as of now this has used up its time slot.

Install the project...
-- Install configuration: ""
-- Installing: /tmp/makepkg/monkey/pkg/monkey/usr/local/share/man/man1/monkey.1
-- Installing: /tmp/makepkg/monkey/pkg/monkey/usr/local/lib/monkey-dirlisting.so
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting/
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting/dirhtml.conf
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting//themes
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting//themes/bootstrap
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting//themes/bootstrap/entry.theme
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting//themes/bootstrap/footer.theme
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting//themes/bootstrap/header.theme
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting//themes/guineo
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting//themes/guineo/entry.theme
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting//themes/guineo/footer.theme
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/dirlisting//themes/guineo/header.theme
-- Installing: /tmp/makepkg/monkey/pkg/monkey/usr/local/lib/monkey-mandril.so
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/mandril/
-- Installing: /tmp/makepkg/monkey/pkg/monkey/plugins/mandril/mandril.conf
-- Installing: /tmp/makepkg/monkey/pkg/monkey/usr/local/sbin/monkey
CMake Error at include/cmake_install.cmake:46 (file):
  file INSTALL cannot find
  "/tmp/makepkg/monkey/src/monkey-1.7.3/include/mk_core.h": No such file or
  directory.
Call Stack (most recent call first):
  cmake_install.cmake:57 (include)

As can be seen the install step puts files in the wrong place or doesn't find them... Will need to look into that another day.