Re: Buildfarm support for older versions

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Buildfarm support for older versions
Date: 2021-12-23 01:16:21
Message-ID: 40e68035ddd74f3266bb397688e66604@lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/22/2021 7:20 am, Andrew Dunstan wrote:
> On 12/21/21 15:06, Larry Rosenman wrote:
>> I filled out that form on the 16th, and haven't gotten a new animal
>> assignment.  Is there
>> a problem with my data?
>
>
>
> It's a manual process, done when your friendly admins have time. I have
> approved it now.
>
>
> cheers
>
>
> andrew
>
> --
> Andrew Dunstan
> EDB: https://www.enterprisedb.com

REL9_2_STABLE make dies on:
gmake[4]: Entering directory
'/home/pgbuildfarm/buildroot/REL9_2_STABLE/pgsql.build/src/backend/utils'
'/usr/bin/perl' ./generate-errcodes.pl
../../../src/backend/utils/errcodes.txt > errcodes.h
cc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute
-Wformat-security -fno-strict-aliasing -fwrapv
-Wno-unused-command-line-argument -Wno-compound-token-split-by-macro
-Wno-sometimes-uninitialized -g -I../../src/port -DFRONTEND
-I../../src/include -I/usr/local/include -c -o path.o path.c
gmake[4]: Leaving directory
'/home/pgbuildfarm/buildroot/REL9_2_STABLE/pgsql.build/src/backend/utils'
prereqdir=`cd 'utils/' >/dev/null && pwd` && \
cd '../../src/include/utils/' && rm -f errcodes.h && \
ln -s "$prereqdir/errcodes.h" .
gmake[3]: Leaving directory
'/home/pgbuildfarm/buildroot/REL9_2_STABLE/pgsql.build/src/backend'
cc -O2 -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute
-Wformat-security -fno-strict-aliasing
$ tail -30 make.log
ld: error: relocation R_X86_64_PC32 cannot be used against symbol
__mb_sb_limit; recompile with -fPIC
>>> defined in /lib/libc.so.7
>>> referenced by pgstrcasecmp.c:109
>>> pgstrcasecmp.o:(pg_toupper) in archive
>>> ../../src/port/libpgport.a

ld: error: relocation R_X86_64_PC32 cannot be used against symbol
_CurrentRuneLocale; recompile with -fPIC
>>> defined in /lib/libc.so.7
>>> referenced by runetype.h:0 (/usr/include/runetype.h:0)
>>> pgstrcasecmp.o:(pg_toupper) in archive
>>> ../../src/port/libpgport.a

ld: error: relocation R_X86_64_PC32 cannot be used against symbol
__mb_sb_limit; recompile with -fPIC
>>> defined in /lib/libc.so.7
>>> referenced by pgstrcasecmp.c:126
>>> pgstrcasecmp.o:(pg_tolower) in archive
>>> ../../src/port/libpgport.a

ld: error: relocation R_X86_64_PC32 cannot be used against symbol
_CurrentRuneLocale; recompile with -fPIC
>>> defined in /lib/libc.so.7
>>> referenced by runetype.h:0 (/usr/include/runetype.h:0)
>>> pgstrcasecmp.o:(pg_tolower) in archive
>>> ../../src/port/libpgport.a
cc: error: linker command failed with exit code 1 (use -v to see
invocation)
gmake[3]: *** [../../src/Makefile.port:20: timetravel.so] Error 1
gmake[3]: *** Waiting for unfinished jobs....
rm moddatetime.o autoinc.o refint.o timetravel.o insert_username.o
gmake[3]: Leaving directory
'/home/pgbuildfarm/buildroot/REL9_2_STABLE/pgsql.build/contrib/spi'
gmake[2]: *** [GNUmakefile:126: submake-contrib-spi] Error 2
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory
'/home/pgbuildfarm/buildroot/REL9_2_STABLE/pgsql.build/src/test/regress'
gmake[1]: *** [Makefile:33: all-test/regress-recurse] Error 2
gmake[1]: Leaving directory
'/home/pgbuildfarm/buildroot/REL9_2_STABLE/pgsql.build/src'
gmake: *** [GNUmakefile:11: all-src-recurse] Error 2
$

The other branches are still running.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 E-Mail: ler(at)lerctr(dot)org
US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2021-12-23 01:19:17 Re: Delay the variable initialization in get_rel_sync_entry
Previous Message SATYANARAYANA NARLAPURAM 2021-12-23 00:23:27 Throttling WAL inserts when the standby falls behind more than the configured replica_lag_in_bytes