Re: Can't configure new disk

2017-03-01 Thread Robert Elz
Date:Wed, 1 Mar 2017 12:59:13 -0800 From:pimin inwa Message-ID: | I can't run fdisk, disklabel, etc ... because wd1d isn't configured? ls | shows: | What am I forgetting to do? Everything looks good to me - two things worth checking, first, that the /dev/

Re: CVS commit: src/sys/external/bsd/drm2

2017-03-01 Thread Kimihiro Nonaka
Hi, 2017-03-02 7:59 GMT+09:00 Yorick Hardy : > On 2017-03-01, Martin Husemann wrote: >> On Wed, Mar 01, 2017 at 06:55:24PM +0900, Kimihiro Nonaka wrote: >> > Updated the patch. >> >> Still works fine for me! >> >> Martin > > Also works fine for me on i386+intel and amd64+radeon. > > Thanks! I've

Re: ffs_vnops.c changes break kernels w/o WAPBL

2017-03-01 Thread J. Hannken-Illjes
> On 1 Mar 2017, at 22:19, John D. Baker wrote: > > Recent changes to "sys/ufs/ffs/ffs_vnops.c" break building kernels which > don't include "options WAPBL" (e.g. NET4501). > > The complaint is about "struct mount *mp" being set but not used. > > In the above-mentioned file in "ffs_spec_fsync(

Can't configure new disk

2017-03-01 Thread pimin inwa
Running: NetBSD gemini.wan.vpn 6.99.31 NetBSD 6.99.31 (GEMINI) #0: Sun Feb 16 19:11:21 PST 2014 root@:/usr/src/BUILD_OBJ/sys/arch/i386/compile/GEMINI i386 >From boot.dmesg I see: wd0 at atabus4 drive 0 wd0: wd0: drive supports 16-sector PIO transfers, LBA48 addressing wd0: 931 GB, 1938021 cyl

daily CVS update output

2017-03-01 Thread NetBSD source update
Updating src tree: P src/distrib/sets/lists/base/mi P src/doc/CHANGES P src/share/man/man4/mtd.4 P src/sys/arch/arm/omap/tifb.c P src/sys/arch/evbarm/gumstix/gumstix_machdep.c P src/sys/arch/mips/mips/lock_stubs_ras.S P src/sys/dev/pci/if_wm.c P src/sys/fs/msdosfs/msdosfs_denode.c P src/sys/fs/msd

Re: CVS commit: src/sys/external/bsd/drm2

2017-03-01 Thread Yorick Hardy
On 2017-03-01, Martin Husemann wrote: > On Wed, Mar 01, 2017 at 06:55:24PM +0900, Kimihiro Nonaka wrote: > > Updated the patch. > > Still works fine for me! > > Martin Also works fine for me on i386+intel and amd64+radeon. Thanks! -- Kind regards, Yorick Hardy

ffs_vnops.c changes break kernels w/o WAPBL

2017-03-01 Thread John D. Baker
Recent changes to "sys/ufs/ffs/ffs_vnops.c" break building kernels which don't include "options WAPBL" (e.g. NET4501). The complaint is about "struct mount *mp" being set but not used. In the above-mentioned file in "ffs_spec_fsync(void *v)", "struct mount *mp" is used only in a block of code gua

Re: x86 firefox build failure

2017-03-01 Thread coypu
Often that'd be because of running out of memory. The bottom of dmesg should say things like "... killed, out of swap". Is that what happened?

x86 firefox build failure

2017-03-01 Thread Riccardo Mottola
Hi, I am performing this update with replace: Version mismatch: 'firefox' 51.0.1nb4 vs 51.0.1nb5 Previous FF built fine, this now dies with ICE, pasted below. Is it caused by the minor release update or do I hit other bad luck? Riccardo /usr/pkgsrc/www/firefox/work/.cwrapper/bin/c++ -std=gn

Re: emacs build failure

2017-03-01 Thread Riccardo Mottola
Hi, On 02/25/17 00:25, Thomas Klausner wrote: pkg_delete emacs24 to remove the currently installed emacs24 package. that worked indeeed. I failed to mention that I actually wasn't installing but running pkg_rolling-replace (and then make replace as a further attempt). That means the replac

Re: CVS commit: src/sys/external/bsd/drm2

2017-03-01 Thread Martin Husemann
On Wed, Mar 01, 2017 at 06:55:24PM +0900, Kimihiro Nonaka wrote: > Updated the patch. Still works fine for me! Martin

Re: CVS commit: src/sys/external/bsd/drm2

2017-03-01 Thread Kimihiro Nonaka
Hi, 2017-03-01 13:30 GMT+09:00 Kimihiro Nonaka : > 2017-03-01 3:21 GMT+09:00 Yorick Hardy : > >> It is not obvious to me why the MSI changes were problematic. >> Do you have any ideas what went wrong? > > It seem necessary to implement pci_enable_msi() and pci_disable_msi(). > I tried again to wr