Opened 18 years ago
Closed 18 years ago
#11879 closed defect (fixed)
Maven 2.0.6 install fails
Reported by: | alwyn.schoeman@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.4.3 |
Keywords: | maven2 | Cc: | alwyn.schoeman@…, roederja |
Port: |
Description
Maven 2.0.6 install fails on my iMac OSX version 10.4.9. Macports on version 1.430.
command: sudo port -d install maven2
Error is the following:
DEBUG: Executing com.apple.destroot (maven2) xinstall: mkdir /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_java_maven2/work/destroot/opt/local/share/java xinstall: mkdir /opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_java_maven2/work/destroot/opt/local/share/java/maven2 Error: Target com.apple.destroot returned: error copying "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_java_maven2/work/maven-2.0.6/core": no such file or directory Warning: the following items did not execute (for maven2): com.apple.activate com.apple.destroot com.apple.install Error: Status 1 encountered during processing.
Attachments (1)
Change History (3)
Changed 18 years ago by alwyn.schoeman@…
Attachment: | maven206.patch added |
---|
comment:1 Changed 18 years ago by alwyn.schoeman@…
The attached patch should fix the problem. Hope it works, I haven't submitted patches to anything in a while :(
Maven 2.0.6 binary install do not ship with a core directory anymore. I've removed the core directory. Also added the boot directory although I don't know if it is necessary.
Regards,
comment:2 Changed 18 years ago by roederja
Cc: | alwyn.schoeman@… jann@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
The maintainer already submitted a patch which I committed today. If it still doesn't work please re-open this bug.
Patch to get maven 2.0.6 to install