From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 24 15:25:24 2020 Received: (at submit) by debbugs.gnu.org; 24 Jun 2020 19:25:24 +0000 Received: from localhost ([127.0.0.1]:39113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joB1Q-0003MR-Ed for submit@debbugs.gnu.org; Wed, 24 Jun 2020 15:25:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:51060) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joB1M-0003MI-Tl for submit@debbugs.gnu.org; Wed, 24 Jun 2020 15:25:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40716) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joB1M-0008C4-HE for guix-patches@gnu.org; Wed, 24 Jun 2020 15:25:20 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:44266) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joB1J-0006yG-Il for guix-patches@gnu.org; Wed, 24 Jun 2020 15:25:19 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id f2f2f866 for ; Wed, 24 Jun 2020 19:25:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=2018; i=me@tobias.gr; bh=hbY3MUyGndGeK4pDK0PMNVvCp2EP1O6RNLMe T22aNoo=; b=ZI8wue+Ho6t1qW3InoywEp4TqHnkOsLIZ8K4GuGk8vJegEuqZWCi o2PzHKkEbSXcFmpB3iZrasT6V9MasGA/SKSaIFT8oR3sgYnynMJjrrOGvLvLiUtM BJ37RwX8FHNdhHej3UvRQEwMKsrUSL6YCLhEoTNd9mOiOAXHQ6D2pbd1i3TyHZOO Wu5oHUbIremljxZyYQJG/R0FNX4OlIIitsjkjE982fRLX9vVIa5VP+/ISWCotH+2 PYzpg/rt0M2hsNnfaSZ8XAm1x8TWeS5DynagH/k6AsplDQdCT2+ZUTS6QvKbyEdW td0/tkSuXUnSEOfXwaF17gxr8+X5IdCr+Q== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id dab3d595 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Wed, 24 Jun 2020 19:25:13 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: Add autofs. Date: Wed, 24 Jun 2020 21:25:00 +0200 Message-Id: <20200624192500.13026-1-me@tobias.gr> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/file-systems.scm (autofs): New public variable. --- Greetings Guix! Time to shift some more bitrotting local patches to master, where helpful gnomes will take care of them. Here's one. Somebody on IRC wanted it too, but I forget whom. T G-R General PS: For boring reasons I'll probably not respond to mail any time soon. IRC's a better bet. gnu/packages/file-systems.scm | 75 +++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index dd72152c51..7c3a19305f 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -41,16 +41,19 @@ #:use-module (gnu packages compression) #:use-module (gnu packages crypto) #:use-module (gnu packages curl) + #:use-module (gnu packages cyrus-sasl) #:use-module (gnu packages datastructures) #:use-module (gnu packages documentation) #:use-module (gnu packages docbook) #:use-module (gnu packages flex) #:use-module (gnu packages glib) #:use-module (gnu packages gnupg) + #:use-module (gnu packages kerberos) #:use-module (gnu packages libffi) #:use-module (gnu packages linux) #:use-module (gnu packages nfs) #:use-module (gnu packages onc-rpc) + #:use-module (gnu packages openldap) #:use-module (gnu packages photo) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) @@ -62,6 +65,78 @@ #:use-module (gnu packages valgrind) #:use-module (gnu packages xml)) +(define-public autofs + (package + (name "autofs") + (version "5.1.6") + (source + (origin + (method url-fetch) + (uri (string-append "mirror://kernel.org/linux/daemons/autofs/" + "v" (version-major version) "/" + "autofs-" version ".tar.xz")) + (sha256 + (base32 "1vya21mb4izj3khcr3flibv7xc15vvx2v0rjfk5yd31qnzcy7pnx")))) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + (list "--enable-ignore-busy" ; during shutdown + "--enable-sloppy-mount" ; support mount(8) -s + "--with-libtirpc" + (string-append "--with-openldap=" + (assoc-ref %build-inputs "openldap")) + (string-append "--with-sasl=" + (assoc-ref %build-inputs "cyrus-sasl")) + "HAVE_SSS_AUTOFS=1" ; required to make sssldir click + (string-append "sssldir=" + (assoc-ref %build-inputs "sssd") + "/lib/sssd/modules")) + #:tests? #f ; no test suite + #:phases + (modify-phases %standard-phases + (add-before 'configure 'fix-hard-coded-search-path + (lambda _ + (substitute* "configure" + (("^searchpath=\".*\"") + "searchpath=\"$PATH\"")) + #t)) + (add-before 'install 'omit-obsolete-lookup_nis.so-link + ;; Building lookup_yp.so depends on $(YPCLNT) but this doesn't, + ;; leading to a make error. Since it's broken, comment it out. + (lambda _ + (substitute* "modules/Makefile" + (("ln -fs lookup_yp.so" match) + (string-append "# " match))) + #t))))) + (native-inputs + `(("bison" ,bison) + ("flex" ,flex) + ("pkg-config" ,pkg-config) + ("rpcsvc-proto" ,rpcsvc-proto))) + (inputs + `(("cyrus-sasl" ,cyrus-sasl) + ("e2fsprogs" ,e2fsprogs) ; for e[234]fsck + ("libtirpc" ,libtirpc) + ("libxml2" ,libxml2) ; needed for LDAP, SASL + ("mit-krb5" ,mit-krb5) ; needed for LDAP, SASL + ("nfs-utils" ,nfs-utils) ; for mount.nfs + ("openldap" ,openldap) + ("openssl" ,openssl) ; needed for SASL + ("sssd" ,sssd) + ("util-linux" ,util-linux))) ; for mount, umount + ;; XXX A directory index is the closest thing this has to a home page. + (home-page "https://www.kernel.org/pub/linux/daemons/autofs/") + (synopsis "Kernel-based automounter for Linux") + (description + "Autofs is a kernel-based automounter for use with the Linux autofs4 +module. It automatically mounts selected file systems when they are used and +unmounts them after a set period of inactivity. This provides +centrally-managed, consistent file names for users and applications, even in a +large and/or frequently changing (network) environment.") + ;; fedfs/ is GPL-2-only but not built. + (license (list license:bsd-3 ; modules/cyrus-sasl.c + license:gpl2+)))) ; the rest + (define-public fsarchiver (package (name "fsarchiver") -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 25 06:12:28 2020 Received: (at control) by debbugs.gnu.org; 25 Jun 2020 10:12:28 +0000 Received: from localhost ([127.0.0.1]:39736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joOrs-0001on-CY for submit@debbugs.gnu.org; Thu, 25 Jun 2020 06:12:28 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joOrq-0001oY-Gi for control@debbugs.gnu.org; Thu, 25 Jun 2020 06:12:26 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37501) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joOrl-0003Qk-BQ for control@debbugs.gnu.org; Thu, 25 Jun 2020 06:12:21 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=33710 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1joOrk-0006Ql-84 for control@debbugs.gnu.org; Thu, 25 Jun 2020 06:12:20 -0400 Date: Thu, 25 Jun 2020 12:12:18 +0200 Message-Id: <87zh8rsbct.fsf@gnu.org> To: control@debbugs.gnu.org From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: control message for bug #42031 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) merge 42031 42033 quit From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 25 08:28:39 2020 Received: (at control) by debbugs.gnu.org; 25 Jun 2020 12:28:39 +0000 Received: from localhost ([127.0.0.1]:39854 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joQzf-00014N-Ki for submit@debbugs.gnu.org; Thu, 25 Jun 2020 08:28:39 -0400 Received: from tobias.gr ([80.241.217.52]:48740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joQzd-00014F-Dm for control@debbugs.gnu.org; Thu, 25 Jun 2020 08:28:37 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 06d4f732 for ; Thu, 25 Jun 2020 12:28:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :date:message-id:mime-version:content-type; s=2018; i= me@tobias.gr; bh=s/cvITX9UYrTpaNZl9TUNAydpB34qWKLz85cPBdY4dg=; b= bxokCEcaYV62fj2ZiED0tKUM3iMMpp6Gr/wHcM+5SIARwvXeDucrBIywJ+CPrSLE TRPBpM+rczMOqY1QPI1nZbs/cY8hLtOuUsZgsgHRnJedDhp2IV701vZqo7LrIXTo pZTpDyeve/1UOOPP6D7mPnizhTbDO9FlzwZsrlpx78TlZZciLzkXlvk39MjMfVCh kE1XsMdkCFrh2ALy2oJsiEBbLJC3MmTvs6Es/8eSnrzq0iE8SOdu2kW8VrU7jI+x oHgn6VV0SdIVF93M6M2eulbWZT25CbW/snCvX1ljOU6gKrRKZtXKPq3YVaCgcCwp y5ce5mxFtxj+kcLhJVSkNw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id eb75ebde (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Thu, 25 Jun 2020 12:28:39 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: control@debbugs.gnu.org Date: Thu, 25 Jun 2020 14:28:35 +0200 Message-ID: <87eeq3ba8c.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) merge 42031 42033 From unknown Thu Jun 19 14:08:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 26 Jul 2020 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator