Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 407913

Summary: sys-fs/ntfs3g-2012.1.15-r1 fails to build - missing include ?
Product: Gentoo Linux Reporter: Helmut Jarausch <jarausch>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Helmut Jarausch 2012-03-12 12:26:54 UTC
sys-fs/ntfs3g-2012.1.15-r1 fails to compile due to
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..     -DFUSE_USE_VERSION=26 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse   -I../include/ntfs-3g -mtune=native -O2 -msse3 -pipe -Wall -c -o ntfs_3g-ntfs-3g_common.o `test -f 'ntfs-3g_common.c' || echo './'`ntfs-3g_common.c
ntfs-3g.c:3256:2: error: unknown field 'flag_utime_omit_ok' specified in initializer


The field flag_utime_omit_ok is (only) defined in
include/fuse-lite/fuse.h

Should this be included in ntfs-3g.c ?

Helmut.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2012-03-12 12:28:42 UTC
Would be intresting to know howto reproduce. Post full build.log, emerge --info, `emerge -pv fuse ntfs3g` output ...
Comment 2 Helmut Jarausch 2012-03-12 12:53:53 UTC
(In reply to comment #1)
> Would be intresting to know howto reproduce. Post full build.log, emerge
> --info, `emerge -pv fuse ntfs3g` output ...

Sorry,

I had sys-fs/fuse-9999 (local overlay : git version) installed.

With the older -2.8.7 version, ntfs3d does build.

Helmut.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-03-12 14:30:57 UTC
You should post this to the ntfs-3g mailinglist/bugtracking system then