![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
| exit; \ done |
#2
| |||
| |||
|
|
I just found the time to try 8.0RC2 on OSX and I have a problem with 'make check'. Here is my configure.. ./configure --disable-shared ... |
#3
| |||
| |||
|
|
Theodore Petrosky <tedpet5 (AT) yahoo (DOT) com> writes: I just found the time to try 8.0RC2 on OSX and I have a problem with 'make check'. Here is my configure.. ./configure --disable-shared ... --disable-shared breaks plpgsql, and probably a few other things. I'm not exactly sure why we still advertise it as a supported option. regards, tom lane |
#4
| |||
| |||
|
|
Theodore Petrosky <tedpet5 (AT) yahoo (DOT) com> writes: I just found the time to try 8.0RC2 on OSX and I have a problem with 'make check'. Here is my configure.. ./configure --disable-shared ... --disable-shared breaks plpgsql, and probably a few other things. I'm not exactly sure why we still advertise it as a supported option. regards, tom lane |
#5
| |||
| |||
|
|
Theodore Petrosky <tedpet5 (AT) yahoo (DOT) com> writes: I just found the time to try 8.0RC2 on OSX and I have a problem with 'make check'. Here is my configure.. ./configure --disable-shared ... --disable-shared breaks plpgsql, and probably a few other things. I'm not exactly sure why we still advertise it as a supported option. regards, tom lane |
#6
| |||
| |||
|
|
Here is (was) the problem. I was working in an administrator account. Not Root, but an admin account. |
#7
| |||
| |||
|
|
Theodore Petrosky <tedpet5 (AT) yahoo (DOT) com> writes: Here is (was) the problem. I was working in an administrator account. Not Root, but an admin account. That seems a bit hard to believe. Looking back at your original message, I notice something that escaped me the first time: the actual failure message is ./zic -d /Users/postgres/Documents/postgresql source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/share/timezone ./data/africa ./data/antarctica ./data/asia ./data/australasia ./data/europe ./data/northamerica ./data/southamerica ./data/pacificnew ./data/etcetera ./data/factory ./data/backward ./data/systemv ./data/solar87 ./data/solar88 ./data/solar89 ./zic: Can't open source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/usr/local/pgsql/share/timezone: No such file or directory Do you have a space in the path leading to the source tree? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo (AT) postgresql (DOT) org |
#8
| |||
| |||
|
|
the full path was: /Users/asacksadmin/Documents/postgresql-8.0.0rc2 |
#9
| |||
| |||
|
|
Theodore Petrosky <tedpet5 (AT) yahoo (DOT) com> writes: the full path was: /Users/asacksadmin/Documents/postgresql-8.0.0rc2 Really? What I see at http://archives.postgresql.org/pgsql...2/msg00263.php definitely looks like /Users/postgres/Documents/postgresql source/postgresql-8.0.0rc2/src/test/regress/./tmp_check/install/ ... I can't tell if the line break is in the original install.log or was added somewhere in the mailing process, but in any case that doesn't look quite like what you say. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster |
#10
| |||
| |||
|
|
that's correct, that was the computer at home at that does have the space in the path.. however my machine in the office that had the identical problem has no spaces and is the machine that I used to create the standard user. |
![]() |
| Thread Tools | |
| Display Modes | |
| |