I removed /etc/src.conf.binutils is 2.15.
#svn info /usr/src
Path: /usr/src
URL: http://svn.freebsd.org/base/head
Repository Root: http://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 218985
Node Kind: directory
Schedule: normal
Last Changed Author: brucec
Las
I followed the instructions at:
http://wiki.freebsd.org/BuildingFreeBSDWithClang and everything went
quite well. The system built fine, and runs fine for most of my ports.
There is one minor one, misc/wmweather+ that crashes every time I start
it. The trace looks like this:
#0 strcasecmp (s1
On Tue, Feb 22, 2011 at 02:51:06AM +0900, Hajimu UMEMOTO wrote:
> > On Tue, 22 Feb 2011 01:50:17 +0900
> > Hajimu UMEMOTO said:
> bz> Do you have an updated patch for 3.4.1 or 3.3.6? I'd like to help to
> bz> you get it in for 9.0-R. I wouldn't even mind if some ports would
> bz> confli
2011/2/23 Jason Garrett :
> On Mon, Feb 7, 2011 at 08:01, Anonymous wrote:
>
>> Anonymous writes:
>>
>> > Pawel Jakub Dawidek writes:
>> >
>> >> The new patchset is ready for testing:
>> >>
>> >> http://people.freebsd.org/~pjd/patches/zfs_20101212.patch.bz2
>> >>
>> >
>> > `-e' option in zd
On 23 February 2011 21:17, John Baldwin wrote:
> On Wednesday, February 23, 2011 2:11:35 pm Ivan Voras wrote:
>> On 22/02/2011 23:33, Alexander Best wrote:
>>
>> > Also, it looks like npviewer.bin still hangs to resources on
> until
>> > Firefox closes (or I kill it :)..), so somethin
On Mon, Feb 7, 2011 at 08:01, Anonymous wrote:
> Anonymous writes:
>
> > Pawel Jakub Dawidek writes:
> >
> >> The new patchset is ready for testing:
> >>
> >> http://people.freebsd.org/~pjd/patches/zfs_20101212.patch.bz2
> >>
> >
> > `-e' option in zdb(8) now looks under /dev/dsk by defaul
On Wednesday, February 23, 2011 2:11:35 pm Ivan Voras wrote:
> On 22/02/2011 23:33, Alexander Best wrote:
>
> > Also, it looks like npviewer.bin still hangs to resources on
until
> > Firefox closes (or I kill it :)..), so something still needs to be
> > resolved there, but that i
On Wed Feb 23 11, John Baldwin wrote:
> On Tuesday, February 22, 2011 4:50:36 pm Alexander Best wrote:
> > On Tue Feb 22 11, Brandon Gooch wrote:
> > > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best
> wrote:
> > > > On Tue Feb 22 11, Garrett Cooper wrote:
> > > >> On Tue, Feb 22, 2011 at 2:10 AM
On 22/02/2011 23:33, Alexander Best wrote:
Also, it looks like npviewer.bin still hangs to resources on until
Firefox closes (or I kill it :)..), so something still needs to be
resolved there, but that isn't a regression (it's acted that way for
ages), and shouldn't be too hard to do.
Whi
On Wed, 2011-02-23 at 11:33 -0500, John Baldwin wrote:
> That is mostly true. There are some SCSI BIOSes that would examine the MBR
> and infer what C/H/S geometry the OS was expecting from the MBR. The
> original dedicated disk dummy MBR triggered a divide by zero in one of these
> BIOS ROMs.
On Wednesday, February 23, 2011 11:15:09 am James R. Van Artsdalen wrote:
> On 2/22/2011 2:57 PM, Peter Jeremy wrote:
> > When that does come, it will probably be driven by BIOS and hardware
> > vendors dropping support for MBR.
>
> MBR is not a BIOS concept. MBR is an OS thing. The BIOS does no
On 2/22/2011 2:57 PM, Peter Jeremy wrote:
> When that does come, it will probably be driven by BIOS and hardware
> vendors dropping support for MBR.
MBR is not a BIOS concept. MBR is an OS thing. The BIOS does not care
or know what kind of partitioning you use, or if you partition at all.
A GPT
On 2011-02-23 14:22, datastream datastream.freecity wrote:
I deleted all files in /usr/src and /usr/obj. it changes nothing, i still
get same error.
In /etc/make.conf:
.if !defined(CC) || ${CC} == "cc"
CC=clang
.endif
.if !defined(CXX) || ${CXX} == "c++"
CXX=clang++
.endif
# Don't die on warning
On Wed Feb 23 11, John Baldwin wrote:
> On Tuesday, February 22, 2011 4:50:36 pm Alexander Best wrote:
> > On Tue Feb 22 11, Brandon Gooch wrote:
> > > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best
> wrote:
> > > > On Tue Feb 22 11, Garrett Cooper wrote:
> > > >> On Tue, Feb 22, 2011 at 2:10 AM
On Wed, Feb 23, 2011 at 10:22 AM, datastream datastream.freecity
wrote:
> I deleted all files in /usr/src and /usr/obj. it changes nothing, i still
> get same error.
>
> In /etc/make.conf:
> .if !defined(CC) || ${CC} == "cc"
> CC=clang
> .endif
> .if !defined(CXX) || ${CXX} == "c++"
> CXX=clang++
Add usually used RAID controller
--- usr.sbin/bsdinstall/partedit/part_wizard.c.orig2011-02-19
17:22:06.0 +0200
+++ usr.sbin/bsdinstall/partedit/part_wizard.c2011-02-21
17:20:28.0 +0200
@@ -122,6 +122,18 @@
strcat(diskdesc, " ATA Hard Disk");
I deleted all files in /usr/src and /usr/obj. it changes nothing, i still
get same error.
In /etc/make.conf:
.if !defined(CC) || ${CC} == "cc"
CC=clang
.endif
.if !defined(CXX) || ${CXX} == "c++"
CXX=clang++
.endif
# Don't die on warnings
NO_WERROR=
WERROR=
STRIP=
CFLAGS+=-fno-omit-frame-pointer
On Tuesday, February 22, 2011 4:50:36 pm Alexander Best wrote:
> On Tue Feb 22 11, Brandon Gooch wrote:
> > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best
wrote:
> > > On Tue Feb 22 11, Garrett Cooper wrote:
> > >> On Tue, Feb 22, 2011 at 2:10 AM, Eir Nym wrote:
> > >> > On 22 February 2011 11:
On Tue Feb 22 11, Garrett Cooper wrote:
> On Tue, Feb 22, 2011 at 6:00 PM, Alexander Best wrote:
> > On Tue Feb 22 11, Alexander Best wrote:
> >> On Tue Feb 22 11, Alexander Best wrote:
> >> > On Tue Feb 22 11, Brandon Gooch wrote:
> >> > > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best
> >> >
On Tue Feb 22 11, Garrett Cooper wrote:
> On Tue, Feb 22, 2011 at 6:00 PM, Alexander Best wrote:
> > On Tue Feb 22 11, Alexander Best wrote:
> >> On Tue Feb 22 11, Alexander Best wrote:
> >> > On Tue Feb 22 11, Brandon Gooch wrote:
> >> > > On Tue, Feb 22, 2011 at 2:31 PM, Alexander Best
> >> >
20 matches
Mail list logo