Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22543 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64871 invoked by uid 1010); 21 Mar 2006 00:07:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 64856 invoked from network); 21 Mar 2006 00:07:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2006 00:07:27 -0000 X-Host-Fingerprint: 212.55.154.23 relay3.ptmail.sapo.pt Linux 2.4/2.6 Received: from ([212.55.154.23:56789] helo=sapo.pt) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EB/31-55982-DB34F144 for ; Mon, 20 Mar 2006 19:07:26 -0500 Received: (qmail 11975 invoked by uid 0); 21 Mar 2006 00:07:21 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.152) by relay3 with SMTP; 21 Mar 2006 00:07:21 -0000 Received: (qmail 2110 invoked from network); 21 Mar 2006 00:07:20 -0000 X-AntiVirus: PTMail-AV 0.3.88 X-Virus-Status: Clean (0.00699 seconds) Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.142.153]) (envelope-sender ) by mta2 (qmail-ldap-1.03) with SMTP for ; 21 Mar 2006 00:07:20 -0000 Message-ID: <003d01c64c7b$6cc58450$0100a8c0@pc07653> To: "PHPdev" Cc: , , Date: Tue, 21 Mar 2006 00:07:21 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Fw: [ flex-Bugs-1447867 ] fatal internal error w/ZendEngine2 From: nlopess@php.net ("Nuno Lopes") > Bugs item #1447867, was opened at 2006-03-11 12:55 > Message generated for change (Comment added) made by john43 > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=618177&aid=1447867&group_id=97492 > > Please note that this message will contain a full copy of the comment > thread, > including the initial issue submission, for this request, > not just the latest update. >>Category: (bug) Generating the scanner > Group: 2.5.33 > Status: Open > Resolution: None > Priority: 5 > Submitted By: Mike Frysinger (vapier) >>Assigned to: John43 (john43) > Summary: fatal internal error w/ZendEngine2 > > Initial Comment: > a user reported this via the Gentoo bugzilla ... when > trying to build the ZendEngine2 in php cvs, flex dies: > > wget \ > 'http://cvs.php.net/viewcvs.cgi/*checkout*/ZendEngine2/flex.skl' > wget \ > 'http://cvs.php.net/viewcvs.cgi/*checkout*/ZendEngine2/./zend_language_scanner.l' > flex -Pzend -S./flex.skl -ozend_language_scanner.c \ > -i ./zend_language_scanner.l > flex: fatal internal error, bad line in skeleton file > > looks like it's due to the usage of '%*', '%+', and > '%-' in the flex.skl file, but i'm not lex expert and > i'm just guessing at this point :) > > ---------------------------------------------------------------------- > >>Comment By: John43 (john43) > Date: 2006-03-20 23:58 > > Message: > Logged In: YES > user_id=335409 > > They appear to be using a custom skeleton. The skeleton has > changed significantly since past releases. > > If they _really_ need their own skeleton, I suggest they > create a patch between the flex 2.5.4 skeleton and their own > skeleton to identify the differences. Then, using that patch > merely as a guide, patch the 2.5.33 skeleton BY HAND to > upgrade it. However, I suspect they don't really need the > custom skeleton. > > Please have someone from the Zend team contact me directly > so I can help them refactor their code to use flex 2.5.33. > > > ---------------------------------------------------------------------- > > You can respond by visiting: > https://sourceforge.net/tracker/?func=detail&atid=618177&aid=1447867&group_id=97492