patch 9.0.0818 compilation failure

18 views
Skip to first unread message

Ernie Rael

unread,
Oct 29, 2022, 6:36:37 PM10/29/22
to vim...@googlegroups.com
clang -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -Wall -Wextra -Wshadow
-Wmissing-prototypes -Wpedantic -Wunreachable-code
-Wno-cast-function-type -Wunused-result -Wno-deprecated-declarations
-U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1        -o objects/bufwrite.o
bufwrite.c
bufwrite.c:2055:31: error: member reference type 'struct bw_info' is not
a pointer; did you mean to use '.'?
                (void)write_eintr(write_info->bw_fd, "\x1a", 1);
                                  ~~~~~~~~~~^~
-ernie

Ernie Rael

unread,
Oct 29, 2022, 7:23:22 PM10/29/22
to vim...@googlegroups.com
Oops, the primary github repo does not have the problem.

One of the mercurial repos has got the problem.
It's behind the main repo, looks like it part of the git mess up.

$ hg paths
default = https://hg.osdn.net/view/vim/vim
err@harmony:/ref/vim/src

$ hg glog -l3
@  changeset:   30967:6f305257ad43
|  tag:         tip
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Fri Oct 28 10:45:08 2022 +0200
|  summary:     patch 9.0.0818
|
o  changeset:   30966:3a01529f17f5
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Fri Oct 28 10:45:07 2022 +0200
|  summary:     patch 9.0.0817
|
o  changeset:   30965:22264b648b5d
|  parent:      30960:6b03468f9cf7
~  user:        Bram Moolenaar <Br...@vim.org>
   date:        Sat Oct 22 10:15:05 2022 +0200
   summary:     patch 9.0.0815


github repo does not have the compiler error

$ hg paths
default = git+https://github.com/errael/vim.git
default:pushurl = git+ssh://g...@github.com:errael/vim.git
upstream = git+https://github.com/vim/vim.git


$ hg glog -r ::tip -l9
@  changeset:   17117:d6d3f7b70a6b
|  bookmark:    master
|  tag:         default/master
|  tag:         tip
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Sat Oct 29 21:53:08 2022 +0100
|  summary:     patch 9.0.0820: memory leak with empty shell command
|
o  changeset:   17116:c5a7413ca4bd
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Sat Oct 29 20:01:52 2022 +0100
|  summary:     patch 9.0.0819
|
o  changeset:   17115:cba601ed383b
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Fri Oct 28 20:47:54 2022 +0100
|  summary:     Update runtime files
|
o  changeset:   17114:d2816c6d62dc
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Fri Oct 28 17:04:21 2022 +0100
|  summary:     Add missing entry for the 'endoffile' option.
|
o  changeset:   17113:80f61fe31f8a
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Fri Oct 28 16:51:46 2022 +0100
|  summary:     Fix wrong struct access for member.
|
o  changeset:   17112:94949daf2596
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Fri Oct 28 16:47:14 2022 +0100
|  summary:     Revert unintended Makefile change
|
o  changeset:   17111:3fb8b4f8f870
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Sat Oct 22 12:23:12 2022 +0100
|  summary:     patch 9.0.0818
|
o  changeset:   17110:cd8b13998150
|  parent:      17108:71103e98d925
|  user:        Bram Moolenaar <Br...@vim.org>
|  date:        Sat Oct 22 11:25:19 2022 +0100
|  summary:     patch 9.0.0817
|
o  changeset:   17108:71103e98d925
|  user:        Martin Tournoij <mar...@arp242.net>
~  date:        Sat Oct 22 09:02:56 2022 +0100
   summary:     patch 9.0.0815

Christian Brabandt

unread,
Nov 2, 2022, 2:06:59 PM11/2/22
to vim...@googlegroups.com
Hi,
I just updated the hg mirror. Is this fixed?

Thanks,
Chris

Ernie Rael

unread,
Nov 2, 2022, 3:59:37 PM11/2/22
to vim...@googlegroups.com
Greetings,

Looks good, thanks. Compiles OK and source diff consistent between pulls
from github and https://hg.osdn.net/view/vim/vi.

>
> Thanks,
> Chris
>

Reply all
Reply to author
Forward
0 new messages