Re: Bug#754646: libnfs: FTBFS on kfreebsd-*: invalid application^M^J of 'sizeof' to incomplete type 'struct sockaddr6_in'

2014-07-19 Thread Steven Chamberlain
Hi Balint, On 19/07/14 17:13, Bálint Réczey wrote: > Can libnfs build on kfreebsd with this fix or there are other issues? I just tried on kfreebsd-amd64 sid, and with only this change it built successfully. Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian

Please give back openjdk-7 on kfreebsd-i386

2014-07-19 Thread Steven Chamberlain
Hi Christoph, Please could you give back openjdk-7 for rebuild on kfreebsd-i386: https://buildd.debian.org/status/fetch.php?pkg=openjdk-7&arch=kfreebsd-i386&ver=7u65-2.5.1-2&stamp=1405790352&file=log > Fetched 28.4 MB in 13s (2125 kB/s) > W: Failed to fetch > xz:/var/lib/apt/lists/partial/incomi

Re: Bug#754646: libnfs: FTBFS on kfreebsd-*: invalid application^M^J of 'sizeof' to incomplete type 'struct sockaddr6_in'

2014-07-19 Thread Bálint Réczey
Hi Petr, 2014-07-19 14:54 GMT+02:00 Petr Salinger : >>> Since upstream plans making a new release this weekend I wanted to >>> speed up fixing all the FTBFS-s by asking for help. > > > The fix have to be different one - "sockaddr6_in -> sockaddr_in6": > > --- lib/socket.c~ > +++ lib/socket.c > @@

Re: Bug#754646: libnfs: FTBFS on kfreebsd-*: invalid application^M^J of 'sizeof' to incomplete type 'struct sockaddr6_in'

2014-07-19 Thread Petr Salinger
Since upstream plans making a new release this weekend I wanted to speed up fixing all the FTBFS-s by asking for help. The fix have to be different one - "sockaddr6_in -> sockaddr_in6": --- lib/socket.c~ +++ lib/socket.c @@ -506,7 +506,7 @@ ((struct socka

Re: Bug#754646: libnfs: FTBFS on kfreebsd-*: invalid application of 'sizeof' to incomplete type 'struct sockaddr6_in'

2014-07-19 Thread Emilio Pozuelo Monfort
(Adding -bsd to Cc) On 19/07/14 12:12, Bálint Réczey wrote: > Hi Emilio, > > 2014-07-19 11:51 GMT+02:00 Emilio Pozuelo Monfort : >> On 19/07/14 11:28, Balint Reczey wrote: >>> Control: tags -1 upstream >>> Control: forwarded -1 https://github.com/sahlberg/libnfs/pull/87 >>> >>> Hi Cyril, >>> >>>

Re: Bug#755250: ncurses: FTBFS on kfreebsd: fatal error: machine/console.h: No such file or directory

2014-07-19 Thread Petr Salinger
Question to the porters: should we build ncurses with sysmouse support? If it actually works that seems useful, but the GNU/kFreeBSD FAQ is currently silent on mouse topics. So far we do not support moused, and therefore sysmouse interface will not work [1]. Please disable this support explicit