From: | mamfelt(at)gmail(dot)com |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #7771: packaging error causes build failure |
Date: | 2012-12-24 10:30:23 |
Message-ID: | E1Tn5Id-0002Tg-So@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 7771
Logged by: Michael Felt
Email address: mamfelt(at)gmail(dot)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(at)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_2004/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=/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(at)x054:[/data/prj/pgsql]find . -name utf8_and_euc_jis_2004.c
michael(at)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!
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Felt | 2012-12-24 10:45:34 | Re: BUG #7771: packaging error causes build failure |
Previous Message | Craig Ringer | 2012-12-24 10:28:01 | Re: BUG #7760: records with duplicate primary keys |