On 13 Nov 2013, at 08:29, Shane Ambler wrote:
> On 13/11/2013 07:49, Tijl Coosemans wrote:
...
>> There's a similar problem with graphics/blender. There's a class
>> TreeElement which links to its parent TreeElement like this:
>>
>> std::map::const_iterator parent;
>>
>> Works with libstdc++, f
On 13/11/2013 07:49, Tijl Coosemans wrote:
> On Tue, 12 Nov 2013 12:19:22 -0800 Steve Kargl wrote:
>> On Tue, Nov 12, 2013 at 09:55:56AM -0800, Steve Kargl wrote:
>>> On Tue, Nov 12, 2013 at 06:37:39PM +0100, Dimitry Andric wrote:
On 12 Nov 2013, at 17:54, Steve Kargl
wrote:
>
>
On Tue, Nov 12, 2013 at 02:40:42PM -0800, Steve Kargl wrote:
> On Tue, Nov 12, 2013 at 10:19:46PM +0100, Tijl Coosemans wrote:
> > On Tue, 12 Nov 2013 12:19:22 -0800 Steve Kargl wrote:
> > > This can't be good. And, unfortunately, testing math/octave shows
> > > no better :(
> > >
> > > % octave
On Tue, Nov 12, 2013 at 10:19:46PM +0100, Tijl Coosemans wrote:
> On Tue, 12 Nov 2013 12:19:22 -0800 Steve Kargl wrote:
> > This can't be good. And, unfortunately, testing math/octave shows
> > no better :(
> >
> > % octave
> > Segmentation fault (core dumped)
> > % ldd /usr/local/bin/octave-3.6.
On 12 Nov 2013, at 22:19, Tijl Coosemans wrote:
...
There's a similar problem with graphics/blender. There's a class
> TreeElement which links to its parent TreeElement like this:
>
> std::map::const_iterator parent;
>
> Works with libstdc++, fails with libc++. If the standard doesn't
> specif
On Tue, Nov 12, 2013 at 3:19 PM, Steve Kargl
wrote:
> On Tue, Nov 12, 2013 at 09:55:56AM -0800, Steve Kargl wrote:
>> On Tue, Nov 12, 2013 at 06:37:39PM +0100, Dimitry Andric wrote:
>> > On 12 Nov 2013, at 17:54, Steve Kargl
>> > wrote:
>> > >
>> > > struct Entry {
>> > >time_t date
On Tue, Nov 12, 2013 at 1:21 PM, John Baldwin wrote:
> On Tuesday, November 12, 2013 1:11:04 pm Eitan Adler wrote:
>> On Tue, Nov 12, 2013 at 11:54 AM, Steve Kargl
>> wrote:
>> > On Tue, Nov 12, 2013 at 04:38:17PM +, David Chisnall wrote:
>> >> On 12 Nov 2013, at 16:32, Steve Kargl
> wrote:
Am 12.11.2013 18:13, schrieb Zhihao Yuan:
> BTW, iirc VC STL has the same issue. But libstdc++ has an honorable
> history of supporting incomplete type in STL declaration.
A disservice, not honorable.
Nonstandard extensions, however convenient, are a pain when writing
portable code. I am usual
On Tue, 12 Nov 2013 12:19:22 -0800 Steve Kargl wrote:
> On Tue, Nov 12, 2013 at 09:55:56AM -0800, Steve Kargl wrote:
>> On Tue, Nov 12, 2013 at 06:37:39PM +0100, Dimitry Andric wrote:
>>> On 12 Nov 2013, at 17:54, Steve Kargl
>>> wrote:
struct Entry {
time_t date;
On 11/12/13 12:22 PM, dte...@freebsd.org wrote:
> When the boot menu comes up, it counts down to from 5, 4, 3, ...
> Instead of 9, 8, 7, ...
>
> Sounds like autoboot_delay is modified... in the installed distro?
> Did you script that or do it by hand? in loader.conf? in the VM?
>
> Just curious.
On 11/11/13 1:01 PM, Teske, Devin wrote:
>> > It doesn't touch the timeout code - should be whatever FreeBSD loader
>> > forth scripts tell it to do.
>> >
> Ah, must have been something Michael did. I noticed this whilst getting
> demos from him on his laptop.
Please clarify. What specifically?
> -Original Message-
> From: Michael Dexter [mailto:edi...@callfortesting.org]
> Sent: Tuesday, November 12, 2013 11:25 AM
> To: Devin Teske
> Cc: Teske, Devin; Peter Grehan; Nathan Whitehorn; Current Current
> Subject: Re: [CFT] bsdinstall and zfsboot enhancements
>
> On 11/11/13 1:01 P
On Tue, Nov 12, 2013 at 09:55:56AM -0800, Steve Kargl wrote:
> On Tue, Nov 12, 2013 at 06:37:39PM +0100, Dimitry Andric wrote:
> > On 12 Nov 2013, at 17:54, Steve Kargl
> > wrote:
> > >
> > > struct Entry {
> > >time_t date;
> > >Severity severity;
> > >std::deque me
On Tue, Nov 12, 2013 at 11:54 AM, Steve Kargl
wrote:
> struct Entry {
> time_t date;
> Severity severity;
> std::deque messages;
> std::string message;
> bool is_child;
> Entry() : is_child(false) { }
> };
This is a libc++ QoI issue; T s
On Tue, Nov 12, 2013 at 11:54 AM, Steve Kargl
wrote:
> struct Entry {
> time_t date;
> Severity severity;
> std::deque messages;
> std::string message;
> bool is_child;
> Entry() : is_child(false) { }
> };
This is a libc++ QoI issue; T h
On Tuesday, November 12, 2013 1:11:04 pm Eitan Adler wrote:
> On Tue, Nov 12, 2013 at 11:54 AM, Steve Kargl
> wrote:
> > On Tue, Nov 12, 2013 at 04:38:17PM +, David Chisnall wrote:
> >> On 12 Nov 2013, at 16:32, Steve Kargl
wrote:
> >>
> >>> Trying to build news/pan with clang++ dies with
>
On Nov 5, 2013, at 7:02 , Gleb Smirnoff wrote:
> On Tue, Nov 05, 2013 at 03:01:14PM +0400, Gleb Smirnoff wrote:
> T> Hello.
> T>
> T> Since 1999 we have got some dead code from KAME, namely support for these
> T> ioctls:
> T>
> T>SIOCALIFADDR
> T>SIOCGLIFADDR
> T>SIOCDLIFADDR
>
On Nov 10, 2013, at 19:22 , Tim Kientzle wrote:
>
> On Nov 10, 2013, at 1:05 PM, Erik Cederstrand
> wrote:
>
>> Imagine being able to fetch a VirtualBox disk image for a random SVN commit,
>> booting it and start debugging right away.
>
> I’ve been working on Crochet’s support for buildin
On 2013-11-12 14:11, Teske, Devin wrote:
> On Nov 12, 2013, at 4:02 AM, Johan Hendriks wrote:
>
>> Teske, Devin schreef:
>>> Hi all,
>>>
>>> Another Call For Testing...
>>> This one is for bsdinstall.
>>>
>>> Two patchsets are required for this CFT:
>>>
>>> http://druidbsd.cvs.sf.net/viewvc/druidbs
On Nov 12, 2013, at 4:02 AM, Johan Hendriks wrote:
> Teske, Devin schreef:
>> Hi all,
>>
>> Another Call For Testing...
>> This one is for bsdinstall.
>>
>> Two patchsets are required for this CFT:
>>
>> http://druidbsd.cvs.sf.net/viewvc/druidbsd/bsdinstall_debug/
>> http://druidbsd.cvs.sf.net
On Tue, Nov 12, 2013 at 11:54 AM, Steve Kargl
wrote:
> On Tue, Nov 12, 2013 at 04:38:17PM +, David Chisnall wrote:
>> On 12 Nov 2013, at 16:32, Steve Kargl
>> wrote:
>>
>>> Trying to build news/pan with clang++ dies with
>>>
>>> gmake[3]: Entering directory
>>> `/usr/ports/news/pan/work/pan
On Tue, Nov 12, 2013 at 06:37:39PM +0100, Dimitry Andric wrote:
> On 12 Nov 2013, at 17:54, Steve Kargl
> wrote:
> >
> > struct Entry {
> >time_t date;
> >Severity severity;
> >std::deque messages;
> >std::string message;
> >bool is_child;
> >
On 12 Nov 2013, at 17:54, Steve Kargl wrote:
...
> namespace pan
> {
> class Log
> {
>public:
> enum Severity {
>PAN_SEVERITY_INFO = 1,
>PAN_SEVERITY_ERROR = 2,
>PAN_SEVERITY_URGENT = (1<<10)
> };
>
> struct Entry {
>time_t date;
>Sever
On 12 Nov 2013, at 16:54, Steve Kargl wrote:
> On Tue, Nov 12, 2013 at 04:38:17PM +, David Chisnall wrote:
>> On 12 Nov 2013, at 16:32, Steve Kargl
>> wrote:
>>
>>> Trying to build news/pan with clang++ dies with
>>>
>>> gmake[3]: Entering directory
>>> `/usr/ports/news/pan/work/pan-0.1
On Tue, Nov 12, 2013 at 04:38:17PM +, David Chisnall wrote:
> On 12 Nov 2013, at 16:32, Steve Kargl
> wrote:
>
>> Trying to build news/pan with clang++ dies with
>>
>> gmake[3]: Entering directory `/usr/ports/news/pan/work/pan-0.139/pan/general'
>> CXXfile-util.o
>> In file included fr
On 12 Nov 2013, at 16:32, Steve Kargl wrote:
> Trying to build news/pan with clang++ dies with
>
> gmake[3]: Entering directory `/usr/ports/news/pan/work/pan-0.139/pan/general'
> CXXfile-util.o
> In file included from file-util.cc:38:
> In file included from ./log.h:26:
> /usr/include/c++/v
Trying to build news/pan with clang++ dies with
gmake[3]: Entering directory `/usr/ports/news/pan/work/pan-0.139/pan/general'
CXXfile-util.o
In file included from file-util.cc:38:
In file included from ./log.h:26:
/usr/include/c++/v1/deque:907:49: error: invalid application of 'sizeof' to an
On 2013-11-12 03:29, Konstantin Belousov wrote:
On Mon, Nov 11, 2013 at 03:39:06PM -0800, Xin Li wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
On 11/11/13 14:29, Neel Chauhan wrote:
> Sorry if I sent a similar patch before. It didn't get accepted so I
> am sending one now. Enjoy.
What
Teske, Devin schreef:
Hi all,
Another Call For Testing...
This one is for bsdinstall.
Two patchsets are required for this CFT:
http://druidbsd.cvs.sf.net/viewvc/druidbsd/bsdinstall_debug/
http://druidbsd.cvs.sf.net/viewvc/druidbsd/bsdinstall_zfs/
The enhancements are:
+ Add a `-D FILE" comma
Kimmo Paasiala writes:
> Dag-Erling Smørgrav writes:
> > Kimmo Paasiala writes:
> > > Would it make sense to also include the svnversion(1) of the
> > > system sources in the version output?
> > No. It is not available in the most important use case for
> > freebsd-version(1), i.e. freebsd-upda
On Tue, Nov 12, 2013 at 11:56 AM, Dag-Erling Smørgrav wrote:
> Kimmo Paasiala writes:
>> Would it make sense to also include the svnversion(1) of the system
>> sources in the version output?
>
> No. It is not available in the most important use case for
> freebsd-version(1), i.e. freebsd-update
On Wed, Nov 06, 2013 at 02:59:15PM +0100, Erwin Lansing wrote:
> >> E> >
> >> E> > Erwin, can you please handle that?
> >> E>
> >> E> Things are much worse that this, the ports are completely written under
> >> the assumption that there is a Bind in base, which of course would already
> >> break
Kimmo Paasiala writes:
> Would it make sense to also include the svnversion(1) of the system
> sources in the version output?
No. It is not available in the most important use case for
freebsd-version(1), i.e. freebsd-update builds.
DES
--
Dag-Erling Smørgrav - d...@des.no
On Tue, 12 Nov 2013 00:34:24 +0100 d...@gmx.com wrote:
> Tijl Coosemans wrote, On 11/11/2013 10:07:
>> On Sun, 10 Nov 2013 18:20:29 +0100 d...@gmx.com wrote:
>>> error: [drm:pid667:r100_cp_init_microcode] *ERROR* radeon_cp: Failed to
>>> load firmware "radeonkmsfw_R300_cp"
>>
>> Make sure you have
On Tue, Nov 12, 2013 at 11:16 AM, Kimmo Paasiala wrote:
> I didn't even know this tool existed before tried to complete
> freebsd- today, very nice.
>
> Would it make sense to also include the svnversion(1) of the system
> sources in the version output? Maybe with a separate option (-u
> perhaps?)
I didn't even know this tool existed before tried to complete
freebsd- today, very nice.
Would it make sense to also include the svnversion(1) of the system
sources in the version output? Maybe with a separate option (-u
perhaps?) if it's not ok to change the meaning of -k and -u options
anymore.
Hi,
On Tue, 12 Nov 2013 13:54:25 +0530
swapnil vaidya wrote:
> Hi All,
> I have 2 linux machine.
you might be on the wrong mailing list. This here is for FreeBSD.
> I have compiled apache 2.4.6 on one of the linux machine with
> following commands:
> ./configure --prefix=/usr/apache--with-ssl=
On 2013-11-12 03:24, swapnil vaidya wrote:
> Hi All,
> I have 2 linux machine.
> I have compiled apache 2.4.6 on one of the linux machine with following
> commands:
> ./configure --prefix=/usr/apache--with-ssl=/usr/local/ssl --enable-ssl
> --enable-modules="all" --enable-mods-shared="most"
> make
On Mon, Nov 11, 2013 at 03:39:06PM -0800, Xin Li wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA512
>
> On 11/11/13 14:29, Neel Chauhan wrote:
> > Sorry if I sent a similar patch before. It didn't get accepted so I
> > am sending one now. Enjoy.
>
> What does "didn't get accepted" mean? :
Hi All,
I have 2 linux machine.
I have compiled apache 2.4.6 on one of the linux machine with following
commands:
./configure --prefix=/usr/apache--with-ssl=/usr/local/ssl --enable-ssl
--enable-modules="all" --enable-mods-shared="most"
make
make install
This has installed apache on this machine a
40 matches
Mail list logo