You are not logged in.
Pages: 1
There were several other updates that needed to be installed so I temporarily added tt-rss to the ignored packages in pacman.conf, installed the other updates and then tried to force install it, but no dice. I did update tt-rss via the built-in updater plugin. Is that the problem?
sudo pacman --force -S tt-rss
warning: tt-rss-1.9-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...Packages (1): tt-rss-1.9-1
Total Installed Size: 8.34 MiB
Net Upgrade Size: 0.00 MiB:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [######################] 100%
(1/1) checking package integrity [######################] 100%
(1/1) loading package files [######################] 100%
(1/1) checking for file conflicts [######################] 100%
(1/1) checking available disk space [######################] 100%
(1/1) reinstalling tt-rss [######################] 100%
error: extract: not overwriting dir with file /usr/share/webapps/tt-rss/lock
error: extract: not overwriting dir with file /usr/share/webapps/tt-rss/feed-icons
error: extract: not overwriting dir with file /usr/share/webapps/tt-rss/cache
error: problem occurred while upgrading tt-rss
===> Update config.php with new configuration data from config.php-dist if necessary.
Update CONFIG_VERSION to the new version afterwards.
error: could not commit transaction
error: failed to commit transaction (transaction aborted)
Errors occurred, no packages were upgraded.
Offline
pacman -Qo /usr/share/webapps/tt-rss/{lock,feed-icons,cache}
Edit, yes, updating it manually via the plugin is what caused this problem. Move everything in those dirs to the corresponding dir in /var/lib/tt-rss/ then remove them.
Last edited by Scimmia (2013-07-28 15:43:39)
Offline
umaxtu, instead of using '--force', please familiarize yourself with https://bbs.archlinux.org/viewtopic.php?id=130138 , as Scimmia suggested.
Edit: When pasting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
like this1.9-1 is the latest version available https://www.archlinux.org/packages/?name=tt-rss
Last edited by karol (2013-07-28 15:48:56)
Offline
Pages: 1