#38762 [NEW]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

Ask a Question related to PHP Bugs, Design and Development.

  1. #1

    Default #38762 [NEW]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    From: butterblume83 at gmx dot de
    Operating system: Ubuntu Dapper Drake
    PHP version: 5.1.6
    PHP Bug Type: Compile Failure
    Bug description: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    Description:
    ------------
    When I build PHP and the build directory (from where I call configure) is
    different to the source directory, I always (configure with or without
    params) produces the error that zend_language_parser.c was not found. When
    building from inside the source directory (./configure) is all nice and
    dandy!

    Reproduce code:
    ---------------
    cd build
    .../src/php-5.1.6/configure
    make

    Expected result:
    ----------------
    "Build successfully done."

    Actual result:
    --------------
    -I/home/fa/dev/build-area/php5/build/php/ -D_REENTRANT -I/usr/include -g
    -O2 -pthread -DZTS -c Zend/zend_language_parser.c -o
    Zend/zend_language_parser.lo
    gcc: Zend/zend_language_parser.c: No such file or directory
    gcc: no input files
    make: *** [Zend/zend_language_parser.lo] Error 1


    --
    Edit bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    --
    Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=38762&r=trysnapshot44[/url]
    Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=38762&r=trysnapshot52[/url]
    Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=38762&r=trysnapshot60[/url]
    Fixed in CVS: [url]http://bugs.php.net/fix.php?id=38762&r=fixedcvs[/url]
    Fixed in release: [url]http://bugs.php.net/fix.php?id=38762&r=alreadyfixed[/url]
    Need backtrace: [url]http://bugs.php.net/fix.php?id=38762&r=needtrace[/url]
    Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=38762&r=needscript[/url]
    Try newer version: [url]http://bugs.php.net/fix.php?id=38762&r=oldversion[/url]
    Not developer issue: [url]http://bugs.php.net/fix.php?id=38762&r=support[/url]
    Expected behavior: [url]http://bugs.php.net/fix.php?id=38762&r=notwrong[/url]
    Not enough info: [url]http://bugs.php.net/fix.php?id=38762&r=notenoughinfo[/url]
    Submitted twice: [url]http://bugs.php.net/fix.php?id=38762&r=submittedtwice[/url]
    register_globals: [url]http://bugs.php.net/fix.php?id=38762&r=globals[/url]
    PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=38762&r=php3[/url]
    Daylight Savings: [url]http://bugs.php.net/fix.php?id=38762&r=dst[/url]
    IIS Stability: [url]http://bugs.php.net/fix.php?id=38762&r=isapi[/url]
    Install GNU Sed: [url]http://bugs.php.net/fix.php?id=38762&r=gnused[/url]
    Floating point limitations: [url]http://bugs.php.net/fix.php?id=38762&r=float[/url]
    No Zend Extensions: [url]http://bugs.php.net/fix.php?id=38762&r=nozend[/url]
    MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=38762&r=mysqlcfg[/url]
    butterblume83 at gmx dot de Guest

  2. Similar Questions and Discussions

    1. #39413 [NEW]: "bugfix" in Zend/zend_execute.c breaks PEAR install
      From: need dot coffee at gmail dot com Operating system: Solaris 8/SPARC64 PHP version: 4CVS-2006-11-06 (snap) PHP Bug Type: ...
    2. how to get a file from the "Testing Server" / "remote view"
      if I want to get a particular file from the "Testing Sever" or "remote view" in my extension, how can i do so? Thanks a lot!!!
    3. Data link properties "build" window not loading
      I am using DW MX 2004 on windows professional OS, with IIS server. I am trying to set up a DB connection but the data link properties window will...
    4. "Build" button does not work in ASP.NET OLE DBconnection dialog fix?
      As far as I know, the only work around is to build it yourself. The easiest way is to click the template button and select the database driver you...
    5. How to make the "search text" feature work with non "txt" file
      On Fri, 27 Jun 2003 07:19:23 -0700, "Juergen" <anhorn@bktel.com> wrote: See MVP Doug Knox' comments and fix here:...
  3. #2

    Default #38762 [Opn->Fbk]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    Updated by: [email]johannes@php.net[/email]
    Reported By: butterblume83 at gmx dot de
    -Status: Open
    +Status: Feedback
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    New Comment:

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php5.2-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php5.2-win32-latest.zip[/url]




    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 19:30:45] butterblume83 at gmx dot de

    Description:
    ------------
    When I build PHP and the build directory (from where I call configure)
    is different to the source directory, I always (configure with or
    without params) produces the error that zend_language_parser.c was not
    found. When building from inside the source directory (./configure) is
    all nice and dandy!

    Reproduce code:
    ---------------
    cd build
    .../src/php-5.1.6/configure
    make

    Expected result:
    ----------------
    "Build successfully done."

    Actual result:
    --------------
    -I/home/fa/dev/build-area/php5/build/php/ -D_REENTRANT -I/usr/include
    -g -O2 -pthread -DZTS -c Zend/zend_language_parser.c -o
    Zend/zend_language_parser.lo
    gcc: Zend/zend_language_parser.c: No such file or directory
    gcc: no input files
    make: *** [Zend/zend_language_parser.lo] Error 1



    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    johannes@php.net Guest

  4. #3

    Default #38762 [Fbk->Opn]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    User updated by: butterblume83 at gmx dot de
    Reported By: butterblume83 at gmx dot de
    -Status: Feedback
    +Status: Open
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    New Comment:

    @Johannes: the exact same error with 5.2 snapshot. Btw, the problem
    does not occur in Slackware 10.2.


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 19:48:06] [email]johannes@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php5.2-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php5.2-win32-latest.zip[/url]



    ------------------------------------------------------------------------

    [2006-09-09 19:30:45] butterblume83 at gmx dot de

    Description:
    ------------
    When I build PHP and the build directory (from where I call configure)
    is different to the source directory, I always (configure with or
    without params) produces the error that zend_language_parser.c was not
    found. When building from inside the source directory (./configure) is
    all nice and dandy!

    Reproduce code:
    ---------------
    cd build
    .../src/php-5.1.6/configure
    make

    Expected result:
    ----------------
    "Build successfully done."

    Actual result:
    --------------
    -I/home/fa/dev/build-area/php5/build/php/ -D_REENTRANT -I/usr/include
    -g -O2 -pthread -DZTS -c Zend/zend_language_parser.c -o
    Zend/zend_language_parser.lo
    gcc: Zend/zend_language_parser.c: No such file or directory
    gcc: no input files
    make: *** [Zend/zend_language_parser.lo] Error 1



    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    butterblume83 at gmx dot de Guest

  5. #4

    Default #38762 [Opn->Fbk]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    Updated by: [email]tony2001@php.net[/email]
    Reported By: butterblume83 at gmx dot de
    -Status: Open
    +Status: Feedback
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    New Comment:

    Make sure you have yacc/bison installed.


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 20:09:43] butterblume83 at gmx dot de

    @Johannes: the exact same error with 5.2 snapshot. Btw, the problem
    does not occur in Slackware 10.2.

    ------------------------------------------------------------------------

    [2006-09-09 19:48:06] [email]johannes@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php5.2-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php5.2-win32-latest.zip[/url]



    ------------------------------------------------------------------------

    [2006-09-09 19:30:45] butterblume83 at gmx dot de

    Description:
    ------------
    When I build PHP and the build directory (from where I call configure)
    is different to the source directory, I always (configure with or
    without params) produces the error that zend_language_parser.c was not
    found. When building from inside the source directory (./configure) is
    all nice and dandy!

    Reproduce code:
    ---------------
    cd build
    .../src/php-5.1.6/configure
    make

    Expected result:
    ----------------
    "Build successfully done."

    Actual result:
    --------------
    -I/home/fa/dev/build-area/php5/build/php/ -D_REENTRANT -I/usr/include
    -g -O2 -pthread -DZTS -c Zend/zend_language_parser.c -o
    Zend/zend_language_parser.lo
    gcc: Zend/zend_language_parser.c: No such file or directory
    gcc: no input files
    make: *** [Zend/zend_language_parser.lo] Error 1



    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    tony2001@php.net Guest

  6. #5

    Default #38762 [Fbk->Opn]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    User updated by: butterblume83 at gmx dot de
    Reported By: butterblume83 at gmx dot de
    -Status: Feedback
    +Status: Open
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    New Comment:

    @tony2001: does not help.


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 20:13:40] [email]tony2001@php.net[/email]

    Make sure you have yacc/bison installed.

    ------------------------------------------------------------------------

    [2006-09-09 20:09:43] butterblume83 at gmx dot de

    @Johannes: the exact same error with 5.2 snapshot. Btw, the problem
    does not occur in Slackware 10.2.

    ------------------------------------------------------------------------

    [2006-09-09 19:48:06] [email]johannes@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php5.2-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php5.2-win32-latest.zip[/url]



    ------------------------------------------------------------------------

    [2006-09-09 19:30:45] butterblume83 at gmx dot de

    Description:
    ------------
    When I build PHP and the build directory (from where I call configure)
    is different to the source directory, I always (configure with or
    without params) produces the error that zend_language_parser.c was not
    found. When building from inside the source directory (./configure) is
    all nice and dandy!

    Reproduce code:
    ---------------
    cd build
    .../src/php-5.1.6/configure
    make

    Expected result:
    ----------------
    "Build successfully done."

    Actual result:
    --------------
    -I/home/fa/dev/build-area/php5/build/php/ -D_REENTRANT -I/usr/include
    -g -O2 -pthread -DZTS -c Zend/zend_language_parser.c -o
    Zend/zend_language_parser.lo
    gcc: Zend/zend_language_parser.c: No such file or directory
    gcc: no input files
    make: *** [Zend/zend_language_parser.lo] Error 1



    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    butterblume83 at gmx dot de Guest

  7. #6

    Default #38762 [Opn]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    User updated by: butterblume83 at gmx dot de
    Reported By: butterblume83 at gmx dot de
    Status: Open
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    New Comment:

    Is the configure-line:

    checking for flex version... invalid

    interesting?


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 20:31:50] butterblume83 at gmx dot de

    @tony2001: does not help.

    ------------------------------------------------------------------------

    [2006-09-09 20:13:40] [email]tony2001@php.net[/email]

    Make sure you have yacc/bison installed.

    ------------------------------------------------------------------------

    [2006-09-09 20:09:43] butterblume83 at gmx dot de

    @Johannes: the exact same error with 5.2 snapshot. Btw, the problem
    does not occur in Slackware 10.2.

    ------------------------------------------------------------------------

    [2006-09-09 19:48:06] [email]johannes@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php5.2-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php5.2-win32-latest.zip[/url]



    ------------------------------------------------------------------------

    [2006-09-09 19:30:45] butterblume83 at gmx dot de

    Description:
    ------------
    When I build PHP and the build directory (from where I call configure)
    is different to the source directory, I always (configure with or
    without params) produces the error that zend_language_parser.c was not
    found. When building from inside the source directory (./configure) is
    all nice and dandy!

    Reproduce code:
    ---------------
    cd build
    .../src/php-5.1.6/configure
    make

    Expected result:
    ----------------
    "Build successfully done."

    Actual result:
    --------------
    -I/home/fa/dev/build-area/php5/build/php/ -D_REENTRANT -I/usr/include
    -g -O2 -pthread -DZTS -c Zend/zend_language_parser.c -o
    Zend/zend_language_parser.lo
    gcc: Zend/zend_language_parser.c: No such file or directory
    gcc: no input files
    make: *** [Zend/zend_language_parser.lo] Error 1



    ------------------------------------------------------------------------


    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    butterblume83 at gmx dot de Guest

  8. #7

    Default #38762 [Opn->Fbk]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    Updated by: [email]tony2001@php.net[/email]
    Reported By: butterblume83 at gmx dot de
    -Status: Open
    +Status: Feedback
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    New Comment:

    Can't reproduce.


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 20:35:08] butterblume83 at gmx dot de

    Is the configure-line:

    checking for flex version... invalid

    interesting?

    ------------------------------------------------------------------------

    [2006-09-09 20:31:50] butterblume83 at gmx dot de

    @tony2001: does not help.

    ------------------------------------------------------------------------

    [2006-09-09 20:13:40] [email]tony2001@php.net[/email]

    Make sure you have yacc/bison installed.

    ------------------------------------------------------------------------

    [2006-09-09 20:09:43] butterblume83 at gmx dot de

    @Johannes: the exact same error with 5.2 snapshot. Btw, the problem
    does not occur in Slackware 10.2.

    ------------------------------------------------------------------------

    [2006-09-09 19:48:06] [email]johannes@php.net[/email]

    Please try using this CVS snapshot:

    [url]http://snaps.php.net/php5.2-latest.tar.gz[/url]

    For Windows:

    [url]http://snaps.php.net/win32/php5.2-win32-latest.zip[/url]



    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/38762[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    tony2001@php.net Guest

  9. #8

    Default #38762 [Fbk->Opn]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    User updated by: butterblume83 at gmx dot de
    Reported By: butterblume83 at gmx dot de
    -Status: Feedback
    +Status: Open
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    New Comment:

    It works after I downgraded flex (2.5.31-38) to flex-old (2.5.4a-7).
    Please edit php's configure script so that a fatal error is thrown if
    the flex version is invalid.


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 21:13:51] [email]tony2001@php.net[/email]

    Can't reproduce.

    ------------------------------------------------------------------------

    [2006-09-09 20:35:08] butterblume83 at gmx dot de

    Is the configure-line:

    checking for flex version... invalid

    interesting?

    ------------------------------------------------------------------------

    [2006-09-09 20:31:50] butterblume83 at gmx dot de

    @tony2001: does not help.

    ------------------------------------------------------------------------

    [2006-09-09 20:13:40] [email]tony2001@php.net[/email]

    Make sure you have yacc/bison installed.

    ------------------------------------------------------------------------

    [2006-09-09 20:09:43] butterblume83 at gmx dot de

    @Johannes: the exact same error with 5.2 snapshot. Btw, the problem
    does not occur in Slackware 10.2.

    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/38762[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    butterblume83 at gmx dot de Guest

  10. #9

    Default #38762 [Opn->Asn]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    Updated by: [email]tony2001@php.net[/email]
    Reported By: butterblume83 at gmx dot de
    -Status: Open
    +Status: Assigned
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    -Assigned To:
    +Assigned To: sesser
    New Comment:

    Stefan, your change broke the check for flex:
    [url]http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.1&r2=1.332.2.14.2.2[/url]


    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 21:27:25] butterblume83 at gmx dot de

    It works after I downgraded flex (2.5.31-38) to flex-old (2.5.4a-7).
    Please edit php's configure script so that a fatal error is thrown if
    the flex version is invalid.

    ------------------------------------------------------------------------

    [2006-09-09 21:13:51] [email]tony2001@php.net[/email]

    Can't reproduce.

    ------------------------------------------------------------------------

    [2006-09-09 20:35:08] butterblume83 at gmx dot de

    Is the configure-line:

    checking for flex version... invalid

    interesting?

    ------------------------------------------------------------------------

    [2006-09-09 20:31:50] butterblume83 at gmx dot de

    @tony2001: does not help.

    ------------------------------------------------------------------------

    [2006-09-09 20:13:40] [email]tony2001@php.net[/email]

    Make sure you have yacc/bison installed.

    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/38762[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    tony2001@php.net Guest

  11. #10

    Default #38762 [Asn->Opn]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    Updated by: [email]sesser@php.net[/email]
    Reported By: butterblume83 at gmx dot de
    -Status: Assigned
    +Status: Open
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    Assigned To: sesser
    New Comment:

    The flex check works. The behaviour introduced with PHP 5.2 was
    unwanted. The original reporter reported the issue with PHP 5.1.6 which
    is proof enough, that my change that is only in 5.2 is NOT responsible.




    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 21:38:58] [email]tony2001@php.net[/email]

    Stefan, your change broke the check for flex:
    [url]http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.1&r2=1.332.2.14.2.2[/url]

    ------------------------------------------------------------------------

    [2006-09-09 21:27:25] butterblume83 at gmx dot de

    It works after I downgraded flex (2.5.31-38) to flex-old (2.5.4a-7).
    Please edit php's configure script so that a fatal error is thrown if
    the flex version is invalid.

    ------------------------------------------------------------------------

    [2006-09-09 21:13:51] [email]tony2001@php.net[/email]

    Can't reproduce.

    ------------------------------------------------------------------------

    [2006-09-09 20:35:08] butterblume83 at gmx dot de

    Is the configure-line:

    checking for flex version... invalid

    interesting?

    ------------------------------------------------------------------------

    [2006-09-09 20:31:50] butterblume83 at gmx dot de

    @tony2001: does not help.

    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/38762[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    sesser@php.net Guest

  12. #11

    Default #38762 [Opn->Asn]: build dir != src dir results in "Zend/zend_language_parser.c: No such file"

    ID: 38762
    Updated by: [email]tony2001@php.net[/email]
    Reported By: butterblume83 at gmx dot de
    -Status: Open
    +Status: Assigned
    Bug Type: Compile Failure
    Operating System: Ubuntu Dapper Drake
    PHP Version: 5.1.6
    Assigned To: sesser
    New Comment:

    Hi have tested 5.2 snapshot:
    >[9 Sep 8:09pm UTC] butterblume83 at gmx dot de
    >the exact same error with 5.2 snapshot.

    Previous Comments:
    ------------------------------------------------------------------------

    [2006-09-09 22:45:17] [email]sesser@php.net[/email]

    The flex check works. The behaviour introduced with PHP 5.2 was
    unwanted. The original reporter reported the issue with PHP 5.1.6 which
    is proof enough, that my change that is only in 5.2 is NOT responsible.



    ------------------------------------------------------------------------

    [2006-09-09 21:38:58] [email]tony2001@php.net[/email]

    Stefan, your change broke the check for flex:
    [url]http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.1&r2=1.332.2.14.2.2[/url]

    ------------------------------------------------------------------------

    [2006-09-09 21:27:25] butterblume83 at gmx dot de

    It works after I downgraded flex (2.5.31-38) to flex-old (2.5.4a-7).
    Please edit php's configure script so that a fatal error is thrown if
    the flex version is invalid.

    ------------------------------------------------------------------------

    [2006-09-09 21:13:51] [email]tony2001@php.net[/email]

    Can't reproduce.

    ------------------------------------------------------------------------

    [2006-09-09 20:35:08] butterblume83 at gmx dot de

    Is the configure-line:

    checking for flex version... invalid

    interesting?

    ------------------------------------------------------------------------

    The remainder of the comments for this report are too long. To view
    the rest of the comments, please view the bug report online at
    [url]http://bugs.php.net/38762[/url]

    --
    Edit this bug report at [url]http://bugs.php.net/?id=38762&edit=1[/url]
    tony2001@php.net Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139