Bug 32603 - Функция acl_from_text завершается с ошибкой
Summary: Функция acl_from_text завершается с ошибкой
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: libacl (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL: https://git.savannah.gnu.org/cgit/acl...
Keywords:
: 32967 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-10-12 15:51 MSK by Valery Inozemtsev
Modified: 2017-04-20 03:45 MSK (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Valery Inozemtsev 2016-10-12 15:51:49 MSK
$ tar --acls -cJf test.tar.xz tar*
$ tar -xf test.tar.xz --acls
tar: tar-acls-bugfix.patch: Предупреждение: Функция acl_from_text завершилась с ошибкой
tar: tar.error: Предупреждение: Функция acl_from_text завершилась с ошибкой

acl версии 2.2.52 вроде как этим не страдает
Comment 1 Valery Inozemtsev 2017-01-09 10:54:36 MSK
*** Bug 32967 has been marked as a duplicate of this bug. ***
Comment 2 Anton Farygin 2017-03-30 16:13:49 MSK
Тоже нарвались.
Comment 3 Dmitry V. Levin 2017-03-30 16:29:42 MSK
(In reply to comment #0)
> $ tar --acls -cJf test.tar.xz tar*
> $ tar -xf test.tar.xz --acls
> tar: tar-acls-bugfix.patch: Предупреждение: Функция acl_from_text завершилась с
> ошибкой
> tar: tar.error: Предупреждение: Функция acl_from_text завершилась с ошибкой
> 
> acl версии 2.2.52 вроде как этим не страдает

https://git.savannah.gnu.org/cgit/acl.git/commit/?id=3f079d4e0512c9a241fb23c56a0421441c83621e

acl вообще не страдает
Comment 4 Dmitry V. Levin 2017-04-20 02:45:27 MSK
Regression introduced by acl commit v2.2.51-52-g5dac69c:
https://git.savannah.gnu.org/cgit/acl.git/commit/?id=5dac69ce914202c587f00da638123403111ca673
Comment 5 Repository Robot 2017-04-20 03:45:20 MSK
acl-2.2.52.0.52.33f0-alt1 -> sisyphus:

* Thu Apr 20 2017 Dmitry V. Levin <ldv@altlinux> 2.2.52.0.52.33f0-alt1
- v2.2.52-50-gea3c6bb -> v2.2.52-52-g33f01b5.
- Fixed acl_from_text returning NULL on all input (closes: #32603).