Re: /bin/ls formatting broken for non-C(?) locales

2015-11-25 Thread Baptiste Daroussin
On Wed, Nov 25, 2015 at 06:31:16PM +0300, Andrey Chernov wrote: > On 25.11.2015 18:12, Andrey Chernov wrote: > > On 25.11.2015 17:35, Baptiste Daroussin wrote: > >>> BTW, array size looks suspicious: > >>> static wchar_t wab_months[12][MAX_ABMON_WIDTH * 2 * MB_LEN_MAX]; > >>> what MB_LEN_MAX doing

Re: Panic while waiting on wlan0

2015-11-25 Thread Adrian Chadd
ok, so I think you're hitting the iwn bug with scanning hanging. net80211 does scan-channel-at-a-time and instead we should be issuing a scan command once and then waiting for the results. There's not much we can do about it without finishing redoing how the scan stuff works completely in iwn.

Re: freebsd-current compile with clang & ccache

2015-11-25 Thread Bryan Drewery
On 11/24/2015 1:31 AM, M - Krasznai András wrote: > What can I do to eliminate the ccache error during installworld apart from > not using ccache? I would recommend not setting CC or CCACHE_PATH in make.conf and using the new WITH_CCACHE_BUILD=yes option instead. -- Regards, Bryan Drewery

r291302: f_enc.c:104:43: error: use of undeclared identifier 'IPSEC_ENC_BEFORE' static

2015-11-25 Thread O. Hartmann
The recent CURRENT (r291302) sources won't build anymore due to the error shown below: [...] --- if_enc.o --- cc -c -O3 -pipe -fno-strict-aliasing -march=native -nostdinc -I. -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h

Re: /bin/ls formatting broken for non-C(?) locales

2015-11-25 Thread Andrey Chernov
On 25.11.2015 18:12, Andrey Chernov wrote: > On 25.11.2015 17:35, Baptiste Daroussin wrote: >>> BTW, array size looks suspicious: >>> static wchar_t wab_months[12][MAX_ABMON_WIDTH * 2 * MB_LEN_MAX]; >>> what MB_LEN_MAX doing here? This constant is for multiple-bytes encoded, >>> not for wide

FreeBSD_HEAD_i386 - Build #1762 - Still Failing

2015-11-25 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #1762 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1762/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1762/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1762/console Change

FreeBSD_HEAD_i386 - Build #1765 - Fixed

2015-11-25 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #1765 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1765/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1765/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1765/console Change summaries:

Re: FreeBSD_HEAD_i386 - Build #1764 - Still Failing

2015-11-25 Thread Bryan Drewery
On 11/25/2015 2:16 PM, jenkins-ad...@freebsd.org wrote: > make[7]: make[7]: don't know how to make .o. Stop My bad. Fixed. -- Regards, Bryan Drewery signature.asc Description: OpenPGP digital signature

FreeBSD_HEAD - Build #3566 - Fixed

2015-11-25 Thread jenkins-admin
FreeBSD_HEAD - Build #3566 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3566/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3566/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3566/console Change summaries: 291342 by sjg:

Re: freebsd-current compile with clang & ccache

2015-11-25 Thread Rainer Hurling
Am 25.11.15 um 20:37 schrieb Bryan Drewery: > On 11/25/2015 11:34 AM, Rainer Hurling wrote: >> Am 25.11.15 um 19:50 schrieb Bryan Drewery: >>> On 11/25/2015 10:09 AM, Juan Molina wrote: > On 11/24/2015 1:31 AM, M - Krasznai András wrote: >> /What can I do to eliminate the ccache error

freebsd-current compile with clang & ccache

2015-11-25 Thread Juan Molina
On 11/24/2015 1:31 AM, M - Krasznai András wrote: >/What can I do to eliminate the ccache error during installworld apart from not using ccache? / I would recommend not setting CC or CCACHE_PATH in make.conf and using the new WITH_CCACHE_BUILD=yes option instead. -- Regards, Bryan Drewery

Re: freebsd-current compile with clang & ccache

2015-11-25 Thread Bryan Drewery
On 11/25/2015 11:34 AM, Rainer Hurling wrote: > Am 25.11.15 um 19:50 schrieb Bryan Drewery: >> On 11/25/2015 10:09 AM, Juan Molina wrote: On 11/24/2015 1:31 AM, M - Krasznai András wrote: > /What can I do to eliminate the ccache error during installworld apart from not using ccache?

Re: freebsd-current compile with clang & ccache

2015-11-25 Thread Bryan Drewery
On 11/25/2015 10:09 AM, Juan Molina wrote: >> On 11/24/2015 1:31 AM, M - Krasznai András wrote: >> >/What can I do to eliminate the ccache error during installworld >> apart from not using ccache? / >> I would recommend not setting CC or CCACHE_PATH in make.conf and using >> the new

Re: freebsd-current compile with clang & ccache

2015-11-25 Thread Rainer Hurling
Am 25.11.15 um 19:50 schrieb Bryan Drewery: > On 11/25/2015 10:09 AM, Juan Molina wrote: >>> On 11/24/2015 1:31 AM, M - Krasznai András wrote: /What can I do to eliminate the ccache error during installworld >>> apart from not using ccache? / >>> I would recommend not setting CC or

Re: freebsd-current compile with clang & ccache

2015-11-25 Thread Juan Ramón Molina Menor
Le 25/11/2015 19:50, Bryan Drewery a écrit : On 11/25/2015 10:09 AM, Juan Molina wrote: On 11/24/2015 1:31 AM, M - Krasznai András wrote: /What can I do to eliminate the ccache error during installworld apart from not using ccache? / I would recommend not setting CC or CCACHE_PATH in

