Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407913 - sys-fs/ntfs3g-2012.1.15-r1 fails to build - missing include ?
Summary: sys-fs/ntfs3g-2012.1.15-r1 fails to build - missing include ?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-12 12:26 UTC by Helmut Jarausch
Modified: 2012-03-12 14:30 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 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