Bug 31812 - Ошибка при обновлении
Summary: Ошибка при обновлении
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: squid (show other bugs)
Version: unstable
Hardware: all Linux
: P3 critical
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks: 30940
  Show dependency tree
 
Reported: 2016-02-17 16:57 MSK by Sergey V Turchin
Modified: 2016-04-29 13:02 MSK (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey V Turchin 2016-02-17 16:57:39 MSK
При обновлении с p7 до Sisyphus ошибка при смене файла на каталог.
Comment 1 Sergey V Turchin 2016-02-20 11:59:50 MSK
Разве у нас нет мантейнера?
Comment 2 Alexey Shabalin 2016-02-20 16:23:55 MSK
а какой именно?
Comment 3 Sergey V Turchin 2016-02-20 17:47:25 MSK
Уже не помню. Что-то из локализации.
Comment 4 Repository Robot 2016-03-15 21:17:51 MSK
squid-3.5.15-alt1 -> sisyphus:

* Tue Mar 15 2016 Alexey Shabalin <shaba@altlinux> 3.5.15-alt1
- 3.5.15
- fix files conflict for upgrade langpack (ALT#31812)

* Sat Feb 20 2016 Alexey Shabalin <shaba@altlinux> 3.5.14-alt1
- 3.5.14
Comment 5 Andrey Cherepanov 2016-04-28 17:36:57 MSK
[root@c228 ~]# apt-cache show squid | grep ^Version | sort
Version: 3.2.13-alt5.M70P.1
Version: 3.5.15-alt1
[root@c228 ~]# apt-get -f install | grep -i error
^C
[root@c228 ~]# apt-get -f -y install | grep error
warning: /etc/squid/cachemgr.conf created as /etc/squid/cachemgr.conf.rpmnew
warning: /etc/squid/cachemgr.conf.default created as /etc/squid/cachemgr.conf.default.rpmnew
warning: /etc/squid/errorpage.css created as /etc/squid/errorpage.css.rpmnew
warning: /etc/squid/errorpage.css.default created as /etc/squid/errorpage.css.default.rpmnew
warning: /etc/squid/mime.conf created as /etc/squid/mime.conf.rpmnew
warning: /etc/squid/mime.conf.default created as /etc/squid/mime.conf.default.rpmnew
warning: /etc/squid/squid.conf created as /etc/squid/squid.conf.rpmnew
warning: /etc/squid/squid.conf.default created as /etc/squid/squid.conf.default.rpmnew
warning: /etc/squid/squid.conf.documented created as /etc/squid/squid.conf.documented.rpmnew
error: unpacking of archive failed on file /usr/share/squid/errors/zh-tw: cpio: rename failed - Это каталог
E: Произошли ошибки при выполнении транзакции
Comment 6 AEN 2016-04-28 20:33:28 MSK
Блокер для анонса p8, невозможно обновление.
Comment 7 Dmitry V. Levin 2016-04-28 21:12:14 MSK
if [ $1 -gt 1 ]; then
  for lang in zh-cn zh-tw; do
    lang=/usr/share/squid/errors/$lang
    if [ -d $lang -a ! -L $lang ]; then
      rm -rf $lang
    fi
  done
fi
Comment 8 Repository Robot 2016-04-29 13:02:38 MSK
squid-3.5.15-alt1.1 -> sisyphus:

* Fri Apr 29 2016 Andrey Cherepanov <cas@altlinux> 3.5.15-alt1.1
- (ldv@) Fix remove conflict directories and symlinks (ALT #31812)