Thread

  1. Re: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)

    plh@opim.uconn.edu — 1998-03-05T00:19:12Z

    Tom:
    
    It just occurred to me that, maybe we should ask Cristian which gcc version
    was used to build the pgsql rpm at redhat. Like I mentioned, with gcc-2.8.0
    and glibc2-2.0.7 rpm, I did get the time problem, but with gcc-2.7.2.3, it
    went away. Also with the helpful info Tom (Szybist) provided, this seems to
    make sense, that is, a recompile with gcc-2.7.2 cures the problem, if the rpm
    was indeed built with gcc-2.8.0 at redhat, that explains it.
    
    hope this helps,
    -Pailing
    
    
  2. Re: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)

    Thomas Lockhart <lockhart@alumni.caltech.edu> — 1998-03-05T02:43:36Z

    Got a good install from Cristian's latest Postgres rpm and the Feb 24 glibc2
    found in his home area. Passed the "one minute" test.
    
    Thanks Cristian! What was the secret? Was it the compiler, or -O setting, or ??
    
    btw, there is a one-line patch you could apply before doing a full release; it
    fixes an obscure but occasionally useful feature in the type support code. I
    haven't committed it to the source tree yet.
    
                                                      - Tom
    
  3. Re: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)

    Cristian Gafton <gafton@redhat.com> — 1998-03-05T03:47:24Z

    On 4 Mar 1998 plh@opim.uconn.edu wrote:
    
    > It just occurred to me that, maybe we should ask Cristian which gcc version
    > was used to build the pgsql rpm at redhat. Like I mentioned, with gcc-2.8.0
    
    gcc 2.7.2.3
    
    > and glibc2-2.0.7 rpm, I did get the time problem, but with gcc-2.7.2.3, it
    > went away. Also with the helpful info Tom (Szybist) provided, this seems to
    > make sense, that is, a recompile with gcc-2.7.2 cures the problem, if the rpm
    > was indeed built with gcc-2.8.0 at redhat, that explains it.
    
    I think you "recompile" a newer version than the snapshot included in the
    SRPM ?
    
    Cristian
    --
    ----------------------------------------------------------------------
    Cristian Gafton   --   gafton@redhat.com   --   Red Hat Software, Inc.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     UNIX is user friendly. It's just selective about who its friends are.
    
    
    
    
    
  4. Re: Glibc2 (was Re: [HACKERS] PostgreSQL - the Linux of Databases...)

    Cristian Gafton <gafton@redhat.com> — 1998-03-05T03:49:56Z

    On Thu, 5 Mar 1998, Thomas G. Lockhart wrote:
    
    > Thanks Cristian! What was the secret? Was it the compiler, or -O setting, or ??
    
    You're welcome !
    
    I just got a newer snapshot and recompiled it.
     
    > btw, there is a one-line patch you could apply before doing a full release; it
    
    Thanks, I'll do new rpms.
    
    Cristian
    --
    ----------------------------------------------------------------------
    Cristian Gafton   --   gafton@redhat.com   --   Red Hat Software, Inc.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     UNIX is user friendly. It's just selective about who its friends are.