Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 251390 - sys-apps/usermode-utilities-20070815 fails to compile with sys-fs/fuse-2.7.3
Summary: sys-apps/usermode-utilities-20070815 fails to compile with sys-fs/fuse-2.7.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Gryniewicz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-18 00:36 UTC by Stelian Ionescu
Modified: 2008-12-18 18:30 UTC (History)
0 users

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


Attachments
Patch for usermode-utilities-20070815.ebuild (usermode-utilities-20070815.patch,1.23 KB, patch)
2008-12-18 00:39 UTC, Stelian Ionescu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stelian Ionescu 2008-12-18 00:36:12 UTC
make[1]: Entering directory `/var/mm/tmp/sys-apps-usermode-utilities-20070815/work/tools-20070815/umlfs'
cc -O2 -g -march=pentium-m -pipe -DTUNTAP -D_LARGEFILE64_SOURCE -g -Wall   -c -o uml_mount.o uml_mount.c
In file included from /usr/include/fuse/fuse_lowlevel.h:26,
                 from uml_mount.c:1:
/usr/include/fuse/fuse_common.h:32:2: error: #error Please add -D_FILE_OFFSET_BITS=64 to your compile flags!
uml_mount.c: In function 'init_fuse':
uml_mount.c:14: warning: passing argument 2 of 'fuse_mount_compat22' from incompatible pointer type
make[1]: *** [uml_mount.o] Error 1
make[1]: Leaving directory `/var/mm/tmp/sys-apps-usermode-utilities-20070815/work/tools-20070815/umlfs'
make: *** [all] Error 2
Comment 1 Stelian Ionescu 2008-12-18 00:39:53 UTC
Created attachment 175666 [details, diff]
Patch for usermode-utilities-20070815.ebuild

Attached patch that adds -D_FILE_OFFSET_BITS=64 to $CFLAGS, adds quoting to $D and uses die with emake.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-12-18 13:43:06 UTC
Reassigning to maintainer.
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2008-12-18 18:30:37 UTC
Applied.  Thanks for the patch.