From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.help Subject: Cannot load module yet Date: Sun, 14 Jan 2018 08:30:13 +0300 Message-ID: <20180114053013.GA5244@protected.rcdrun.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1515907664 11861 195.159.176.226 (14 Jan 2018 05:27:44 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 14 Jan 2018 05:27:44 +0000 (UTC) User-Agent: Mutt/1.9.2 (2017-12-15) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 14 06:27:40 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eaapS-0002Qz-Dx for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jan 2018 06:27:34 +0100 Original-Received: from localhost ([::1]:40148 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eaarO-000062-VR for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Jan 2018 00:29:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eaaqw-00005m-AJ for help-gnu-emacs@gnu.org; Sun, 14 Jan 2018 00:29:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eaaqt-0005cK-7T for help-gnu-emacs@gnu.org; Sun, 14 Jan 2018 00:29:06 -0500 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:59309 helo=static.rcdrun.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eaaqs-0005PD-Vu for help-gnu-emacs@gnu.org; Sun, 14 Jan 2018 00:29:03 -0500 Original-Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN admin, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Sat, 13 Jan 2018 22:29:00 -0700 id 00000000001236F6.000000005A5AEA9D.00000AC0 Original-Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Sun, 14 Jan 2018 06:30:13 +0100 id 00000000001C038A.000000005A5AEAE5.0000149D Content-Disposition: inline X-Mime-Autoconverted: from 8bit to quoted-printable by courier 0.68.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 217.170.207.13 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:115710 Archived-At: Hello, I am using development version, and build it --with-modules and cannot load the module for some reason. I get this type of errors below. Debugger entered--Lisp error: (error "Loading file /package/text/emacs-27= .0.50/share/emacs/27.0.50/lisp/vc/vc-git.elc failed to provide feature =E2= =80=98pq=E2=80=99") require(pq) eval((require 'pq) nil) elisp--eval-last-sexp(nil) eval-last-sexp(nil) funcall-interactively(eval-last-sexp nil) call-interactively(eval-last-sexp nil nil) command-execute(eval-last-sexp) I have tried loading emacs-libpq from: https://github.com/anse1/emacs-libpq/issues/8 as the pg.el stopped working for PostgreSQL version 10.1, where protocol 1.0 is not any more supported. If somebody knows why this error appears and how I may remedy it, let me know. Jean