FS#33100 - [sage-mathematics] Upgrading from 5.3-1 to 5.4-1 exits due to conflict
Attached to Project:
Community Packages
Opened by Donald Johnson (minozake) - Sunday, 16 December 2012, 00:29 GMT
Last edited by Daniel Wallace (gtmanfred) - Monday, 17 December 2012, 22:11 GMT
Opened by Donald Johnson (minozake) - Sunday, 16 December 2012, 00:29 GMT
Last edited by Daniel Wallace (gtmanfred) - Monday, 17 December 2012, 22:11 GMT
|
Details
Description:
Attempting to upgrade from 5.3-1 to 5.4-1 exits due to /opt/sage/data existing in the filesystem. Additional info: * package versions - 5.3-1 and 5.4-1 Output from `pacman -S sage-mathematics`: > resolving dependencies... > looking for inter-conflicts... > > Targets (1): sage-mathematics-5.4-1 > > Total Installed Size: 2007.25 MiB > Net Upgrade Size: -97.01 MiB > > Proceed with installation? [Y/n] y > (1/1) checking package integrity [########################################################################] 100% > (1/1) loading package files [########################################################################] 100% > (1/1) checking for file conflicts [########################################################################] 100% > error: failed to commit transaction (conflicting files) > sage-mathematics: /opt/sage/data exists in filesystem > Errors occurred, no packages were upgraded. |
This task depends upon
Closed by Daniel Wallace (gtmanfred)
Monday, 17 December 2012, 22:11 GMT
Reason for closing: Not a bug
Additional comments about closing: Fixed upstream in 5.4.1
Monday, 17 December 2012, 22:11 GMT
Reason for closing: Not a bug
Additional comments about closing: Fixed upstream in 5.4.1
Comment by
Daniel Wallace (gtmanfred) -
Monday, 17 December 2012, 02:50 GMT
if you remove that data dir does it work fine? i started using
./sage -dist in order to remove all the extra stuff that isn't
needed and also probably added that directory, if you remove the
directory does it work fine
Comment by Antonio Rojas (arojas) -
Monday, 17 December 2012, 22:00 GMT
This is a pacman issue, in 5.4 the sage/data dir was replaced by a
symlink to sage/local/share and pacman fails. In 5.4.1 the symlink
doesn't exist, so this shouldn't be an issue anymore.
Comment by
Daniel Wallace (gtmanfred) -
Monday, 17 December 2012, 22:11 GMT
ok excellent, closing