Package Details: kerf-git 20150625-1

Git Clone URL: https://aur.archlinux.org/kerf-git.git (read-only, click to copy)
Package Base: kerf-git
Description: a columnar tick database written in C and speaks JSON and SQL
Upstream URL: https://github.com/kevinlawler/kona
Licenses: custom:unknown
Submitter: keenerd
Maintainer: None
Last Packager: keenerd
Votes: 0
Popularity: 0.000000
First Submitted: 2015-06-26 01:24 (UTC)
Last Updated: 2015-06-26 01:25 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

a821 commented on 2024-04-22 09:11 (UTC)

The software fails to build in a normal system. To reproduce (it needs clang):

  1. clone the sources: git clone https://github.com/kevinlawler/kerf1
  2. edit src/emu.c and add #include <sys/wait.h> at the beginning of the file (this is only error I could figure out)
  3. run make in the src directory.

This generates lots of warnings, too large to put here. At the end it fails with

inet.c:1315:3: error: call to undeclared function 'rl_callback_handler_remove'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 1315 |   rl_callback_handler_remove();
      |   ^
inet.c:1316:3: error: call to undeclared function 'rl_callback_handler_install'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 1316 |   rl_callback_handler_install(KERFPROMPT, &line_handler);
      |   ^
5 warnings and 9 errors generated.
make: *** [Makefile:104: obj/inet.o] Error 1

Note that the URL in source points to kerl2 which is incomplete according to the author. The URL in the step one above points to the correct repository.

kleintux commented on 2022-07-24 08:52 (UTC)

==> Making package: kerf-git 20150625-1 (Sun 24 Jul 2022 10:47:56 AM CEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning kerf git repo... Cloning into bare repository '/tmp/kerf-git/kerf'... fatal: unable to connect to github.com: github.com[0: 140.82.121.4]: errno=Connection timed out ==> ERROR: Failure while downloading kerf git repo Aborting...