Oliver Pinter writes:
> +# XXX unbreak build with clang as CC
> +BUILD_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp
> +RUN_DEPENDS+= ucpp:${PORTSDIR}/devel/ucpp
> +CONFIGURE_ENV+= ac_cv_path_RAWCPP="ucpp -s"
ucpp is even less compatible with GNU cpp:
- escaped newline is not recognized (Xreset,
On 25 September 2012 18:45, Garrett Cooper wrote:
> On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter wrote:
>> Hi all!
>>
>> This patch fixed the problem, when buildig imake on a machine where
>> clang is the base the compiler (WITH_CLANG_IS_CC).
>
> (Picking a random message to reply to) Why not c
On Tue, Sep 25, 2012 at 3:37 PM, Oliver Pinter wrote:
> Hi all!
>
> This patch fixed the problem, when buildig imake on a machine where
> clang is the base the compiler (WITH_CLANG_IS_CC).
(Picking a random message to reply to) Why not create PRs and CC the
relevant parties?
_
Hi all!
This patch fixed the problem, when buildig gccmakedep (yeah, gcc...)
on a machine where
clang is the base the compiler (WITH_CLANG_IS_CC).
unbreak_gccmakedep_build_when_clang_set_as_CC.diff
Description: Binary data
___
freebsd-current@freebsd.o
Hi all!
This patch fixed the problem, when buildig imake on a machine where
clang is the base the compiler (WITH_CLANG_IS_CC).
unbreak_imake_build_when_clang_set_as_CC.diff
Description: Binary data
___
freebsd-current@freebsd.org mailing list
http://li
Hi all!
This patch fixed the problem, when buildig xdm on a machine where
clang is the base the compiler (WITH_CLANG_IS_CC).
unbreak_xdm_build_when_clang_set_as_CC.diff
Description: Binary data
___
freebsd-current@freebsd.org mailing list
http://lists.
Recently one of my hdd (disk2) from pool went bad.
I was able to replaced it, but the zpool was never able to bring it online.
[root@san1 /usr/home/jose]# zpool status -x
pool: tank
state: DEGRADED
status: One or more devices could not be opened. Sufficient replicas exist
for
Pawel Jakub Dawidek wrote:
On Sun, Sep 23, 2012 at 08:20:41PM -0400, Glen Barber wrote:
Hi Pawel,
[...]
Great! Thanks for this.
Any chance you can document the following sysctls?
None od the kstat sysctls are documented, they emulate kstat framework
from Solaris. We would need to modify
schrieb Attilio Rao am 21.09.2012 02:22 (localtime):
> On Wed, Sep 19, 2012 at 3:48 AM, Attilio Rao wrote:
>> On Fri, Jul 13, 2012 at 12:18 AM, Attilio Rao wrote:
>>> 2012/7/4 Attilio Rao :
2012/6/29 Attilio Rao :
> As already published several times, according to the following plan:
>>
On Sun, Sep 23, 2012 at 08:20:41PM -0400, Glen Barber wrote:
> Hi Pawel,
>
> On Sun, Sep 23, 2012 at 09:53:58PM +0200, Pawel Jakub Dawidek wrote:
> > FYI, I just committed TRIM support to ZFS, especially useful for
> > SSD-only pools. This is something I implemented long time ago, but was
> > now
On 25 Sep 2012, at 06:40, Pawel Jakub Dawidek wrote:
> On Tue, Sep 25, 2012 at 12:14:24AM +0100, Bob Bishop wrote:
>> Hi,
>>
>> Still seems to be working OK, but:
>>
>> seagoon# zpool status
>> pool: m1
>> state: ONLINE
>> status: One or more devices has experienced an unrecoverable error. An
On Friday, September 21, 2012 12:56:56 pm Julian Elischer wrote:
> On 9/21/12 2:22 AM, Mikolaj Golub wrote:
> > On Fri, Sep 07, 2012 at 01:28:16AM -0700, Anuranjan Shukla wrote:
> >> Hi George,
> >> Thanks for taking a look. Some answers/comments below.
> >>
> Building FreeBSD without the netw
Am 09/25/12 15:03, schrieb Steve Kargl:
> On Tue, Sep 25, 2012 at 02:42:23PM +0200, O. Hartmann wrote:
>> If someone overrides the default system compiler which is in my case
>> CLANG 3.2 (on FreeBSD 10.0-CURRENT #1 r240885M: Mon Sep 24 12:30:44
>> CEST 2012 amd64), the if-statement does always ta
On Tue, Sep 25, 2012 at 02:42:23PM +0200, O. Hartmann wrote:
> If someone overrides the default system compiler which is in my case
> CLANG 3.2 (on FreeBSD 10.0-CURRENT #1 r240885M: Mon Sep 24 12:30:44
> CEST 2012 amd64), the if-statement does always take place and prevents
> lang/icon to be build
If someone overrides the default system compiler which is in my case
CLANG 3.2 (on FreeBSD 10.0-CURRENT #1 r240885M: Mon Sep 24 12:30:44
CEST 2012 amd64), the if-statement does always take place and prevents
lang/icon to be build:
[...]
.if ${CC} == "clang" || ${CXX} == "clang++"
BROKEN=
For years I have put 'device atapicam' in my kernel. If my memory
serves my well, this was to assist with dvd recording. I must have
missed something. Is it now as simple as adding hw.ata.atapi_dma="1"
to /boot/loader.conf?
atapicam is no longer needed after migration to CAM-based ATA stack
On 25 Sep 2012, at 06:40, Pawel Jakub Dawidek wrote:
> On Tue, Sep 25, 2012 at 12:14:24AM +0100, Bob Bishop wrote:
>> Hi,
>>
>> Still seems to be working OK, but:
>>
>> seagoon# zpool status
>> pool: m1
>> state: ONLINE
>> status: One or more devices has experienced an unrecoverable error. An
On 25.09.2012 07:51, Garrett Cooper wrote:
For years I have put 'device atapicam' in my kernel. If my memory
serves my well, this was to assist with dvd recording. I must have
missed something. Is it now as simple as adding hw.ata.atapi_dma="1"
to /boot/loader.conf?
atapicam is no longer nee
Hello, Pawel.
You wrote 23 сентября 2012 г., 23:53:58:
PJD> FYI, I just committed TRIM support to ZFS, especially useful for
PJD> SSD-only pools. This is something I implemented long time ago, but was
PJD> now motivated to get back to it and commit it finally by some great
PJD> fixes and improveme
19 matches
Mail list logo