Thread

  1. Version 7.0 beta problem

    Mark Jewiss <mark.jewiss@knowledge.com> — 2000-03-02T10:45:23Z

    Hello,
    
    Have run a full installation process for this twice now, and have
    experienced the same problem both times: a psql binary is not built.
    
    I've got around this by using the old 6.5.3 one, but still...
    
    Running on OpenBSD 2.6.
    
    If you need any files or logs from me, let me know - I can redo this in
    full if required.
    
    Regards,
    
    Mark.
    -- 
    Mark Jewiss
    Knowledge Matters Limited
    http://www.knowledge.com
    
    
    
  2. Re: [GENERAL] Version 7.0 beta problem

    Peter Eisentraut <e99re41@docs.uu.se> — 2000-03-02T15:14:10Z

    Try this:
    
    cd {srcdir}/src/bin/psql
    make clean
    make
    ls
    
    and show me what it says.
    
    In the future, please direct bug reports to pgsql-bugs@postgresql.org.
    
    
    On Thu, 2 Mar 2000, Mark Jewiss wrote:
    
    > Hello,
    > 
    > Have run a full installation process for this twice now, and have
    > experienced the same problem both times: a psql binary is not built.
    > 
    > I've got around this by using the old 6.5.3 one, but still...
    > 
    > Running on OpenBSD 2.6.
    > 
    > If you need any files or logs from me, let me know - I can redo this in
    > full if required.
    > 
    > Regards,
    > 
    > Mark.
    > 
    
    -- 
    Peter Eisentraut                  Sernanders väg 10:115
    peter_e@gmx.net                   75262 Uppsala
    http://yi.org/peter-e/            Sweden
    
    
    
  3. Re: [GENERAL] Version 7.0 beta problem

    Mark Jewiss <mark.jewiss@knowledge.com> — 2000-03-02T15:23:44Z

    Hello Peter,
    
    On Thu, 2 Mar 2000, Peter Eisentraut wrote:
    
    > Try this:
    > 
    > cd {srcdir}/src/bin/psql
    > make clean
    > make
    > ls
    > 
    > and show me what it says.
    
    Ok, have done this. Got as far as the make clean command, and received the
    following output. Do you want me to go over things from the start?
    
    03:22pm mark@mark:~/src/pgsql/src/bin/psql $ make clean
    "../../Makefile.global", line 127: Need an operator
    "../../Makefile.global", line 131: Missing dependency operator
    "../../Makefile.global", line 135: Need an operator
    "../../Makefile.global", line 136: Missing dependency operator
    "../../Makefile.global", line 140: Need an operator
    "../../Makefile.global", line 141: Need an operator
    "../../Makefile.global", line 142: Need an operator
    "../../Makefile.port", line 1: Need an operator
    "../../Makefile.port", line 3: Need an operator
    "../../Makefile.port", line 5: Need an operator
    "../../Makefile.port", line 7: Need an operator
    "../../Makefile.port", line 16: Need an operator
    "../../Makefile.global", line 237: Need an operator
    "../../Makefile.global", line 238: Could not find ../../Makefile.custom
    "../../Makefile.global", line 239: Need an operator
    "../../Makefile.global", line 244: Missing dependency operator
    "../../Makefile.global", line 246: Need an operator
    "../../Makefile.global", line 275: Missing dependency operator
    "../../Makefile.global", line 277: Need an operator
    "../../Makefile.global", line 279: Missing dependency operator
    "../../Makefile.global", line 281: Need an operator
    "../../Makefile.global", line 283: Missing dependency operator
    "../../Makefile.global", line 285: Need an operator
    "../../Makefile.global", line 287: Need an operator
    "../../Makefile.global", line 290: Need an operator
    "../../Makefile.global", line 292: Need an operator
    "../../Makefile.global", line 295: Need an operator
    "Makefile", line 23: Need an operator
    "Makefile", line 26: Need an operator
    "Makefile", line 34: Missing dependency operator
    "Makefile", line 39: Need an operator
    "Makefile", line 43: Missing dependency operator
    "Makefile", line 48: Need an operator
    "Makefile", line 50: Missing dependency operator
    "Makefile", line 55: Need an operator
    "Makefile", line 64: Need an operator
    "Makefile", line 67: Need an operator
    "Makefile", line 69: Need an operator
    "Makefile", line 92: Missing dependency operator
    "Makefile", line 93: Could not find depend
    "Makefile", line 94: Need an operator
    Fatal errors encountered -- cannot continue
    03:22pm mark@mark:~/src/pgsql/src/bin/psql $ 
    
    Regards,
    
    Mark.
    -- 
    Mark Jewiss
    Knowledge Matters Limited
    http://www.knowledge.com
    
    
    
  4. Re: [GENERAL] Version 7.0 beta problem

    Peter Eisentraut <e99re41@docs.uu.se> — 2000-03-03T15:10:22Z

    On Thu, 2 Mar 2000, Mark Jewiss wrote:
    
    > > cd {srcdir}/src/bin/psql
    > > make clean
    > > make
    > > ls
    
    > 03:22pm mark@mark:~/src/pgsql/src/bin/psql $ make clean
    > "../../Makefile.global", line 127: Need an operator
    > "../../Makefile.global", line 131: Missing dependency operator
    [snip]
    
    Uh, try using GNU make (probably 'gmake' on your system). Maybe we should
    name all makefiles GNUmakefile in the future.
    
    Anyway, I assume that this was not your original problem, since the top
    level makefile requires gmake.
    
    
    -- 
    Peter Eisentraut                  Sernanders väg 10:115
    peter_e@gmx.net                   75262 Uppsala
    http://yi.org/peter-e/            Sweden