BUG #7771: packaging error causes build failure - Mailing list pgsql-bugs

From mamfelt@gmail.com
Subject BUG #7771: packaging error causes build failure
Date
Msg-id E1Tn5Id-0002Tg-So@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #7771: packaging error causes build failure
Re: BUG #7771: packaging error causes build failure
Re: BUG #7771: packaging error causes build failure
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7771
Logged by:          Michael Felt
Email address:      mamfelt@gmail.com
PostgreSQL version: 8.3.22
Operating system:   AIX
Description:        =


There are three references to the file @LongLink in the tar file :
postgresql-8.3.22.tar.bz2

michael@x054:[/data/prj/pgsql]bzip2 -dc postgresql-8.3.22.tar.bz2 | tar tf -
| grep LongLink
././@LongLink
././@LongLink
././@LongLink


$ cat @LongLink
postgresql-8.3.22/src/backend/utils/mb/conversion_procs/utf8_and_euc_jis_20=
04/utf8_and_euc_jis_2004.c

make stops with following message. Looks as if the source file referenced in
@LongLink needed is missing

     356  1500-010: (W) WARNING in BackgroundWriterMain: Infinite loop. =

Program may not stop.
     221  1500-010: (W) WARNING in WalWriterMain: Infinite loop.  Program
may not stop.
    3638  1500-010: (W) WARNING in PostgresMain: Infinite loop.  Program may
not stop.
    1500-030: (I) INFORMATION: get_rule_expr: Additional optimization may be
attained by recompiling and specifying MAXMEM option with a value greater
than 8192.
    1500-030: (I) INFORMATION: dch_date: Additional optimization may be
attained by recompiling and specifying MAXMEM option with a value greater
than 8192.
make[3]: *** No rule to make target `utf8_and_euc_jis_2004.o', needed by
`libutf8_and_euc_jis_2004.so.0'.  Stop.
make[2]: *** [all] Error 2
make[1]: *** [all] Error 2
make: *** [all] Error 2
+ make install DESTDIR=3D/var/tmp/root/postgresql-8.3.22.0 >
build/aix/install.out
make[3]: *** No rule to make target `utf8_and_euc_jis_2004.o', needed by
`libutf8_and_euc_jis_2004.so.0'.  Stop.
make[2]: *** [install] Error 2
make[1]: *** [install] Error 2
make: *** [install] Error 2
make install returned an error

michael@x054:[/data/prj/pgsql]find . -name utf8_and_euc_jis_2004.c
michael@x054:[/data/prj/pgsql]

p.s. @LongLink is also in the older distribution .bz2 files, I had just not
had the time to look into the error it caused. I hope you can at least
re-release this tar file so that all the files needed are in it!

pgsql-bugs by date:

Previous
From: Craig Ringer
Date:
Subject: Re: BUG #7760: records with duplicate primary keys
Next
From: Michael Felt
Date:
Subject: Re: BUG #7771: packaging error causes build failure