From unknown Tue Jun 24 19:08:24 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#47637 <47637@debbugs.gnu.org> To: bug#47637 <47637@debbugs.gnu.org> Subject: Status: 28.0.50; getaddrinfo error 11003 (Windows 10) Reply-To: bug#47637 <47637@debbugs.gnu.org> Date: Wed, 25 Jun 2025 02:08:24 +0000 retitle 47637 28.0.50; getaddrinfo error 11003 (Windows 10) reassign 47637 emacs submitter 47637 "Peder O. Klingenberg" severity 47637 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 07 07:25:41 2021 Received: (at submit) by debbugs.gnu.org; 7 Apr 2021 11:25:41 +0000 Received: from localhost ([127.0.0.1]:43242 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lU6JY-0005vE-Rz for submit@debbugs.gnu.org; Wed, 07 Apr 2021 07:25:41 -0400 Received: from lists.gnu.org ([209.51.188.17]:45772) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lU6JW-0005v3-2v for submit@debbugs.gnu.org; Wed, 07 Apr 2021 07:25:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37728) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lU6JV-0003Ii-Qy for bug-gnu-emacs@gnu.org; Wed, 07 Apr 2021 07:25:37 -0400 Received: from castor.klingenberg.no ([176.125.234.34]:56188) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lU6JS-0006lB-HG for bug-gnu-emacs@gnu.org; Wed, 07 Apr 2021 07:25:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klingenberg.no; s=20200407; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=yPFGk5GfKsuyPMIn7RvO4l2MwXt3J22eh4xKg7CKnv8=; b=tqNCcK61pcIYEr+nz+MiMXXGXC sU1l1xHTmXRKbLf0/5xYew7hTjTUxhlAYx9Y04jb5JIsHT8JD+LPc0EGMsODNajRroOLrqfCvz8PA xHuBK7HsFvMmwkcvyJiK6tliJ4DJBvSFe9IOjATNtKNtSDWSje7cZKILb8uadMMRkI27+qVPT5sZe iXyQCeqlEIG07WxioUAmTWdLaYaFjWSVooVL7SU55qgcJo1k0bRkgny7xyCdFXv0KOrU4M3sRKmWb hHJURL3BS2cvc7d/yfEJZkcLFdKZspkCBw7MEHb/VsVPUEwUR9sMjAC4ssYadFtzsfjhpi03u+d4k rkrdmyUw==; Received: from 254.13.248.194.static.cust.telenor.com ([194.248.13.254] helo=W-OSL-00864) by castor.klingenberg.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lU6JN-0003Jc-Lt; Wed, 07 Apr 2021 13:25:30 +0200 From: "Peder O. Klingenberg" To: bug-gnu-emacs@gnu.org Subject: 28.0.50; getaddrinfo error 11003 (Windows 10) Organization: Persons in a Position to Know, inc. User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt) Date: Wed, 07 Apr 2021 13:24:38 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=176.125.234.34; envelope-from=peder@klingenberg.no; helo=castor.klingenberg.no 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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.3 (--) On an emacs compiled from the master branch today (commit c1173f231d46f14f71886fa343dbc7501f064919) I can no longer connect to elpa (or melpa). I get "elpa.gnu.org/443 getaddrinfo error 11003". I haven't tried any other network access, but I would not be surprised if it was a general problem with network access. To reproduce from emacs -Q: M-x toggle-debug-on-error M-x package-install RET csv-mode RET Debugger entered--Lisp error: (error "elpa.gnu.org/443 getaddrinfo error 11003") signal(error ("elpa.gnu.org/443 getaddrinfo error 11003")) package--with-response-buffer-1("https://elpa.gnu.org/packages/" #f(compiled-function () #) :file "csv-mode-1.15.tar" :async nil :error-function #f(compiled-function () #) :noerror nil) package-install-from-archive(#s(package-desc :name csv-mode :version (1 15) :summary "Major mode for editing comma/char separated values" :reqs ((emacs (24 1)) (cl-lib (0 5))) :kind tar :archive "gnu" :dir nil :extras ((:maintainer nil . "emacs-devel@gnu.org") (:authors ("\"Francis J. Wright\"" . "F.J.Wright@qmul.ac.uk")) (:keywords "convenience") (:url . "https://elpa.gnu.org/packages/csv-mode.html")) :signed nil)) mapc(package-install-from-archive (#s(package-desc :name csv-mode :version (1 15) :summary "Major mode for editing comma/char separated values" :reqs ((emacs (24 1)) (cl-lib (0 5))) :kind tar :archive "gnu" :dir nil :extras ((:maintainer nil . "emacs-devel@gnu.org") (:authors ("\"Francis J. Wright\"" . "F.J.Wright@qmul.ac.uk")) (:keywords "convenience") (:url . "https://elpa.gnu.org/packages/csv-mode.html")) :signed nil))) package-download-transaction((#s(package-desc :name csv-mode :version (1 15) :summary "Major mode for editing comma/char separated values" :reqs ((emacs (24 1)) (cl-lib (0 5))) :kind tar :archive "gnu" :dir nil :extras ((:maintainer nil . "emacs-devel@gnu.org") (:authors ("\"Francis J. Wright\"" . "F.J.Wright@qmul.ac.uk")) (:keywords "convenience") (:url . "https://elpa.gnu.org/packages/csv-mode.html")) :signed nil))) package-install(csv-mode nil) funcall-interactively(package-install csv-mode nil) call-interactively(package-install record nil) command-execute(package-install record) execute-extended-command(nil "package-install" nil) funcall-interactively(execute-extended-command nil "package-install" nil) call-interactively(execute-extended-command nil nil) command-execute(execute-extended-command) The actual package does not matter, I get the same failure with a random selection of both elpa and melpa packages. This was (is) not the case in my previous build, from 2020-10-26 (commit: e7009a6dc2643125036154313924fd72c3d9847a). In that build, I could (and have) just upgraded all my packages without issue. I am on a corporate network, with SSL traffic MITM-ed in a proxy, which means that in Emacs, I usually get prompted to accept a certificate, because Emacs doesn't recognize our corporate CA certificate. In this latest build, I don't get prompted, I immediately end up in the backtrace above. Compiling Emacs in this environment is something I do very rarely, because it takes around an hour (with anti-malware things eating most of the CPU time). So I have made no effort (yet) to bisect. In GNU Emacs 28.0.50 (build 4, x86_64-w64-mingw32) of 2021-04-07 built on W-OSL-00864 Repository revision: c1173f231d46f14f71886fa343dbc7501f064919 Repository branch: master Windowing system distributor 'Microsoft Corp.', version 10.0.18363 System Description: Microsoft Windows 10 Enterprise (v10.0.1909.18363.1441) Configured using: 'configure --prefix=/c/Emacs/Emacs-git --without-dbus PKG_CONFIG_PATH=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig' Configured features: ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS XPM ZLIB Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: cp1252 Major mode: Debugger Minor modes in effect: tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug message dired dired-loaddefs rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search time-date mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader sendmail mail-utils cl-extra help-fns radix-tree cl-print debug backtrace help-mode find-func gnutls network-stream url-http mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr url-gw nsm rmc puny url-cache url-auth cus-edit pp cus-start cus-load wid-edit finder-inf package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer 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 cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads w32notify w32 lcms2 multi-tty make-network-process emacs) Memory information: ((conses 16 106434 5731) (symbols 48 10223 1) (strings 32 33896 1072) (string-bytes 1 976006) (vectors 16 18268) (vector-slots 8 225031 14952) (floats 8 41 327) (intervals 56 881 0) (buffers 992 12)) From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 13 13:58:06 2021 Received: (at 47637) by debbugs.gnu.org; 13 Apr 2021 17:58:06 +0000 Received: from localhost ([127.0.0.1]:60731 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWNIc-0004oQ-5Y for submit@debbugs.gnu.org; Tue, 13 Apr 2021 13:58:06 -0400 Received: from castor.klingenberg.no ([176.125.234.34]:50450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWNIa-0004nF-8d for 47637@debbugs.gnu.org; Tue, 13 Apr 2021 13:58:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klingenberg.no; s=20200407; h=Content-Type:MIME-Version:Message-ID: In-Reply-To:Date:References:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=a/snZ7gKAEuHGgoZZB1arGCoq58MRCYieGnbEh1Tkv4=; b=DwXrQ+yats4STBVa2j2ws+/iq VFhdoH0TQhgL8jSv4WFj87lWnIIjX9LBcmfj1OpDjpe6TuYPREEhrXfNDGZxgh+8tSLXtAY4KBdyV yBJfVAjtkhWXL9plq9RHrVYGCQgoCRWBlKhMIbmxDrniWGSqpFwTam8HJPa2Y3efOEOA051do7wPC 0eYhprMx9BHZIIPawIzYrvRSUWiTv02m2PWZqy1EeQQ3AtIAix0SNV8Pu/ST2lHZAMooFZb5gi+lK lLA9fmFszRqEmXr/G1CvL7Fejkd428xgXLgDaF9Iuis9RJj9AcJBsngO55V7JZrjVC9hUESI4bTsi p5yVZCp6g==; Received: from 227.51-175-177.customer.lyse.net ([51.175.177.227] helo=PedersHP) by castor.klingenberg.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWNIW-00020O-U4 for 47637@debbugs.gnu.org; Tue, 13 Apr 2021 19:58:01 +0200 From: "Peder O. Klingenberg" To: 47637@debbugs.gnu.org Subject: Re: bug#47637: 28.0.50; getaddrinfo error 11003 (Windows 10) References: Date: Tue, 13 Apr 2021 19:57:51 +0200 In-Reply-To: (Peder O. Klingenberg's message of "Wed, 07 Apr 2021 13:24:38 +0200") Message-ID: <86a6q26p9c.fsf@klingenberg.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47637 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.0 (-) On Wed, 2021-04-07 13:24:38 +0200, Peder O. Klingenberg wrote: > On an emacs compiled from the master branch today (commit > c1173f231d46f14f71886fa343dbc7501f064919) I can no longer connect to > elpa (or melpa). I get "elpa.gnu.org/443 getaddrinfo error 11003". I > haven't tried any other network access, but I would not be surprised if > it was a general problem with network access. Never mind, this was just a problem running src/emacs from the build root. Once I did "make install" and ran the installed binary, the problem went away. Sorry for the noise. ...Peder... From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 13 13:58:54 2021 Received: (at control) by debbugs.gnu.org; 13 Apr 2021 17:58:54 +0000 Received: from localhost ([127.0.0.1]:60734 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWNJO-0004pS-Di for submit@debbugs.gnu.org; Tue, 13 Apr 2021 13:58:54 -0400 Received: from castor.klingenberg.no ([176.125.234.34]:50454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWNJM-0004pK-JX for control@debbugs.gnu.org; Tue, 13 Apr 2021 13:58:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klingenberg.no; s=20200407; h=Subject:From:To:Message-Id:Date:Sender: Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=9JU58u53A86HXBnIQ7WReQFJG3ahlIh3p7OD4+g9LQ0=; b=pU5AOFhcv2IR6Am9RU8oRt1XG1 ZCOe6glovg8ZwcExezdncfMZVBj5zzQo2NVOn51H1jYF2X/F6EV8R65H2tcKGi1bQBYrJol9T+p5r 8Ms4FTsK+j848Naw+fzBTFyrLDks3pHac/je+kgFvqcbJ+JtSSaPiJrI1E/ohxP4h0+iOtpbUUqTM JOG9479OEnH/ZkZm95SA6AfTRURftLZcc4JJaj9B4TJtNiJg/Y2zh6UffL5ZHFmGsrNIE6j+gfApi CGUPaRZZogFMjPxdOYOxR4xc5jKnm+wQZKD+4qZUzqFDUqEvwjbxSuuQN9XwwR/L/HFRqYOP8zsf2 KWOfRdSg==; Received: from 227.51-175-177.customer.lyse.net ([51.175.177.227] helo=PedersHP) by castor.klingenberg.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWNJL-00020i-Iv for control@debbugs.gnu.org; Tue, 13 Apr 2021 19:58:51 +0200 Date: Tue, 13 Apr 2021 19:58:42 +0200 Message-Id: <868s5m6p7x.fsf@klingenberg.no> To: control@debbugs.gnu.org From: "Peder O. Klingenberg" Subject: control message for bug #47637 X-Spam-Score: 0.0 (/) 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.0 (-) close 47637 28.1 quit From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 14 04:04:25 2021 Received: (at 47637) by debbugs.gnu.org; 14 Apr 2021 08:04:25 +0000 Received: from localhost ([127.0.0.1]:33293 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWaVd-0005C1-Gw for submit@debbugs.gnu.org; Wed, 14 Apr 2021 04:04:25 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42770) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWaVa-0005Bi-Kz for 47637@debbugs.gnu.org; Wed, 14 Apr 2021 04:04:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=dktPeYS/tSq3ybkh0jtgUhfEir99E8LLcA/gJznDMZk=; b=TFwcJdfXZH/NWLFRns4ovWLhhV ydORPEVUmV/xwkadDrCOPgCNG18tfeDusdH1Q7IihUrM5UUMd45EJ840Zq5MpiopOf5IO4EtehBTf zWLOP1DEOUenifBwrZ072Pspg/RMVH3EfsisVgj4wLPJFUrcM+XMsxoGtUrI+SGyUHE0=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWaVR-00075A-T2; Wed, 14 Apr 2021 10:04:16 +0200 From: Lars Ingebrigtsen To: "Peder O. Klingenberg" Subject: Re: bug#47637: 28.0.50; getaddrinfo error 11003 (Windows 10) References: <86a6q26p9c.fsf@klingenberg.no> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAgMAAAAqbBEUAAAABGdBTUEAALGPC/xhBQAAACBj SFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEWchWA5NTGXoo7/ ///Neu3HAAAAAWJLR0QDEQxM8gAAAAd0SU1FB+UEDggCCkPyK0YAAAF2SURBVCjPbdHBSuRAEAbg SpgC6ZPKtODNy8DYT5GFDbg5xaErSG57EKSfIoYMLHNcyGVPMRho/6e0Ekedw/Yh5KO6/+pUiDPa 1EDj4qNQLwvg8MeSyNOtizQeGppRYyDizCYzdqSLxYooyhmJiJ8rXt/PKZfsiLQjK0vAriGyJXvi Oe0wkPfWr2YUAPn1Pk1Y914BUdEOTFveAKO1N3qQOls74IVdcyY0JJVeM+YhNkwuyhE3CtigkDBS rriooeUAbZqCq1hDoWcILPEBvGCbsdzdpRyMAlxuS0qvw9USXcBKex3WK9G0S/SSGtifQsDrjDBY /VJtqNvSYmXvewUURWa45AUivzO87PhYyVJg/YFeTIu4yclMbtx7YzAMmrZ33VSZX0XD2qdr/06+ 05myDnFtLycfWVbP80Sbw1QhEZ/kChwm+VgkHu0X9v7N99X4zwRo2jhJ/1lx+vvsJ36I5F+Qk0X3 +shPK08neIj2G9nzfwNO8Q7Idr3PjVvZ8QAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wNC0xNFQw ODowMjoxMCswMDowMDMXi9oAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMDQtMTRUMDg6MDI6MTAr MDA6MDBCSjNmAAAAAElFTkSuQmCC X-Now-Playing: The Notwist's _The Devil, You + Me_: "Sleep" Date: Wed, 14 Apr 2021 10:04:13 +0200 In-Reply-To: <86a6q26p9c.fsf@klingenberg.no> (Peder O. Klingenberg's message of "Tue, 13 Apr 2021 19:57:51 +0200") Message-ID: <878s5ls35u.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "Peder O. Klingenberg" writes: > Never mind, this was just a problem running src/emacs from the build > root. Once I did "make install" and ran the installed binary, the > problem went away. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47637 Cc: 47637@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: -1.0 (-) "Peder O. Klingenberg" writes: > Never mind, this was just a problem running src/emacs from the build > root. Once I did "make install" and ran the installed binary, the > problem went away. That's really odd, though -- doing a "make install" shouldn't affect things like that. However, you did mention running some anti-malware software on the system -- is it possible that that's stopping network connections from src/emacs, but not when it's installed? (That would be really odd, too, but ... malware software is often pretty odd.) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 14 13:44:39 2021 Received: (at 47637) by debbugs.gnu.org; 14 Apr 2021 17:44:39 +0000 Received: from localhost ([127.0.0.1]:35634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWjZ9-0004JH-HO for submit@debbugs.gnu.org; Wed, 14 Apr 2021 13:44:39 -0400 Received: from castor.klingenberg.no ([176.125.234.34]:52388) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWjZ7-0004J7-9Z for 47637@debbugs.gnu.org; Wed, 14 Apr 2021 13:44:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klingenberg.no; s=20200407; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=ToDn4QHctVWM/aLssuGAHS6XI5Ybg5f0gF1oeLmumXU=; b=wzpVJleXhSEAxjguNFSC49uvzl V/4pVnGch5roM6HnxC0FiAmqnzPXi+RQvvojv9wnxv/0wGscuDfPj0918TD/rFqqbEBvkpzKb8xOL T3usxv12wQtdueJHM/wq2XISOCScQcq/oYC3yFGYo5GGb40gqBgrWqZ987Z1QlF54RdC7QYpAUQvL /jpsmEUkBFKxo0Ys0wcf6VX21vfaAv8X59fmcqXVCoJensX9vdpyxhTObd4YZPnb8DihO1VSphMnX JEBAIscbyL9qB7n7YZN8BD34XOiqS6P0GCJs7jIHK8Ark2f8wNnSmDVH4oKp+9W5BYQ9TUz9X1RkQ y0oSE2/A==; Received: from 227.51-175-177.customer.lyse.net ([51.175.177.227] helo=willie) by castor.klingenberg.no with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWjZ4-0006Kz-Nw; Wed, 14 Apr 2021 19:44:34 +0200 From: "Peder O. Klingenberg" To: Lars Ingebrigtsen Subject: Re: bug#47637: 28.0.50; getaddrinfo error 11003 (Windows 10) Organization: Persons in a Position to Know, inc. References: <86a6q26p9c.fsf@klingenberg.no> <878s5ls35u.fsf@gnus.org> Date: Wed, 14 Apr 2021 19:44:34 +0200 In-Reply-To: <878s5ls35u.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 14 Apr 2021 10:04:13 +0200") Message-ID: <87sg3s92wt.fsf@klingenberg.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47637 Cc: 47637@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: -1.0 (-) On on., 2021-04-14 kl. 10.04 +0200 +0200, Lars Ingebrigtsen wrote: > That's really odd, though -- doing a "make install" shouldn't affect > things like that. I agree, but Windows never ceases to disappoint. I didn't pay attention to the output of `make install`, maybe it does some magic relinking or something? All I know is I got tired of bisection never giving me a good build, so just for "fun" I rebuilt from my known good build, and it failed. Then I moved away the old install directory, did make install, and it worked. So I built from a fresh master again, and again it failed from the build dir, but I installed it anyway, and the problem was gone. I don't really have time to dig deeper into it. > However, you did mention running some anti-malware software on the > system -- is it possible that that's stopping network connections from > src/emacs, but not when it's installed? It's not outside the realm of possibilities, I guess, see my first sentence above. But it would be the first time I have encountered that particular problem. I create software from scratch on this machine, that is certainly just as unknown to the anti-malware stuff as Emacs, and none of my programs have ever had trouble connecting to outside network stuff. (I do in part blame the anti-malware for the compilation being almost unbearably slow. Along with Windows itself. Opening and closing files and spawning processes are such rare things to demand of an OS, let's aggressively pessimise those use cases!) ...Peder... --=20 Sl=C3=B8v uten dop From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 14 14:08:00 2021 Received: (at 47637) by debbugs.gnu.org; 14 Apr 2021 18:08:00 +0000 Received: from localhost ([127.0.0.1]:35661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWjvk-0004sJ-4w for submit@debbugs.gnu.org; Wed, 14 Apr 2021 14:08:00 -0400 Received: from eggs.gnu.org ([209.51.188.92]:51336) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWjvh-0004s5-Ha for 47637@debbugs.gnu.org; Wed, 14 Apr 2021 14:07:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:48552) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWjvb-0005yv-Kg; Wed, 14 Apr 2021 14:07:51 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3269 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lWjvb-0008P8-16; Wed, 14 Apr 2021 14:07:51 -0400 Date: Wed, 14 Apr 2021 21:07:39 +0300 Message-Id: <838s5kzqms.fsf@gnu.org> From: Eli Zaretskii To: "Peder O. Klingenberg" In-Reply-To: <87sg3s92wt.fsf@klingenberg.no> (peder@klingenberg.no) Subject: Re: bug#47637: 28.0.50; getaddrinfo error 11003 (Windows 10) References: <86a6q26p9c.fsf@klingenberg.no> <878s5ls35u.fsf@gnus.org> <87sg3s92wt.fsf@klingenberg.no> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47637 Cc: larsi@gnus.org, 47637@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: -1.7 (-) > From: "Peder O. Klingenberg" > Date: Wed, 14 Apr 2021 19:44:34 +0200 > Cc: 47637@debbugs.gnu.org > > I didn't pay attention to the output of `make install`, maybe it does > some magic relinking or something? All I know is I got tired of > bisection never giving me a good build, so just for "fun" I rebuilt from > my known good build, and it failed. Then I moved away the old install > directory, did make install, and it worked. So I built from a fresh > master again, and again it failed from the build dir, but I installed it > anyway, and the problem was gone. It could be that you have more than one GnuTLS library installed on your system, and the build in the source tree picks up the "wrong" one. From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 14 16:48:55 2021 Received: (at 47637) by debbugs.gnu.org; 14 Apr 2021 20:48:55 +0000 Received: from localhost ([127.0.0.1]:35843 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWmRT-0000O2-10 for submit@debbugs.gnu.org; Wed, 14 Apr 2021 16:48:55 -0400 Received: from castor.klingenberg.no ([176.125.234.34]:52614) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWmRO-0000No-Ce for 47637@debbugs.gnu.org; Wed, 14 Apr 2021 16:48:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=klingenberg.no; s=20200407; h=To:References:Message-Id: Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version: Content-Type:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=wr4b7VQkvzsHDBNVsZwjneiSlERZEnnCz9zCDSIBySI=; b=dXWjZsVbymwh23BJZHp3W4GDF 9e52qmlcIEkjCjv7ph1cH9o/py3OtRgxpMSnPTUcRDqML71nqiQV1LoUaHXIjqgMFlInyWK5Yo/NW DVthcNcskPIkte9teoXML9DkCunMSRY+0PUC6c9pWPUXQ06KZqaQD41UbvvLYirMsFTGb/YxQis6V vk8Uii29DF7e5NVLfCcb3VA80EyrIDdp3imLNHlvNI0eEMYSF/9CvKVTSHdjoW7xap23K1nJJXYaW H1nR3N/J5oEgogZr4aWnmrQV+adBVbgr/kwXJW6NPGqIVTd/+YJW68AavgCbaDFKHTHudCRgA9rjI 3QsY8BSxQ==; Received: from 227.51-175-177.customer.lyse.net ([51.175.177.227] helo=[192.168.2.20]) by castor.klingenberg.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWmRF-0007ww-CM; Wed, 14 Apr 2021 22:48:41 +0200 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.17\)) Subject: Re: bug#47637: 28.0.50; getaddrinfo error 11003 (Windows 10) From: "Peder O. Klingenberg" In-Reply-To: <838s5kzqms.fsf@gnu.org> Date: Wed, 14 Apr 2021 22:48:40 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: <86a6q26p9c.fsf@klingenberg.no> <878s5ls35u.fsf@gnus.org> <87sg3s92wt.fsf@klingenberg.no> <838s5kzqms.fsf@gnu.org> To: Eli Zaretskii X-Mailer: Apple Mail (2.3445.104.17) X-Spam-Bar: / X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47637 Cc: Lars Ingebrigtsen , 47637@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: -1.0 (-) > On 14 Apr, 2021, at 20:07, Eli Zaretskii wrote: >=20 > It could be that you have more than one GnuTLS library installed on > your system, and the build in the source tree picks up the "wrong" > one. Maybe? How can I tell which library each binary picks up? I tried = running ldd on src/emacs and the installed emacs (from the same build) = and diffing the results, without seeing anything that jumped out at me = (I can get at the exact ldd output tomorrow, if necessary, but I=E2=80=99m= on a machine without access to the corporate VPN at the moment). =E2=80=A6Peder...= From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 15 02:11:01 2021 Received: (at 47637) by debbugs.gnu.org; 15 Apr 2021 06:11:01 +0000 Received: from localhost ([127.0.0.1]:36299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWvDR-0001xr-CO for submit@debbugs.gnu.org; Thu, 15 Apr 2021 02:11:01 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWvDO-0001xd-CK for 47637@debbugs.gnu.org; Thu, 15 Apr 2021 02:11:00 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58673) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWvDI-0007nw-FG; Thu, 15 Apr 2021 02:10:52 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3570 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lWvDH-0002dx-Ki; Thu, 15 Apr 2021 02:10:52 -0400 Date: Thu, 15 Apr 2021 09:10:43 +0300 Message-Id: <837dl4yt5o.fsf@gnu.org> From: Eli Zaretskii To: "Peder O. Klingenberg" In-Reply-To: (peder@klingenberg.no) Subject: Re: bug#47637: 28.0.50; getaddrinfo error 11003 (Windows 10) References: <86a6q26p9c.fsf@klingenberg.no> <878s5ls35u.fsf@gnus.org> <87sg3s92wt.fsf@klingenberg.no> <838s5kzqms.fsf@gnu.org> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 47637 Cc: larsi@gnus.org, 47637@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: -1.7 (-) > From: "Peder O. Klingenberg" > Date: Wed, 14 Apr 2021 22:48:40 +0200 > Cc: Lars Ingebrigtsen , > 47637@debbugs.gnu.org > > > > On 14 Apr, 2021, at 20:07, Eli Zaretskii wrote: > > > > It could be that you have more than one GnuTLS library installed on > > your system, and the build in the source tree picks up the "wrong" > > one. > > Maybe? How can I tell which library each binary picks up? I use Process Explorer from SysInternals suite. There's also ListDLLs from the same suite. From unknown Tue Jun 24 19:08:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 13 May 2021 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