Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487920 - sys-fs/nilfs-utils - should be built with libmount
Summary: sys-fs/nilfs-utils - should be built with libmount
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Naohiro Aota
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 477498
  Show dependency tree
 
Reported: 2013-10-13 19:49 UTC by Peter Volkov (RETIRED)
Modified: 2013-10-14 05:32 UTC (History)
0 users

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


Attachments
nilfs-utils-2.1.5-r1.ebuild.patch (nilfs-utils-2.1.5-r1.ebuild.patch,703 bytes, patch)
2013-10-13 19:49 UTC, Peter Volkov (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Volkov (RETIRED) gentoo-dev 2013-10-13 19:49:05 UTC
Created attachment 360826 [details, diff]
nilfs-utils-2.1.5-r1.ebuild.patch

I found that nilfs_cleanerd is not started in case /etc/mtab is a symlink. To fix this issue upstream suggests [1] to use libmount and really after I've enabled it everything works as expected. Please, apply patch in attachment.

[1] http://marc.info/?l=linux-nilfs&m=138159795211469&w=2
Comment 1 Naohiro Aota gentoo-dev 2013-10-14 05:32:09 UTC
I've modified the ebuild to build against libmount. Thanks.