Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21305 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27191 invoked by uid 1010); 21 Dec 2005 18:17:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27176 invoked from network); 21 Dec 2005 18:17:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2005 18:17:26 -0000 X-Host-Fingerprint: 195.121.247.8 smtp17.wxs.nl NetCache Data OnTap 5.x Received: from ([195.121.247.8:49284] helo=smtp17.wxs.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 33/A7-14561-43C99A34 for ; Wed, 21 Dec 2005 13:17:24 -0500 Received: from [192.168.1.2] (ip3e830243.speed.planet.nl [62.131.2.67]) by smtp17.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IRV00JUC1GWLM@smtp17.wxs.nl> for internals@lists.php.net; Wed, 21 Dec 2005 19:17:20 +0100 (CET) Date: Wed, 21 Dec 2005 19:17:34 +0100 In-reply-to: To: Marian Kostadinov Cc: internals@lists.php.net Message-ID: <43A99C3E.4000301@php.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 References: Subject: Re: Win32 snapshot compile failure From: tularis@php.net ("M. Sokolewicz") Marian Kostadinov wrote: > Hello everyone, > I wonder why is nobody keeping track of the snaps.php.net win snapshots?:) > The last one is built successfully 3 days ago! > Unfortunately, it is not the first time when there is no snap for more than > two days. > I just had a quick look at the snapshot log (also available via snaps.php.net), and it seems like the machine is out of diskspace. ext\pdo_firebird\firebird_driver.c(35) : fatal error C1085: Cannot write precompiled header file: 'Release_TS\ext\pdo_firebird\vc60.pch': There is not enough space on the disk. Is the first fatal error and immediately explains why it hasn't built for so long. So, it seems like it's a server/machine issue, and not a code issue.