Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Andrey Chernov
cc1: warnings being treated as errors /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c: In function 'iap_allocate_pmc': /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used uninitialized in this function *** [hwpmc_core.o] Error code 1 --

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Davide Italiano
On Thu, May 2, 2013 at 8:43 AM, Andrey Chernov a...@freebsd.org wrote: cc1: warnings being treated as errors /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c: In function 'iap_allocate_pmc': /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Dimitry Andric
On 2013-05-02 12:06, Davide Italiano wrote: On Thu, May 2, 2013 at 8:43 AM, Andrey Chernov a...@freebsd.org wrote: cc1: warnings being treated as errors /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c: In function 'iap_allocate_pmc':

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Davide Italiano
On Thu, May 2, 2013 at 3:10 PM, Dimitry Andric d...@freebsd.org wrote: On 2013-05-02 12:06, Davide Italiano wrote: On Thu, May 2, 2013 at 8:43 AM, Andrey Chernov a...@freebsd.org wrote: cc1: warnings being treated as errors /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c: In function

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Andrey Chernov
On 02.05.2013 14:06, Davide Italiano wrote: /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used uninitialized in this function *** [hwpmc_core.o] Error code 1 You can find a patch attached at the end of this mail that should fix the problem. Thanks, it

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Davide Italiano
On Thu, May 2, 2013 at 3:42 PM, Andrey Chernov a...@freebsd.org wrote: On 02.05.2013 14:06, Davide Italiano wrote: /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used uninitialized in this function *** [hwpmc_core.o] Error code 1 You can find a patch

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Konstantin Belousov
On Thu, May 02, 2013 at 04:12:36PM +0200, Davide Italiano wrote: On Thu, May 2, 2013 at 3:42 PM, Andrey Chernov a...@freebsd.org wrote: On 02.05.2013 14:06, Davide Italiano wrote: /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used uninitialized in this