This patch sets a fixed version to avoid needing Git and the .git/ folder. It also removes the creation of "/var/lib/4store", which is not available during the install phase in GNU Guix. Patch by Roel Janssen *** a/configure.ac Wed Feb 4 19:05:24 2015 --- b/configure.ac Wed Mar 23 11:20:38 2016 *************** *** 2,13 **** # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) ! AC_INIT([4store], m4_esyscmd([./version.sh .version]), [http://4store.org/support/], [4store]) AC_CONFIG_SRCDIR([src/backend/backend-intl.h]) ! AM_INIT_AUTOMAKE([1.7 std-options -Wall]) AC_CONFIG_HEADERS(4store-config.h) # Checks for programs. AC_PROG_LIBTOOL AC_PROG_AWK AC_PROG_CC --- 2,14 ---- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) ! AC_INIT([4store], [1.1.6], [http://4store.org/support/], [4store]) AC_CONFIG_SRCDIR([src/backend/backend-intl.h]) ! AM_INIT_AUTOMAKE([1.7 std-options foreign -Wall]) AC_CONFIG_HEADERS(4store-config.h) # Checks for programs. + AM_PROG_AR AC_PROG_LIBTOOL AC_PROG_AWK AC_PROG_CC *** a/src/utilities/Makefile.am Wed Feb 4 19:05:24 2015 --- b/src/utilities/Makefile.am Wed Mar 23 14:05:56 2016 *************** *** 13,20 **** noinst_PROGRAMS = lex-file-verify 4s-rid install-data-local: ! mkdir -p $(DESTDIR)@FS_STORE_ROOT@ ! chmod 1777 $(DESTDIR)@FS_STORE_ROOT@ 4s_backend_destroy_SOURCES = backend-destroy.c 4s_backend_destroy_LDADD = ../common/lib4sintl.a --- 13,19 ---- noinst_PROGRAMS = lex-file-verify 4s-rid install-data-local: ! echo "Please create the following directory: " $(DESTDIR)@FS_STORE_ROOT@ 4s_backend_destroy_SOURCES = backend-destroy.c 4s_backend_destroy_LDADD = ../common/lib4sintl.a
path: root/gnu/services/shepherd.scm
AgeCommit message (Expand)Author
2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès
2017-02-08services: shepherd: Replace spaces with hyphens in file names....Clément Lassieur
2016-12-19services: Use 'file-append' in more places....Ludovic Courtès
2016-08-31services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'....Ludovic Courtès
2016-08-31services: shepherd: Parameterize 'shepherd-service-back-edges'....Ludovic Courtès
2016-08-31services: shepherd: Add 'shepherd-service-lookup-procedure'....Ludovic Courtès
2016-07-19services: shepherd: Clarify error message about missing service....Ludovic Courtès
2016-07-12services: <shepherd-service> no longer has an 'imported-modules' field....Ludovic Courtès
2016-02-05service: shepherd: All of the config file is in 'call-with-error-handling'....Ludovic Courtès
2016-02-05service: shepherd: Guard against exceptions raised by 'start'....Ludovic Courtès
2016-02-03guix system: 'reconfigure' loads and starts new services....Ludovic Courtès
2016-01-29services: Rename 'dmd' services to 'shepherd'....Alex Kost
2016-01-29services: shepherd: Rename shepherd configuration file....Alex Kost
2016-01-29Rename (gnu services dmd) to (gnu services shepherd)....Alex Kost