Opened 19 years ago
Closed 19 years ago
#5128 closed defect (fixed)
Working
Reported by: | platcool@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
Attempted to ./configure && make install, recieved the following error:
===> making install in src/port cat ../../doc/prefix.mtree | /usr/sbin/mtree -U -d -e -p /opt/local > /dev/null /usr/bin/install -c -o root -g admin -m 444 port.1 /opt/local/share/man/man1 /usr/bin/install -c -o root -g admin -m 444 portall.1 /opt/local/share/man/man1 /usr/bin/install -c -d -o root -g admin -m 0775 /opt/local/bin /usr/bin/install -c -o root -g admin -m 555 port /opt/local/bin/port install: port: No such file or directory make[2]: * [install] Error 71 make[1]: * [install] Error 1 make: * [install] Error 1
Any ideas?
Change History (2)
comment:1 Changed 19 years ago by jberry@…
comment:2 Changed 19 years ago by platcool@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | (MAKE INSTALL failure): install: port: No such file or directory. → Working |
Found that the ./configure && make && make install worked? Why?
Thanks for he super-fast response!
It's not clear to me whether the error message concerns the source or destination. Can you confirm that there exists the destination directory /opt/local/bin/port at the time of that message? And the source file at .../base/src/port?
What's in your PATH? Are there any symlinks in those places? Is this a reinstall or a fresh installation? Oh, what if you do this as root (./configure && make && sudo make install)?