From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 21 11:30:57 2017 Received: (at submit) by debbugs.gnu.org; 21 Aug 2017 15:30:57 +0000 Received: from localhost ([127.0.0.1]:48008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djofH-0001HI-T5 for submit@debbugs.gnu.org; Mon, 21 Aug 2017 11:30:56 -0400 Received: from eggs.gnu.org ([208.118.235.92]:36282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dji5j-0002uH-9o for submit@debbugs.gnu.org; Mon, 21 Aug 2017 04:29:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dji5b-0003ue-6m for submit@debbugs.gnu.org; Mon, 21 Aug 2017 04:29:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:54101) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dji5b-0003uX-35 for submit@debbugs.gnu.org; Mon, 21 Aug 2017 04:29:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dji5W-0004oq-9J for bug-gnu-emacs@gnu.org; Mon, 21 Aug 2017 04:29:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dji5L-0003pI-2H for bug-gnu-emacs@gnu.org; Mon, 21 Aug 2017 04:29:27 -0400 Received: from mail.ims.co.at ([81.223.138.19]:40809) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dji5K-0003oH-6h for bug-gnu-emacs@gnu.org; Mon, 21 Aug 2017 04:29:22 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.ims.co.at (Postfix) with ESMTP id 5934E143CC for ; Mon, 21 Aug 2017 10:29:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at ims.co.at Received: from mail.ims.co.at ([127.0.0.1]) by localhost (mail.ims.co.at [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qUn67iUE7SrV for ; Mon, 21 Aug 2017 10:29:14 +0200 (CEST) Received: by mail.ims.co.at (Postfix, from userid 1000) id D9862143D4; Mon, 21 Aug 2017 10:29:14 +0200 (CEST) Received: from srv-xchg.ims.co.at (unknown [10.120.20.61]) by mail.ims.co.at (Postfix) with ESMTPS id D1159143CC for ; Mon, 21 Aug 2017 10:29:13 +0200 (CEST) Received: from PC-16609 (192.168.100.126) by srv-xchg-01.ims.co.at (10.120.20.61) with Microsoft SMTP Server (TLS) id 15.1.225.42; Mon, 21 Aug 2017 10:29:13 +0200 From: Thomas Hisch To: Subject: 26.0.50; undefined reference to `gnutls_mac_get_nonce_size' Date: Mon, 21 Aug 2017 10:28:32 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.100.126] X-ClientProxiedBy: srv-xchg-01.ims.co.at (10.120.20.61) To srv-xchg-01.ims.co.at (10.120.20.61) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 21 Aug 2017 11:30:54 -0400 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: -5.0 (-----) I can no longer compile emacs on my opensuse 13.1 machine, due to the recent changes to the gnutls code in emacs. Here are the last lines of the output of 'make' CC lastfile.o make -C ../admin/charsets all make[2]: Entering directory `/home/thomas.hisch/gitrepos/emacs-master/admin/charsets' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/thomas.hisch/gitrepos/emacs-master/admin/charsets' make -C ../admin/unidata charscript.el make[2]: Entering directory `/home/thomas.hisch/gitrepos/emacs-master/admin/unidata' make[2]: Nothing to be done for `charscript.el'. make[2]: Leaving directory `/home/thomas.hisch/gitrepos/emacs-master/admin/unidata' CCLD temacs gnutls.o: In function `Fgnutls_macs': gnutls.c:(.text+0x131f): undefined reference to `gnutls_mac_get_nonce_size' collect2: error: ld returned 1 exit status make[1]: *** [temacs] Error 1 make[1]: Leaving directory `/home/thomas.hisch/gitrepos/emacs-master/src' make: *** [src] Error 2 According to the gnutls docs gnutls_mac_get_nonce_size is available since gnutls version 3.2. In my system 3.2.4 is installed S | Name | Type | Version | Arch | Repository --+-------------------------+---------+--------------+--------+------------------ i | gnutls | package | 3.2.4-2.38.1 | x86_64 | (System Packages) i | libgnutls-devel | package | 3.2.4-2.38.1 | x86_64 | (System Packages) i | libgnutls-openssl-devel | package | 3.2.4-2.38.1 | x86_64 | (System Packages) i | libgnutls-openssl27 | package | 3.2.4-2.38.1 | x86_64 | (System Packages) i | libgnutls28 | package | 3.2.4-2.38.1 | x86_64 | (System Packages) i | libgnutlsxx-devel | package | 3.2.4-2.38.1 | x86_64 | (System Packages) i | libgnutlsxx28 | package | 3.2.4-2.38.1 | x86_64 | (System Packages) If I list the symbols of the gnutls shared library using nm -AD /usr/lib64/libgnutls.so, the gnutls_mac_get_nonce_size function is not in the output of this command. However, the declaration for gnutls_mac_get_nonce_size is contained in the gnutls header file /usr/include/gnutls/crypto.h. In GNU Emacs 26.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.10.9) of 2017-07-24 built on PC-16609 Repository revision: 0f3cc0b8245dfd7a9f6fcc95ec148be03fde8931 Windowing system distributor 'The X.Org Foundation', version 11.0.11403901 System Description: openSUSE 13.1 (Bottle) (x86_64) Configured using: 'configure CFLAGS=-O3 CXXFLAGS=-O3 --enable-checking --with-xpm=yes --with-jpeg=no --with-gif=no --with-tiff=no --with-x-toolkit=gtk3' Configured features: XPM PNG SOUND DBUS GSETTINGS NOTIFY GNUTLS LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 Important settings: value of $LC_CTYPE: en_US.UTF-8 value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=local locale-coding-system: utf-8-unix Major mode: Term Minor modes in effect: goto-address-mode: t global-ethan-wspace-mode: t project-persist-mode: t recentf-mode: t save-place-mode: t show-paren-mode: t savehist-mode: t global-hi-lock-mode: t hi-lock-mode: t window-numbering-mode: t projectile-mode: t delete-selection-mode: t jabber-activity-mode: t flx-ido-mode: t global-flycheck-mode: t diff-auto-refine-mode: t magit-auto-revert-mode: t global-git-commit-mode: t async-bytecomp-package-mode: t yas-global-mode: t global-company-mode: t company-mode: t pyvenv-mode: t shell-dirtrack-mode: t override-global-mode: t url-handler-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-odt hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-odt /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-table hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-table /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-plot hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-plot /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-macro hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-macro /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-indent hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-indent /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-gnus hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-gnus /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-faces hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-faces /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-entities hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-entities /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-docview hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-docview /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-ctags hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-ctags /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-crypt hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-crypt /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-colview hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-colview /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-bibtex hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-bibtex /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-bbdb hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-bbdb /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-archive hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-archive /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-tangle hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-tangle /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-stan hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-stan /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-sql hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-sql /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-shell hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-shell /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-screen hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-screen /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-scheme hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-scheme /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-scala hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-scala /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-sass hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-sass /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-ruby hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-ruby /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-lint hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-lint /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-publish hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-publish /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-latex hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-latex /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-w3m hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-w3m /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-pcomplete hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-pcomplete /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-eww hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-eww /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-sed hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-sed /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-md hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-md /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-beamer hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-beamer /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-src hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-src /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-mhe hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-mhe /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-list hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-list /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-info hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-info /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-footnote hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-footnote /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-element hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-element /home/thomas.hisch/.emacs.d/elpa/org-20170814/org hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-datetree hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-datetree /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-compat hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-compat /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-clock hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-clock /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-capture hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-capture /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-attach hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-attach /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-agenda hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-agenda /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-table hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-table /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-sqlite hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-sqlite /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-shen hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-shen /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-processing hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-processing /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-lua hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-lua /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-texinfo hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-texinfo /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-icalendar hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-icalendar /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-protocol hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-protocol /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-macs hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-macs /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-irc hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-irc /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-groovy hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-groovy /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-org hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-org /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-html hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-html /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-timer hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-timer /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-mobile hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-mobile /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-forth hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-forth /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-man hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-man /home/thomas.hisch/.emacs.d/elpa/org-20170814/ox-ascii hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ox-ascii /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-rmail hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-rmail /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-mouse hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-mouse /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-inlinetask hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-inlinetask /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-id hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-id /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-habit hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-habit /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-feed hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-feed /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-eshell hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-eshell /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-ebnf hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-ebnf /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-abc hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-abc /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-coq hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-coq /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-ocaml hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-ocaml /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-lob hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-lob /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-io hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-io /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-exp hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-exp /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-css hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-css /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-core hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-core /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-clojure hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-clojure /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-ref hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-ref /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-maxima hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-maxima /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-keys hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-keys /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-calc hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-calc /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-org hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-org /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-lisp hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-lisp /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-awk hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-awk /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-octave hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-octave /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-ledger hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-ledger /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-asymptote hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-asymptote /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-matlab hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-matlab /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-js hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-js /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-perl hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-perl /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-lilypond hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-lilypond /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-loaddefs hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-loaddefs /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-picolisp hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-picolisp /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-java hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-java /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-gnuplot hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-gnuplot /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-R hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-R /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-makefile hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-makefile /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-J hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-J /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-fortran hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-fortran /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-eval hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-eval /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-ditaa hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-ditaa /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-comint hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-comint /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-C hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-C /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-python hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-python /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-mscgen hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-mscgen /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-latex hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-latex /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-haskell hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-haskell /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-emacs-lisp hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-emacs-lisp /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-dot hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-dot /home/thomas.hisch/.emacs.d/elpa/org-20170814/ob-plantuml hides /home/thomas.hisch/gitrepos/emacs/lisp/org/ob-plantuml /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-version hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-version /home/thomas.hisch/.emacs.d/elpa/org-20170814/org-install hides /home/thomas.hisch/gitrepos/emacs/lisp/org/org-install Features: (shadow sort mail-extr goto-addr misearch multi-isearch cap-words superword subword emacsbug sendmail ethan-wspace url-tramp graphene-theme graphene-projects project-persist graphene-speedbar graphene-helper-functions tramp-cache recentf tree-widget saveplace avoid paren hl-line savehist hi-lock term disp-table ehelp smart-mode-line-dark-theme smart-mode-line rich-minority sanityinc-tomorrow-night-theme color-theme-sanityinc-tomorrow window-numbering warnings pdf-tools pdf-view pdf-cache pdf-info tq pdf-util which-key helm-projectile helm-files image-dired image-mode dired-x dired-aux helm-tags helm-bookmark helm-adaptive helm-info magit-bookmark bookmark pp helm-external helm-net browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util helm-buffers helm-grep helm-regexp helm-utils helm-locate helm-help helm-types helm helm-source eieio-compat helm-multi-match helm-lib projectile ibuf-ext ibuffer ibuffer-loaddefs stickyfunc-enhance semantic/util-modes semantic/util semantic semantic/tag semantic/lex semantic/fw mode-local cedet cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs counsel jka-compr esh-util swiper ivy delsel ivy-overlay ffap thingatpt sr-speedbar speedbar sb-image ezimage dframe smex jabber jabber-notifications notifications jabber-libnotify dbus ido-completing-read+ memoize jabber-awesome jabber-osd jabber-wmii jabber-xmessage jabber-festival jabber-sawfish jabber-ratpoison jabber-tmux jabber-screen jabber-socks5 jabber-ft-server jabber-si-server jabber-ft-client jabber-ft-common jabber-si-client jabber-si-common jabber-feature-neg jabber-truncate jabber-time jabber-autoaway jabber-vcard-avatars jabber-chatstates jabber-events jabber-vcard jabber-avatar mailcap jabber-activity jabber-watch jabber-modeline jabber-ahc-presence jabber-ahc jabber-version jabber-ourversion jabber-muc-nick-completion hippie-exp jabber-browse jabber-search jabber-register jabber-roster jabber-presence jabber-muc jabber-bookmarks jabber-private jabber-muc-nick-coloring hexrgb jabber-widget jabber-disco jabber-chat jabber-history jabber-chatbuffer jabber-alert jabber-iq jabber-core jabber-console sgml-mode dom ewoc jabber-keymap jabber-sasl sasl sasl-anonymous sasl-login sasl-plain fsm jabber-logon jabber-conn srv dns starttls tls gnutls jabber-xml xml jabber-menu jabber-util cl flx-ido flx flycheck find-func visual-fill-column fill-column-indicator magit-obsolete magit-blame magit-stash magit-bisect magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-branch magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log magit-diff smerge-mode diff-mode magit-core magit-autorevert autorevert filenotify magit-process magit-margin magit-mode magit-git magit-section magit-popup git-commit magit-utils crm log-edit message puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log with-editor async-bytecomp async server dash highlight-function-calls help-mode+ yasnippet highlight-indentation company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-files company-capf company-cmake company-xcode company-clang company-semantic company-eclim company-template company-css company-nxml company-bbdb company pcase help-fns radix-tree elpy pyvenv elpy-profile elpy-django s elpy-refactor python tramp-sh tramp tramp-compat tramp-loaddefs trampver ucs-normalize parse-time format-spec advice json map ido grep compile files-x etags xref project cus-edit cus-start cus-load wid-edit bpr shell pcomplete comint ansi-color cl-extra help-mode edmacro kmacro paradox paradox-menu paradox-commit-list hydra ring lv paradox-execute paradox-github paradox-core spinner subr-x use-package diminish bind-key easy-mmode finder-inf rx info package easymenu epg-config url-handlers url-parse auth-source eieio eieio-core cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp byte-compile cconv cl-seq cl-loaddefs cl-lib xdg time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote dbusbind inotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 766363 70675) (symbols 48 53148 23) (miscs 40 1883 709) (strings 32 153545 13235) (string-bytes 1 4814831) (vectors 16 122732) (vector-slots 8 2884740 77911) (floats 8 317 203) (intervals 56 5174 1899) (buffers 976 16) (heap 1024 90438 8867)) ------------------------------------------------- IMS Nanofabrication AG Aktiengesellschaft FN: 208021 p; FB-Gericht: Wien Sitz: Schreygasse 3, 1020, Vienna (Austria) Tel. +43 1 214 48 94; E-Mail: imsoffice@ims.co.at DVR-Nr: 0374369; www.ims.co.at From debbugs-submit-bounces@debbugs.gnu.org Mon Aug 21 13:11:52 2017 Received: (at 28175) by debbugs.gnu.org; 21 Aug 2017 17:11:52 +0000 Received: from localhost ([127.0.0.1]:48098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djqEx-0005Ud-SG for submit@debbugs.gnu.org; Mon, 21 Aug 2017 13:11:52 -0400 Received: from mail-qt0-f182.google.com ([209.85.216.182]:35979) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1djqEw-0005UM-CB for 28175@debbugs.gnu.org; Mon, 21 Aug 2017 13:11:50 -0400 Received: by mail-qt0-f182.google.com with SMTP id v29so85502649qtv.3 for <28175@debbugs.gnu.org>; Mon, 21 Aug 2017 10:11:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lifelogs.com; s=google; h=from:to:cc:subject:organization:references:mail-copies-to:date :in-reply-to:message-id:user-agent:mime-version; bh=V0zdMpsNaWgEYQpf7rJ+j+zq9ATEZBY8ndfzWLbtcLs=; b=tU6DHrVYw6y8V90gIakhR9Q03nlP5UaAJOcZFrBKZzX+HNs8WZtGZQBM4H71/l331Z Z1hnuYrja/gWkB68KSvm6px3ClsVoW9Fvvc+VjLXXaKFLz/QcwSc6MinjIILbJ54Wf+H wA4XkchUQgP3tS4y0HsWPawqRD+/zSCGjVGAM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:organization:references :mail-copies-to:date:in-reply-to:message-id:user-agent:mime-version; bh=V0zdMpsNaWgEYQpf7rJ+j+zq9ATEZBY8ndfzWLbtcLs=; b=hrO+snE1xKFvxgkTUZnN8Ga3ZcsxmexRFu/9ar4pr4cqmScpSJ/3robcRHXTke9pLQ KTIwQecyOBAJFQxUhwAM+MtFgmFtaT6B0OP7juLtEkT66AWMkgQBNJu6ohYFr/WVdE2E 35vy6/a2VJprAo5ArNRVoC0u/3V0gL5z/1EtMMpDHFKzwWwSmPTIPpnW3SHd+xHyi1C5 n5msCVZIgTMwpKdDPZ4xU18FRIWF7mbggGmzk6zlFJibDZNzN6ifsom4wMm5KGLJXZhs XQ15Dobb+u9Nl1GPvPF1q/+B7JJz9yEFoVFH6aKzmPFnYukQppAjenVC2n6AhkRB1yL2 +6sQ== X-Gm-Message-State: AHYfb5jXz+049d4XoJZG4wcOxIxETcnA70MXECJz1a76XAxSi9nCbRNG D20ry/iqAcXDKQGt5Rr0AQ== X-Received: by 10.200.8.20 with SMTP id u20mr24463638qth.287.1503335504820; Mon, 21 Aug 2017 10:11:44 -0700 (PDT) Received: from flea (c-76-28-41-155.hsd1.ma.comcast.net. [76.28.41.155]) by smtp.gmail.com with ESMTPSA id k74sm9092113qkh.41.2017.08.21.10.11.43 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 21 Aug 2017 10:11:44 -0700 (PDT) From: Ted Zlatanov To: Thomas Hisch Subject: Re: bug#28175: 26.0.50; undefined reference to `gnutls_mac_get_nonce_size' Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos References: X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Date: Mon, 21 Aug 2017 13:11:42 -0400 In-Reply-To: (Thomas Hisch's message of "Mon, 21 Aug 2017 10:28:32 +0200") Message-ID: <87d17on8vl.fsf@lifelogs.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 28175 Cc: 28175@debbugs.gnu.org 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: -0.2 (/) On Mon, 21 Aug 2017 10:28:32 +0200 Thomas Hisch wrote: TH> I can no longer compile emacs on my opensuse 13.1 machine, due to the TH> recent changes to the gnutls code in emacs. ... TH> gnutls.o: In function `Fgnutls_macs': TH> gnutls.c:(.text+0x131f): undefined reference to `gnutls_mac_get_nonce_size' ... TH> According to the gnutls docs gnutls_mac_get_nonce_size is available TH> since gnutls version 3.2. In my system 3.2.4 is installed ... TH> If I list the symbols of the gnutls shared library using nm -AD /usr/lib64/libgnutls.so, the TH> gnutls_mac_get_nonce_size function is not in the output of this TH> command. However, the declaration for gnutls_mac_get_nonce_size is contained in the gnutls TH> header file /usr/include/gnutls/crypto.h. Hmm. I really have no idea how to fix this, if the headers are disagreeing with the installed library. Sorry. Maybe someone else will have an idea--we could blacklist certain GnuTLS versions on some platforms, but it seems like a substandard solution. Ted From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 06 15:33:20 2017 Received: (at 28175) by debbugs.gnu.org; 6 Sep 2017 19:33:20 +0000 Received: from localhost ([127.0.0.1]:53398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dpg4e-0001xT-4K for submit@debbugs.gnu.org; Wed, 06 Sep 2017 15:33:20 -0400 Received: from mail-qt0-f179.google.com ([209.85.216.179]:33310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dpg4c-0001xE-7z for 28175@debbugs.gnu.org; Wed, 06 Sep 2017 15:33:18 -0400 Received: by mail-qt0-f179.google.com with SMTP id i50so22554012qtf.0 for <28175@debbugs.gnu.org>; Wed, 06 Sep 2017 12:33:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lifelogs.com; s=google; h=from:to:cc:subject:organization:references:mail-copies-to:date :in-reply-to:message-id:user-agent:mime-version; bh=qI0bot2DfcIWJ/7bhL5KmBOhMULhj5+vA2W95A1nwHI=; b=MYC9IXMsMRGU0eirFr1yjJnXplvwTVSR8rfd/TlZVvoJgz0mbKGL36mECa72Mtw0UV PwoSgXeUs0pMHmx3e0Ld3BmTeeh/LDh2k5N1+PFC8WqDaC73Bn2qvwq2S/UnT0SaykmN nYcK8kAYpKckxwk2muvBYtARmnof7zgCRU6sA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:organization:references :mail-copies-to:date:in-reply-to:message-id:user-agent:mime-version; bh=qI0bot2DfcIWJ/7bhL5KmBOhMULhj5+vA2W95A1nwHI=; b=YTgK9QR1XSfbdk5Oy0yMlXuwcQ8wLzCvxFSxsQTHK9T8LATdr4+O9VtwJ28bFJ4esp a5+em4z/ZAcJQHuGOz9hp5Sp25CMZrNEBPB7Sl4SKI7+tPGY1vm7nQdoyQ7l5WG8j0ng C0bsmrZ3I9bNa+fleXN738u8Qg15FUOfg1vHQ3idZ6VlfRxOQjF3IBfj20FbPQJ4k2bS IHccLTn4OM6HG2MzJnAMc7HiuE5nIw07dA+vehstJdgbrb3R+CzA2w8W5vDN8NGbanqz vWOgOAlYRl37zv+KDXpBbrfNLmby6lbVcZvf9GPPGMEefIKJx4yREZ0dfBFWqDtwW1QY GO8w== X-Gm-Message-State: AHPjjUjnUl+ZdxLiW96V7BJaf64TlSYGpURJEd4U/XccWPR6xyGfFNzZ cFE2XeVh8gPOcWco10E8Wg== X-Google-Smtp-Source: AOwi7QDxKosGdQmTnCqmkh+k7663GIXb12VhrXSHBJGH8QAnvCwRwx8Ld1lf/YxXi4wlDiZUF95b1w== X-Received: by 10.200.50.24 with SMTP id x24mr378061qta.55.1504726392348; Wed, 06 Sep 2017 12:33:12 -0700 (PDT) Received: from flea (c-76-28-41-155.hsd1.ma.comcast.net. [76.28.41.155]) by smtp.gmail.com with ESMTPSA id p67sm384450qkb.97.2017.09.06.12.33.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 06 Sep 2017 12:33:11 -0700 (PDT) From: Ted Zlatanov To: Thomas Hisch Subject: Re: bug#28175: 26.0.50; undefined reference to `gnutls_mac_get_nonce_size' Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos References: <87d17on8vl.fsf@lifelogs.com> X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Date: Wed, 06 Sep 2017 15:33:11 -0400 In-Reply-To: <87d17on8vl.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 21 Aug 2017 13:11:42 -0400") Message-ID: <87377zhbbc.fsf@lifelogs.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 28175 Cc: 28175@debbugs.gnu.org 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: -0.2 (/) On Mon, 21 Aug 2017 13:11:42 -0400 Ted Zlatanov wrote: TZ> On Mon, 21 Aug 2017 10:28:32 +0200 Thomas Hisch wrote: TH> I can no longer compile emacs on my opensuse 13.1 machine, due to the TH> recent changes to the gnutls code in emacs. TZ> ... TH> gnutls.o: In function `Fgnutls_macs': TH> gnutls.c:(.text+0x131f): undefined reference to `gnutls_mac_get_nonce_size' TZ> ... TH> According to the gnutls docs gnutls_mac_get_nonce_size is available TH> since gnutls version 3.2. In my system 3.2.4 is installed TZ> ... TH> If I list the symbols of the gnutls shared library using nm -AD /usr/lib64/libgnutls.so, the TH> gnutls_mac_get_nonce_size function is not in the output of this TH> command. However, the declaration for gnutls_mac_get_nonce_size is contained in the gnutls TH> header file /usr/include/gnutls/crypto.h. TZ> Hmm. I really have no idea how to fix this, if the headers are TZ> disagreeing with the installed library. Sorry. Maybe someone else will TZ> have an idea--we could blacklist certain GnuTLS versions on some TZ> platforms, but it seems like a substandard solution. Ping... I'd like to close this if there's no resolution in sight. Ted From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 06 15:47:29 2017 Received: (at 28175) by debbugs.gnu.org; 6 Sep 2017 19:47:29 +0000 Received: from localhost ([127.0.0.1]:53424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dpgIL-0002ID-B6 for submit@debbugs.gnu.org; Wed, 06 Sep 2017 15:47:29 -0400 Received: from mail.ims.co.at ([81.223.138.19]:39837) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dpgII-0002Hw-VO for 28175@debbugs.gnu.org; Wed, 06 Sep 2017 15:47:27 -0400 Received: from [192.168.1.25] (d91-130-16-166.cust.tele2.at [91.130.16.166]) by mail.ims.co.at (Postfix) with ESMTPSA id 06CD0143DC; Wed, 6 Sep 2017 21:47:18 +0200 (CEST) From: Thomas Hisch To: Ted Zlatanov Subject: Re: bug#28175: 26.0.50; undefined reference to `gnutls_mac_get_nonce_size' References: <87d17on8vl.fsf@lifelogs.com> <87377zhbbc.fsf@lifelogs.com> Message-ID: <3f629b74-eb3b-ceb6-9d9c-892eae4aaf00@ims.co.at> Date: Wed, 6 Sep 2017 21:47:17 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <87377zhbbc.fsf@lifelogs.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 28175 Cc: 28175@debbugs.gnu.org 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: -0.0 (/) On 09/06/2017 09:33 PM, Ted Zlatanov wrote: > On Mon, 21 Aug 2017 13:11:42 -0400 Ted Zlatanov wrote: > > TZ> On Mon, 21 Aug 2017 10:28:32 +0200 Thomas Hisch wrote: > TH> I can no longer compile emacs on my opensuse 13.1 machine, due to the > TH> recent changes to the gnutls code in emacs. > TZ> ... > TH> gnutls.o: In function `Fgnutls_macs': > TH> gnutls.c:(.text+0x131f): undefined reference to `gnutls_mac_get_nonce_size' > TZ> ... > TH> According to the gnutls docs gnutls_mac_get_nonce_size is available > TH> since gnutls version 3.2. In my system 3.2.4 is installed > TZ> ... > TH> If I list the symbols of the gnutls shared library using nm -AD /usr/lib64/libgnutls.so, the > TH> gnutls_mac_get_nonce_size function is not in the output of this > TH> command. However, the declaration for gnutls_mac_get_nonce_size is contained in the gnutls > TH> header file /usr/include/gnutls/crypto.h. > > TZ> Hmm. I really have no idea how to fix this, if the headers are > TZ> disagreeing with the installed library. Sorry. Maybe someone else will > TZ> have an idea--we could blacklist certain GnuTLS versions on some > TZ> platforms, but it seems like a substandard solution. I agree that blacklisting certain GnuTLS versions is not ideal. > Ping... I'd like to close this if there's no resolution in sight. Unfortunately, I haven't found a solution yet, but I'm fine if you close this ticket. Thomas From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 14 15:30:18 2017 Received: (at 28175-done) by debbugs.gnu.org; 14 Sep 2017 19:30:18 +0000 Received: from localhost ([127.0.0.1]:41473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsZq5-0005tS-UV for submit@debbugs.gnu.org; Thu, 14 Sep 2017 15:30:18 -0400 Received: from mail-qt0-f179.google.com ([209.85.216.179]:48465) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dsZq4-0005tG-FK for 28175-done@debbugs.gnu.org; Thu, 14 Sep 2017 15:30:17 -0400 Received: by mail-qt0-f179.google.com with SMTP id q8so358750qtb.5 for <28175-done@debbugs.gnu.org>; Thu, 14 Sep 2017 12:30:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lifelogs.com; s=google; h=from:to:cc:subject:organization:references:mail-copies-to:date :in-reply-to:message-id:user-agent:mime-version; bh=ZS3OOtazwbowBYWRqLPaeyor+gk5Zm0ZBsMVsuxPrvE=; b=klLWR2LJjocY4+DLRWRckHp0W98iX8IoHfyCW3gaT48QIw7D0531QsZD7s3aV7CpAx pvXpakfWU0EBtqOUJSm6LP4wy8VV8HHIUf7zw/pKxHjHv6IOAa/Qsa42CZWcW+2PqkcS LxmrBdqICcbaSSrJU568QBzym1/GFMG2bD84I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:organization:references :mail-copies-to:date:in-reply-to:message-id:user-agent:mime-version; bh=ZS3OOtazwbowBYWRqLPaeyor+gk5Zm0ZBsMVsuxPrvE=; b=iBun1mUvigmIzajLFGpli+052yZWHSA6r0l2xTQH7dxlUszMKnTZnbz3ub+9+G6Mhu OKqT1JukA68z0GcFX56hgj1x9O1B0GsE6LXZX6UiSUTbtK/1ftuk7kb37jkf4qwgNUzr O8U5ciPDUAluxlgt4Qv2x+/PhWe2SrCEyjGTiLYOrebO5rHXAt8fKVhJ4H1CasXqbPT7 4pytUTt4AaZa1yntPKYVYzP+3MhsWl0HGrCrEHBRdfoCunOa/VBVsVZUO1cUqWvM9Sx1 jPdGrbGNkO2hv73CCQru3wsnvQm+/XX+aqT3KrnegNIshEKNYgJqDF5IDBaRZFTHGMq6 66dQ== X-Gm-Message-State: AHPjjUhZ7Ek+VvfPj50iK3FGkIqFqBVAlj2WDONoe8qfQV6tI6zpXyYk lZdtDS1w0zIegsDKjvFOrg== X-Google-Smtp-Source: AOwi7QDCeR97BWCy66hkjDhJePzusmUfpNGRlbi36Qex5QZihQ5Pr3CjCjIs7JCib2dP2wOV5nTg6A== X-Received: by 10.237.36.205 with SMTP id u13mr34752479qtc.75.1505417410659; Thu, 14 Sep 2017 12:30:10 -0700 (PDT) Received: from flea (c-76-28-41-155.hsd1.ma.comcast.net. [76.28.41.155]) by smtp.gmail.com with ESMTPSA id z195sm11711057qkz.42.2017.09.14.12.30.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 14 Sep 2017 12:30:09 -0700 (PDT) From: Ted Zlatanov To: Thomas Hisch Subject: Re: bug#28175: 26.0.50; undefined reference to `gnutls_mac_get_nonce_size' Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos References: <87d17on8vl.fsf@lifelogs.com> <87377zhbbc.fsf@lifelogs.com> <3f629b74-eb3b-ceb6-9d9c-892eae4aaf00@ims.co.at> X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Date: Thu, 14 Sep 2017 15:30:08 -0400 In-Reply-To: <3f629b74-eb3b-ceb6-9d9c-892eae4aaf00@ims.co.at> (Thomas Hisch's message of "Wed, 6 Sep 2017 21:47:17 +0200") Message-ID: <87mv5xhydb.fsf@lifelogs.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 28175-done Cc: 28175-done@debbugs.gnu.org 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: -0.2 (/) On Wed, 6 Sep 2017 21:47:17 +0200 Thomas Hisch wrote: TH> On 09/06/2017 09:33 PM, Ted Zlatanov wrote: >> Ping... I'd like to close this if there's no resolution in sight. TH> Unfortunately, I haven't found a solution yet, but I'm fine if you close this ticket. All right; done! Thanks Ted From unknown Sat Jun 14 18:59:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 13 Oct 2017 11:24:05 +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