From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Edgar Lux Newsgroups: gmane.emacs.help Subject: Compiling software with Cask without internet Date: Tue, 26 Sep 2023 13:50:03 +0200 (CEST) Message-ID: <1568883276.264618.1695729003077@fidget.co-bxl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4766"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Matus Goljer , Vedang Manerikar To: Help Gnu Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Sep 27 20:03:41 2023 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qlYsv-00011g-Q2 for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 27 Sep 2023 20:03:41 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qlYsF-0007rE-Vn; Wed, 27 Sep 2023 14:03:00 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ql6a6-0001Fp-D5 for help-gnu-emacs@gnu.org; Tue, 26 Sep 2023 07:50:22 -0400 Original-Received: from wilbur.contactoffice.com ([212.3.242.68]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ql6a3-00037p-Qu for help-gnu-emacs@gnu.org; Tue, 26 Sep 2023 07:50:22 -0400 Original-Received: from fidget.co-bxl (fidget.co-bxl [10.2.0.33]) by wilbur.contactoffice.com (Postfix) with ESMTP id 103DD1AB6; Tue, 26 Sep 2023 13:50:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1695729005; s=20210208-e7xh; d=mailfence.com; i=edgarlux@mailfence.com; h=Date:Message-ID:MIME-Version:Content-Type:To:Subject:From:Cc:Content-Transfer-Encoding; l=922; bh=CX782OrvrKLZq59YP1gE8GzMTc/7BUz03sfstlXdWLI=; b=Uy8+FL4/2KvIEqu7002f1opJrzhTF44eQ4771MLv6YpKbmq3NnYSPll4ysw5/96K m924a9/n1/dcyxFdUhqzd6L4sU03DczfinprAUjGCPv408uKeog5gYcbE/QydF9kRG1 3AtIsV9toSQ4KoVULHKlERpCJJQhz50ldXj/T2Hp3ngtyNahotgaUA8L9qsLDXJHHtu fmWkmLNjghCHabCs283rxNSrpp1fBZ1fhzg16hlZ8KnQ+whKxyXWQwtrr4hLTNbaohE gZFAuWjfBtpW8atEFthpibbWPXyvqEkCbLYNnpSuhpDcoEHL3tX17BjvLaJpRnB2yAr AQkN8H2MQQ== X-Mailer: ContactOffice Mail X-ContactOffice-Account: com:195124330 Received-SPF: pass client-ip=212.3.242.68; envelope-from=edgarlux@mailfence.com; helo=wilbur.contactoffice.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Wed, 27 Sep 2023 14:02:56 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145169 Archived-At: Hello, Does anybody know how I can install software with Cask without internet? (is there a way to download the sources and use them without internet?) At the moment, I noticed that pdf-tools (https://github.com/vedang/pdf-tools) does this: (source gnu) (source melpa) and that there is no way to proceed when commenting those out or plainly unplugging the Internet. Furthermore, many of the dependencies are interlinked (ert-runner.el undercover.el ecukes el-mock.el commander.el espuds ansi.el; most of them coming from https://github.com/rejeep/). For example, undercover depends on ert-runner, which depends on ecukes, which depends on espuds, which depends on ert-runner. I tried hacking the Makefile by adding CASK = EMACSLOADPATH="paths to all those packages after git clone:$EMACSLOADPATH" cask but that did not work. Thank you. -- Sent with https://mailfence.com Secure and private email