Re: [Bug-tar] Please fix the build with gcc 8.1

2019-03-14 Thread Pavel Raiskup
On Friday, November 16, 2018 4:09:12 PM CET Pavel Raiskup wrote: > On Friday, August 3, 2018 12:48:07 PM CET Paul Eggert wrote: > > Sergey Poznyakoff wrote: > > > The ioctl code needs a good rewrite indeed. However, I'm more concerned > > > about that: > > > > > >> /usr/include/bits/socket.h: In f

Re: [Bug-tar] Please fix the build with gcc 8.1

2018-11-16 Thread Pavel Raiskup
On Friday, August 3, 2018 12:48:07 PM CET Paul Eggert wrote: > Sergey Poznyakoff wrote: > > The ioctl code needs a good rewrite indeed. However, I'm more concerned > > about that: > > > >> /usr/include/bits/socket.h: In function ‘__cmsg_nxthdr’: > >> /usr/include/bits/socket.h:315:12: error: cast

Re: [Bug-tar] Please fix the build with gcc 8.1

2018-08-03 Thread Paul Eggert
Sergey Poznyakoff wrote: The ioctl code needs a good rewrite indeed. However, I'm more concerned about that: /usr/include/bits/socket.h: In function ‘__cmsg_nxthdr’: /usr/include/bits/socket.h:315:12: error: cast increases required alignment of target type [-Werror=cast-align] __cmsg = (st

Re: [Bug-tar] Please fix the build with gcc 8.1

2018-08-03 Thread Sergey Poznyakoff
Hi Paul, The ioctl code needs a good rewrite indeed. However, I'm more concerned about that: > /usr/include/bits/socket.h: In function ‘__cmsg_nxthdr’: > /usr/include/bits/socket.h:315:12: error: cast increases required alignment > of target type [-Werror=cast-align] >__cmsg = (struct cmsghd

Re: [Bug-tar] Please fix the build with gcc 8.1

2018-08-02 Thread Paul Eggert
Pavel Raiskup wrote: With current gnulib submodule hash - build system throws: To fix that particular problem I updated to the current Gnulib version, as follows: git submodule foreach git pull origin master git commit -m 'build: update gnulib submodule to latest' gnulib You'll need to boots