Re: deleting an old file during install

2011-04-30 Thread Alexander Leidinger
On Fri, 29 Apr 2011 16:50:15 -0400 (EDT) Rick Macklem wrote: > Hi, > > With the NFS client switchover, the link to mount_nfs called > mount_newnfs is no longer used. > > Can I just make an entry in > head/ObsoleteFiles.inc Yes. Bye, Alexander. -- http://www.Leidinger.netAlexander @ Le

[head tinderbox] failure on ia64/ia64

2011-04-30 Thread FreeBSD Tinderbox
TB --- 2011-04-30 14:31:53 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-04-30 14:31:53 - starting HEAD tinderbox run for ia64/ia64 TB --- 2011-04-30 14:31:53 - cleaning the object tree TB --- 2011-04-30 14:32:08 - cvsupping the source tree TB --- 2011-04-30 14:32:08 - /usr/bin/c

[head tinderbox] failure on i386/i386

2011-04-30 Thread FreeBSD Tinderbox
TB --- 2011-04-30 13:30:00 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-04-30 13:30:00 - starting HEAD tinderbox run for i386/i386 TB --- 2011-04-30 13:30:00 - cleaning the object tree TB --- 2011-04-30 13:30:25 - cvsupping the source tree TB --- 2011-04-30 13:30:25 - /usr/bin/c

Re: line in problem with snd_hda in mother asus m2npv-vm

2011-04-30 Thread Matias Kreder
> What exactly have you tried? Have you tried to switch recording to mic > with `mixer =rec mic`? Ok, I just discovered that line was working but just to record, setting =rec line and recording with audacity it records but sound is not being routed to speakers at the same time: Unless of course I

Re: line in problem with snd_hda in mother asus m2npv-vm

2011-04-30 Thread Alexander Motin
Matias Kreder wrote: > I tried and now I have a lot of options finally but I'm not having > sound, I tried all my inputs but I'm hearing nothing. > > Here is my mixer output: > > pearl# mixer > Mixer vol is currently set to 76:76 > Mixer pcm is currently set to 100:100 > Mixer speaker

[head tinderbox] failure on arm/arm

2011-04-30 Thread FreeBSD Tinderbox
TB --- 2011-04-30 13:30:00 - tinderbox 2.7 running on freebsd-current.sentex.ca TB --- 2011-04-30 13:30:00 - starting HEAD tinderbox run for arm/arm TB --- 2011-04-30 13:30:00 - cleaning the object tree TB --- 2011-04-30 13:30:16 - cvsupping the source tree TB --- 2011-04-30 13:30:16 - /usr/bin/csu

Re: line in problem with snd_hda in mother asus m2npv-vm

2011-04-30 Thread Matias Kreder
Alexander, I tried and now I have a lot of options finally but I'm not having sound, I tried all my inputs but I'm hearing nothing. Here is my mixer output: pearl# mixer Mixer vol is currently set to 76:76 Mixer pcm is currently set to 100:100 Mixer speaker is currently set to 100:10

Re: webcamd-0.1.26: does not build with clang

2011-04-30 Thread Roman Divacky
I just tested with new llvm/clang and it compiles ok. I hope there's going to be a new llvm/clang import in a few days so please try again after the import.. The port does not link though, because of some problems with linux_init_mod/linux_exit_mod. I didnt analyze it but I suspect this may be a b

Re: webcamd-0.1.26: does not build with clang

2011-04-30 Thread Hans Petter Selasky
On Saturday 30 April 2011 11:46:28 Hans Petter Selasky wrote: > linux_init_mod/linux_exit_mod. These two symbols are so-called sections. At least the GCC will resolve these, I.E. when there is an __attribute__((__section__("linux_init_mod"))), then also extern linux_init_mod resolves. --HPS ___

Re: webcamd-0.1.26: does not build with clang

2011-04-30 Thread Hans Petter Selasky
On Saturday 30 April 2011 11:46:16 Roman Divacky wrote: > I just tested with new llvm/clang and it compiles ok. I hope there's > going to be a new llvm/clang import in a few days so please try again > after the import.. > > The port does not link though, because of some problems with > linux_init_

Re: webcamd-0.1.26: does not build with clang

2011-04-30 Thread Hans Petter Selasky
On Friday 29 April 2011 13:04:52 Boris Samorodov wrote: > Hi! > > The port builds with the system compiler but not with clang: > ftp://ftp.bsam.ru/pub/tmp/webcamd.log.txt Hi, Edit the webcamd's port Makefile so that only one file is compiled at a time. MAKE_JOBS_SAFE= yes The following error c