Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 587598 - app-admin/tmpreaper-1.6.13: tmpreaper.c:87:29: fatal error: ext2fs/ext2_fs.h: No such file or directory
Summary: app-admin/tmpreaper-1.6.13: tmpreaper.c:87:29: fatal error: ext2fs/ext2_fs.h:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2016-06-30 16:17 UTC by Zac Medico
Modified: 2016-06-30 16:23 UTC (History)
0 users

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 Zac Medico gentoo-dev 2016-06-30 16:17:57 UTC
Apparently tmpreaper-1.6.13 requires the /usr/include/ext2fs/ext2_fs.h header file from sys-fs/e2fsprogs:

>>> Compiling source in /var/tmp/portage/app-admin/tmpreaper-1.6.13/work/tmpreaper-1.6.13+nmu1 ...
make -j4 -l4 
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.     -O2 -pipe -frecord-gcc-switches -c tmpreaper.c
tmpreaper.c:87:29: fatal error: ext2fs/ext2_fs.h: No such file or directory
 # include <ext2fs/ext2_fs.h>
                             ^
compilation terminated.
Makefile:343: recipe for target 'tmpreaper.o' failed
make: *** [tmpreaper.o] Error 1
emake failed