Re: DRMKMS requires i2cexec and i2c_bitbang

2014-03-28 Thread Christos Zoulas
On Mar 28, 8:06pm, t.hash...@gmail.com (Takahiro HAYASHI) wrote: -- Subject: Re: DRMKMS requires i2cexec and i2c_bitbang | Thank you for quick fix. | | (03/28/14 05:19), I wrote: | files.drmkms should be fixed like following diff, or | build will fail if there are no other devices that

port-amd64 build still broken - libzpool/dmu_objset.c

2014-03-28 Thread Paul Goyette
With sources from 2014-03-28 at 03:20:01 UTC (which includes the latest fix for libzpool/common/util.c) I am now seeing the following failure: # compile libzpool/dmu_objset.o /test-bed/tools/bin/x86_64--netbsd-gcc -O2 -O0 -fno-inline -std=gnu99 --sysroot=/test-bed/dst

Re: port-amd64 build still broken - libzpool/dmu_objset.c

2014-03-28 Thread Paul Goyette
On Fri, 28 Mar 2014, Ryota Ozaki wrote: On Fri, Mar 28, 2014 at 9:36 PM, Paul Goyette p...@whooppee.com wrote: With sources from 2014-03-28 at 03:20:01 UTC (which includes the latest fix for libzpool/common/util.c) I am now seeing the following failure: The error should be fixed by my fix

Re: port-amd64 build still broken - libzpool/dmu_objset.c

2014-03-28 Thread Ryota Ozaki
On Fri, Mar 28, 2014 at 9:36 PM, Paul Goyette p...@whooppee.com wrote: With sources from 2014-03-28 at 03:20:01 UTC (which includes the latest fix for libzpool/common/util.c) I am now seeing the following failure: The error should be fixed by my fix committed at 03:46:56 UTC. ozaki-r #

Fix for distrib/sets/lists/comp/md.amd64 when MKGCC=no

2014-03-28 Thread Adam Ciarciński
Greetings, Seems like these two directries are not created when bulding NetBSD-current with MKGCC=no (MKLLVM=yes) on amd64: /usr/include/g++/bits/i386 /usr/include/g++/bits/x86_64 and building sets fails. I would like to commit the following patch: diff -u -r1.216 md.amd64 ---

Re: Fix for distrib/sets/lists/comp/md.amd64 when MKGCC=no

2014-03-28 Thread Joerg Sonnenberger
On Fri, Mar 28, 2014 at 03:26:48PM +0100, Adam Ciarciński wrote: Seems like these two directries are not created when bulding NetBSD-current with MKGCC=no (MKLLVM=yes) on amd64: Comparing the sparc64 changes, it should likely be gcc,compat. Joerg