Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831216 - sys-fs/inotify-tools-3.21.9.6 output is missing filename when watching single files
Summary: sys-fs/inotify-tools-3.21.9.6 output is missing filename when watching single...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ionen Wolkens
URL: https://github.com/inotify-tools/inot...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-15 01:50 UTC by Brand Huntsman
Modified: 2022-06-29 14:52 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brand Huntsman 2022-01-15 01:50:11 UTC
3.21.9.0 and above contain a change that removed the filename which triggered the event when watching single files. The upstream bug report is at https://github.com/inotify-tools/inotify-tools/issues/157 and an incomplete pull request to fix it is at https://github.com/inotify-tools/inotify-tools/pull/159.

`inotifywait -q foo bar` only outputs ` OPEN` when either file is opened, while 3.20.11.0 and below would output `bar OPEN` when bar is opened.
Comment 1 Larry the Git Cow gentoo-dev 2022-01-15 01:56:28 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b524fba9fcd3394fff8cc35a20ef3d831f4f1c77

commit b524fba9fcd3394fff8cc35a20ef3d831f4f1c77
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-01-15 01:56:11 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-15 01:56:15 +0000

    sys-fs/inotify-tools: destabilize 3.21.9.6
    
    Reported regression.
    
    Bug: https://bugs.gentoo.org/831216
    Bug: https://bugs.gentoo.org/830136
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-fs/inotify-tools/inotify-tools-3.21.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Brand Huntsman 2022-01-18 20:45:22 UTC
This issue is fixed in https://github.com/inotify-tools/inotify-tools/releases/tag/3.22.1.0.
Comment 3 Ionen Wolkens gentoo-dev 2022-06-29 14:52:49 UTC
(In reply to Brand Huntsman from comment #2)
> This issue is fixed in
> https://github.com/inotify-tools/inotify-tools/releases/tag/3.22.1.0.
Thanks, I guess nothing for me to do here then.