FreeBSD_HEAD_i386 - Build #1764 - Still Failing

2015-11-25 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #1764 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1764/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1764/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1764/console Change

FreeBSD_HEAD - Build #3565 - Still Failing

2015-11-25 Thread jenkins-admin
FreeBSD_HEAD - Build #3565 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3565/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3565/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3565/console Change summaries: 291335 by

FreeBSD_HEAD_i386 - Build #1763 - Still Failing

2015-11-25 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #1763 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1763/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1763/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1763/console Change

Re: freebsd-current compile with clang & ccache

2015-11-25 Thread Bryan Drewery
On 11/25/2015 12:59 PM, Juan Ramón Molina Menor wrote: > Le 25/11/2015 19:50, Bryan Drewery a écrit : >> On 11/25/2015 10:09 AM, Juan Molina wrote: On 11/24/2015 1:31 AM, M - Krasznai András wrote: > /What can I do to eliminate the ccache error during installworld apart from not

FreeBSD_HEAD - Build #3564 - Still Failing

2015-11-25 Thread jenkins-admin
FreeBSD_HEAD - Build #3564 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3564/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3564/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3564/console Change summaries: 291304 by

Re: freebsd-current compile with clang & ccache

2015-11-25 Thread NGie Cooper
> On Nov 25, 2015, at 23:21, M - Krasznai András > wrote: > > Thanks, but as far as I know WITH_CCACHE_BUILD is only for ports compilation > and novadays I use binary ports wherever I can. It’s available in recent versions of FreeBSD CURRENT [1], [2] . Cheers, -NGie

Re: /bin/ls formatting broken for non-C(?) locales

2015-11-25 Thread Andrey Chernov
On 25.11.2015 17:35, Baptiste Daroussin wrote: >> BTW, array size looks suspicious: >> static wchar_t wab_months[12][MAX_ABMON_WIDTH * 2 * MB_LEN_MAX]; >> what MB_LEN_MAX doing here? This constant is for multiple-bytes encoded, >> not for wide chars. > Bad copy/paste sorry it should be

RE: freebsd-current compile with clang & ccache

2015-11-25 Thread M - Krasznai András
Thanks, but as far as I know WITH_CCACHE_BUILD is only for ports compilation and novadays I use binary ports wherever I can. rgds András -Original Message- From: Bryan Drewery [mailto:bdrew...@freebsd.org] Sent: Wednesday, November 25, 2015 5:35 PM To: M - Krasznai András

FreeBSD_HEAD_i386 - Build #1760 - Failure

2015-11-25 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #1760 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1760/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1760/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1760/console Change summaries:

Re: Panic while waiting on wlan0

2015-11-25 Thread Florian Limberger
Hi, On 22.11.15 17:52, Adrian Chadd wrote: Do this: * compile in IEEE80211_DEBUG; * do "wlandebug +scan" That way we can see if net80211 is refusing to continue scanning. As far as I can see it, net8011 (or iwn?) does refuse to scan. These are the last lines concerning wlan0 from my

Re: /bin/ls formatting broken for non-C(?) locales

2015-11-25 Thread Baptiste Daroussin
On Wed, Nov 25, 2015 at 04:34:17PM +0300, Andrey Chernov wrote: > On 25.11.2015 15:53, Baptiste Daroussin wrote: > > What I did for now is set max_month_width to -1 and in ls_strftime I > > fallback on > > the plain strftime meaning you keep localized information but the > > alignement is > >

Re: /bin/ls formatting broken for non-C(?) locales

2015-11-25 Thread Baptiste Daroussin
On Wed, Nov 25, 2015 at 04:31:21AM +0300, Andrey Chernov wrote: > On 25.11.2015 3:15, Baptiste Daroussin wrote: > > On Sat, Nov 21, 2015 at 11:57:46PM +0300, Andrey Chernov wrote: > >> On 21.11.2015 15:18, Ed Schouten wrote: > >>> Hi Baptiste, > >>> > >>> I suppose you should use the wcswidth()

Re: /bin/ls formatting broken for non-C(?) locales

2015-11-25 Thread Andrey Chernov
On 25.11.2015 16:51, Baptiste Daroussin wrote: > wcslcat works like strlcat: > to quote the manpage: > "It will append at most dstsize - strlen(dst) - 1 characters." > So here with your version it will be n - wcslen(wab_months[i]) -1 > which won't fit what we want to do. > > btw that makes me

FreeBSD_HEAD_i386 - Build #1761 - Still Failing

2015-11-25 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #1761 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1761/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1761/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/1761/console Change

Re: /bin/ls formatting broken for non-C(?) locales

2015-11-25 Thread Andrey Chernov
On 25.11.2015 15:53, Baptiste Daroussin wrote: > What I did for now is set max_month_width to -1 and in ls_strftime I fallback > on > the plain strftime meaning you keep localized information but the alignement > is > broken as of now. It will be enough. >> 3) wcwidth/wcswidth may return -1

Re: /bin/ls formatting broken for non-C(?) locales

2015-11-25 Thread Baptiste Daroussin
On Wed, Nov 25, 2015 at 05:06:17PM +0300, Andrey Chernov wrote: > On 25.11.2015 16:51, Baptiste Daroussin wrote: > > wcslcat works like strlcat: > > to quote the manpage: > > "It will append at most dstsize - strlen(dst) - 1 characters." > > So here with your version it will be n -