| From: | Doug Hall <doughalldev(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Bus error on make check |
| Date: | 2006-02-20 19:44:28 |
| Message-ID: | 3E28F09A-1BED-457B-B590-4073A0D42CB7@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I get the following errors upon running a make check for 8.1.3:
./pg_regress: line 503: 9002 Bus error "$bindir/psql" -
X $psql_options postgres </dev/null 2>/dev/null
./pg_regress: line 503: 9007 Bus error "$bindir/psql" -
X $psql_options postgres </dev/null 2>/dev/null
./pg_regress: line 503: 9012 Bus error "$bindir/psql" -
X $psql_options postgres </dev/null 2>/dev/null
running on port 55432 with pid 8714
============== creating database "regression" ==============
./pg_regress: line 541: 9019 Bus error "$bindir/
createdb" $encoding_opt $psql_options --template template0 "$dbname"
pg_regress: createdb failed
make[2]: *** [check] Error 2
make[1]: *** [check] Error 2
make: *** [check] Error 2
Any ideas what could cause this?
Thanks,
Doug
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jonel Rienton | 2006-02-20 20:04:42 | Re: Bus error on make check |
| Previous Message | Andrus | 2006-02-20 19:33:57 | Re: How to determine number of established connections |