all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Colin Baxter <colinb@colin-baxter.com>
To: Masaru Nomiya <nomiya@galaxy.dti.ne.jp>
Cc: , eliz@gnu.org, emacs-devel@gnu.org
Subject: Re: gnutls error
Date: Sat, 15 Jul 2017 14:41:00 +0100	[thread overview]
Message-ID: <87o9sles2b.fsf@colin-baxter.com> (raw)
In-Reply-To: <87lgnprhvo.wl-nomiya@galaxy.dti.ne.jp> (Masaru Nomiya's message of "Sat, 15 Jul 2017 21:42:35 +0900")

Dear Masaru,

>>>>> "Masaru" == Masaru Nomiya <nomiya@galaxy.dti.ne.jp> writes:

    Masaru> Hello, In the Message;

    Masaru>   Subject : Re: gnutls error Message-ID :
    Masaru> <87shhxex1d.fsf@yandex.com> Date & Time: Sat, 15 Jul 2017
    Masaru> 12:53:34 +0100

    Masaru> Colin Baxter <m43cap@yandex.com> has written:

    >> >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

    Eli> Please try again, I think I fixed this.

    >> Yes, the error no longer occurs. Emacs-26 now builds
    >> satisfactorily, for me. Thank you.

    Masaru> Did you?

    Masaru> I still got errors with the very latest git head;

    Masaru> [...]  CCLD temacs gnutls.o: In function `Fgnutls_ciphers':
    Masaru> /tmp/tes/emacs/src/gnutls.c:1860: undefined reference to
    Masaru> `gnutls_cipher_get_tag_size'
    Masaru> /tmp/tes/emacs/src/gnutls.c:1876: undefined reference to
    Masaru> `gnutls_cipher_get_iv_size' gnutls.o: In function
    Masaru> `Fgnutls_macs': /tmp/tes/emacs/src/gnutls.c:2197: undefined
    Masaru> reference to `gnutls_mac_get_nonce_size' gnutls.o: In
    Masaru> function `Fgnutls_digests':
    Masaru> /tmp/tes/emacs/src/gnutls.c:2213: undefined reference to
    Masaru> `gnutls_digest_list' /tmp/tes/emacs/src/gnutls.c:2218:
    Masaru> undefined reference to `gnutls_digest_get_name' gnutls.o: In
    Masaru> function `gnutls_symmetric':
    Masaru> /tmp/tes/emacs/src/gnutls.c:2038: undefined reference to
    Masaru> `gnutls_cipher_get_iv_size'
    Masaru> /tmp/tes/emacs/src/gnutls.c:2055: undefined reference to
    Masaru> `gnutls_cipher_get_tag_size' collect2: error: ld returned 1
    Masaru> exit status Makefile:598: recipe for target 'temacs' failed
    Masaru> make[2]: *** [temacs] Error 1 make[2]: Leaving directory
    Masaru> '/tmp/tes/emacs/src' Makefile:416: recipe for target 'src'
    Masaru> failed make[1]: *** [src] Error 2 make[1]: Leaving directory
    Masaru> '/tmp/tes/emacs' Makefile:1097: recipe for target
    Masaru> 'bootstrap' failed make: *** [bootstrap] Error 2

    Masaru> --- Masaru Nomiya

It may be that you still have effects from 'old files' in you git emacs
distribution. If 'make clean' doesn't help, try a completely new
'git clone git://git.sv.gnu.org/emacs.git'. That's what I did.

Best wishes,

Colin.

-- 
--
Colin Baxter
m43cap@yandex.com
GnuPG fingerprint: 68A8 799C 0230 16E7 BF68  2A27 BBFA 2492 91F5 41C8



  reply	other threads:[~2017-07-15 13:41 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-15  9:49 gnutls error Colin Baxter
2017-07-15 10:07 ` Colin Baxter
2017-07-15 11:05 ` Eli Zaretskii
2017-07-15 11:14   ` Dani Moncayo
2017-07-15 11:33     ` Eli Zaretskii
2017-07-15 15:06       ` Dani Moncayo
2017-07-15 15:10         ` Dani Moncayo
2017-07-15 15:25         ` Eli Zaretskii
2017-07-15 19:58           ` Dani Moncayo
2017-07-16 14:30             ` Eli Zaretskii
2017-07-16 16:02               ` Dani Moncayo
2017-07-16 16:19                 ` Dani Moncayo
2017-07-16 17:15                 ` Eli Zaretskii
2017-07-15 11:53   ` Colin Baxter
2017-07-15 12:42     ` Masaru Nomiya
2017-07-15 13:41       ` Colin Baxter [this message]
2017-07-15 13:53         ` Masaru Nomiya
2017-07-15 13:55       ` Eli Zaretskii
2017-07-15 14:07         ` Masaru Nomiya
2017-07-15 14:37           ` Eli Zaretskii
2017-07-15 15:18             ` Masaru Nomiya
2017-07-15 16:17               ` GnuTLS build-time configuration Paul Eggert
2017-07-15 16:42                 ` Colin Baxter
2017-07-16  0:12                   ` Paul Eggert
2017-07-15 18:27                 ` Ted Zlatanov
2017-07-16  0:16                   ` Paul Eggert
2017-07-17 14:22                     ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o9sles2b.fsf@colin-baxter.com \
    --to=colinb@colin-baxter.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=nomiya@galaxy.dti.ne.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.