Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#11470 - texlive-bin try to overwrite a Matlab script in /usr/bin, that is /usr/bin/mex
Attached to Project:
Arch Linux
Opened by Marco (Demind) - Saturday, 13 September 2008, 13:00 GMT
Last edited by Pierre Schmitz (Pierre) - Saturday, 13 September 2008, 13:19 GMT
Opened by Marco (Demind) - Saturday, 13 September 2008, 13:00 GMT
Last edited by Pierre Schmitz (Pierre) - Saturday, 13 September 2008, 13:19 GMT
|
DetailsDescription:
texlive-bin try to overwrite a matlab script in /usr/bin, that is /usr/bin/mex. The main problem is that Matlab is not opensource so a user has to install it using a script written by Mathworks. My temporary fix is changing the name of the /usr/bin/mex script after installation but when we uninstall Matlab the script isn't removed. Additional info: Package: texlive-bin 2008-1 Installation messages: error: could not prepare transaction error: failed to commit transaction (conflicting files) texlive-bin: /usr/bin/mex exists in filesystem Errors occurred, no packages were upgraded. Steps to reproduce: If you have Matlab installed you only need to try to install the new txlive-most group of packages or more simply texlive-bin package. |
This task depends upon
Closed by Pierre Schmitz (Pierre)
Saturday, 13 September 2008, 13:19 GMT
Reason for closing: Not a bug
Saturday, 13 September 2008, 13:19 GMT
Reason for closing: Not a bug
Anyway: third-party software should never install to /usr. Use /opt or /usr/local instead and there wont be any problem.