Bug 26217 - [PATCH] truncates output file in verbose mode
Summary: [PATCH] truncates output file in verbose mode
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: hasher (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Dmitry V. Levin
QA Contact: qa-sisyphus
URL: http://git.altlinux.org/people/ldv/pa...
Keywords:
Depends on: 25686
Blocks:
  Show dependency tree
 
Reported: 2011-09-02 10:45 MSK by Michael Shigorin
Modified: 2011-10-31 00:26 MSK (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Shigorin 2011-09-02 10:45:47 MSK
При запуске hsh ... >>log 2>&1 hasher-1.3.21-alt1 truncate'ит получившийся лог -- поймано при сборке mkimage:

> hsh-initroot: Created contents index.
> `/tmp/.private/mike/mkimage-profiles.build.kiKM8TDLQl/.work/.cache/hsh/contents/contents_index_bin' -> `chroot/.host/contents_index_bin'
> hsh-install: changed working directory to `/tmp/.private/mike/mkimage-profiles.build.kiKM8TDLQl/.work'
> hsh-install: Locked working directory `/tmp/.private/mike/mkimage-profiles.build.kiKM8TDLQl/.work'
>>> tail: /home/mike/mkimage/mkimage-profiles/build/build.log: file truncated
> Reading Package Lists...
> Building Dependency Tree...

Проблема в коммите ca1aab7b211d42c0b1514e43fd5158d53a94a3e6, исправление:
s,tee /dev/stderr,tee -a /dev/stderr,

PS: по некоторому опыту использования думаю, что это поведение было бы хорошо включать при -vv (который из того же mkimage также передавать при повышении уровня отладки выше первого -- например, при обычной отладке выхлоп сборки инструментальных чрутов IMHO можно вообще опустить).
Comment 1 Dmitry V. Levin 2011-09-02 11:30:21 MSK
Спасибо, 1.3.21-alt1-1-g94a3ce6
Comment 2 Michael Shigorin 2011-10-20 17:50:28 MSK
Можно в сизиф?  Опять напоролся на свежей сборочнице на обрезанный лог сборки mkimage, не сразу вспомнил, где именно грабли были.
Comment 3 Repository Robot 2011-10-30 21:56:03 MSK
hasher-1.3.22-alt1 -> sisyphus:

* Sun Oct 30 2011 Dmitry V. Levin <ldv@altlinux> 1.3.22-alt1
- Fixed duplications in generated hsh.1 manpage (closes: #20893).
- hsh-run: reverted the change made in previous release to disable
  network isolation when X11 forwarding is requested.
- mkaptbox: fixed a typo in readlink options (by Kirill A. Shutemov).
- hsh-sh-functions.in (print_uris): fixed stderr truncation
  in verbose mode (by Michael Shigorin; closes: #26217).
Comment 4 Michael Shigorin 2011-10-31 00:26:59 MSK
Спасибо!