From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/87101 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-cloud work Date: Mon, 20 Jun 2016 21:56:21 +0200 Organization: Probably a good idea Message-ID: References: <87twzdc86f.fsf@building.gnus.org> <8761bhzz0f.fsf@lifelogs.com> <878ugdxpuc.fsf@lifelogs.com> <86twv7p7nu.fsf_-_@dod.no> <86r3pnciof.fsf_-_@dod.no> <87io0y4bw4.fsf_-_@lifelogs.com> <87lh3439r6.fsf@dod.no> <87bn3vs1tb.fsf@lifelogs.com> <877fe0svto.fsf@lifelogs.com> <87r3by2sfd.fsf_-_@lifelogs.com> <87wplnzhvb.fsf@lifelogs.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466452636 19234 80.91.229.3 (20 Jun 2016 19:57:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2016 19:57:16 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M35321@lists.math.uh.edu Mon Jun 20 21:57:01 2016 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bF5Jd-0003EQ-60 for ding-account@gmane.org; Mon, 20 Jun 2016 21:57:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.86_2) (envelope-from ) id 1bF5JH-0004oP-Uw; Mon, 20 Jun 2016 14:56:40 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.86_2) (envelope-from ) id 1bF5JF-0004np-BX for ding@lists.math.uh.edu; Mon, 20 Jun 2016 14:56:37 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.86_2) (envelope-from ) id 1bF5JE-0003hH-7V for ding@lists.math.uh.edu; Mon, 20 Jun 2016 14:56:37 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1bF5JC-0006Bk-QT for ding@gnus.org; Mon, 20 Jun 2016 21:56:34 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bF5J8-0002mm-Ii for ding@gnus.org; Mon, 20 Jun 2016 21:56:30 +0200 Original-Received: from cm-84.211.241.232.getinternet.no ([84.211.241.232]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jun 2016 21:56:30 +0200 Original-Received: from sb by cm-84.211.241.232.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jun 2016 21:56:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.211.241.232.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:pdsgPd5smszylBNQdrxD7pPZe6k= X-Spam-Score: -4.3 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:87101 Archived-At: >>>>> Steinar Bang : > 5. Tried to apply the patch to gnus > cd ../gnus > git apply ../emacs/0001-Gnus-Emacs-Cloud-fixes-and-refactoring.patch > But the patch failed to apply: > error: patch failed: lisp/gnus-srvr.el:306 > error: lisp/gnus-srvr.el: patch does not apply > error: patch failed: lisp/gnus-sync.el:1 > error: lisp/gnus-sync.el: patch does not apply I tried a different approach: cd ../gnus/lisp git apply -p2 ../../emacs/0001-Gnus-Emacs-Cloud-fixes-and-refactoring.patch There was no output and no changes made to the files, and no extra commit made. If I tried stripping just one directory level I got error messages: sb@lorenzo:~/git/gnus/lisp$ git apply -p1 ../../emacs/0001-Gnus-Emacs-Cloud-fixes-and-refactoring.patch error: lisp/gnus/gnus-cloud.el: No such file or directory error: lisp/gnus/gnus-srvr.el: No such file or directory error: lisp/gnus/gnus-sync.el: No such file or directory