FS#41814 - [java-common] pacman says "error: command failed to execute correctly"
Attached to Project:
Arch Linux
Opened by rem (remingtontonpon) - Thursday, 04 September 2014, 06:26 GMT
Last edited by Guillaume ALAUX (galaux) - Monday, 08 September 2014, 20:04 GMT
Opened by rem (remingtontonpon) - Thursday, 04 September 2014, 06:26 GMT
Last edited by Guillaume ALAUX (galaux) - Monday, 08 September 2014, 20:04 GMT
|
Details
When I try to install java-common , pacman says
ln: failed to create symbolic link ‘/usr/lib/jvm/java-default-runtime’: No such file or directory ln: failed to create symbolic link ‘/usr/lib/jvm/default-runtime’: No such file or directory error: command failed to execute correctly I suppose line 25 in install_java-common.sh if [ -n ${_curr_def} ]; then should be if [ -n "${_curr_def}" ]; then Additional info: * package version(s) java-common 1-6 Steps to reproduce: |
This task depends upon
Closed by Guillaume ALAUX (galaux)
Monday, 08 September 2014, 20:04 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 1-7
Monday, 08 September 2014, 20:04 GMT
Reason for closing: Fixed
Additional comments about closing: Fixed in 1-7
I'll report back here when "-7" comes.
Thank you!