Opened 20 years ago
Closed 20 years ago
#2908 closed defect (fixed)
BUG: mysql5 fails to install
Reported by: | paul@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
During a "port -v install mysql5", the error at the bottom of this message is returned. I am running the latest cvs copy of darwinports and the dports repository. This occurred on both hosts that I tried.
Making install in server-tools Making install in instance-manager
mkdir -p -- . "/usr/dports/databases/mysql5/work/destroot/usr/local/ |
libexec"
/bin/sh ../../libtool --preserve-dup-deps --mode=install /usr/bin/install -c 'mysqlmanager' '/usr/
dports/databases/mysql5/work/destroot/usr/local/libexec/mysql5manager' /usr/bin/install -c mysqlmanager /usr/dports/databases/mysql5/work/destroot/usr/local/libexec/ mysql5manager make[3]: Nothing to be done for `install-data-am'. make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. Error: Target com.apple.destroot returned: error deleting "/usr/dports/databases/mysql5/work/ destroot/usr/local/mysql-test/r": file already exists Warning: the following items did not execute (for mysql5): com.apple.activate com.apple.destroot com.apple.archive com.apple.install
Attachments (1)
Change History (5)
comment:1 Changed 20 years ago by snu@…
Owner: | changed from darwinports-bugs@… to mww@… |
---|---|
severity: | critical → normal |
Summary: | databases/mysql5 fails to install → BUG: mysql5 fails to install |
comment:2 Changed 20 years ago by mww@…
comment:3 Changed 20 years ago by paul@…
Perhaps /usr/local isn't an ideal location to install, but it still should work :-)
comment:4 Changed 20 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
replaced the choking "file delete.." with a system "rm -rf .."
harmful, if you install other 3rd party software that will then clash with installed ports